@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.
- package/THIRDPARTY.txt +1 -1
- package/package.json +4 -4
- package/src/sap/ui/mdc/.library +1 -1
- package/src/sap/ui/mdc/ActionToolbar.js +1 -1
- package/src/sap/ui/mdc/Chart.js +1 -1
- package/src/sap/ui/mdc/Control.js +1 -1
- package/src/sap/ui/mdc/Element.js +1 -1
- package/src/sap/ui/mdc/Field.js +2 -2
- package/src/sap/ui/mdc/FilterBar.js +1 -1
- package/src/sap/ui/mdc/FilterField.js +2 -2
- package/src/sap/ui/mdc/Link.js +1 -1
- package/src/sap/ui/mdc/MultiValueField.js +1 -1
- package/src/sap/ui/mdc/Table.js +48 -12
- package/src/sap/ui/mdc/TableDelegate.js +25 -9
- package/src/sap/ui/mdc/ValueHelp.js +1 -1
- package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +1 -1
- package/src/sap/ui/mdc/actiontoolbar/ActionToolbarActionRenderer.js +1 -2
- package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +1 -1
- package/src/sap/ui/mdc/chart/ChartToolbar.js +1 -1
- package/src/sap/ui/mdc/chart/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/condition/Condition.js +1 -1
- package/src/sap/ui/mdc/condition/ConditionConverter.js +1 -1
- package/src/sap/ui/mdc/condition/ConditionModel.js +1 -1
- package/src/sap/ui/mdc/condition/FilterConverter.js +1 -1
- package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +1 -1
- package/src/sap/ui/mdc/condition/Operator.js +1 -1
- package/src/sap/ui/mdc/condition/OperatorDynamicDateOption.js +1 -1
- package/src/sap/ui/mdc/condition/RangeOperator.js +1 -1
- package/src/sap/ui/mdc/field/BoolFieldHelp.js +1 -1
- package/src/sap/ui/mdc/field/ConditionFieldHelp.js +1 -1
- package/src/sap/ui/mdc/field/ConditionType.js +5 -4
- package/src/sap/ui/mdc/field/ConditionsType.js +1 -1
- package/src/sap/ui/mdc/field/CustomFieldHelp.js +1 -1
- package/src/sap/ui/mdc/field/CustomFieldInfo.js +1 -1
- package/src/sap/ui/mdc/field/DefineConditionPanel.js +1 -1
- package/src/sap/ui/mdc/field/DynamicDateRangeConditionsType.js +9 -62
- package/src/sap/ui/mdc/field/FieldBase.js +1 -1
- package/src/sap/ui/mdc/field/FieldHelpBase.js +1 -1
- package/src/sap/ui/mdc/field/FieldInfoBase.js +1 -1
- package/src/sap/ui/mdc/field/FieldInput.js +1 -1
- package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +1 -1
- package/src/sap/ui/mdc/field/FieldMultiInput.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelp.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelpContentWrapperBase.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelpMTableWrapper.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelpMdcTableWrapper.js +7 -1
- package/src/sap/ui/mdc/field/FieldValueHelpTableWrapperBase.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelpUITableWrapper.js +1 -1
- package/src/sap/ui/mdc/field/InParameter.js +1 -1
- package/src/sap/ui/mdc/field/ListFieldHelp.js +1 -1
- package/src/sap/ui/mdc/field/ListFieldHelpItem.js +1 -1
- package/src/sap/ui/mdc/field/MultiValueFieldItem.js +1 -1
- package/src/sap/ui/mdc/field/OutParameter.js +1 -1
- package/src/sap/ui/mdc/field/TokenDisplay.js +1 -1
- package/src/sap/ui/mdc/field/TokenizerDisplay.js +1 -1
- package/src/sap/ui/mdc/field/ValueHelpPanel.js +1 -1
- package/src/sap/ui/mdc/field/content/DateContent.js +3 -3
- package/src/sap/ui/mdc/filterbar/FilterBarBase.js +1 -1
- package/src/sap/ui/mdc/filterbar/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +1 -1
- package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +1 -1
- package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/ConditionFlex.js +16 -16
- package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +1 -1
- package/src/sap/ui/mdc/library.js +2 -2
- package/src/sap/ui/mdc/link/ContactDetails.js +1 -1
- package/src/sap/ui/mdc/link/ContactDetailsAddressItem.js +1 -1
- package/src/sap/ui/mdc/link/ContactDetailsEmailItem.js +1 -1
- package/src/sap/ui/mdc/link/ContactDetailsItem.js +1 -1
- package/src/sap/ui/mdc/link/ContactDetailsPhoneItem.js +1 -1
- package/src/sap/ui/mdc/link/Factory.js +1 -1
- package/src/sap/ui/mdc/link/FakeFlpConnector.js +1 -1
- package/src/sap/ui/mdc/link/LinkItem.js +1 -1
- package/src/sap/ui/mdc/link/Panel.js +2 -4
- package/src/sap/ui/mdc/link/PanelItem.js +1 -1
- package/src/sap/ui/mdc/link/SemanticObjectMapping.js +1 -1
- package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +1 -1
- package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +1 -1
- package/src/sap/ui/mdc/messagebundle.properties +3 -1
- package/src/sap/ui/mdc/mixin/AdaptationMixin.js +1 -1
- package/src/sap/ui/mdc/mixin/DelegateMixin.js +1 -1
- package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +1 -1
- package/src/sap/ui/mdc/mixin/PromiseMixin.js +1 -1
- package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +1 -1
- package/src/sap/ui/mdc/odata/v4/ChartPropertyHelper.js +1 -1
- package/src/sap/ui/mdc/odata/v4/TableDelegate.js +53 -16
- package/src/sap/ui/mdc/p13n/Engine.js +1 -1
- package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/p13n/UIManager.js +1 -1
- package/src/sap/ui/mdc/p13n/modules/DefaultProviderRegistry.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/ChartItemPanel.js +26 -4
- package/src/sap/ui/mdc/p13n/subcontroller/BaseController.js +1 -1
- package/src/sap/ui/mdc/table/Column.js +4 -1
- package/src/sap/ui/mdc/table/CreationRow.js +3 -1
- package/src/sap/ui/mdc/table/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/table/RowActionItem.js +1 -1
- package/src/sap/ui/mdc/table/RowSettings.js +1 -1
- package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +1 -1
- package/src/sap/ui/mdc/util/PromiseCache.js +1 -1
- package/src/sap/ui/mdc/util/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/valuehelp/Dialog.js +1 -1
- package/src/sap/ui/mdc/valuehelp/Popover.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/Container.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/Content.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/ListContent.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/Bool.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/Conditions.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/FixedList.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +1 -1
- 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"
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
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
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
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({
|
|
@@ -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
|
});
|
|
@@ -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.
|
|
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);
|
|
@@ -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.
|
|
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.
|
|
24
|
+
* @version 1.102.4
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @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.
|
|
47
|
+
* @version 1.102.4
|
|
48
48
|
* @alias sap.ui.mdc.util.PromiseCache
|
|
49
49
|
* @namespace
|
|
50
50
|
* @since 1.85.0
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
54
|
+
* @version 1.102.4
|
|
55
55
|
* @constructor
|
|
56
56
|
* @abstract
|
|
57
57
|
* @private
|