@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.
Files changed (95) hide show
  1. package/package.json +4 -4
  2. package/src/sap/ui/mdc/.library +1 -1
  3. package/src/sap/ui/mdc/ActionToolbar.js +1 -1
  4. package/src/sap/ui/mdc/Chart.js +1 -1
  5. package/src/sap/ui/mdc/Control.js +1 -1
  6. package/src/sap/ui/mdc/DefaultTypeMap.js +2 -1
  7. package/src/sap/ui/mdc/Element.js +1 -1
  8. package/src/sap/ui/mdc/Field.js +13 -13
  9. package/src/sap/ui/mdc/FilterBar.js +1 -1
  10. package/src/sap/ui/mdc/FilterField.js +2 -2
  11. package/src/sap/ui/mdc/Link.js +1 -1
  12. package/src/sap/ui/mdc/MultiValueField.js +14 -14
  13. package/src/sap/ui/mdc/Table.js +2 -2
  14. package/src/sap/ui/mdc/ValueHelp.js +1 -1
  15. package/src/sap/ui/mdc/ValueHelpDelegate.js +3 -3
  16. package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +1 -1
  17. package/src/sap/ui/mdc/chart/ChartImplementationContainer.js +1 -1
  18. package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +1 -1
  19. package/src/sap/ui/mdc/chart/ChartToolbar.js +1 -1
  20. package/src/sap/ui/mdc/chart/PropertyHelper.js +1 -1
  21. package/src/sap/ui/mdc/condition/Condition.js +1 -1
  22. package/src/sap/ui/mdc/condition/ConditionConverter.js +1 -1
  23. package/src/sap/ui/mdc/condition/ConditionModel.js +1 -1
  24. package/src/sap/ui/mdc/condition/FilterConverter.js +1 -1
  25. package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +1 -1
  26. package/src/sap/ui/mdc/condition/Operator.js +1 -1
  27. package/src/sap/ui/mdc/condition/OperatorDynamicDateOption.js +1 -1
  28. package/src/sap/ui/mdc/condition/RangeOperator.js +1 -1
  29. package/src/sap/ui/mdc/field/ConditionType.js +1 -1
  30. package/src/sap/ui/mdc/field/ConditionsType.js +1 -1
  31. package/src/sap/ui/mdc/field/CustomFieldInfo.js +1 -1
  32. package/src/sap/ui/mdc/field/DynamicDateRangeConditionsType.js +1 -1
  33. package/src/sap/ui/mdc/field/FieldBase.js +1 -1
  34. package/src/sap/ui/mdc/field/FieldInfoBase.js +1 -1
  35. package/src/sap/ui/mdc/field/FieldInput.js +1 -1
  36. package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +1 -1
  37. package/src/sap/ui/mdc/field/FieldMultiInput.js +1 -1
  38. package/src/sap/ui/mdc/field/ListFieldHelpItem.js +1 -1
  39. package/src/sap/ui/mdc/field/MultiValueFieldItem.js +1 -1
  40. package/src/sap/ui/mdc/field/TokenDisplay.js +1 -1
  41. package/src/sap/ui/mdc/field/TokenizerDisplay.js +1 -1
  42. package/src/sap/ui/mdc/filterbar/FilterBarBase.js +1 -1
  43. package/src/sap/ui/mdc/filterbar/PropertyHelper.js +1 -1
  44. package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +1 -1
  45. package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +1 -1
  46. package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +1 -1
  47. package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +1 -1
  48. package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +1 -1
  49. package/src/sap/ui/mdc/library.js +2 -2
  50. package/src/sap/ui/mdc/link/Factory.js +1 -1
  51. package/src/sap/ui/mdc/link/LinkItem.js +1 -1
  52. package/src/sap/ui/mdc/link/Panel.js +1 -1
  53. package/src/sap/ui/mdc/link/PanelItem.js +1 -1
  54. package/src/sap/ui/mdc/link/SemanticObjectMapping.js +1 -1
  55. package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +1 -1
  56. package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +1 -1
  57. package/src/sap/ui/mdc/mixin/AdaptationMixin.js +1 -1
  58. package/src/sap/ui/mdc/mixin/DelegateMixin.js +1 -1
  59. package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +1 -1
  60. package/src/sap/ui/mdc/mixin/PromiseMixin.js +1 -1
  61. package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +1 -1
  62. package/src/sap/ui/mdc/odata/TypeMap.js +2 -1
  63. package/src/sap/ui/mdc/odata/v4/TypeMap.js +2 -1
  64. package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
  65. package/src/sap/ui/mdc/p13n/panels/FilterPanel.js +1 -1
  66. package/src/sap/ui/mdc/table/ColumnSettings.js +1 -1
  67. package/src/sap/ui/mdc/table/CreationRow.js +1 -1
  68. package/src/sap/ui/mdc/table/DragDropConfig.js +1 -1
  69. package/src/sap/ui/mdc/table/PropertyHelper.js +1 -1
  70. package/src/sap/ui/mdc/table/ResponsiveColumnSettings.js +1 -1
  71. package/src/sap/ui/mdc/table/RowActionItem.js +1 -1
  72. package/src/sap/ui/mdc/table/RowSettings.js +1 -1
  73. package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +1 -1
  74. package/src/sap/ui/mdc/table/utils/Personalization.js +1 -1
  75. package/src/sap/ui/mdc/ushell/SemanticObjectMapping.js +1 -1
  76. package/src/sap/ui/mdc/ushell/SemanticObjectMappingItem.js +1 -1
  77. package/src/sap/ui/mdc/ushell/SemanticObjectUnavailableAction.js +1 -1
  78. package/src/sap/ui/mdc/util/InfoBar.js +1 -1
  79. package/src/sap/ui/mdc/util/PromiseCache.js +1 -1
  80. package/src/sap/ui/mdc/util/PropertyHelper.js +1 -1
  81. package/src/sap/ui/mdc/util/TypeMap.js +15 -4
  82. package/src/sap/ui/mdc/valuehelp/Dialog.js +1 -1
  83. package/src/sap/ui/mdc/valuehelp/Popover.js +1 -1
  84. package/src/sap/ui/mdc/valuehelp/base/Container.js +1 -1
  85. package/src/sap/ui/mdc/valuehelp/base/Content.js +1 -1
  86. package/src/sap/ui/mdc/valuehelp/base/DefineConditionPanel.js +1 -1
  87. package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +1 -1
  88. package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +1 -1
  89. package/src/sap/ui/mdc/valuehelp/base/ListContent.js +1 -1
  90. package/src/sap/ui/mdc/valuehelp/content/Bool.js +1 -1
  91. package/src/sap/ui/mdc/valuehelp/content/Conditions.js +1 -1
  92. package/src/sap/ui/mdc/valuehelp/content/FixedList.js +1 -1
  93. package/src/sap/ui/mdc/valuehelp/content/FixedListItem.js +1 -1
  94. package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +1 -1
  95. 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.21",
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.21",
18
- "@openui5/sap.ui.core": "1.120.21",
19
- "@openui5/sap.ui.layout": "1.120.21"
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
  }
@@ -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.21</version>
9
+ <version>1.120.22</version>
10
10
 
11
11
  <documentation>UI5 library: sap.ui.mdc</documentation>
12
12
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * The content aggregation of the control must not be used.
33
33
  * @extends sap.m.OverflowToolbar
34
34
  * @author SAP SE
35
- * @version 1.120.21
35
+ * @version 1.120.22
36
36
  * @constructor
37
37
  * @since 1.58
38
38
  * @public
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * <b>Note:</b> The inner chart needs to be assigned <code>ChartDelegate</code>.
66
66
  * @extends sap.ui.mdc.Control
67
67
  * @author SAP SE
68
- * @version 1.120.21
68
+ * @version 1.120.22
69
69
  * @constructor
70
70
  *
71
71
  * @public
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @extends sap.ui.core.Control
21
21
  * @abstract
22
22
  * @author SAP SE
23
- * @version 1.120.21
23
+ * @version 1.120.22
24
24
  * @alias sap.ui.mdc.Control
25
25
  *
26
26
  * @borrows sap.ui.mdc.mixin.DelegateMixin.awaitControlDelegate as #awaitControlDelegate
@@ -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.21
33
+ * @version 1.120.22
33
34
  * @public
34
35
  * @since 1.114.0
35
36
  * @namespace
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @extends sap.ui.core.Element
21
21
  * @abstract
22
22
  * @author SAP SE
23
- * @version 1.120.21
23
+ * @version 1.120.22
24
24
  * @alias sap.ui.mdc.Element
25
25
  *
26
26
  * @borrows sap.ui.mdc.mixin.DelegateMixin.awaitControlDelegate as #awaitControlDelegate
@@ -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.21
57
+ * @version 1.120.22
58
58
  *
59
59
  * @constructor
60
60
  * @alias sap.ui.mdc.Field
61
- * @version 1.120.21
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 Not supported, this property is not supported for the <code>Field</code>.
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 Not supported, use the <code>value</code> property and <code>additionalValue</code> property to bind the control.
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 Not supported, use the <code>value</code> property and <code>additionalValue</code> property to bind the control.
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 Not supported, use the <code>value</code> property and <code>additionalValue</code> property to bind the control.
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 Not supported, use the <code>value</code> property and <code>additionalValue</code> property to bind the control.
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 Not supported, the type in the binding to the <code>value</code> property is used.
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 Not supported, the type in the binding to the <code>value</code> property is used.
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 Not supported, the <code>Constraints</code> of the type in the binding to the <code>value</code> property is used.
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 Not supported, the <code>Constraints</code> of the type in the binding to the <code>value</code> property is used.
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 Not supported, the <code>FormatOptions</code> of the type in the binding to the <code>value</code> property is used.
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 Not supported, the <code>FormatOptions</code> of the type in the binding to the <code>value</code> property is used.
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.21
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.21
54
+ * @version 1.120.22
55
55
  *
56
56
  * @constructor
57
57
  * @alias sap.ui.mdc.FilterField
58
- * @version 1.120.21
58
+ * @version 1.120.22
59
59
  * @since 1.48.0
60
60
  *
61
61
  * @public
@@ -80,7 +80,7 @@ sap.ui.define([
80
80
  * @extends sap.ui.mdc.field.FieldInfoBase
81
81
  *
82
82
  * @author SAP SE
83
- * @version 1.120.21
83
+ * @version 1.120.22
84
84
  *
85
85
  * @constructor
86
86
  * @alias sap.ui.mdc.Link
@@ -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.21
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 Not supported, this property is not supported for the <code>MultiValueField</code> control.
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 Not supported, use the <code>items</code> aggregation to bind the control.
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 Not supported, use the <code>items</code> aggregation to bind the control.
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 Not supported, use the <code>value</code> property and <code>additionalValue</code> property to bind the control.
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 Not supported, use the <code>value</code> property and <code>additionalValue</code> property to bind the control.
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 Not supported, the type in the binding to the <code>items</code> aggregation is used.
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 Not supported, the type in the binding to the <code>value</code> property is used.
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 Not supported, the type in the binding to the <code>items</code> aggregation is used.
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 Not supported, the <code>Constraints</code> of the type in the binding to the <code>value</code> property is used.
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 Not supported, the type in the binding to the <code>items</code> aggregation is used.
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 Not supported, the <code>FormatOptions</code> of the type in the binding to the <code>value</code> property is used.
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 This property is not supported for multi-value fields.
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 This property is not supported for multi-value fields.
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
@@ -292,8 +292,8 @@ sap.ui.define([
292
292
  invalidate: true
293
293
  },
294
294
  /**
295
- * This property has no effect and will be rmoved soon.
296
- * @deprecated Do not use.
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.21
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 {method} oItem.getBindingContext - Get the binding context of this object for the given model name.
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
- * @deprecated (since 1.118.0) - replaced by {@link sap.ui.mdc.ValueHelpDelegate.findConditionsForContext}
249
- * @name sap.ui.mdc.ValueHelpDelegate#isFilterableListItemSelected
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
  * chart/table).
23
23
  * @extends sap.ui.core.Control
24
24
  * @author SAP SE
25
- * @version 1.120.21
25
+ * @version 1.120.22
26
26
  * @constructor
27
27
  * @since 1.58
28
28
  * @public
@@ -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.21
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.21
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.21
52
+ * @version 1.120.22
53
53
  * @constructor
54
54
  * @experimental As of version 1.88
55
55
  * @private
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.mdc.util.PropertyHelper
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.120.21
29
+ * @version 1.120.22
30
30
  *
31
31
  * @private
32
32
  * @experimental
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  *
35
35
  * @namespace
36
36
  * @author SAP SE
37
- * @version 1.120.21
37
+ * @version 1.120.22
38
38
  * @since 1.61.0
39
39
  * @alias sap.ui.mdc.condition.Condition
40
40
  *
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
25
25
  * @namespace
26
26
  * @author SAP SE
27
- * @version 1.120.21
27
+ * @version 1.120.22
28
28
  * @private
29
29
  * @ui5-restricted sap.ui.mdc
30
30
  * @experimental As of version 1.74
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.ui.model.json.JSONModel
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.120.21
36
+ * @version 1.120.22
37
37
  * @since 1.48.0
38
38
  * @alias sap.ui.mdc.condition.ConditionModel
39
39
  *
@@ -24,7 +24,7 @@ function(
24
24
  *
25
25
  * @namespace
26
26
  * @author SAP SE
27
- * @version 1.120.21
27
+ * @version 1.120.22
28
28
  * @since 1.78.0
29
29
  * @alias sap.ui.mdc.condition.FilterConverter
30
30
  *
@@ -57,7 +57,7 @@ function(
57
57
  *
58
58
  * @namespace
59
59
  * @author SAP SE
60
- * @version 1.120.21
60
+ * @version 1.120.22
61
61
  * @since 1.73.0
62
62
  * @alias sap.ui.mdc.condition.FilterOperatorUtil
63
63
  *
@@ -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.21
103
+ * @version 1.120.22
104
104
  * @public
105
105
  * @alias sap.ui.mdc.condition.Operator
106
106
  * @since 1.73.0
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @extends sap.m.DynamicDateOption
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.120.21
54
+ * @version 1.120.22
55
55
  *
56
56
  * @private
57
57
  * @ui5-restricted sap.ui.mdc
@@ -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.21
38
+ * @version 1.120.22
39
39
  * @public
40
40
  * @alias sap.ui.mdc.condition.RangeOperator
41
41
  * @since 1.74.0
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * @extends sap.ui.model.SimpleType
56
56
  *
57
57
  * @author SAP SE
58
- * @version 1.120.21
58
+ * @version 1.120.22
59
59
  *
60
60
  * @since 1.62.0
61
61
  * @public
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @extends sap.ui.model.SimpleType
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.120.21
47
+ * @version 1.120.22
48
48
  *
49
49
  * @since 1.62.0
50
50
  * @public
@@ -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.21
19
+ * @version 1.120.22
20
20
  * @constructor
21
21
  * @private
22
22
  * @ui5-restricted sap.fe
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.mdc.field.ConditionsType
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.120.21
51
+ * @version 1.120.22
52
52
  *
53
53
  * @since 1.96.0
54
54
  * @public
@@ -93,7 +93,7 @@ sap.ui.define([
93
93
  * @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent, sap.m.IOverflowToolbarContent
94
94
  *
95
95
  * @author SAP SE
96
- * @version 1.120.21
96
+ * @version 1.120.22
97
97
  *
98
98
  * @constructor
99
99
  * @alias sap.ui.mdc.field.FieldBase
@@ -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.21
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.21
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.21
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.21
25
+ * @version 1.120.22
26
26
  * @constructor
27
27
  * @abstract
28
28
  * @private
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.mdc.valuehelp.content.FixedListItem
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.120.21
26
+ * @version 1.120.22
27
27
  *
28
28
  * @private
29
29
  * @ui5-restricted sap.fe