@openui5/sap.ui.mdc 1.124.7 → 1.124.8
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 +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/ValueHelp.js +74 -22
- package/src/sap/ui/mdc/ValueHelpDelegate.js +1 -1
- 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 +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 +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 +1 -1
- package/src/sap/ui/mdc/valuehelp/FilterBar.js +1 -1
- package/src/sap/ui/mdc/valuehelp/Popover.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/Container.js +27 -3
- 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 +44 -18
- 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 +52 -8
- package/src/sap/ui/mdc/valuehelp/content/MTable.js +65 -20
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.8",
|
|
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.8",
|
|
18
|
+
"@openui5/sap.ui.core": "1.124.8",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.124.8"
|
|
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.8</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.8
|
|
58
58
|
*
|
|
59
59
|
* @constructor
|
|
60
60
|
* @alias sap.ui.mdc.Field
|
|
61
|
-
* @version 1.124.
|
|
61
|
+
* @version 1.124.8
|
|
62
62
|
* @since 1.54.0
|
|
63
63
|
*
|
|
64
64
|
* @public
|
|
@@ -274,7 +274,7 @@ sap.ui.define([
|
|
|
274
274
|
* @param {int} iMaxConditions Only 1 condition allowed in <code>Field</code>
|
|
275
275
|
* @returns {this} <code>this</code> to allow method chaining.
|
|
276
276
|
* @public
|
|
277
|
-
* @deprecated
|
|
277
|
+
* @deprecated As of version 1.54, this property is not supported for the <code>Field</code>.
|
|
278
278
|
* @ui5-not-supported
|
|
279
279
|
*/
|
|
280
280
|
Field.prototype.setMaxConditions = function(iMaxConditions) {
|
|
@@ -674,7 +674,7 @@ sap.ui.define([
|
|
|
674
674
|
* @param {object[]} aConditions Conditions that are set
|
|
675
675
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
676
676
|
* @public
|
|
677
|
-
* @deprecated
|
|
677
|
+
* @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.
|
|
678
678
|
* @ui5-not-supported
|
|
679
679
|
* @name sap.ui.mdc.Field#setConditions
|
|
680
680
|
* @function
|
|
@@ -688,7 +688,7 @@ sap.ui.define([
|
|
|
688
688
|
*
|
|
689
689
|
* @returns {object[]} Conditions of the field
|
|
690
690
|
* @public
|
|
691
|
-
* @deprecated
|
|
691
|
+
* @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.
|
|
692
692
|
* @ui5-not-supported
|
|
693
693
|
* @name sap.ui.mdc.Field#getConditions
|
|
694
694
|
* @function
|
|
@@ -705,7 +705,7 @@ sap.ui.define([
|
|
|
705
705
|
* @param {sap.ui.base.ManagedObject.PropertyBindingInfo} oBindingInfo The binding information
|
|
706
706
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
707
707
|
* @public
|
|
708
|
-
* @deprecated
|
|
708
|
+
* @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.
|
|
709
709
|
* @ui5-not-supported
|
|
710
710
|
* @name sap.ui.mdc.Field#bindConditions
|
|
711
711
|
* @function
|
|
@@ -719,7 +719,7 @@ sap.ui.define([
|
|
|
719
719
|
*
|
|
720
720
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
721
721
|
* @public
|
|
722
|
-
* @deprecated
|
|
722
|
+
* @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.
|
|
723
723
|
* @ui5-not-supported
|
|
724
724
|
* @name sap.ui.mdc.Field#unbindConditions
|
|
725
725
|
* @function
|
|
@@ -736,7 +736,7 @@ sap.ui.define([
|
|
|
736
736
|
* @param {string|undefined} sDataType DataType that is set
|
|
737
737
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
738
738
|
* @public
|
|
739
|
-
* @deprecated
|
|
739
|
+
* @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.
|
|
740
740
|
* @ui5-not-supported
|
|
741
741
|
* @name sap.ui.mdc.Field#setDataType
|
|
742
742
|
* @function
|
|
@@ -752,7 +752,7 @@ sap.ui.define([
|
|
|
752
752
|
*
|
|
753
753
|
* @returns {string} Value of property <code>dataType</code>
|
|
754
754
|
* @public
|
|
755
|
-
* @deprecated
|
|
755
|
+
* @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.
|
|
756
756
|
* @ui5-not-supported
|
|
757
757
|
* @name sap.ui.mdc.Field#getDataType
|
|
758
758
|
* @function
|
|
@@ -769,7 +769,7 @@ sap.ui.define([
|
|
|
769
769
|
* @param {object|undefined} oDataTypeConstraints Constraints that are set
|
|
770
770
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
771
771
|
* @public
|
|
772
|
-
* @deprecated
|
|
772
|
+
* @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.
|
|
773
773
|
* @ui5-not-supported
|
|
774
774
|
* @name sap.ui.mdc.Field#setDataTypeConstraints
|
|
775
775
|
* @function
|
|
@@ -785,7 +785,7 @@ sap.ui.define([
|
|
|
785
785
|
*
|
|
786
786
|
* @returns {object} Value of property <code>dataTypeConstraints</code>
|
|
787
787
|
* @public
|
|
788
|
-
* @deprecated
|
|
788
|
+
* @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.
|
|
789
789
|
* @ui5-not-supported
|
|
790
790
|
* @name sap.ui.mdc.Field#getDataTypeConstraints
|
|
791
791
|
* @function
|
|
@@ -802,7 +802,7 @@ sap.ui.define([
|
|
|
802
802
|
* @param {object|undefined} oDataTypeFormatOptions Format options that are set
|
|
803
803
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
804
804
|
* @public
|
|
805
|
-
* @deprecated
|
|
805
|
+
* @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.
|
|
806
806
|
* @ui5-not-supported
|
|
807
807
|
* @name sap.ui.mdc.Field#setDataTypeFormatOptions
|
|
808
808
|
* @function
|
|
@@ -818,7 +818,7 @@ sap.ui.define([
|
|
|
818
818
|
*
|
|
819
819
|
* @returns {object} Value of property <code>dataTypeFormatOptions</code>
|
|
820
820
|
* @public
|
|
821
|
-
* @deprecated
|
|
821
|
+
* @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.
|
|
822
822
|
* @ui5-not-supported
|
|
823
823
|
* @name sap.ui.mdc.Field#getDataTypeFormatOptions
|
|
824
824
|
* @function
|
|
@@ -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.8
|
|
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.8
|
|
57
57
|
*
|
|
58
58
|
* @constructor
|
|
59
59
|
* @alias sap.ui.mdc.FilterField
|
|
60
|
-
* @version 1.124.
|
|
60
|
+
* @version 1.124.8
|
|
61
61
|
* @since 1.48.0
|
|
62
62
|
*
|
|
63
63
|
* @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.124.
|
|
47
|
+
* @version 1.124.8
|
|
48
48
|
* @since 1.93.0
|
|
49
49
|
*
|
|
50
50
|
* @public
|
|
@@ -222,7 +222,7 @@ sap.ui.define([
|
|
|
222
222
|
* @param {int} iMaxConditions More than 1 condition must be allowed in <code>MultiValueField</code>
|
|
223
223
|
* @returns {this} <code>this</code> to allow method chaining.
|
|
224
224
|
* @public
|
|
225
|
-
* @deprecated
|
|
225
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code> control.
|
|
226
226
|
* @ui5-not-supported
|
|
227
227
|
*/
|
|
228
228
|
Field.prototype.setMaxConditions = function(iMaxConditions) {
|
|
@@ -396,7 +396,7 @@ sap.ui.define([
|
|
|
396
396
|
* @param {object[]} aConditions Conditions to be set
|
|
397
397
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
398
398
|
* @public
|
|
399
|
-
* @deprecated
|
|
399
|
+
* @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.
|
|
400
400
|
* @ui5-not-supported
|
|
401
401
|
* @name sap.ui.mdc.MultiValueField#setConditions
|
|
402
402
|
* @function
|
|
@@ -410,7 +410,7 @@ sap.ui.define([
|
|
|
410
410
|
*
|
|
411
411
|
* @returns {object[]} conditions of the field
|
|
412
412
|
* @public
|
|
413
|
-
* @deprecated
|
|
413
|
+
* @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.
|
|
414
414
|
* @ui5-not-supported
|
|
415
415
|
* @name sap.ui.mdc.MultiValueField#getConditions
|
|
416
416
|
* @function
|
|
@@ -427,7 +427,7 @@ sap.ui.define([
|
|
|
427
427
|
* @param {sap.ui.base.ManagedObject.PropertyBindingInfo} oBindingInfo The binding information
|
|
428
428
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
429
429
|
* @public
|
|
430
|
-
* @deprecated
|
|
430
|
+
* @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.
|
|
431
431
|
* @ui5-not-supported
|
|
432
432
|
* @name sap.ui.mdc.MultiValueField#bindConditions
|
|
433
433
|
* @function
|
|
@@ -441,7 +441,7 @@ sap.ui.define([
|
|
|
441
441
|
*
|
|
442
442
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
443
443
|
* @public
|
|
444
|
-
* @deprecated
|
|
444
|
+
* @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.
|
|
445
445
|
* @ui5-not-supported
|
|
446
446
|
* @name sap.ui.mdc.MultiValueField#unbindConditions
|
|
447
447
|
* @function
|
|
@@ -458,7 +458,7 @@ sap.ui.define([
|
|
|
458
458
|
* @param {string|undefined} sDataType DataType to be set
|
|
459
459
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
460
460
|
* @public
|
|
461
|
-
* @deprecated
|
|
461
|
+
* @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.
|
|
462
462
|
* @ui5-not-supported
|
|
463
463
|
* @name sap.ui.mdc.MultiValueField#setDataType
|
|
464
464
|
* @function
|
|
@@ -474,7 +474,7 @@ sap.ui.define([
|
|
|
474
474
|
*
|
|
475
475
|
* @returns {string} Value of property <code>dataType</code>
|
|
476
476
|
* @public
|
|
477
|
-
* @deprecated
|
|
477
|
+
* @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.
|
|
478
478
|
* @ui5-not-supported
|
|
479
479
|
* @name sap.ui.mdc.MultiValueField#getDataType
|
|
480
480
|
* @function
|
|
@@ -491,7 +491,7 @@ sap.ui.define([
|
|
|
491
491
|
* @param {object|undefined} oDataTypeConstraints Constraints to be set
|
|
492
492
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
493
493
|
* @public
|
|
494
|
-
* @deprecated
|
|
494
|
+
* @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.
|
|
495
495
|
* @ui5-not-supported
|
|
496
496
|
* @name sap.ui.mdc.MultiValueField#setDataTypeConstraints
|
|
497
497
|
* @function
|
|
@@ -507,7 +507,7 @@ sap.ui.define([
|
|
|
507
507
|
*
|
|
508
508
|
* @returns {object} Value of property <code>dataTypeConstraints</code>
|
|
509
509
|
* @public
|
|
510
|
-
* @deprecated
|
|
510
|
+
* @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.
|
|
511
511
|
* @ui5-not-supported
|
|
512
512
|
* @name sap.ui.mdc.MultiValueField#getDataTypeConstraints
|
|
513
513
|
* @function
|
|
@@ -524,7 +524,7 @@ sap.ui.define([
|
|
|
524
524
|
* @param {object|undefined} oDataTypeFormatOptions Format options to be set
|
|
525
525
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
526
526
|
* @public
|
|
527
|
-
* @deprecated
|
|
527
|
+
* @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.
|
|
528
528
|
* @ui5-not-supported
|
|
529
529
|
* @name sap.ui.mdc.MultiValueField#setDataTypeFormatOptions
|
|
530
530
|
* @function
|
|
@@ -540,7 +540,7 @@ sap.ui.define([
|
|
|
540
540
|
*
|
|
541
541
|
* @returns {object} Value of property <code>dataTypeFormatOptions</code>
|
|
542
542
|
* @public
|
|
543
|
-
* @deprecated
|
|
543
|
+
* @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.
|
|
544
544
|
* @ui5-not-supported
|
|
545
545
|
* @name sap.ui.mdc.MultiValueField#getDataTypeFormatOptions
|
|
546
546
|
* @function
|
|
@@ -552,7 +552,7 @@ sap.ui.define([
|
|
|
552
552
|
* @param {boolean} [bMultipleLines=false] New value for property <code>multipleLines</code>
|
|
553
553
|
* @returns {this} Reference to <code>this</code> to allow method chaining
|
|
554
554
|
* @public
|
|
555
|
-
* @deprecated
|
|
555
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code>.
|
|
556
556
|
* @ui5-not-supported
|
|
557
557
|
* @name sap.ui.mdc.MultiValueField#setMultipleLines
|
|
558
558
|
* @function
|
|
@@ -563,7 +563,7 @@ sap.ui.define([
|
|
|
563
563
|
*
|
|
564
564
|
* @returns {boolean} Value for property <code>multipleLines</code>
|
|
565
565
|
* @public
|
|
566
|
-
* @deprecated
|
|
566
|
+
* @deprecated As of version 1.93, this property is not supported for the <code>MultiValueField</code>.
|
|
567
567
|
* @ui5-not-supported
|
|
568
568
|
* @name sap.ui.mdc.MultiValueField#getMultipleLines
|
|
569
569
|
* @function
|
|
@@ -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.8
|
|
71
71
|
* @constructor
|
|
72
72
|
* @abstract
|
|
73
73
|
* @public
|
|
@@ -363,13 +363,14 @@ sap.ui.define([
|
|
|
363
363
|
* @ui5-restricted sap.ui.mdc.field.FieldBase
|
|
364
364
|
*/
|
|
365
365
|
ValueHelp.prototype.connect = function(oControl, oConfig) {
|
|
366
|
+
const oTypeahead = this.getTypeahead();
|
|
367
|
+
const oDialog = this.getDialog();
|
|
368
|
+
|
|
366
369
|
if (this._oControl && this._oControl !== oControl) {
|
|
367
370
|
this.close();
|
|
368
371
|
this.setFilterValue("");
|
|
369
372
|
this.setConditions([]);
|
|
370
373
|
|
|
371
|
-
const oTypeahead = this.getTypeahead();
|
|
372
|
-
const oDialog = this.getDialog();
|
|
373
374
|
if (oTypeahead) {
|
|
374
375
|
oTypeahead.onConnectionChange();
|
|
375
376
|
}
|
|
@@ -385,6 +386,13 @@ sap.ui.define([
|
|
|
385
386
|
|
|
386
387
|
_updateBindingContext.call(this); //to get the right values for InParameters ect.
|
|
387
388
|
|
|
389
|
+
if (oTypeahead) {
|
|
390
|
+
attachContainerEvents.call(this, oTypeahead, !!this._oControl);
|
|
391
|
+
}
|
|
392
|
+
if (oDialog) {
|
|
393
|
+
attachContainerEvents.call(this, oDialog, !!this._oControl);
|
|
394
|
+
}
|
|
395
|
+
|
|
388
396
|
return this;
|
|
389
397
|
};
|
|
390
398
|
|
|
@@ -750,7 +758,7 @@ sap.ui.define([
|
|
|
750
758
|
ValueHelp.prototype.navigate = function(iStep) { // pass through to container
|
|
751
759
|
const oTypeahead = this.getTypeahead();
|
|
752
760
|
if (oTypeahead) {
|
|
753
|
-
const _fnOnNavigatable =
|
|
761
|
+
const _fnOnNavigatable = () => {
|
|
754
762
|
if (oTypeahead.shouldOpenOnNavigate() && !oTypeahead.isOpening() && !oTypeahead.isOpen()) {
|
|
755
763
|
return oTypeahead.open(true).then(() => {
|
|
756
764
|
oTypeahead.navigate(iStep);
|
|
@@ -1047,25 +1055,9 @@ sap.ui.define([
|
|
|
1047
1055
|
const oContainer = oChanges.child;
|
|
1048
1056
|
|
|
1049
1057
|
const bAdded = oChanges.mutation === "insert";
|
|
1050
|
-
const fnEvent = bAdded ? oContainer.attachEvent.bind(oContainer) : oContainer.detachEvent.bind(oContainer);
|
|
1051
1058
|
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
fnEvent("confirm", _handleConfirm, this);
|
|
1055
|
-
fnEvent("cancel", _handleCancel, this);
|
|
1056
|
-
fnEvent("opened", _handleOpened, this);
|
|
1057
|
-
fnEvent("closed", _handleClosed, this);
|
|
1058
|
-
|
|
1059
|
-
if (oContainer.attachRequestSwitchToDialog) {
|
|
1060
|
-
fnEvent("requestSwitchToDialog", _handleRequestSwitchToDialog, this);
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
if (oContainer.attachNavigated) {
|
|
1064
|
-
fnEvent("navigated", _handleNavigated, this);
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
if (oContainer.attachTypeaheadSuggested) {
|
|
1068
|
-
fnEvent("typeaheadSuggested", _handleTypeaheadSuggested, this);
|
|
1059
|
+
if (this._oControl || !bAdded) { // remove event handlers if container removed, but add it only if already connected
|
|
1060
|
+
attachContainerEvents.call(this, oContainer, bAdded);
|
|
1069
1061
|
}
|
|
1070
1062
|
|
|
1071
1063
|
if (bAdded) {
|
|
@@ -1077,6 +1069,37 @@ sap.ui.define([
|
|
|
1077
1069
|
}
|
|
1078
1070
|
}
|
|
1079
1071
|
|
|
1072
|
+
function attachContainerEvents (oContainer, bAttach) {
|
|
1073
|
+
|
|
1074
|
+
if (oContainer._bAttached === bAttach) {
|
|
1075
|
+
return; // if already attached or detached, nothing to do
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
const fnEvent = bAttach ? oContainer.attachEvent.bind(oContainer) : oContainer.detachEvent.bind(oContainer);
|
|
1079
|
+
|
|
1080
|
+
fnEvent("select", _handleSelect, this);
|
|
1081
|
+
fnEvent("requestDelegateContent", _handleRequestDelegateContent, this);
|
|
1082
|
+
fnEvent("confirm", _handleConfirm, this);
|
|
1083
|
+
fnEvent("cancel", _handleCancel, this);
|
|
1084
|
+
fnEvent("opened", _handleOpened, this);
|
|
1085
|
+
fnEvent("closed", _handleClosed, this);
|
|
1086
|
+
|
|
1087
|
+
if (oContainer.attachRequestSwitchToDialog) {
|
|
1088
|
+
fnEvent("requestSwitchToDialog", _handleRequestSwitchToDialog, this);
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
if (oContainer.attachNavigated) {
|
|
1092
|
+
fnEvent("navigated", _handleNavigated, this);
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
if (oContainer.attachTypeaheadSuggested) {
|
|
1096
|
+
fnEvent("typeaheadSuggested", _handleTypeaheadSuggested, this);
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
oContainer._bAttached = bAttach;
|
|
1100
|
+
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1080
1103
|
function _updateBindingContext() {
|
|
1081
1104
|
|
|
1082
1105
|
const oBindingContext = this._oControl ? this._oControl.getBindingContext() : null; // if not connected use no BindingContext
|
|
@@ -1123,6 +1146,35 @@ sap.ui.define([
|
|
|
1123
1146
|
this.getTypeahead()?.setHighlightId(sHighlightId);
|
|
1124
1147
|
};
|
|
1125
1148
|
|
|
1149
|
+
ValueHelp.prototype.clone = function(sIdSuffix, aLocalIds) {
|
|
1150
|
+
|
|
1151
|
+
// detach event handler before cloning to not have it twice on the clone
|
|
1152
|
+
// attach it after clone again
|
|
1153
|
+
const oTypeahead = this.getTypeahead();
|
|
1154
|
+
const bTypeaheadAttached = oTypeahead?._bAttached;
|
|
1155
|
+
const oDialog = this.getDialog();
|
|
1156
|
+
const bDialogAttached = oDialog?._bAttached;
|
|
1157
|
+
|
|
1158
|
+
if (bTypeaheadAttached) {
|
|
1159
|
+
attachContainerEvents.call(this, oTypeahead, false);
|
|
1160
|
+
}
|
|
1161
|
+
if (bDialogAttached) {
|
|
1162
|
+
attachContainerEvents.call(this, oDialog, false);
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
const oClone = Element.prototype.clone.apply(this, arguments);
|
|
1166
|
+
|
|
1167
|
+
if (bTypeaheadAttached) {
|
|
1168
|
+
attachContainerEvents.call(this, oTypeahead, true);
|
|
1169
|
+
}
|
|
1170
|
+
if (bDialogAttached) {
|
|
1171
|
+
attachContainerEvents.call(this, oDialog, true);
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
return oClone;
|
|
1175
|
+
|
|
1176
|
+
};
|
|
1177
|
+
|
|
1126
1178
|
PromiseMixin.call(ValueHelp.prototype);
|
|
1127
1179
|
|
|
1128
1180
|
|
|
@@ -273,7 +273,7 @@ sap.ui.define([
|
|
|
273
273
|
* @returns {boolean} <code>true</code> if item is selected
|
|
274
274
|
* @public
|
|
275
275
|
* @since 1.101.0
|
|
276
|
-
* @deprecated
|
|
276
|
+
* @deprecated As of version 1.118, replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}.
|
|
277
277
|
* @name module:sap/ui/mdc/ValueHelpDelegate.isFilterableListItemSelected
|
|
278
278
|
* @function
|
|
279
279
|
*/
|
|
@@ -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.8
|
|
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.8
|
|
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.8
|
|
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.8
|
|
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.8
|
|
39
39
|
* @public
|
|
40
40
|
* @alias sap.ui.mdc.condition.RangeOperator
|
|
41
41
|
* @since 1.74.0
|