@openui5/sap.ui.mdc 1.136.9 → 1.136.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/src/sap/ui/mdc/.library +1 -1
- package/src/sap/ui/mdc/ActionToolbar.js +1 -1
- package/src/sap/ui/mdc/Chart.js +1 -1
- package/src/sap/ui/mdc/Control.js +1 -1
- package/src/sap/ui/mdc/DefaultTypeMap.js +1 -1
- package/src/sap/ui/mdc/Element.js +1 -1
- package/src/sap/ui/mdc/Field.js +2 -2
- package/src/sap/ui/mdc/FilterBar.js +1 -1
- package/src/sap/ui/mdc/FilterField.js +2 -2
- package/src/sap/ui/mdc/Link.js +1 -1
- package/src/sap/ui/mdc/MultiValueField.js +1 -1
- package/src/sap/ui/mdc/ValueHelp.js +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 +3 -3
- package/src/sap/ui/mdc/field/FieldInfoBase.js +1 -1
- package/src/sap/ui/mdc/field/FieldInput.js +19 -3
- package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +1 -1
- package/src/sap/ui/mdc/field/FieldMultiInput.js +20 -4
- 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/flexibility/actiontoolbar/CombineAction.js +1 -1
- package/src/sap/ui/mdc/flexibility/actiontoolbar/SplitAction.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/messagebundle_id.properties +6 -6
- package/src/sap/ui/mdc/messagebundle_zh_TW.properties +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/p13n/panels/ChartItemPanel.js +13 -8
- package/src/sap/ui/mdc/p13n/subcontroller/ColumnFreezeController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/ShowDetailsController.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/PropertyHelperUtil.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 +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
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
* @param {object} [mSettings] Initial settings for the new control
|
|
17
17
|
* @class A <code>LinkItem</code> control is used in the {@link sap.ui.mdc.Link} control to provide a navigation target.
|
|
18
18
|
* @extends sap.ui.core.Element
|
|
19
|
-
* @version 1.136.
|
|
19
|
+
* @version 1.136.10
|
|
20
20
|
* @constructor
|
|
21
21
|
* @public
|
|
22
22
|
* @since 1.58.0
|
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
* @param {object} [mSettings] initial settings for the new control
|
|
17
17
|
* @class Type for <code>items</code> aggregation in <code>Panel</code> control.
|
|
18
18
|
* @extends sap.ui.core.Element
|
|
19
|
-
* @version 1.136.
|
|
19
|
+
* @version 1.136.10
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @since 1.54.0
|
|
@@ -106,8 +106,8 @@ filterbar.ADAPT_RESTORE=Kembalikan
|
|
|
106
106
|
filterbar.ADAPT_TITLE=Adaptasikan Filter
|
|
107
107
|
filterbar.ADAPT_SHOW_VISIBLE=Tampilkan yang Terlihat
|
|
108
108
|
filterbar.ADAPT_MOVE_TO_TOP=Pindahkan ke Teratas
|
|
109
|
-
filterbar.ADAPT_MOVE_UP=
|
|
110
|
-
filterbar.ADAPT_MOVE_DOWN=
|
|
109
|
+
filterbar.ADAPT_MOVE_UP=Pindahkan ke Atas
|
|
110
|
+
filterbar.ADAPT_MOVE_DOWN=Pindahkan ke Bawah
|
|
111
111
|
filterbar.ADAPT_MOVE_TO_BOTTOM=Pindahkan ke Terbawah
|
|
112
112
|
filterbar.ADAPT_INFO_TOOLBAR=Filter Terlihat\:
|
|
113
113
|
filterbar.ADAPT_LIST_VIEW=Tampilan Daftar
|
|
@@ -264,8 +264,8 @@ p13nDialog.SHOW_VISIBLE=Tampilkan yang Terlihat
|
|
|
264
264
|
p13nDialog.SHOW_SELECTED=Tampilkan yang Dipilih
|
|
265
265
|
p13nDialog.SHOW_ALL=Tampilkan Semua
|
|
266
266
|
p13nDialog.MOVE_TO_TOP=Pindahkan ke Teratas
|
|
267
|
-
p13nDialog.MOVE_UP=
|
|
268
|
-
p13nDialog.MOVE_DOWN=
|
|
267
|
+
p13nDialog.MOVE_UP=Pindahkan ke Atas
|
|
268
|
+
p13nDialog.MOVE_DOWN=Pindahkan ke Bawah
|
|
269
269
|
p13nDialog.MOVE_TO_BOTTOM=Pindahkan ke Terbawah
|
|
270
270
|
p13nDialog.REORDER=Urutkan Ulang
|
|
271
271
|
p13nDialog.SELECT=Pilih
|
|
@@ -298,8 +298,8 @@ sort.PERSONALIZATION_DIALOG_TITLE=Urutkan
|
|
|
298
298
|
sort.PERSONALIZATION_DIALOG_INFO_TOOLBAR=Entitas Terpilih\:
|
|
299
299
|
sort.PERSONALIZATION_DIALOG_COLUMN_DESCRIPTION=Urutkan Berdasarkan
|
|
300
300
|
sort.PERSONALIZATION_DIALOG_COLUMN_SORTORDER=Urutkan Urutan
|
|
301
|
-
sort.PERSONALIZATION_DIALOG_OPTION_ASCENDING=Naik
|
|
302
|
-
sort.PERSONALIZATION_DIALOG_OPTION_DESCENDING=Turun
|
|
301
|
+
sort.PERSONALIZATION_DIALOG_OPTION_ASCENDING=Urutan Naik
|
|
302
|
+
sort.PERSONALIZATION_DIALOG_OPTION_DESCENDING=Urutan Turun
|
|
303
303
|
sort.PERSONALIZATION_DIALOG_OPTION_NONE=(tidak ada)
|
|
304
304
|
|
|
305
305
|
group.PERSONALIZATION_DIALOG_TITLE=Grup
|
|
@@ -221,7 +221,7 @@ valuehelp.HIDEADVSEARCH=\u96B1\u85CF\u7BE9\u9078
|
|
|
221
221
|
|
|
222
222
|
valuehelp.SHOWADVSEARCH=\u986F\u793A\u7BE9\u9078
|
|
223
223
|
|
|
224
|
-
filterbar.GoBtnShortCutHint
|
|
224
|
+
filterbar.GoBtnShortCutHint=\u9032\u5165
|
|
225
225
|
|
|
226
226
|
valuehelp.SHOWALLFILTERS=\u986F\u793A\u6240\u6709\u7BE9\u9078
|
|
227
227
|
|
|
@@ -532,14 +532,19 @@ sap.ui.define([
|
|
|
532
532
|
|
|
533
533
|
ChartItemPanel.prototype._handleActivated = function(oHoveredItem) {
|
|
534
534
|
const oItem = this._getModelItemByTableItem(oHoveredItem);
|
|
535
|
-
if (oItem && oItem.template) {
|
|
535
|
+
if (this._oHoveredItem !== oHoveredItem || (oItem && oItem.template)) {
|
|
536
536
|
this.removeMoveButtons();
|
|
537
537
|
}
|
|
538
|
+
if (this._oHoveredItem === oHoveredItem) {
|
|
539
|
+
return;
|
|
540
|
+
}
|
|
538
541
|
|
|
539
542
|
this._oHoveredItem = oHoveredItem;
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
+
if (!oItem || !oItem.template) {
|
|
544
|
+
this._updateEnableOfMoveButtons(oHoveredItem, false);
|
|
545
|
+
this._addMoveButtons(oHoveredItem);
|
|
546
|
+
this._setMoveButtonVisibility(true);
|
|
547
|
+
}
|
|
543
548
|
|
|
544
549
|
};
|
|
545
550
|
|
|
@@ -641,13 +646,13 @@ sap.ui.define([
|
|
|
641
646
|
|
|
642
647
|
if (oTableItem.getCells && oTableItem.getCells() && (oTableItem.getCells().length === 2 || oTableItem.getCells().length === 3) && !bIgnore) {
|
|
643
648
|
if (this._bMobileMode) {
|
|
644
|
-
oTableItem.getCells()[1].insertItem(this._getMoveDownButton(), 0);
|
|
645
649
|
oTableItem.getCells()[1].insertItem(this._getMoveUpButton(), 0);
|
|
650
|
+
oTableItem.getCells()[1].insertItem(this._getMoveDownButton(), 1);
|
|
646
651
|
} else {
|
|
647
|
-
oTableItem.getCells()[2].insertItem(this._getMoveBottomButton(), 0);
|
|
648
|
-
oTableItem.getCells()[2].insertItem(this._getMoveDownButton(), 0);
|
|
649
|
-
oTableItem.getCells()[2].insertItem(this._getMoveUpButton(), 0);
|
|
650
652
|
oTableItem.getCells()[2].insertItem(this._getMoveTopButton(), 0);
|
|
653
|
+
oTableItem.getCells()[2].insertItem(this._getMoveUpButton(), 1);
|
|
654
|
+
oTableItem.getCells()[2].insertItem(this._getMoveDownButton(), 2);
|
|
655
|
+
oTableItem.getCells()[2].insertItem(this._getMoveBottomButton(), 3);
|
|
651
656
|
}
|
|
652
657
|
|
|
653
658
|
}
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
* {@link sap.ui.mdc.table.Column#getCreationTemplate creationTemplate} aggregation of the {@link sap.ui.mdc.table.Column}.
|
|
20
20
|
* @extends sap.ui.core.Element
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.136.
|
|
22
|
+
* @version 1.136.10
|
|
23
23
|
* @constructor
|
|
24
24
|
* @private
|
|
25
25
|
* @ui5-restricted sap.fe
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* The <code>RowActionItem</code> control represents a action for a row.
|
|
21
21
|
* This control can only be used in the context of <code>sap.ui.mdc.Table</code> control to define row actions.
|
|
22
22
|
* @extends sap.ui.core.Element
|
|
23
|
-
* @version 1.136.
|
|
23
|
+
* @version 1.136.10
|
|
24
24
|
*
|
|
25
25
|
* @constructor
|
|
26
26
|
* @public
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* The <code>RowSettings</code> control is used to configure a row.
|
|
22
22
|
* This control can only be used in the context of the <code>sap.ui.mdc.Table</code> control to define row settings.
|
|
23
23
|
* @extends sap.ui.core.Element
|
|
24
|
-
* @version 1.136.
|
|
24
|
+
* @version 1.136.10
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @public
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* @class The <code>InfoBar</code> control provides an easy way of displaying filter information inside an <code>sap.ui.mdc.Chart</code> and an <code>sap.ui.mdc.Table</code>.
|
|
25
25
|
* @extends sap.ui.core.Control
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.136.
|
|
27
|
+
* @version 1.136.10
|
|
28
28
|
* @constructor
|
|
29
29
|
* @private
|
|
30
30
|
* @ui5-restricted sap.ui.mdc
|
|
@@ -45,7 +45,7 @@ sap.ui.define(
|
|
|
45
45
|
* Destroying the cache will cancel all registered promises and delete references. Convenience methods for promise creation, wrapping and replacement are offered.
|
|
46
46
|
*
|
|
47
47
|
* @author SAP SE
|
|
48
|
-
* @version 1.136.
|
|
48
|
+
* @version 1.136.10
|
|
49
49
|
* @alias sap.ui.mdc.util.PromiseCache
|
|
50
50
|
* @since 1.85.0
|
|
51
51
|
* @private
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* Provides validation functions for checking the (required) usage of the PropertyHelper.
|
|
22
22
|
*
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.136.
|
|
24
|
+
* @version 1.136.10
|
|
25
25
|
* @alias sap.ui.mdc.util.PropertyHelperUtil
|
|
26
26
|
* @namespace
|
|
27
27
|
* @since 1.132.0
|
|
@@ -68,7 +68,7 @@ sap.ui.define([
|
|
|
68
68
|
* @param {object} [mSettings] Initial settings for the new control
|
|
69
69
|
* @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a dialog.
|
|
70
70
|
* @extends sap.ui.mdc.valuehelp.base.Container
|
|
71
|
-
* @version 1.136.
|
|
71
|
+
* @version 1.136.10
|
|
72
72
|
* @constructor
|
|
73
73
|
* @public
|
|
74
74
|
* @since 1.95.0
|
|
@@ -39,7 +39,7 @@ sap.ui.define(
|
|
|
39
39
|
* <b>Note:</b> The <code>FilterBar</code> can only be used for a {@link sap.ui.mdc.valuehelp.Dialog Dialog} and not on its own.
|
|
40
40
|
* @extends sap.ui.mdc.filterbar.FilterBarBase
|
|
41
41
|
* @author SAP SE
|
|
42
|
-
* @version 1.136.
|
|
42
|
+
* @version 1.136.10
|
|
43
43
|
* @constructor
|
|
44
44
|
* @public
|
|
45
45
|
* @since 1.124.0
|
|
@@ -37,7 +37,7 @@ sap.ui.define([
|
|
|
37
37
|
* @param {object} [mSettings] Initial settings for the new control
|
|
38
38
|
* @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a popover.
|
|
39
39
|
* @extends sap.ui.mdc.valuehelp.base.Container
|
|
40
|
-
* @version 1.136.
|
|
40
|
+
* @version 1.136.10
|
|
41
41
|
* @constructor
|
|
42
42
|
*
|
|
43
43
|
* @public
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @param {object} [mSettings] Initial settings for the new element
|
|
27
27
|
* @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element.
|
|
28
28
|
* @extends sap.ui.core.Element
|
|
29
|
-
* @version 1.136.
|
|
29
|
+
* @version 1.136.10
|
|
30
30
|
* @constructor
|
|
31
31
|
* @abstract
|
|
32
32
|
*
|
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
* @param {object} [mSettings] Initial settings for the new element
|
|
37
37
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element.
|
|
38
38
|
* @extends sap.ui.core.Element
|
|
39
|
-
* @version 1.136.
|
|
39
|
+
* @version 1.136.10
|
|
40
40
|
* @constructor
|
|
41
41
|
* @abstract
|
|
42
42
|
*
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @param {object} [mSettings] Initial settings for the new control
|
|
21
21
|
* @class Content for the <code>sap.ui.mdc.valuehelp.content.Dialog</code> element.
|
|
22
22
|
* @extends sap.ui.core.Control
|
|
23
|
-
* @version 1.136.
|
|
23
|
+
* @version 1.136.10
|
|
24
24
|
* @constructor
|
|
25
25
|
* @private
|
|
26
26
|
* @ui5-restricted sap.ui.mdc
|
|
@@ -44,7 +44,7 @@ sap.ui.define([
|
|
|
44
44
|
* @param {object} [mSettings] Initial settings for the new element
|
|
45
45
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element.
|
|
46
46
|
* @extends sap.ui.mdc.valuehelp.base.ListContent
|
|
47
|
-
* @version 1.136.
|
|
47
|
+
* @version 1.136.10
|
|
48
48
|
* @constructor
|
|
49
49
|
* @abstract
|
|
50
50
|
* @public
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* @param {object} [mSettings] Initial settings for the new element
|
|
22
22
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element.
|
|
23
23
|
* @extends sap.ui.mdc.valuehelp.base.Content
|
|
24
|
-
* @version 1.136.
|
|
24
|
+
* @version 1.136.10
|
|
25
25
|
* @constructor
|
|
26
26
|
* @abstract
|
|
27
27
|
* @public
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @param {object} [mSettings] Initial settings for the new element
|
|
21
21
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element to provide a value help for boolean fields.
|
|
22
22
|
* @extends sap.ui.mdc.valuehelp.content.FixedList
|
|
23
|
-
* @version 1.136.
|
|
23
|
+
* @version 1.136.10
|
|
24
24
|
* @constructor
|
|
25
25
|
* @private
|
|
26
26
|
* @ui5-restricted sap.ui.mdc
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @param {object} [mSettings] Initial settings for the new element
|
|
28
28
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element showing a condition panel.
|
|
29
29
|
* @extends sap.ui.mdc.valuehelp.base.Content
|
|
30
|
-
* @version 1.136.
|
|
30
|
+
* @version 1.136.10
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
33
33
|
* @since 1.95.0
|
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* @param {object} [mSettings] Initial settings for the new element
|
|
33
33
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element showing a list with fixed values.
|
|
34
34
|
* @extends sap.ui.mdc.valuehelp.base.ListContent
|
|
35
|
-
* @version 1.136.
|
|
35
|
+
* @version 1.136.10
|
|
36
36
|
* @constructor
|
|
37
37
|
* @public
|
|
38
38
|
* @since 1.95.0
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* @param {object} [mSettings] Initial settings for the new element
|
|
43
43
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element using a {@link sap.ui.mdc.Table}.
|
|
44
44
|
* @extends sap.ui.mdc.valuehelp.base.FilterableListContent
|
|
45
|
-
* @version 1.136.
|
|
45
|
+
* @version 1.136.10
|
|
46
46
|
* @constructor
|
|
47
47
|
* @public
|
|
48
48
|
* @since 1.95.0
|
|
@@ -53,7 +53,7 @@ sap.ui.define([
|
|
|
53
53
|
* @param {object} [mSettings] Initial settings for the new element
|
|
54
54
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element using a {@link sap.m.Table}.
|
|
55
55
|
* @extends sap.ui.mdc.valuehelp.base.FilterableListContent
|
|
56
|
-
* @version 1.136.
|
|
56
|
+
* @version 1.136.10
|
|
57
57
|
* @constructor
|
|
58
58
|
* @public
|
|
59
59
|
* @since 1.95.0
|