@openui5/sap.ui.mdc 1.120.21 → 1.120.22
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 +2 -1
- package/src/sap/ui/mdc/Element.js +1 -1
- package/src/sap/ui/mdc/Field.js +13 -13
- 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 +14 -14
- package/src/sap/ui/mdc/Table.js +2 -2
- package/src/sap/ui/mdc/ValueHelp.js +1 -1
- package/src/sap/ui/mdc/ValueHelpDelegate.js +3 -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/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/ConditionType.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 +2 -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 +2 -1
- package/src/sap/ui/mdc/odata/v4/TypeMap.js +2 -1
- package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/FilterPanel.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/util/TypeMap.js +15 -4
- 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/DefineConditionPanel.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/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.120.
|
|
3
|
+
"version": "1.120.22",
|
|
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.120.
|
|
18
|
-
"@openui5/sap.ui.core": "1.120.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.120.
|
|
17
|
+
"@openui5/sap.m": "1.120.22",
|
|
18
|
+
"@openui5/sap.ui.core": "1.120.22",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.120.22"
|
|
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.120.
|
|
9
|
+
<version>1.120.22</version>
|
|
10
10
|
|
|
11
11
|
<documentation>UI5 library: sap.ui.mdc</documentation>
|
|
12
12
|
|
package/src/sap/ui/mdc/Chart.js
CHANGED
|
@@ -14,6 +14,7 @@ sap.ui.define([
|
|
|
14
14
|
*
|
|
15
15
|
* Generic {@link sap.ui.mdc.util.TypeMap TypeMap} configuration for simple use cases.
|
|
16
16
|
*
|
|
17
|
+
* <b>Note:</b> The modules of all data types registered in a <code>TypeMap</code> must be loaded in advance.<br>
|
|
17
18
|
* <b>Note:</b> This {@link sap.ui.mdc.util.TypeMap TypeMap} implementation contains the following types:
|
|
18
19
|
*
|
|
19
20
|
* <ul>
|
|
@@ -29,7 +30,7 @@ sap.ui.define([
|
|
|
29
30
|
* </ul>
|
|
30
31
|
*
|
|
31
32
|
* @author SAP SE
|
|
32
|
-
* @version 1.120.
|
|
33
|
+
* @version 1.120.22
|
|
33
34
|
* @public
|
|
34
35
|
* @since 1.114.0
|
|
35
36
|
* @namespace
|
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.120.
|
|
57
|
+
* @version 1.120.22
|
|
58
58
|
*
|
|
59
59
|
* @constructor
|
|
60
60
|
* @alias sap.ui.mdc.Field
|
|
61
|
-
* @version 1.120.
|
|
61
|
+
* @version 1.120.22
|
|
62
62
|
* @since 1.54.0
|
|
63
63
|
*
|
|
64
64
|
* @public
|
|
@@ -275,7 +275,7 @@ sap.ui.define([
|
|
|
275
275
|
* @param {int} iMaxConditions Only 1 condition allowed in <code>Field</code>
|
|
276
276
|
* @returns {this} <code>this</code> to allow method chaining.
|
|
277
277
|
* @public
|
|
278
|
-
* @deprecated
|
|
278
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>Field</code>.
|
|
279
279
|
* @ui5-not-supported
|
|
280
280
|
*/
|
|
281
281
|
Field.prototype.setMaxConditions = function(iMaxConditions) {
|
|
@@ -689,7 +689,7 @@ sap.ui.define([
|
|
|
689
689
|
* @param {object[]} aConditions Conditions that are set
|
|
690
690
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
691
691
|
* @public
|
|
692
|
-
* @deprecated
|
|
692
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>Field</code>. Use the <code>value</code> property and <code>additionalValue</code> property to bind the control.
|
|
693
693
|
* @ui5-not-supported
|
|
694
694
|
* @name sap.ui.mdc.Field#setConditions
|
|
695
695
|
* @function
|
|
@@ -703,7 +703,7 @@ sap.ui.define([
|
|
|
703
703
|
*
|
|
704
704
|
* @returns {object[]} Conditions of the field
|
|
705
705
|
* @public
|
|
706
|
-
* @deprecated
|
|
706
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>Field</code>. Use the <code>value</code> property and <code>additionalValue</code> property to bind the control.
|
|
707
707
|
* @ui5-not-supported
|
|
708
708
|
* @name sap.ui.mdc.Field#getConditions
|
|
709
709
|
* @function
|
|
@@ -720,7 +720,7 @@ sap.ui.define([
|
|
|
720
720
|
* @param {sap.ui.base.ManagedObject.PropertyBindingInfo} oBindingInfo The binding information
|
|
721
721
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
722
722
|
* @public
|
|
723
|
-
* @deprecated
|
|
723
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>Field</code>. Use the <code>value</code> property and <code>additionalValue</code> property to bind the control.
|
|
724
724
|
* @ui5-not-supported
|
|
725
725
|
* @name sap.ui.mdc.Field#bindConditions
|
|
726
726
|
* @function
|
|
@@ -734,7 +734,7 @@ sap.ui.define([
|
|
|
734
734
|
*
|
|
735
735
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
736
736
|
* @public
|
|
737
|
-
* @deprecated
|
|
737
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>Field</code>. Use the <code>value</code> property and <code>additionalValue</code> property to bind the control.
|
|
738
738
|
* @ui5-not-supported
|
|
739
739
|
* @name sap.ui.mdc.Field#unbindConditions
|
|
740
740
|
* @function
|
|
@@ -751,7 +751,7 @@ sap.ui.define([
|
|
|
751
751
|
* @param {string|undefined} sDataType DataType that is set
|
|
752
752
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
753
753
|
* @public
|
|
754
|
-
* @deprecated
|
|
754
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>Field</code>. The type in the binding to the <code>value</code> property is used.
|
|
755
755
|
* @ui5-not-supported
|
|
756
756
|
* @name sap.ui.mdc.Field#setDataType
|
|
757
757
|
* @function
|
|
@@ -767,7 +767,7 @@ sap.ui.define([
|
|
|
767
767
|
*
|
|
768
768
|
* @returns {string} Value of property <code>dataType</code>
|
|
769
769
|
* @public
|
|
770
|
-
* @deprecated
|
|
770
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>Field</code>. The type in the binding to the <code>value</code> property is used.
|
|
771
771
|
* @ui5-not-supported
|
|
772
772
|
* @name sap.ui.mdc.Field#getDataType
|
|
773
773
|
* @function
|
|
@@ -784,7 +784,7 @@ sap.ui.define([
|
|
|
784
784
|
* @param {object|undefined} oDataTypeConstraints Constraints that are set
|
|
785
785
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
786
786
|
* @public
|
|
787
|
-
* @deprecated
|
|
787
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>Field</code>. The <code>Constraints</code> of the type in the binding to the <code>value</code> property is used.
|
|
788
788
|
* @ui5-not-supported
|
|
789
789
|
* @name sap.ui.mdc.Field#setDataTypeConstraints
|
|
790
790
|
* @function
|
|
@@ -800,7 +800,7 @@ sap.ui.define([
|
|
|
800
800
|
*
|
|
801
801
|
* @returns {object} Value of property <code>dataTypeConstraints</code>
|
|
802
802
|
* @public
|
|
803
|
-
* @deprecated
|
|
803
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>Field</code>. The <code>Constraints</code> of the type in the binding to the <code>value</code> property is used.
|
|
804
804
|
* @ui5-not-supported
|
|
805
805
|
* @name sap.ui.mdc.Field#getDataTypeConstraints
|
|
806
806
|
* @function
|
|
@@ -817,7 +817,7 @@ sap.ui.define([
|
|
|
817
817
|
* @param {object|undefined} oDataTypeFormatOptions Format options that are set
|
|
818
818
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
819
819
|
* @public
|
|
820
|
-
* @deprecated
|
|
820
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>Field</code>. The <code>FormatOptions</code> of the type in the binding to the <code>value</code> property is used.
|
|
821
821
|
* @ui5-not-supported
|
|
822
822
|
* @name sap.ui.mdc.Field#setDataTypeFormatOptions
|
|
823
823
|
* @function
|
|
@@ -833,7 +833,7 @@ sap.ui.define([
|
|
|
833
833
|
*
|
|
834
834
|
* @returns {object} Value of property <code>dataTypeFormatOptions</code>
|
|
835
835
|
* @public
|
|
836
|
-
* @deprecated
|
|
836
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>Field</code>. The <code>FormatOptions</code> of the type in the binding to the <code>value</code> property is used.
|
|
837
837
|
* @ui5-not-supported
|
|
838
838
|
* @name sap.ui.mdc.Field#getDataTypeFormatOptions
|
|
839
839
|
* @function
|
|
@@ -57,7 +57,7 @@ sap.ui.define([
|
|
|
57
57
|
* The metadata information is provided via the {@link sap.ui.mdc.FilterBarDelegate FilterBarDelegate} implementation. This implementation has to be provided by the application.
|
|
58
58
|
* @extends sap.ui.mdc.filterbar.FilterBarBase
|
|
59
59
|
* @author SAP SE
|
|
60
|
-
* @version 1.120.
|
|
60
|
+
* @version 1.120.22
|
|
61
61
|
* @constructor
|
|
62
62
|
* @public
|
|
63
63
|
* @since 1.61.0
|
|
@@ -51,11 +51,11 @@ sap.ui.define([
|
|
|
51
51
|
* @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent, sap.m.IOverflowToolbarContent
|
|
52
52
|
*
|
|
53
53
|
* @author SAP SE
|
|
54
|
-
* @version 1.120.
|
|
54
|
+
* @version 1.120.22
|
|
55
55
|
*
|
|
56
56
|
* @constructor
|
|
57
57
|
* @alias sap.ui.mdc.FilterField
|
|
58
|
-
* @version 1.120.
|
|
58
|
+
* @version 1.120.22
|
|
59
59
|
* @since 1.48.0
|
|
60
60
|
*
|
|
61
61
|
* @public
|
package/src/sap/ui/mdc/Link.js
CHANGED
|
@@ -44,7 +44,7 @@ sap.ui.define([
|
|
|
44
44
|
* @constructor
|
|
45
45
|
* @alias sap.ui.mdc.MultiValueField
|
|
46
46
|
* @author SAP SE
|
|
47
|
-
* @version 1.120.
|
|
47
|
+
* @version 1.120.22
|
|
48
48
|
* @since 1.93.0
|
|
49
49
|
*
|
|
50
50
|
* @public
|
|
@@ -209,7 +209,7 @@ sap.ui.define([
|
|
|
209
209
|
* @param {int} iMaxConditions More than 1 condition must be allowed in <code>MultiValueField</code>
|
|
210
210
|
* @returns {this} <code>this</code> to allow method chaining.
|
|
211
211
|
* @public
|
|
212
|
-
* @deprecated
|
|
212
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code> control.
|
|
213
213
|
* @ui5-not-supported
|
|
214
214
|
*/
|
|
215
215
|
Field.prototype.setMaxConditions = function(iMaxConditions) {
|
|
@@ -376,7 +376,7 @@ sap.ui.define([
|
|
|
376
376
|
* @param {object[]} aConditions Conditions to be set
|
|
377
377
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
378
378
|
* @public
|
|
379
|
-
* @deprecated
|
|
379
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>MultiValueField</code>. Use the <code>items</code> aggregation to bind the control.
|
|
380
380
|
* @ui5-not-supported
|
|
381
381
|
* @name sap.ui.mdc.MultiValueField#setConditions
|
|
382
382
|
* @function
|
|
@@ -390,7 +390,7 @@ sap.ui.define([
|
|
|
390
390
|
*
|
|
391
391
|
* @returns {object[]} conditions of the field
|
|
392
392
|
* @public
|
|
393
|
-
* @deprecated
|
|
393
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>MultiValueField</code>. Use the <code>items</code> aggregation to bind the control.
|
|
394
394
|
* @ui5-not-supported
|
|
395
395
|
* @name sap.ui.mdc.MultiValueField#getConditions
|
|
396
396
|
* @function
|
|
@@ -407,7 +407,7 @@ sap.ui.define([
|
|
|
407
407
|
* @param {sap.ui.base.ManagedObject.PropertyBindingInfo} oBindingInfo The binding information
|
|
408
408
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
409
409
|
* @public
|
|
410
|
-
* @deprecated
|
|
410
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code>. Use the <code>items</code> aggregation to bind the control.
|
|
411
411
|
* @ui5-not-supported
|
|
412
412
|
* @name sap.ui.mdc.MultiValueField#bindConditions
|
|
413
413
|
* @function
|
|
@@ -421,7 +421,7 @@ sap.ui.define([
|
|
|
421
421
|
*
|
|
422
422
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
423
423
|
* @public
|
|
424
|
-
* @deprecated
|
|
424
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code>. Use the <code>items</code> aggregation to bind the control.
|
|
425
425
|
* @ui5-not-supported
|
|
426
426
|
* @name sap.ui.mdc.MultiValueField#unbindConditions
|
|
427
427
|
* @function
|
|
@@ -438,7 +438,7 @@ sap.ui.define([
|
|
|
438
438
|
* @param {string|undefined} sDataType DataType to be set
|
|
439
439
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
440
440
|
* @public
|
|
441
|
-
* @deprecated
|
|
441
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code>. The type in the binding to the <code>items</code> aggregation is used.
|
|
442
442
|
* @ui5-not-supported
|
|
443
443
|
* @name sap.ui.mdc.MultiValueField#setDataType
|
|
444
444
|
* @function
|
|
@@ -454,7 +454,7 @@ sap.ui.define([
|
|
|
454
454
|
*
|
|
455
455
|
* @returns {string} Value of property <code>dataType</code>
|
|
456
456
|
* @public
|
|
457
|
-
* @deprecated
|
|
457
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code>. The type in the binding to the <code>items</code> aggregation is used.
|
|
458
458
|
* @ui5-not-supported
|
|
459
459
|
* @name sap.ui.mdc.MultiValueField#getDataType
|
|
460
460
|
* @function
|
|
@@ -471,7 +471,7 @@ sap.ui.define([
|
|
|
471
471
|
* @param {object|undefined} oDataTypeConstraints Constraints to be set
|
|
472
472
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
473
473
|
* @public
|
|
474
|
-
* @deprecated
|
|
474
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code>. The type in the binding to the <code>items</code> aggregation is used.
|
|
475
475
|
* @ui5-not-supported
|
|
476
476
|
* @name sap.ui.mdc.MultiValueField#setDataTypeConstraints
|
|
477
477
|
* @function
|
|
@@ -487,7 +487,7 @@ sap.ui.define([
|
|
|
487
487
|
*
|
|
488
488
|
* @returns {object} Value of property <code>dataTypeConstraints</code>
|
|
489
489
|
* @public
|
|
490
|
-
* @deprecated
|
|
490
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code>. The type in the binding to the <code>items</code> aggregation is used.
|
|
491
491
|
* @ui5-not-supported
|
|
492
492
|
* @name sap.ui.mdc.MultiValueField#getDataTypeConstraints
|
|
493
493
|
* @function
|
|
@@ -504,7 +504,7 @@ sap.ui.define([
|
|
|
504
504
|
* @param {object|undefined} oDataTypeFormatOptions Format options to be set
|
|
505
505
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
506
506
|
* @public
|
|
507
|
-
* @deprecated
|
|
507
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code>. The type in the binding to the <code>items</code> aggregation is used.
|
|
508
508
|
* @ui5-not-supported
|
|
509
509
|
* @name sap.ui.mdc.MultiValueField#setDataTypeFormatOptions
|
|
510
510
|
* @function
|
|
@@ -520,7 +520,7 @@ sap.ui.define([
|
|
|
520
520
|
*
|
|
521
521
|
* @returns {object} Value of property <code>dataTypeFormatOptions</code>
|
|
522
522
|
* @public
|
|
523
|
-
* @deprecated
|
|
523
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code>. The type in the binding to the <code>items</code> aggregation is used.
|
|
524
524
|
* @ui5-not-supported
|
|
525
525
|
* @name sap.ui.mdc.MultiValueField#getDataTypeFormatOptions
|
|
526
526
|
* @function
|
|
@@ -532,7 +532,7 @@ sap.ui.define([
|
|
|
532
532
|
* @param {boolean} [bMultipleLines=false] New value for property <code>multipleLines</code>
|
|
533
533
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
534
534
|
* @public
|
|
535
|
-
* @deprecated
|
|
535
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code>.
|
|
536
536
|
* @ui5-not-supported
|
|
537
537
|
* @name sap.ui.mdc.MultiValueField#setMultipleLines
|
|
538
538
|
* @function
|
|
@@ -543,7 +543,7 @@ sap.ui.define([
|
|
|
543
543
|
*
|
|
544
544
|
* @returns {boolean} Value for property <code>multipleLines</code>
|
|
545
545
|
* @public
|
|
546
|
-
* @deprecated
|
|
546
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code>.
|
|
547
547
|
* @ui5-not-supported
|
|
548
548
|
* @name sap.ui.mdc.MultiValueField#getMultipleLines
|
|
549
549
|
* @function
|
package/src/sap/ui/mdc/Table.js
CHANGED
|
@@ -292,8 +292,8 @@ sap.ui.define([
|
|
|
292
292
|
invalidate: true
|
|
293
293
|
},
|
|
294
294
|
/**
|
|
295
|
-
* This property has no effect and will be
|
|
296
|
-
* @deprecated
|
|
295
|
+
* This property has no effect and will be removed soon.
|
|
296
|
+
* @deprecated As of version 1.115, the concept has been discarded.
|
|
297
297
|
*/
|
|
298
298
|
height: {
|
|
299
299
|
type: "sap.ui.core.CSSSize",
|
|
@@ -63,7 +63,7 @@ sap.ui.define([
|
|
|
63
63
|
* and {@link sap.ui.mdc.FilterField FilterField} controls using the <code>valueHelp</code> association. One <code>ValueHelp</code> element instance can be
|
|
64
64
|
* assigned to multiple fields (like in different table rows). It should be placed in the control tree on the container holding the fields.
|
|
65
65
|
* @extends sap.ui.mdc.Element
|
|
66
|
-
* @version 1.120.
|
|
66
|
+
* @version 1.120.22
|
|
67
67
|
* @constructor
|
|
68
68
|
* @abstract
|
|
69
69
|
* @public
|
|
@@ -240,13 +240,13 @@ sap.ui.define([
|
|
|
240
240
|
* @param {sap.ui.mdc.ValueHelp} oValueHelp The <code>ValueHelp</code> control instance
|
|
241
241
|
* @param {sap.ui.mdc.valuehelp.base.FilterableListContent} oContent <code>ValueHelp</code> content instance
|
|
242
242
|
* @param {object} oItem - Entry of a given list
|
|
243
|
-
* @param {
|
|
243
|
+
* @param {function} oItem.getBindingContext - Get the binding context of this object for the given model name.
|
|
244
244
|
* @param {sap.ui.mdc.condition.ConditionObject[]} aConditions current conditions
|
|
245
245
|
* @returns {boolean} <code>true</code> if item is selected
|
|
246
246
|
* @public
|
|
247
247
|
* @since 1.101.0
|
|
248
|
-
|
|
249
|
-
* @name sap
|
|
248
|
+
* @deprecated As of version 1.118, replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}.
|
|
249
|
+
* @name module:sap/ui/mdc/ValueHelpDelegate.isFilterableListItemSelected
|
|
250
250
|
* @function
|
|
251
251
|
*/
|
|
252
252
|
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* @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.
|
|
23
23
|
* @extends sap.ui.core.Control
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.120.
|
|
25
|
+
* @version 1.120.22
|
|
26
26
|
* @constructor
|
|
27
27
|
*
|
|
28
28
|
* @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.120.
|
|
29
|
+
* @version 1.120.22
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
|
32
32
|
* @since 1.88
|
|
@@ -49,7 +49,7 @@ sap.ui.define([
|
|
|
49
49
|
* @class The ChartToolbar control is a sap.m.OverflowToolbar based on metadata and the configuration specified.
|
|
50
50
|
* @extends sap.ui.mdc.ActionToolbar
|
|
51
51
|
* @author SAP SE
|
|
52
|
-
* @version 1.120.
|
|
52
|
+
* @version 1.120.22
|
|
53
53
|
* @constructor
|
|
54
54
|
* @experimental As of version 1.88
|
|
55
55
|
* @private
|
|
@@ -100,7 +100,7 @@ sap.ui.define([
|
|
|
100
100
|
* @param {string} [oConfiguration.additionalInfo] additionalInfo text for the operator. Will be shown in the operator suggest as second column. If not used (undefined) the Include or Exclude information of the operator is used.
|
|
101
101
|
* @constructor
|
|
102
102
|
* @author SAP SE
|
|
103
|
-
* @version 1.120.
|
|
103
|
+
* @version 1.120.22
|
|
104
104
|
* @public
|
|
105
105
|
* @alias sap.ui.mdc.condition.Operator
|
|
106
106
|
* @since 1.73.0
|
|
@@ -35,7 +35,7 @@ function(
|
|
|
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.120.
|
|
38
|
+
* @version 1.120.22
|
|
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.120.
|
|
19
|
+
* @version 1.120.22
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @ui5-restricted sap.fe
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
* 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.
|
|
30
30
|
* This is the basis for link-features. If the link is pressed a popover might be opened.
|
|
31
31
|
* @extends sap.ui.mdc.Element
|
|
32
|
-
* @version 1.120.
|
|
32
|
+
* @version 1.120.22
|
|
33
33
|
* @constructor
|
|
34
34
|
* @since 1.54.0
|
|
35
35
|
* @public
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* The <code>FieldInput</code> control is used to render an input field inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
|
|
23
23
|
* It enhances the {@link sap.m.Input Input} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
|
|
24
24
|
* @extends sap.m.Input
|
|
25
|
-
* @version 1.120.
|
|
25
|
+
* @version 1.120.22
|
|
26
26
|
* @constructor
|
|
27
27
|
* @abstract
|
|
28
28
|
* @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.120.
|
|
19
|
+
* @version 1.120.22
|
|
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.120.
|
|
25
|
+
* @version 1.120.22
|
|
26
26
|
* @constructor
|
|
27
27
|
* @abstract
|
|
28
28
|
* @private
|