@openui5/sap.ui.mdc 1.102.2 → 1.102.5
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/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 +1 -1
- 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 +1 -1
- 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 +1 -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/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 +1 -1
- 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/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/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/CreationRow.js +1 -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
|
@@ -73,6 +73,14 @@ sap.ui.define([
|
|
|
73
73
|
aConditions = mConditionsData[oChangeContent.name];
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
+
if (!bIsRevert) {
|
|
77
|
+
// Set revert data on the change
|
|
78
|
+
oChange.setRevertData({
|
|
79
|
+
name: oChangeContent.name,
|
|
80
|
+
condition: oChangeContent.condition
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
|
|
76
84
|
var nConditionIdx = FilterOperatorUtil.indexOfCondition(oChangeContent.condition, aConditions);
|
|
77
85
|
if (nConditionIdx < 0) {
|
|
78
86
|
aConditions.push(oChangeContent.condition);
|
|
@@ -80,14 +88,6 @@ sap.ui.define([
|
|
|
80
88
|
// 'filterConditions' property needs to be updated for change selector
|
|
81
89
|
oModifier.setProperty(oControl, "filterConditions", mConditionsData);
|
|
82
90
|
|
|
83
|
-
if (!bIsRevert) {
|
|
84
|
-
// Set revert data on the change
|
|
85
|
-
oChange.setRevertData({
|
|
86
|
-
name: oChangeContent.name,
|
|
87
|
-
condition: oChangeContent.condition
|
|
88
|
-
});
|
|
89
|
-
}
|
|
90
|
-
|
|
91
91
|
return oModifier.getProperty(oControl, "delegate")
|
|
92
92
|
.then(function(oDelegate){
|
|
93
93
|
return fnGetDelegate(oDelegate.name);
|
|
@@ -136,6 +136,14 @@ sap.ui.define([
|
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
+
if (!bIsRevert) {
|
|
140
|
+
// Set revert data on the change
|
|
141
|
+
oChange.setRevertData({
|
|
142
|
+
name: oChangeContent.name,
|
|
143
|
+
condition: oChangeContent.condition
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
|
|
139
147
|
if (aConditions && (aConditions.length > 0)) {
|
|
140
148
|
|
|
141
149
|
nDelIndex = FilterOperatorUtil.indexOfCondition(oChangeContent.condition, aConditions);
|
|
@@ -147,14 +155,6 @@ sap.ui.define([
|
|
|
147
155
|
// 'filterConditions' property needs to be updated for change selector
|
|
148
156
|
oModifier.setProperty(oControl, "filterConditions", mConditionsData);
|
|
149
157
|
|
|
150
|
-
if (!bIsRevert) {
|
|
151
|
-
// Set revert data on the change
|
|
152
|
-
oChange.setRevertData({
|
|
153
|
-
name: oChangeContent.name,
|
|
154
|
-
condition: oChangeContent.condition
|
|
155
|
-
});
|
|
156
|
-
}
|
|
157
|
-
|
|
158
158
|
return oModifier.getProperty(oControl, "delegate")
|
|
159
159
|
.then(function(oDelegate){
|
|
160
160
|
return fnGetDelegate(oDelegate.name);
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
* @namespace
|
|
24
24
|
* @alias sap.ui.mdc
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.102.
|
|
26
|
+
* @version 1.102.5
|
|
27
27
|
* @since 1.80
|
|
28
28
|
* @private
|
|
29
29
|
* @ui5-restricted sap.fe
|
|
30
30
|
* @experimental As of version 1.54 Disclaimer: Usage Restrictions: The components of this library are under development and documented as private. Their APIs are subject to change and should not be used in productive scenarios without further agreement. A general availability of sap.ui.mdc will be announced via the usual channels.
|
|
31
31
|
*/
|
|
32
32
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
33
|
-
version: "1.102.
|
|
33
|
+
version: "1.102.5",
|
|
34
34
|
name: "sap.ui.mdc",
|
|
35
35
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
36
36
|
designtime: "sap/ui/mdc/designtime/library.designtime",
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @class The ContactDetails control is used to show additional information like for example 'contact details'.
|
|
26
26
|
* @extends sap.ui.core.Control
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.102.
|
|
28
|
+
* @version 1.102.5
|
|
29
29
|
* @constructor
|
|
30
30
|
* @private
|
|
31
31
|
* @since 1.56.0
|
|
@@ -11,7 +11,7 @@ sap.ui.define([], function() {
|
|
|
11
11
|
* @namespace Factory to access services outside of sap.ui.mdc library like for example <code>ushell</code> services.
|
|
12
12
|
* @name sap.ui.mdc.link.Factory
|
|
13
13
|
* @author SAP SE
|
|
14
|
-
* @version 1.102.
|
|
14
|
+
* @version 1.102.5
|
|
15
15
|
* @private
|
|
16
16
|
* @since 1.54.0
|
|
17
17
|
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -13,7 +13,7 @@ sap.ui.define([
|
|
|
13
13
|
* @namespace FakeFlpConnector.
|
|
14
14
|
* @name sap.ui.mdc.link.FakeFlpConnector
|
|
15
15
|
* @author SAP SE
|
|
16
|
-
* @version 1.102.
|
|
16
|
+
* @version 1.102.5
|
|
17
17
|
* @private
|
|
18
18
|
* @since 1.54.0
|
|
19
19
|
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
* @param {object} [mSettings] Initial settings for the new control
|
|
17
17
|
* @class A <code>LinkItem</code> control is used in the {@link sap.ui.mdc.Link} control to provide a navigation target.
|
|
18
18
|
* @extends sap.ui.core.Element
|
|
19
|
-
* @version 1.102.
|
|
19
|
+
* @version 1.102.5
|
|
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 <code>items</code> aggregation in <code>Panel</code> control.
|
|
18
18
|
* @extends sap.ui.core.Element
|
|
19
|
-
* @version 1.102.
|
|
19
|
+
* @version 1.102.5
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @since 1.54.0
|
|
@@ -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.5
|
|
25
25
|
* @constructor
|
|
26
26
|
* @experimental
|
|
27
27
|
* @private
|
|
@@ -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.5
|
|
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.5
|
|
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.5
|
|
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.5
|
|
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.5
|
|
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.5
|
|
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.5
|
|
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.5
|
|
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.5
|
|
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.5
|
|
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.5
|
|
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.5
|
|
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.5
|
|
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.5
|
|
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.5
|
|
55
55
|
* @constructor
|
|
56
56
|
* @abstract
|
|
57
57
|
* @private
|