@openui5/sap.ui.mdc 1.120.35 → 1.120.36
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/THIRDPARTY.txt +1 -1
- 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/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/messagebundle_es_MX.properties +1 -1
- package/src/sap/ui/mdc/messagebundle_fr.properties +1 -1
- package/src/sap/ui/mdc/messagebundle_hr.properties +2 -2
- package/src/sap/ui/mdc/messagebundle_id.properties +8 -8
- 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/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/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/THIRDPARTY.txt
CHANGED
|
@@ -401,7 +401,7 @@ License: MIT
|
|
|
401
401
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
402
402
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
|
|
403
403
|
|
|
404
|
-
Component: Markdown-it, version:
|
|
404
|
+
Component: Markdown-it, version: 14.1.0
|
|
405
405
|
Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
406
406
|
License: MIT
|
|
407
407
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
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.36",
|
|
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.36",
|
|
18
|
+
"@openui5/sap.ui.core": "1.120.36",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.120.36"
|
|
20
20
|
}
|
|
21
21
|
}
|
package/src/sap/ui/mdc/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 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.36</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.120.
|
|
57
|
+
* @version 1.120.36
|
|
58
58
|
*
|
|
59
59
|
* @constructor
|
|
60
60
|
* @alias sap.ui.mdc.Field
|
|
61
|
-
* @version 1.120.
|
|
61
|
+
* @version 1.120.36
|
|
62
62
|
* @since 1.54.0
|
|
63
63
|
*
|
|
64
64
|
* @public
|
|
@@ -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.36
|
|
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.36
|
|
55
55
|
*
|
|
56
56
|
* @constructor
|
|
57
57
|
* @alias sap.ui.mdc.FilterField
|
|
58
|
-
* @version 1.120.
|
|
58
|
+
* @version 1.120.36
|
|
59
59
|
* @since 1.48.0
|
|
60
60
|
*
|
|
61
61
|
* @public
|
package/src/sap/ui/mdc/Link.js
CHANGED
|
@@ -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.36
|
|
67
67
|
* @constructor
|
|
68
68
|
* @abstract
|
|
69
69
|
* @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.
|
|
25
|
+
* @version 1.120.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
33
33
|
* @constructor
|
|
34
34
|
* @since 1.54.0
|
|
35
35
|
* @public
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* The <code>FieldInput</code> control is used to render an input field inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
|
|
25
25
|
* It enhances the {@link sap.m.Input Input} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
|
|
26
26
|
* @extends sap.m.Input
|
|
27
|
-
* @version 1.120.
|
|
27
|
+
* @version 1.120.36
|
|
28
28
|
* @constructor
|
|
29
29
|
* @abstract
|
|
30
30
|
* @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.36
|
|
20
20
|
* @since 1.86.0
|
|
21
21
|
* @alias sap.ui.mdc.field.FieldInputRenderUtil
|
|
22
22
|
*
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* 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}.
|
|
25
25
|
* It enhances the {@link sap.m.MultiInput MultiInput} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
|
|
26
26
|
* @extends sap.m.MultiInput
|
|
27
|
-
* @version 1.120.
|
|
27
|
+
* @version 1.120.36
|
|
28
28
|
* @constructor
|
|
29
29
|
* @abstract
|
|
30
30
|
* @private
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* Base type for <code>MultiValueFieldItem</code> control.
|
|
21
21
|
* The {@link sap.ui.mdc.MultiValueField MultiValueField} holds its values as items. The <code>MultiValueFieldItem</code> element defines these items.
|
|
22
22
|
* @extends sap.ui.core.Element
|
|
23
|
-
* @version 1.120.
|
|
23
|
+
* @version 1.120.36
|
|
24
24
|
* @constructor
|
|
25
25
|
* @since 1.93.0
|
|
26
26
|
* @public
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* The <code>TokenDisplay</code> control is used to render a field inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
|
|
23
23
|
* It enhances the {@link sap.m.Token Token} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
|
|
24
24
|
* @extends sap.m.Token
|
|
25
|
-
* @version 1.120.
|
|
25
|
+
* @version 1.120.36
|
|
26
26
|
* @constructor
|
|
27
27
|
* @abstract
|
|
28
28
|
* @private
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* The <code>TokenizerDisplay</code> control is used to render a Tokenizer inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
|
|
29
29
|
* It enhances the {@link sap.m.Tokenizer Tokenizer} control to support display only tokens.
|
|
30
30
|
* @extends sap.m.Tokenizer
|
|
31
|
-
* @version 1.120.
|
|
31
|
+
* @version 1.120.36
|
|
32
32
|
* @constructor
|
|
33
33
|
* @abstract
|
|
34
34
|
* @private
|
|
@@ -62,7 +62,7 @@ sap.ui.define([
|
|
|
62
62
|
* @class The <code>FilterBarBase</code> control is the base for filter displaying controls in MDC.
|
|
63
63
|
* @extends sap.ui.mdc.Control
|
|
64
64
|
* @author SAP SE
|
|
65
|
-
* @version 1.120.
|
|
65
|
+
* @version 1.120.36
|
|
66
66
|
* @constructor
|
|
67
67
|
* @public
|
|
68
68
|
* @since 1.80.0
|
|
@@ -43,7 +43,7 @@ sap.ui.define(
|
|
|
43
43
|
* <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.
|
|
44
44
|
* @extends sap.ui.mdc.filterbar.FilterBarBase
|
|
45
45
|
* @author SAP SE
|
|
46
|
-
* @version 1.120.
|
|
46
|
+
* @version 1.120.36
|
|
47
47
|
* @constructor
|
|
48
48
|
* @public
|
|
49
49
|
* @since 1.84.0
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
* @namespace
|
|
23
23
|
* @alias sap.ui.mdc
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.120.
|
|
25
|
+
* @version 1.120.36
|
|
26
26
|
* @since 1.80
|
|
27
27
|
* @public
|
|
28
28
|
* @experimental As of version 1.54
|
|
29
29
|
*/
|
|
30
30
|
const thisLib = sap.ui.getCore().initLibrary({
|
|
31
|
-
version: "1.120.
|
|
31
|
+
version: "1.120.36",
|
|
32
32
|
name: "sap.ui.mdc",
|
|
33
33
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
34
34
|
designtime: "sap/ui/mdc/designtime/library.designtime",
|
|
@@ -11,7 +11,7 @@ sap.ui.define([], function() {
|
|
|
11
11
|
* @namespace Factory to access services outside of sap.ui.mdc library like for example <code>ushell</code> services.
|
|
12
12
|
* @name sap.ui.mdc.link.Factory
|
|
13
13
|
* @author SAP SE
|
|
14
|
-
* @version 1.120.
|
|
14
|
+
* @version 1.120.36
|
|
15
15
|
* @private
|
|
16
16
|
* @since 1.54.0
|
|
17
17
|
*/
|
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
* @param {object} [mSettings] Initial settings for the new control
|
|
17
17
|
* @class A <code>LinkItem</code> control is used in the {@link sap.ui.mdc.Link} control to provide a navigation target.
|
|
18
18
|
* @extends sap.ui.core.Element
|
|
19
|
-
* @version 1.120.
|
|
19
|
+
* @version 1.120.36
|
|
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.120.
|
|
19
|
+
* @version 1.120.36
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @since 1.54.0
|
|
@@ -428,7 +428,7 @@ chart.PERSONALIZATION_DIALOG_REMOVE_ENTRY=Quitar
|
|
|
428
428
|
chart.PERSONALIZATION_DIALOG_REMOVE_ENTRY_ANNOUNCE=El elemento se ha eliminado
|
|
429
429
|
chart.NO_DRILLABLE_DIMENSION=No hay dimensiones disponibles
|
|
430
430
|
chart.NO_DRILLABLE_DIMENSION_DESC=Todas las dimensiones disponibles ya se seleccionaron.
|
|
431
|
-
chart.SETTINGS=
|
|
431
|
+
chart.SETTINGS=Opciones
|
|
432
432
|
chart.ONE_FILTER_ACTIVE=1 filtro de gr\u00E1fico activo\: {0}
|
|
433
433
|
chart.MULTIPLE_FILTERS_ACTIVE={0} filtros de gr\u00E1fico activos\: {1}
|
|
434
434
|
|
|
@@ -416,7 +416,7 @@ chart.CHART_DRILLDOWN_SEARCH=Rechercher dans dimensions
|
|
|
416
416
|
chart.LEGENDBTN_TOOLTIP=Afficher/Masquer la l\u00E9gende
|
|
417
417
|
chart.LEGENDBTN_TEXT=Afficher/Masquer la l\u00E9gende
|
|
418
418
|
chart.NO_DATA=Aucune donn\u00E9e disponible
|
|
419
|
-
chart.NO_CHART_TYPES_AVAILABLE=Aucun type de
|
|
419
|
+
chart.NO_CHART_TYPES_AVAILABLE=Aucun type de digramme disponible
|
|
420
420
|
chart.NO_CHART_TYPES_AVAILABLE_ACTION=Ajustez les options de graphique.
|
|
421
421
|
chart.NO_DATA_WITH_FILTERBAR=Pour commencer, param\u00E9trez les filtres appropri\u00E9s.
|
|
422
422
|
chart.NO_RESULTS=Aucune donn\u00E9e disponible. Ajustez les options de filtre.
|
|
@@ -429,8 +429,8 @@ chart.PERSONALIZATION_DIALOG_REMOVE_ENTRY_ANNOUNCE=Stavka je uklonjena
|
|
|
429
429
|
chart.NO_DRILLABLE_DIMENSION=Dimenzije nisu raspolo\u017Eive
|
|
430
430
|
chart.NO_DRILLABLE_DIMENSION_DESC=Sve raspolo\u017Eive dimenzije ve\u0107 su odabrane.
|
|
431
431
|
chart.SETTINGS=Postave
|
|
432
|
-
chart.ONE_FILTER_ACTIVE=1 filter
|
|
433
|
-
chart.MULTIPLE_FILTERS_ACTIVE={0} filtera
|
|
432
|
+
chart.ONE_FILTER_ACTIVE=1 filter grafikona aktivan\: {0}
|
|
433
|
+
chart.MULTIPLE_FILTERS_ACTIVE={0} filtera grafikona aktivno\: {1}
|
|
434
434
|
|
|
435
435
|
table.SETTINGS_COLUMN=Stupci
|
|
436
436
|
table.SETTINGS=Postave
|
|
@@ -201,10 +201,10 @@ filterbar.ADAPT_CLEAR=Hapus
|
|
|
201
201
|
filterbar.ADAPT_RESTORE=Kembalikan
|
|
202
202
|
filterbar.ADAPT_TITLE=Adaptasikan Filter
|
|
203
203
|
filterbar.ADAPT_SHOW_VISIBLE=Tampilkan yang Terlihat
|
|
204
|
-
filterbar.ADAPT_MOVE_TO_TOP=Pindahkan ke
|
|
205
|
-
filterbar.ADAPT_MOVE_UP=
|
|
206
|
-
filterbar.ADAPT_MOVE_DOWN=
|
|
207
|
-
filterbar.ADAPT_MOVE_TO_BOTTOM=Pindahkan ke
|
|
204
|
+
filterbar.ADAPT_MOVE_TO_TOP=Pindahkan ke Teratas
|
|
205
|
+
filterbar.ADAPT_MOVE_UP=Naikkan
|
|
206
|
+
filterbar.ADAPT_MOVE_DOWN=Turunkan
|
|
207
|
+
filterbar.ADAPT_MOVE_TO_BOTTOM=Pindahkan ke Terbawah
|
|
208
208
|
filterbar.ADAPT_INFO_TOOLBAR=Filter Terlihat\:
|
|
209
209
|
filterbar.ADAPT_LIST_VIEW=Tampilan Daftar
|
|
210
210
|
filterbar.ADAPT_GROUP_VIEW=Tampilan Grup
|
|
@@ -347,10 +347,10 @@ p13nDialog.rtaAddTooltip=Buat bidang kustom, asosiasi, atau logika
|
|
|
347
347
|
p13nDialog.SHOW_VISIBLE=Tampilkan yang Terlihat
|
|
348
348
|
p13nDialog.SHOW_SELECTED=Tampilkan yang Dipilih
|
|
349
349
|
p13nDialog.SHOW_ALL=Tampilkan Semua
|
|
350
|
-
p13nDialog.MOVE_TO_TOP=Pindahkan ke
|
|
351
|
-
p13nDialog.MOVE_UP=
|
|
352
|
-
p13nDialog.MOVE_DOWN=
|
|
353
|
-
p13nDialog.MOVE_TO_BOTTOM=Pindahkan ke
|
|
350
|
+
p13nDialog.MOVE_TO_TOP=Pindahkan ke Teratas
|
|
351
|
+
p13nDialog.MOVE_UP=Naikkan
|
|
352
|
+
p13nDialog.MOVE_DOWN=Turunkan
|
|
353
|
+
p13nDialog.MOVE_TO_BOTTOM=Pindahkan ke Terbawah
|
|
354
354
|
p13nDialog.REORDER=Urutkan Ulang
|
|
355
355
|
p13nDialog.SELECT=Pilih
|
|
356
356
|
p13nDialog.GROUPMODE_VISIBLE=Terlihat
|
|
@@ -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.120.
|
|
22
|
+
* @version 1.120.36
|
|
23
23
|
* @constructor
|
|
24
24
|
* @experimental
|
|
25
25
|
* @private
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* The <code>RowActionItem</code> control represents a action for a row.
|
|
23
23
|
* This control can only be used in the context of <code>sap.ui.mdc.Table</code> control to define row actions.
|
|
24
24
|
* @extends sap.ui.core.Element
|
|
25
|
-
* @version 1.120.
|
|
25
|
+
* @version 1.120.36
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @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.120.
|
|
24
|
+
* @version 1.120.36
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @public
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
* @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>.
|
|
24
24
|
* @extends sap.ui.core.Control
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.120.
|
|
26
|
+
* @version 1.120.36
|
|
27
27
|
* @constructor
|
|
28
28
|
* @experimental As of version 1.111
|
|
29
29
|
* @private
|
|
@@ -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.120.
|
|
48
|
+
* @version 1.120.36
|
|
49
49
|
* @alias sap.ui.mdc.util.PromiseCache
|
|
50
50
|
* @since 1.85.0
|
|
51
51
|
* @private
|
|
@@ -63,7 +63,7 @@ sap.ui.define([
|
|
|
63
63
|
* @param {object} [mSettings] Initial settings for the new control
|
|
64
64
|
* @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a dialog.
|
|
65
65
|
* @extends sap.ui.mdc.valuehelp.base.Container
|
|
66
|
-
* @version 1.120.
|
|
66
|
+
* @version 1.120.36
|
|
67
67
|
* @constructor
|
|
68
68
|
* @public
|
|
69
69
|
* @since 1.95.0
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
* @param {object} [mSettings] Initial settings for the new control
|
|
30
30
|
* @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a popover.
|
|
31
31
|
* @extends sap.ui.mdc.valuehelp.base.Container
|
|
32
|
-
* @version 1.120.
|
|
32
|
+
* @version 1.120.36
|
|
33
33
|
* @constructor
|
|
34
34
|
* @public
|
|
35
35
|
* @since 1.95.0
|
|
@@ -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.120.
|
|
29
|
+
* @version 1.120.36
|
|
30
30
|
* @constructor
|
|
31
31
|
* @abstract
|
|
32
32
|
* @public
|
|
@@ -34,7 +34,7 @@ sap.ui.define([
|
|
|
34
34
|
* @param {object} [mSettings] Initial settings for the new element
|
|
35
35
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element.
|
|
36
36
|
* @extends sap.ui.core.Element
|
|
37
|
-
* @version 1.120.
|
|
37
|
+
* @version 1.120.36
|
|
38
38
|
* @constructor
|
|
39
39
|
* @abstract
|
|
40
40
|
* @public
|
|
@@ -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.120.
|
|
23
|
+
* @version 1.120.36
|
|
24
24
|
* @constructor
|
|
25
25
|
* @private
|
|
26
26
|
* @ui5-restricted sap.ui.mdc
|
|
@@ -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.
|
|
44
44
|
* @extends sap.ui.mdc.valuehelp.base.ListContent
|
|
45
|
-
* @version 1.120.
|
|
45
|
+
* @version 1.120.36
|
|
46
46
|
* @constructor
|
|
47
47
|
* @abstract
|
|
48
48
|
* @public
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* @param {object} [mSettings] Initial settings for the new element
|
|
23
23
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element.
|
|
24
24
|
* @extends sap.ui.mdc.valuehelp.base.Content
|
|
25
|
-
* @version 1.120.
|
|
25
|
+
* @version 1.120.36
|
|
26
26
|
* @constructor
|
|
27
27
|
* @abstract
|
|
28
28
|
* @public
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* @param {object} [mSettings] Initial settings for the new element
|
|
23
23
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element to provide a value help for boolean fields.
|
|
24
24
|
* @extends sap.ui.mdc.valuehelp.content.FixedList
|
|
25
|
-
* @version 1.120.
|
|
25
|
+
* @version 1.120.36
|
|
26
26
|
* @constructor
|
|
27
27
|
* @private
|
|
28
28
|
* @ui5-restricted sap.ui.mdc
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @param {object} [mSettings] Initial settings for the new element
|
|
26
26
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element showing a condition panel.
|
|
27
27
|
* @extends sap.ui.mdc.valuehelp.base.Content
|
|
28
|
-
* @version 1.120.
|
|
28
|
+
* @version 1.120.36
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
31
31
|
* @since 1.95.0
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* @param {object} [mSettings] Initial settings for the new element
|
|
31
31
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element showing a list with fixed values.
|
|
32
32
|
* @extends sap.ui.mdc.valuehelp.base.ListContent
|
|
33
|
-
* @version 1.120.
|
|
33
|
+
* @version 1.120.36
|
|
34
34
|
* @constructor
|
|
35
35
|
* @public
|
|
36
36
|
* @since 1.95.0
|
|
@@ -38,7 +38,7 @@ sap.ui.define([
|
|
|
38
38
|
* @param {object} [mSettings] Initial settings for the new element
|
|
39
39
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element using a {@link sap.ui.mdc.Table}.
|
|
40
40
|
* @extends sap.ui.mdc.valuehelp.base.FilterableListContent
|
|
41
|
-
* @version 1.120.
|
|
41
|
+
* @version 1.120.36
|
|
42
42
|
* @constructor
|
|
43
43
|
* @public
|
|
44
44
|
* @since 1.95.0
|
|
@@ -45,7 +45,7 @@ sap.ui.define([
|
|
|
45
45
|
* @param {object} [mSettings] Initial settings for the new element
|
|
46
46
|
* @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element using a {@link sap.m.Table}.
|
|
47
47
|
* @extends sap.ui.mdc.valuehelp.base.FilterableListContent
|
|
48
|
-
* @version 1.120.
|
|
48
|
+
* @version 1.120.36
|
|
49
49
|
* @constructor
|
|
50
50
|
* @public
|
|
51
51
|
* @since 1.95.0
|