@openui5/sap.ui.mdc 1.124.0 → 1.124.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.
- 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/DefaultTypeMap.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 +11 -4
- package/src/sap/ui/mdc/ValueHelpDelegate.js +26 -3
- package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +1 -1
- package/src/sap/ui/mdc/chart/ChartImplementationContainer.js +1 -1
- package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +1 -1
- package/src/sap/ui/mdc/chart/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/chart/ToolbarControlFactory.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/ConditionType.js +1 -1
- package/src/sap/ui/mdc/field/ConditionTypeMixin.js +1 -1
- package/src/sap/ui/mdc/field/ConditionsType.js +1 -1
- package/src/sap/ui/mdc/field/CustomFieldInfo.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/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/ListFieldHelpItem.js +1 -1
- package/src/sap/ui/mdc/field/MultiValueFieldItem.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/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/FilterBar.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +1 -1
- package/src/sap/ui/mdc/library.js +3 -2
- package/src/sap/ui/mdc/link/Factory.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/TypeMap.js +1 -1
- package/src/sap/ui/mdc/odata/v4/TypeMap.js +1 -1
- package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/table/ColumnSettings.js +1 -1
- package/src/sap/ui/mdc/table/CreationRow.js +1 -1
- package/src/sap/ui/mdc/table/DragDropConfig.js +1 -1
- package/src/sap/ui/mdc/table/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/table/ResponsiveColumnSettings.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/table/utils/Personalization.js +1 -1
- package/src/sap/ui/mdc/ushell/SemanticObjectMapping.js +1 -1
- package/src/sap/ui/mdc/ushell/SemanticObjectMappingItem.js +1 -1
- package/src/sap/ui/mdc/ushell/SemanticObjectUnavailableAction.js +1 -1
- package/src/sap/ui/mdc/util/InfoBar.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 +2 -2
- package/src/sap/ui/mdc/valuehelp/FilterBar.js +3 -3
- package/src/sap/ui/mdc/valuehelp/FilterContainer.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/DefineConditionPanel.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +9 -9
- 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/FixedListItem.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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.mdc",
|
|
3
|
-
"version": "1.124.
|
|
3
|
+
"version": "1.124.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.124.
|
|
18
|
-
"@openui5/sap.ui.core": "1.124.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.124.
|
|
17
|
+
"@openui5/sap.m": "1.124.2",
|
|
18
|
+
"@openui5/sap.ui.core": "1.124.2",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.124.2"
|
|
20
20
|
}
|
|
21
21
|
}
|
package/src/sap/ui/mdc/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.124.
|
|
9
|
+
<version>1.124.2</version>
|
|
10
10
|
|
|
11
11
|
<documentation>UI5 library: sap.ui.mdc</documentation>
|
|
12
12
|
|
package/src/sap/ui/mdc/Chart.js
CHANGED
package/src/sap/ui/mdc/Field.js
CHANGED
|
@@ -54,11 +54,11 @@ 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.124.
|
|
57
|
+
* @version 1.124.2
|
|
58
58
|
*
|
|
59
59
|
* @constructor
|
|
60
60
|
* @alias sap.ui.mdc.Field
|
|
61
|
-
* @version 1.124.
|
|
61
|
+
* @version 1.124.2
|
|
62
62
|
* @since 1.54.0
|
|
63
63
|
*
|
|
64
64
|
* @public
|
|
@@ -45,7 +45,7 @@ sap.ui.define([
|
|
|
45
45
|
* The metadata information is provided via the {@link module:sap/ui/mdc/FilterBarDelegate FilterBarDelegate} implementation. This implementation has to be provided by the application.
|
|
46
46
|
* @extends sap.ui.mdc.filterbar.FilterBarBase
|
|
47
47
|
* @author SAP SE
|
|
48
|
-
* @version 1.124.
|
|
48
|
+
* @version 1.124.2
|
|
49
49
|
* @constructor
|
|
50
50
|
* @public
|
|
51
51
|
* @since 1.61.0
|
|
@@ -53,11 +53,11 @@ 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.124.
|
|
56
|
+
* @version 1.124.2
|
|
57
57
|
*
|
|
58
58
|
* @constructor
|
|
59
59
|
* @alias sap.ui.mdc.FilterField
|
|
60
|
-
* @version 1.124.
|
|
60
|
+
* @version 1.124.2
|
|
61
61
|
* @since 1.48.0
|
|
62
62
|
*
|
|
63
63
|
* @public
|
package/src/sap/ui/mdc/Link.js
CHANGED
|
@@ -67,7 +67,7 @@ sap.ui.define([
|
|
|
67
67
|
* and {@link sap.ui.mdc.FilterField FilterField} controls using the <code>valueHelp</code> association. One <code>ValueHelp</code> element instance can be
|
|
68
68
|
* assigned to multiple fields (like in different table rows). It should be placed in the control tree on the container holding the fields.
|
|
69
69
|
* @extends sap.ui.mdc.Element
|
|
70
|
-
* @version 1.124.
|
|
70
|
+
* @version 1.124.2
|
|
71
71
|
* @constructor
|
|
72
72
|
* @abstract
|
|
73
73
|
* @public
|
|
@@ -951,11 +951,16 @@ sap.ui.define([
|
|
|
951
951
|
this.fireTypeaheadSuggested({ condition: oCondition, filterValue: sFilterValue, itemId: sItemId, caseSensitive: bCaseSensitive });
|
|
952
952
|
}
|
|
953
953
|
|
|
954
|
+
|
|
954
955
|
function _handleSelect(oEvent) {
|
|
955
956
|
|
|
956
957
|
|
|
957
958
|
const sType = oEvent.getParameter("type");
|
|
958
959
|
const aEventConditions = oEvent.getParameter("conditions") || [];
|
|
960
|
+
const oDelegate = this.getControlDelegate();
|
|
961
|
+
|
|
962
|
+
const _findIndex = (oSearchCondition, aConditions) => aConditions.findIndex((oCondition) => oDelegate.compareConditions(this, oSearchCondition, oCondition));
|
|
963
|
+
|
|
959
964
|
let aNextConditions;
|
|
960
965
|
|
|
961
966
|
const bSingleSelect = this.getMaxConditions() === 1;
|
|
@@ -975,7 +980,9 @@ sap.ui.define([
|
|
|
975
980
|
} else {
|
|
976
981
|
aNextConditions = this.getConditions();
|
|
977
982
|
for (let i = 0; i < aEventConditions.length; i++) {
|
|
978
|
-
|
|
983
|
+
if (_findIndex(aEventConditions[i], aNextConditions) === -1) {
|
|
984
|
+
aNextConditions.push(aEventConditions[i]);
|
|
985
|
+
}
|
|
979
986
|
}
|
|
980
987
|
}
|
|
981
988
|
}
|
|
@@ -986,8 +993,8 @@ sap.ui.define([
|
|
|
986
993
|
} else {
|
|
987
994
|
aNextConditions = this.getConditions();
|
|
988
995
|
for (let j = 0; j < aEventConditions.length; j++) {
|
|
989
|
-
const iIndex =
|
|
990
|
-
if (iIndex
|
|
996
|
+
const iIndex = _findIndex(aEventConditions[j], aNextConditions);
|
|
997
|
+
if (iIndex !== -1) {
|
|
991
998
|
aNextConditions.splice(iIndex, 1);
|
|
992
999
|
}
|
|
993
1000
|
}
|
|
@@ -18,6 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
'sap/ui/model/FilterOperator',
|
|
19
19
|
'sap/ui/model/FilterProcessor',
|
|
20
20
|
"sap/ui/mdc/condition/FilterConverter",
|
|
21
|
+
'sap/ui/mdc/condition/FilterOperatorUtil',
|
|
21
22
|
"sap/ui/Device",
|
|
22
23
|
"sap/ui/mdc/enums/FieldDisplay"
|
|
23
24
|
], (
|
|
@@ -30,6 +31,7 @@ sap.ui.define([
|
|
|
30
31
|
FilterOperator,
|
|
31
32
|
FilterProcessor,
|
|
32
33
|
FilterConverter,
|
|
34
|
+
FilterOperatorUtil,
|
|
33
35
|
Device,
|
|
34
36
|
FieldDisplay
|
|
35
37
|
) => {
|
|
@@ -286,17 +288,38 @@ sap.ui.define([
|
|
|
286
288
|
* @param {sap.ui.model.Context} oContext Entry of a given list
|
|
287
289
|
* @param {sap.ui.mdc.condition.ConditionObject[]} aConditions current conditions
|
|
288
290
|
* @returns {sap.ui.mdc.condition.ConditionObject[]} Conditions represented by the given context
|
|
289
|
-
* @private
|
|
290
291
|
* @public
|
|
291
292
|
* @since 1.118.0
|
|
292
293
|
*/
|
|
293
294
|
ValueHelpDelegate.findConditionsForContext = function (oValueHelp, oContent, oContext, aConditions) {
|
|
294
|
-
const
|
|
295
|
+
const oValues = oContent.getItemFromContext(oContext);
|
|
296
|
+
const oContextCondition = oValues && oContent.createCondition(oValues.key, oValues.description, oValues.payload);
|
|
295
297
|
return aConditions.filter((oCondition) => {
|
|
296
|
-
return
|
|
298
|
+
return this.compareConditions(oValueHelp, oContextCondition, oCondition);
|
|
297
299
|
});
|
|
298
300
|
};
|
|
299
301
|
|
|
302
|
+
/**
|
|
303
|
+
* Allows control to customize selection behavior in valuelist scenarios
|
|
304
|
+
*
|
|
305
|
+
* @param {sap.ui.mdc.ValueHelp} oValueHelp The <code>ValueHelp</code> control instance
|
|
306
|
+
* @param {sap.ui.mdc.condition.ConditionObject} oConditionA Condition to compare
|
|
307
|
+
* @param {sap.ui.mdc.condition.ConditionObject} oConditionB Condition to compare
|
|
308
|
+
* @returns {boolean} <code>true</code> if conditions are considered equal
|
|
309
|
+
*
|
|
310
|
+
* @protected
|
|
311
|
+
* @since 1.124.2
|
|
312
|
+
*/
|
|
313
|
+
ValueHelpDelegate.compareConditions = function (oValueHelp, oConditionA, oConditionB) {
|
|
314
|
+
if (oConditionA.operator === oConditionB.operator) {
|
|
315
|
+
if (oConditionA.validated === ConditionValidated.Validated && oConditionA.validated === oConditionB.validated) {
|
|
316
|
+
return oConditionA.values[0] === oConditionB.values[0];
|
|
317
|
+
}
|
|
318
|
+
return FilterOperatorUtil.getOperator(oConditionA.operator)?.compareConditions(oConditionA, oConditionB);
|
|
319
|
+
}
|
|
320
|
+
return false;
|
|
321
|
+
};
|
|
322
|
+
|
|
300
323
|
/**
|
|
301
324
|
* Provides the possibility to customize selection events in 'Select from list' scenarios.
|
|
302
325
|
* This enables an application to reuse conditions in collective search scenarios, instead of always creating new ones.<br/>By default, this method returns given changes without modification.
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* 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>.
|
|
21
21
|
* @extends sap.ui.core.Control
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.124.
|
|
23
|
+
* @version 1.124.2
|
|
24
24
|
* @constructor
|
|
25
25
|
* @since 1.58
|
|
26
26
|
* @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.124.
|
|
24
|
+
* @version 1.124.2
|
|
25
25
|
* @constructor
|
|
26
26
|
*
|
|
27
27
|
* @public
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @class The <code>ChartSelectionDetails</code> control creates a <code>sap.m.SelectionDetails</code> popover based on metadata and the configuration specified.
|
|
27
27
|
* @extends sap.m.SelectionDetails
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.124.
|
|
29
|
+
* @version 1.124.2
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
|
32
32
|
* @experimental As of version 1.88
|
|
@@ -130,7 +130,7 @@ sap.ui.define([
|
|
|
130
130
|
* @param {string} [oConfiguration.group.text] Group title for the operator. When used a new group with this title will be added.
|
|
131
131
|
* @constructor
|
|
132
132
|
* @author SAP SE
|
|
133
|
-
* @version 1.124.
|
|
133
|
+
* @version 1.124.2
|
|
134
134
|
* @public
|
|
135
135
|
* @alias sap.ui.mdc.condition.Operator
|
|
136
136
|
* @since 1.73.0
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @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.
|
|
36
36
|
* @constructor
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.124.
|
|
38
|
+
* @version 1.124.2
|
|
39
39
|
* @public
|
|
40
40
|
* @alias sap.ui.mdc.condition.RangeOperator
|
|
41
41
|
* @since 1.74.0
|
|
@@ -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.124.
|
|
19
|
+
* @version 1.124.2
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @ui5-restricted sap.fe
|
|
@@ -99,7 +99,7 @@ sap.ui.define([
|
|
|
99
99
|
* @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent, sap.m.IOverflowToolbarContent
|
|
100
100
|
*
|
|
101
101
|
* @author SAP SE
|
|
102
|
-
* @version 1.124.
|
|
102
|
+
* @version 1.124.2
|
|
103
103
|
*
|
|
104
104
|
* @constructor
|
|
105
105
|
* @alias sap.ui.mdc.field.FieldBase
|
|
@@ -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.124.
|
|
34
|
+
* @version 1.124.2
|
|
35
35
|
* @constructor
|
|
36
36
|
* @since 1.54.0
|
|
37
37
|
* @public
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* The <code>FieldInput</code> control is used to render an input field inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
|
|
22
22
|
* It enhances the {@link sap.m.Input Input} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
|
|
23
23
|
* @extends sap.m.Input
|
|
24
|
-
* @version 1.124.
|
|
24
|
+
* @version 1.124.2
|
|
25
25
|
* @constructor
|
|
26
26
|
* @abstract
|
|
27
27
|
* @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.124.
|
|
19
|
+
* @version 1.124.2
|
|
20
20
|
* @since 1.86.0
|
|
21
21
|
* @alias sap.ui.mdc.field.FieldInputRenderUtil
|
|
22
22
|
*
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* 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}.
|
|
23
23
|
* It enhances the {@link sap.m.MultiInput MultiInput} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
|
|
24
24
|
* @extends sap.m.MultiInput
|
|
25
|
-
* @version 1.124.
|
|
25
|
+
* @version 1.124.2
|
|
26
26
|
* @constructor
|
|
27
27
|
* @abstract
|
|
28
28
|
* @private
|
|
@@ -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.124.
|
|
23
|
+
* @version 1.124.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.124.
|
|
25
|
+
* @version 1.124.2
|
|
26
26
|
* @constructor
|
|
27
27
|
* @abstract
|
|
28
28
|
* @private
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* The <code>TokenizerDisplay</code> control is used to render a Tokenizer inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
|
|
29
29
|
* It enhances the {@link sap.m.Tokenizer Tokenizer} control to support display only tokens.
|
|
30
30
|
* @extends sap.m.Tokenizer
|
|
31
|
-
* @version 1.124.
|
|
31
|
+
* @version 1.124.2
|
|
32
32
|
* @constructor
|
|
33
33
|
* @abstract
|
|
34
34
|
* @private
|
|
@@ -66,7 +66,7 @@ sap.ui.define([
|
|
|
66
66
|
* @class The <code>FilterBarBase</code> control is the base for filter displaying controls in MDC.
|
|
67
67
|
* @extends sap.ui.mdc.Control
|
|
68
68
|
* @author SAP SE
|
|
69
|
-
* @version 1.124.
|
|
69
|
+
* @version 1.124.2
|
|
70
70
|
* @constructor
|
|
71
71
|
* @public
|
|
72
72
|
* @since 1.80.0
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* <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.
|
|
29
29
|
* @extends sap.ui.mdc.filterbar.FilterBarBase
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.124.
|
|
31
|
+
* @version 1.124.2
|
|
32
32
|
* @constructor
|
|
33
33
|
* @public
|
|
34
34
|
* @since 1.84.0
|
|
@@ -22,13 +22,13 @@ sap.ui.define([
|
|
|
22
22
|
* @namespace
|
|
23
23
|
* @alias sap.ui.mdc
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.124.
|
|
25
|
+
* @version 1.124.2
|
|
26
26
|
* @since 1.80
|
|
27
27
|
* @public
|
|
28
28
|
*/
|
|
29
29
|
const thisLib = Library.init({
|
|
30
30
|
apiVersion: 2,
|
|
31
|
-
version: "1.124.
|
|
31
|
+
version: "1.124.2",
|
|
32
32
|
name: "sap.ui.mdc",
|
|
33
33
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
34
34
|
designtime: "sap/ui/mdc/designtime/library.designtime",
|
|
@@ -111,6 +111,7 @@ sap.ui.define([
|
|
|
111
111
|
"sap.ui.mdc.FilterBar": "sap/ui/mdc/flexibility/FilterBar",
|
|
112
112
|
"sap.ui.mdc.filterbar.p13n.AdaptationFilterBar": "sap/ui/mdc/flexibility/FilterBar",
|
|
113
113
|
"sap.ui.mdc.filterbar.vh.FilterBar": "sap/ui/mdc/flexibility/FilterBar",
|
|
114
|
+
"sap.ui.mdc.valuehelp.FilterBar": "sap/ui/mdc/flexibility/FilterBar",
|
|
114
115
|
"sap.ui.mdc.link.PanelItem": "sap/ui/mdc/flexibility/PanelItem",
|
|
115
116
|
"sap.ui.mdc.link.Panel": "sap/ui/mdc/flexibility/Panel",
|
|
116
117
|
"sap.ui.mdc.ActionToolbar": "sap/ui/mdc/flexibility/ActionToolbar",
|
|
@@ -11,7 +11,7 @@ sap.ui.define(["sap/base/Log"], (Log) => {
|
|
|
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.124.
|
|
14
|
+
* @version 1.124.2
|
|
15
15
|
* @private
|
|
16
16
|
* @since 1.54.0
|
|
17
17
|
*/
|
|
@@ -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.124.
|
|
19
|
+
* @version 1.124.2
|
|
20
20
|
* @constructor
|
|
21
21
|
* @public
|
|
22
22
|
* @since 1.58.0
|