@openui5/sap.ui.mdc 1.84.51 → 1.84.52
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/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/condition/Condition.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/field/BoolFieldHelp.js +1 -1
- package/src/sap/ui/mdc/field/ConditionFieldHelp.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/CustomFieldHelp.js +1 -1
- package/src/sap/ui/mdc/field/CustomFieldInfo.js +1 -1
- package/src/sap/ui/mdc/field/DefineConditionPanel.js +2 -2
- package/src/sap/ui/mdc/field/FieldBase.js +2 -2
- package/src/sap/ui/mdc/field/FieldHelpBase.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/FieldMultiInput.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelp.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelpContentWrapperBase.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelpMTableWrapper.js +1 -1
- package/src/sap/ui/mdc/field/InParameter.js +1 -1
- package/src/sap/ui/mdc/field/ListFieldHelp.js +1 -1
- package/src/sap/ui/mdc/field/OutParameter.js +1 -1
- package/src/sap/ui/mdc/field/ValueHelpPanel.js +2 -2
- package/src/sap/ui/mdc/filterbar/FilterBarBase.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/ContactDetails.js +1 -1
- package/src/sap/ui/mdc/link/ContactDetailsAddressItem.js +1 -1
- package/src/sap/ui/mdc/link/ContactDetailsEmailItem.js +1 -1
- package/src/sap/ui/mdc/link/ContactDetailsItem.js +1 -1
- package/src/sap/ui/mdc/link/ContactDetailsPhoneItem.js +1 -1
- package/src/sap/ui/mdc/link/Factory.js +1 -1
- package/src/sap/ui/mdc/link/FakeFlpConnector.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/PanelListItem.js +1 -1
- package/src/sap/ui/mdc/link/SelectionDialog.js +1 -1
- package/src/sap/ui/mdc/link/SelectionDialogItem.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_ar.properties +4 -4
- package/src/sap/ui/mdc/messagebundle_hr.properties +2 -2
- package/src/sap/ui/mdc/messagebundle_id.properties +5 -5
- package/src/sap/ui/mdc/messagebundle_kk.properties +11 -11
- package/src/sap/ui/mdc/messagebundle_vi.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/table/CreationRow.js +1 -1
- package/src/sap/ui/mdc/table/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/table/RowSettings.js +1 -1
- package/src/sap/ui/mdc/util/PropertyHelper.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.mdc",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.52",
|
|
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.84.
|
|
18
|
-
"@openui5/sap.ui.core": "1.84.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.84.
|
|
17
|
+
"@openui5/sap.m": "1.84.52",
|
|
18
|
+
"@openui5/sap.ui.core": "1.84.52",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.84.52"
|
|
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.84.
|
|
9
|
+
<version>1.84.52</version>
|
|
10
10
|
|
|
11
11
|
<documentation>UI5 library: sap.ui.mdc</documentation>
|
|
12
12
|
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* @class The column for the metadata driven table, that hold the template to be shown when the rows has data.
|
|
22
22
|
* @extends sap.m.OverflowToolbar
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.84.
|
|
24
|
+
* @version 1.84.52
|
|
25
25
|
* @constructor
|
|
26
26
|
* @private
|
|
27
27
|
* @experimental
|
package/src/sap/ui/mdc/Chart.js
CHANGED
|
@@ -58,7 +58,7 @@ sap.ui.define([
|
|
|
58
58
|
* @class The Chart control creates a chart based on metadata and the configuration specified.
|
|
59
59
|
* @extends sap.ui.mdc.Control
|
|
60
60
|
* @author SAP SE
|
|
61
|
-
* @version 1.84.
|
|
61
|
+
* @version 1.84.52
|
|
62
62
|
* @constructor
|
|
63
63
|
* @experimental
|
|
64
64
|
* @private
|
package/src/sap/ui/mdc/Field.js
CHANGED
|
@@ -46,12 +46,12 @@ sap.ui.define([
|
|
|
46
46
|
* @implements sap.ui.core.IFormContent
|
|
47
47
|
*
|
|
48
48
|
* @author SAP SE
|
|
49
|
-
* @version 1.84.
|
|
49
|
+
* @version 1.84.52
|
|
50
50
|
*
|
|
51
51
|
* @constructor
|
|
52
52
|
* @alias sap.ui.mdc.Field
|
|
53
53
|
* @author SAP SE
|
|
54
|
-
* @version 1.84.
|
|
54
|
+
* @version 1.84.52
|
|
55
55
|
* @since 1.54.0
|
|
56
56
|
*
|
|
57
57
|
* @private
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* The metadata information is provided via the {@link sap.ui.mdc.FilterBarDelegate FilterBarDelegate} implementation. This implementation has to be provided by the application.
|
|
21
21
|
* @extends sap.ui.mdc.filterbar.FilterBarBase
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.84.
|
|
23
|
+
* @version 1.84.52
|
|
24
24
|
* @constructor
|
|
25
25
|
* @private
|
|
26
26
|
* @since 1.61.0
|
|
@@ -29,12 +29,12 @@ sap.ui.define([
|
|
|
29
29
|
* @extends sap.ui.mdc.field.FieldBase
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.84.
|
|
32
|
+
* @version 1.84.52
|
|
33
33
|
*
|
|
34
34
|
* @constructor
|
|
35
35
|
* @alias sap.ui.mdc.FilterField
|
|
36
36
|
* @author SAP SE
|
|
37
|
-
* @version 1.84.
|
|
37
|
+
* @version 1.84.52
|
|
38
38
|
* @since 1.48.0
|
|
39
39
|
*
|
|
40
40
|
* @private
|
package/src/sap/ui/mdc/Link.js
CHANGED
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @param {object} [mSettings] Initial settings for the new control
|
|
36
36
|
* @class A field help used in the <code>FieldHelp</code> association in <code>FieldBase</code> controls that shows a list for Boolean values.
|
|
37
37
|
* @extends sap.ui.mdc.field.FieldHelpBase
|
|
38
|
-
* @version 1.84.
|
|
38
|
+
* @version 1.84.52
|
|
39
39
|
* @constructor
|
|
40
40
|
* @private
|
|
41
41
|
* @since 1.60.0
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @param {object} [mSettings] Initial settings for the new control
|
|
36
36
|
* @class A field help used in the <code>FieldHelp</code> association in <code>FieldBase</code> controls to show a popover of conditions.
|
|
37
37
|
* @extends sap.ui.mdc.field.FieldHelpBase
|
|
38
|
-
* @version 1.84.
|
|
38
|
+
* @version 1.84.52
|
|
39
39
|
* @constructor
|
|
40
40
|
* @private
|
|
41
41
|
* @since 1.82.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>FieldHelp</code> association in <code>FieldBase</code> controls that allows you to add custom content.
|
|
18
18
|
* @extends sap.ui.mdc.field.FieldHelpBase
|
|
19
|
-
* @version 1.84.
|
|
19
|
+
* @version 1.84.52
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @since 1.54.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.84.
|
|
19
|
+
* @version 1.84.52
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @since 1.54.0
|
|
@@ -79,12 +79,12 @@ sap.ui.define([
|
|
|
79
79
|
* @extends sap.ui.core.XMLComposite
|
|
80
80
|
*
|
|
81
81
|
* @author SAP SE
|
|
82
|
-
* @version 1.84.
|
|
82
|
+
* @version 1.84.52
|
|
83
83
|
*
|
|
84
84
|
* @constructor
|
|
85
85
|
* @alias sap.ui.mdc.field.DefineConditionPanel
|
|
86
86
|
* @author SAP SE
|
|
87
|
-
* @version 1.84.
|
|
87
|
+
* @version 1.84.52
|
|
88
88
|
* @since 1.58.0
|
|
89
89
|
* @abstract
|
|
90
90
|
*
|
|
@@ -89,12 +89,12 @@ sap.ui.define([
|
|
|
89
89
|
* @implements sap.ui.core.IFormContent
|
|
90
90
|
*
|
|
91
91
|
* @author SAP SE
|
|
92
|
-
* @version 1.84.
|
|
92
|
+
* @version 1.84.52
|
|
93
93
|
*
|
|
94
94
|
* @constructor
|
|
95
95
|
* @alias sap.ui.mdc.field.FieldBase
|
|
96
96
|
* @author SAP SE
|
|
97
|
-
* @version 1.84.
|
|
97
|
+
* @version 1.84.52
|
|
98
98
|
* @since 1.58.0
|
|
99
99
|
* @abstract
|
|
100
100
|
*
|
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* @class Base type for the <code>FieldHelp</code> association in the <code>FieldBase</code> controls.
|
|
33
33
|
* @extends sap.ui.mdc.Element
|
|
34
34
|
* @implements sap.ui.core.PopupInterface
|
|
35
|
-
* @version 1.84.
|
|
35
|
+
* @version 1.84.52
|
|
36
36
|
* @constructor
|
|
37
37
|
* @abstract
|
|
38
38
|
* @private
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @param {object} [mSettings] Initial settings for the new control
|
|
28
28
|
* @class 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.
|
|
29
29
|
* @extends sap.ui.mdc.Element
|
|
30
|
-
* @version 1.84.
|
|
30
|
+
* @version 1.84.52
|
|
31
31
|
* @constructor
|
|
32
32
|
* @private
|
|
33
33
|
* @since 1.54.0
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
* @param {object} [mSettings] Initial settings for the new control
|
|
24
24
|
* @class Base type for <code>FieldInput</code> control.
|
|
25
25
|
* @extends sap.m.Input
|
|
26
|
-
* @version 1.84.
|
|
26
|
+
* @version 1.84.52
|
|
27
27
|
* @constructor
|
|
28
28
|
* @abstract
|
|
29
29
|
* @private
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
* @param {object} [mSettings] Initial settings for the new control
|
|
24
24
|
* @class Base type for <code>FieldMultiInput</code> control.
|
|
25
25
|
* @extends sap.m.MultiInput
|
|
26
|
-
* @version 1.84.
|
|
26
|
+
* @version 1.84.52
|
|
27
27
|
* @constructor
|
|
28
28
|
* @abstract
|
|
29
29
|
* @private
|
|
@@ -67,7 +67,7 @@ sap.ui.define([
|
|
|
67
67
|
* @param {object} [mSettings] Initial settings for the new control
|
|
68
68
|
* @class A field help used in the <code>FieldHelp</code> association in <code>FieldBase</code> controls that shows a value help dialog.
|
|
69
69
|
* @extends sap.ui.mdc.field.FieldHelpBase
|
|
70
|
-
* @version 1.84.
|
|
70
|
+
* @version 1.84.52
|
|
71
71
|
* @constructor
|
|
72
72
|
* @private
|
|
73
73
|
* @since 1.58.0
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
* @param {object} [mSettings] Initial settings for the new control
|
|
24
24
|
* @class Base type for <code>FieldValueHelp</code> content control wrapper.
|
|
25
25
|
* @extends sap.ui.core.Element
|
|
26
|
-
* @version 1.84.
|
|
26
|
+
* @version 1.84.52
|
|
27
27
|
* @constructor
|
|
28
28
|
* @abstract
|
|
29
29
|
* @private
|
|
@@ -45,7 +45,7 @@ sap.ui.define([
|
|
|
45
45
|
* @param {object} [mSettings] Initial settings for the new control
|
|
46
46
|
* @class Wrapper to use a <code>sap.m.Table</code> control as content of a <code>FieldValueHelp</code> element
|
|
47
47
|
* @extends sap.ui.mdc.field.FieldValueHelpContentWrapperBase
|
|
48
|
-
* @version 1.84.
|
|
48
|
+
* @version 1.84.52
|
|
49
49
|
* @constructor
|
|
50
50
|
* @private
|
|
51
51
|
* @since 1.60.0
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @param {object} [mSettings] Initial settings for the new control
|
|
21
21
|
* @class Base type for <code>InParameter</code> control.
|
|
22
22
|
* @extends sap.ui.core.Element
|
|
23
|
-
* @version 1.84.
|
|
23
|
+
* @version 1.84.52
|
|
24
24
|
* @constructor
|
|
25
25
|
* @abstract
|
|
26
26
|
* @private
|
|
@@ -38,7 +38,7 @@ sap.ui.define([
|
|
|
38
38
|
* @param {object} [mSettings] Initial settings for the new control
|
|
39
39
|
* @class A field help used in the <code>FieldHelp</code> association in <code>FieldBase</code> controls that shows a list of items.
|
|
40
40
|
* @extends sap.ui.mdc.field.FieldHelpBase
|
|
41
|
-
* @version 1.84.
|
|
41
|
+
* @version 1.84.52
|
|
42
42
|
* @constructor
|
|
43
43
|
* @private
|
|
44
44
|
* @since 1.54.0
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* @param {object} [mSettings] Initial settings for the new control
|
|
23
23
|
* @class Base type for <code>OutParameter</code> control.
|
|
24
24
|
* @extends sap.ui.mdc.field.InParameter
|
|
25
|
-
* @version 1.84.
|
|
25
|
+
* @version 1.84.52
|
|
26
26
|
* @constructor
|
|
27
27
|
* @abstract
|
|
28
28
|
* @private
|
|
@@ -37,12 +37,12 @@ sap.ui.define([
|
|
|
37
37
|
* @extends sap.ui.core.XMLComposite
|
|
38
38
|
*
|
|
39
39
|
* @author SAP SE
|
|
40
|
-
* @version 1.84.
|
|
40
|
+
* @version 1.84.52
|
|
41
41
|
*
|
|
42
42
|
* @constructor
|
|
43
43
|
* @alias sap.ui.mdc.field.ValueHelpPanel
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.84.
|
|
45
|
+
* @version 1.84.52
|
|
46
46
|
* @since 1.58.0
|
|
47
47
|
* @abstract
|
|
48
48
|
*
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @class The <code>FilterBarBase</code> control is used as a faceless base class for common functionality of any MDC FilterBar derivation.
|
|
18
18
|
* @extends sap.ui.mdc.Control
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.52
|
|
21
21
|
* @constructor
|
|
22
22
|
* @private
|
|
23
23
|
* @since 1.80.0
|
|
@@ -15,7 +15,7 @@ sap.ui.define([
|
|
|
15
15
|
* @class The <code>AdaptationFilterBar</code> control is used for a lightweight FilterBar implementation in p13n panels
|
|
16
16
|
* @extends sap.ui.mdc.filterbar.FilterBarBase
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.84.
|
|
18
|
+
* @version 1.84.52
|
|
19
19
|
* @constructor
|
|
20
20
|
* @private
|
|
21
21
|
* @since 1.80.0
|
|
@@ -33,7 +33,7 @@ sap.ui.define(
|
|
|
33
33
|
* The metadata information is provided via the {@link sap.ui.mdc.FilterBarDelegate FilterBarDelegate} implementation. This implementation has to be provided by the application.
|
|
34
34
|
* @extends sap.ui.mdc.filterbar.FilterBarBase
|
|
35
35
|
* @author SAP SE
|
|
36
|
-
* @version 1.84.
|
|
36
|
+
* @version 1.84.52
|
|
37
37
|
* @constructor
|
|
38
38
|
* @protected
|
|
39
39
|
* @since 1.84.0
|
|
@@ -15,7 +15,7 @@ sap.ui.define([
|
|
|
15
15
|
"use strict";
|
|
16
16
|
|
|
17
17
|
sap.ui.getCore().initLibrary({
|
|
18
|
-
version: "1.84.
|
|
18
|
+
version: "1.84.52",
|
|
19
19
|
name: "sap.ui.mdc",
|
|
20
20
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
21
21
|
designtime: "sap/ui/mdc/designtime/library.designtime",
|
|
@@ -146,7 +146,7 @@ sap.ui.define([
|
|
|
146
146
|
* @namespace
|
|
147
147
|
* @alias sap.ui.mdc
|
|
148
148
|
* @author SAP SE
|
|
149
|
-
* @version 1.84.
|
|
149
|
+
* @version 1.84.52
|
|
150
150
|
* @private
|
|
151
151
|
* @experimental
|
|
152
152
|
* @ui5-restricted
|
|
@@ -15,7 +15,7 @@ sap.ui.define(['sap/ui/core/XMLComposite', 'sap/m/Text', 'sap/m/Link', 'sap/m/La
|
|
|
15
15
|
* @class The ContactDetails control is used to show additional information like for example 'contact details'.
|
|
16
16
|
* @extends sap.ui.core.XMLComposite
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.84.
|
|
18
|
+
* @version 1.84.52
|
|
19
19
|
* @constructor
|
|
20
20
|
* @private
|
|
21
21
|
* @since 1.56.0
|
|
@@ -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.84.
|
|
14
|
+
* @version 1.84.52
|
|
15
15
|
* @private
|
|
16
16
|
* @since 1.54.0
|
|
17
17
|
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -13,7 +13,7 @@ sap.ui.define([
|
|
|
13
13
|
* @namespace FakeFlpConnector.
|
|
14
14
|
* @name sap.ui.mdc.link.FakeFlpConnector
|
|
15
15
|
* @author SAP SE
|
|
16
|
-
* @version 1.84.
|
|
16
|
+
* @version 1.84.52
|
|
17
17
|
* @private
|
|
18
18
|
* @since 1.54.0
|
|
19
19
|
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -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.84.
|
|
19
|
+
* @version 1.84.52
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
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.84.
|
|
19
|
+
* @version 1.84.52
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @since 1.54.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.XMLComposite
|
|
19
|
-
* @version 1.84.
|
|
19
|
+
* @version 1.84.52
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @since 1.54.0
|
|
@@ -201,13 +201,13 @@ valuehelp.DEFINECONDITIONS=\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0634\u06
|
|
|
201
201
|
|
|
202
202
|
valuehelp.DEFINECONDITIONSNONUMBER=\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0634\u0631\u0648\u0637
|
|
203
203
|
|
|
204
|
-
valuehelp.TABLETITLE=\u0627\u0644\
|
|
204
|
+
valuehelp.TABLETITLE=\u0627\u0644\u0639\u0646\u0627\u0635\u0631 ({0})
|
|
205
205
|
|
|
206
|
-
valuehelp.TABLETITLENONUMBER=\u0627\u0644\
|
|
206
|
+
valuehelp.TABLETITLENONUMBER=\u0627\u0644\u0639\u0646\u0627\u0635\u0631
|
|
207
207
|
|
|
208
|
-
valuehelp.TOKENIZERTITLE=\u0627\u0644\u0634\u0631\u0648\u0637 \u0648\u0627\u0644\
|
|
208
|
+
valuehelp.TOKENIZERTITLE=\u0627\u0644\u0634\u0631\u0648\u0637 \u0648\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 ({0})
|
|
209
209
|
|
|
210
|
-
valuehelp.TOKENIZERTITLENONUMBER=\u0644\u0645 \u064A\u062A\u0645 \u062A\u062D\u062F\u064A\u062F \u0623\u064A \u0634\u0631\u0648\u0637 \u0623\u0648 \
|
|
210
|
+
valuehelp.TOKENIZERTITLENONUMBER=\u0644\u0645 \u064A\u062A\u0645 \u062A\u062D\u062F\u064A\u062F \u0623\u064A \u0634\u0631\u0648\u0637 \u0623\u0648 \u0639\u0646\u0627\u0635\u0631
|
|
211
211
|
|
|
212
212
|
valuehelp.VALUE_NOT_EXIST=\u0627\u0644\u0642\u064A\u0645\u0629 "{0}" \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F\u0629.
|
|
213
213
|
|
|
@@ -47,9 +47,9 @@ operators.EndsWith.longText=zavr\u0161ava s
|
|
|
47
47
|
|
|
48
48
|
operators.NotEndsWith.longText=ne zavr\u0161ava s
|
|
49
49
|
|
|
50
|
-
operators.Contains.longText=sadr\
|
|
50
|
+
operators.Contains.longText=sadr\u017Eava
|
|
51
51
|
|
|
52
|
-
operators.NotContains.longText=ne sadr\
|
|
52
|
+
operators.NotContains.longText=ne sadr\u017Eava
|
|
53
53
|
|
|
54
54
|
operators.YESTERDAY.longText=Ju\u010Der
|
|
55
55
|
|
|
@@ -43,9 +43,9 @@ operators.StartsWith.longText=mulai dengan
|
|
|
43
43
|
|
|
44
44
|
operators.NotStartsWith.longText=tidak dimulai dengan
|
|
45
45
|
|
|
46
|
-
operators.EndsWith.longText=
|
|
46
|
+
operators.EndsWith.longText=diakhiri dengan
|
|
47
47
|
|
|
48
|
-
operators.NotEndsWith.longText=tidak
|
|
48
|
+
operators.NotEndsWith.longText=tidak diakhiri dengan
|
|
49
49
|
|
|
50
50
|
operators.Contains.longText=berisi
|
|
51
51
|
|
|
@@ -124,7 +124,7 @@ filterbar.SEARCH=Cari
|
|
|
124
124
|
|
|
125
125
|
filterbar.ADAPT=Adaptasikan Filter
|
|
126
126
|
|
|
127
|
-
filterbar.ADAPT_NONZERO=Adaptasikan Filter({0})
|
|
127
|
+
filterbar.ADAPT_NONZERO=Adaptasikan Filter ({0})
|
|
128
128
|
|
|
129
129
|
filterbar.ADAPT_SEARCHTERM=Istilah Pencarian
|
|
130
130
|
|
|
@@ -228,7 +228,7 @@ info.POPOVER_CONTACT_SECTION_TITLE=Informasi Kontak
|
|
|
228
228
|
info.POPOVER_DEFINE_LINKS=Tautan Selengkapnya
|
|
229
229
|
info.POPOVER_CONTACT_SECTION_NAME=Nama
|
|
230
230
|
info.POPOVER_CONTACT_SECTION_ROLE=Peran
|
|
231
|
-
info.POPOVER_CONTACT_SECTION_JOBTITLE=
|
|
231
|
+
info.POPOVER_CONTACT_SECTION_JOBTITLE=Jabatan Pekerjaan
|
|
232
232
|
info.POPOVER_CONTACT_SECTION_DEPARTMENT=Departemen
|
|
233
233
|
info.POPOVER_CONTACT_SECTION_EMAIL=Email
|
|
234
234
|
info.POPOVER_CONTACT_SECTION_FAX=Faks
|
|
@@ -272,7 +272,7 @@ sort.PERSONALIZATION_DIALOG_INFO_TOOLBAR=Entitas Terpilih\:
|
|
|
272
272
|
sort.PERSONALIZATION_DIALOG_COLUMN_DESCRIPTION=Urutkan Berdasarkan
|
|
273
273
|
sort.PERSONALIZATION_DIALOG_COLUMN_SORTORDER=Urutkan Urutan
|
|
274
274
|
sort.PERSONALIZATION_DIALOG_OPTION_ASCENDING=Naik
|
|
275
|
-
sort.PERSONALIZATION_DIALOG_OPTION_DESCENDING=
|
|
275
|
+
sort.PERSONALIZATION_DIALOG_OPTION_DESCENDING=Turun
|
|
276
276
|
|
|
277
277
|
chart.PERSONALIZATION_DIALOG_TITLE=Adaptasikan Bagan
|
|
278
278
|
chart.PERSONALIZATION_DIALOG_CHARTTYPE=Tipe Bagan
|
|
@@ -13,16 +13,16 @@ operators.NotEmpty.longText=\u0431\u043E\u0441 \u0435\u043C\u0435\u0441
|
|
|
13
13
|
|
|
14
14
|
operators.NotEmpty.tokenText=\u0431\u043E\u0441
|
|
15
15
|
|
|
16
|
-
operators.LT.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \
|
|
16
|
+
operators.LT.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u043A\u0435\u043C
|
|
17
17
|
operators.NOTLT.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u043A\u0435\u043C \u0435\u043C\u0435\u0441
|
|
18
18
|
|
|
19
|
-
operators.LT.longText.date=\u0434\u0435\u0439\u0456\u043D
|
|
19
|
+
operators.LT.longText.date=\u043C\u044B\u043D\u0430\u0493\u0430\u043D \u0434\u0435\u0439\u0456\u043D
|
|
20
20
|
operators.NOTLT.longText.date=\u043C\u044B\u043D\u0430\u0493\u0430\u043D \u0434\u0435\u0439\u0456\u043D \u0435\u043C\u0435\u0441
|
|
21
21
|
|
|
22
22
|
operators.GT.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u0430\u0440\u0442\u044B\u049B
|
|
23
23
|
operators.NOTGT.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u0430\u0440\u0442\u044B\u049B \u0435\u043C\u0435\u0441
|
|
24
24
|
|
|
25
|
-
operators.GT.longText.date=\u043A\u0435\u0439\u0456\u043D
|
|
25
|
+
operators.GT.longText.date=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D
|
|
26
26
|
operators.NOTGT.longText.date=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D \u0435\u043C\u0435\u0441
|
|
27
27
|
|
|
28
28
|
operators.LE.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u043A\u0456\u0448\u0456 \u043D\u0435 \u0442\u0435\u04A3
|
|
@@ -37,19 +37,19 @@ operators.NOTGE.longText=\u04AF\u043B\u043A\u0435\u043D \u043D\u0435 \u0442\u043
|
|
|
37
37
|
operators.GE.longText.date=\u043E\u0441\u044B \u043A\u04AF\u043D\u0456 \u043D\u0435 \u043A\u0435\u0439\u0456\u043D
|
|
38
38
|
operators.NOTGE.longText.date=\u043E\u0441\u044B \u043A\u04AF\u043D\u0456 \u043D\u0435 \u043A\u0435\u0439\u0456\u043D \u0435\u043C\u0435\u0441
|
|
39
39
|
|
|
40
|
-
operators.NE.longText=\
|
|
40
|
+
operators.NE.longText=\u043C\u044B\u043D\u0430\u0493\u0430\u043D \u0442\u0435\u04A3 \u0435\u043C\u0435\u0441
|
|
41
41
|
|
|
42
|
-
operators.StartsWith.longText=\
|
|
42
|
+
operators.StartsWith.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u0431\u0430\u0441\u0442\u0430\u043B\u0430\u0434\u044B
|
|
43
43
|
|
|
44
|
-
operators.NotStartsWith.longText=\
|
|
44
|
+
operators.NotStartsWith.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u0431\u0430\u0441\u0442\u0430\u043B\u043C\u0430\u0439\u0434\u044B
|
|
45
45
|
|
|
46
|
-
operators.EndsWith.longText=\
|
|
46
|
+
operators.EndsWith.longText=\u043C\u044B\u043D\u0430\u043C\u0435\u043D \u0430\u044F\u049B\u0442\u0430\u043B\u0430\u0434\u044B
|
|
47
47
|
|
|
48
|
-
operators.NotEndsWith.longText=\
|
|
48
|
+
operators.NotEndsWith.longText=\u043C\u044B\u043D\u0430\u043C\u0435\u043D \u0430\u044F\u049B\u0442\u0430\u043B\u043C\u0430\u0439\u0434\u044B
|
|
49
49
|
|
|
50
|
-
operators.Contains.longText=\u049B\u0430\u043C\u0442\u0438\u0434\u044B
|
|
50
|
+
operators.Contains.longText=\u043C\u044B\u043D\u0430\u043D\u044B \u049B\u0430\u043C\u0442\u0438\u0434\u044B
|
|
51
51
|
|
|
52
|
-
operators.NotContains.longText=\u049B\u0430\u043C\u0442\u044B\u043C\u0430\u0439\u0434\u044B
|
|
52
|
+
operators.NotContains.longText=\u043C\u044B\u043D\u0430\u043D\u044B \u049B\u0430\u043C\u0442\u044B\u043C\u0430\u0439\u0434\u044B
|
|
53
53
|
|
|
54
54
|
operators.YESTERDAY.longText=\u041A\u0435\u0448\u0435
|
|
55
55
|
|
|
@@ -122,7 +122,7 @@ filterbar.GO=\u04E8\u0442\u0443
|
|
|
122
122
|
|
|
123
123
|
filterbar.SEARCH=\u0406\u0437\u0434\u0435\u0443
|
|
124
124
|
|
|
125
|
-
filterbar.ADAPT=\u0421\u04AF\u0437\u0433\u0456\u043B\u0435\u0440\u0434\u0456 \
|
|
125
|
+
filterbar.ADAPT=\u0421\u04AF\u0437\u0433\u0456\u043B\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u0456\u043C\u0434\u0435\u0443
|
|
126
126
|
|
|
127
127
|
filterbar.ADAPT_NONZERO=\u0421\u04AF\u0437\u0433\u0456\u043B\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u0456\u043C\u0434\u0435\u0443 ({0})
|
|
128
128
|
|
|
@@ -157,8 +157,8 @@ filterbar.ADAPT_RESTORE=Kh\u00F4i phu\u0323c
|
|
|
157
157
|
filterbar.ADAPT_TITLE=\u0110i\u00EA\u0300u chi\u0309nh b\u00F4\u0323 lo\u0323c
|
|
158
158
|
filterbar.ADAPT_SHOW_VISIBLE=Hi\u00EA\u0309n thi\u0323
|
|
159
159
|
filterbar.ADAPT_MOVE_TO_TOP=Di chuy\u00EA\u0309n l\u00EAn tr\u00EAn cu\u0300ng
|
|
160
|
-
filterbar.ADAPT_MOVE_UP=
|
|
161
|
-
filterbar.ADAPT_MOVE_DOWN=
|
|
160
|
+
filterbar.ADAPT_MOVE_UP=Di chuy\u00EA\u0309n l\u00EAn
|
|
161
|
+
filterbar.ADAPT_MOVE_DOWN=Di chuy\u00EA\u0309n xu\u00F4\u0301ng
|
|
162
162
|
filterbar.ADAPT_MOVE_TO_BOTTOM=Di chuy\u00EA\u0309n xu\u00F4\u0301ng d\u01B0\u01A1\u0301i cu\u0300ng
|
|
163
163
|
filterbar.ADAPT_INFO_TOOLBAR=Ca\u0301c b\u00F4\u0323 lo\u0323c hi\u00EA\u0309n thi\u0323\:
|
|
164
164
|
filterbar.ADAPT_LIST_VIEW=Ma\u0300n hi\u0300nh danh sa\u0301ch
|
|
@@ -253,7 +253,7 @@ p13nDialog.MOVE_DOWN=Chuy\u00EA\u0309n xu\u00F4\u0301ng
|
|
|
253
253
|
p13nDialog.MOVE_TO_BOTTOM=Di chuy\u00EA\u0309n xu\u00F4\u0301ng d\u01B0\u01A1\u0301i cu\u0300ng
|
|
254
254
|
p13nDialog.REORDER=Ta\u0301i \u0111\u0103\u0323t ha\u0300ng
|
|
255
255
|
p13nDialog.SELECT=L\u01B0\u0323a cho\u0323n
|
|
256
|
-
p13nDialog.GROUPMODE_VISIBLE=
|
|
256
|
+
p13nDialog.GROUPMODE_VISIBLE=Hi\u1EC3n th\u1ECB
|
|
257
257
|
p13nDialog.GROUPMODE_ACTIVE=\u0110ang hoa\u0323t \u0111\u00F4\u0323ng
|
|
258
258
|
p13nDialog.GROUPMODE_VISIBLE_ACTIVE=Hi\u00EA\u0309n thi\u0323 va\u0300 \u0111ang hoa\u0323t \u0111\u00F4\u0323ng
|
|
259
259
|
p13nDialog.GROUPMODE_ALL=T\u00E2\u0301t ca\u0309
|
|
@@ -276,9 +276,9 @@ sort.PERSONALIZATION_DIALOG_OPTION_DESCENDING=Gia\u0309m d\u00E2\u0300n
|
|
|
276
276
|
|
|
277
277
|
chart.PERSONALIZATION_DIALOG_TITLE=\u0110i\u00EA\u0300u chi\u0309nh bi\u00EA\u0309u \u0111\u00F4\u0300
|
|
278
278
|
chart.PERSONALIZATION_DIALOG_CHARTTYPE=Ki\u00EA\u0309u bi\u00EA\u0309u \u0111\u00F4\u0300
|
|
279
|
-
chart.PERSONALIZATION_DIALOG_INFO_TOOLBAR=Quy ca\u0301ch va\u0300 \
|
|
279
|
+
chart.PERSONALIZATION_DIALOG_INFO_TOOLBAR=Quy ca\u0301ch va\u0300 s\u1ED1 \u0111o hi\u00EA\u0309n thi\u0323\:
|
|
280
280
|
chart.PERSONALIZATION_DIALOG_TYPE_DIMENSION=Quy ca\u0301ch
|
|
281
|
-
chart.PERSONALIZATION_DIALOG_TYPE_MEASURE
|
|
281
|
+
chart.PERSONALIZATION_DIALOG_TYPE_MEASURE=S\u1ED1 \u0111o
|
|
282
282
|
chart.PERSONALIZATION_DIALOG_COLUMN_DESCRIPTION=Tr\u01B0\u01A1\u0300ng
|
|
283
283
|
chart.PERSONALIZATION_DIALOG_COLUMN_TYPE=Ki\u00EA\u0309u
|
|
284
284
|
chart.PERSONALIZATION_DIALOG_COLUMN_ROLE=Tu\u0300y cho\u0323n b\u00F4\u0301 cu\u0323c
|
|
@@ -293,9 +293,9 @@ chart.CHART_TYPE_TOOLTIP=Loa\u0323i bi\u00EA\u0309u \u0111\u00F4\u0300 \u0111a\u
|
|
|
293
293
|
chart.CHART_TYPE_SEARCH=Ti\u0300m ki\u00EA\u0301m theo loa\u0323i bi\u00EA\u0309u \u0111\u00F4\u0300
|
|
294
294
|
chart.CHART_TYPELIST_TEXT=Ki\u00EA\u0309u bi\u00EA\u0309u \u0111\u00F4\u0300
|
|
295
295
|
chart.TOOLBAR_ZOOM_IN=Pho\u0301ng to
|
|
296
|
-
chart.CHART_DRILLDOWN_TITLE=Xem
|
|
297
|
-
chart.LEGENDBTN_TOOLTIP
|
|
298
|
-
chart.LEGENDBTN_TEXT
|
|
296
|
+
chart.CHART_DRILLDOWN_TITLE=Xem theo
|
|
297
|
+
chart.LEGENDBTN_TOOLTIP=Chuy\u1EC3n \u0111\u1ED5i hi\u1EC3n th\u1ECB chu\u0301 gia\u0309i
|
|
298
|
+
chart.LEGENDBTN_TEXT=Chuy\u1EC3n \u0111\u1ED5i hi\u1EC3n th\u1ECB chu\u0301 gia\u0309i
|
|
299
299
|
chart.NO_DATA=Mu\u0323c kh\u00F4ng co\u0301 s\u0103\u0303n
|
|
300
300
|
chart.NO_DATA_WITH_FILTERBAR=\u0110\u00EA\u0309 b\u0103\u0301t \u0111\u00E2\u0300u, ha\u0303y thi\u00EA\u0301t l\u00E2\u0323p ca\u0301c b\u00F4\u0323 lo\u0323c co\u0301 li\u00EAn quan.
|
|
301
301
|
chart.NO_RESULTS=Kh\u00F4ng ti\u0300m th\u00E2\u0301y d\u01B0\u0303 li\u00EA\u0323u. Th\u01B0\u0309 \u0111i\u00EA\u0300u chi\u0309nh ca\u0301c thi\u00EA\u0301t l\u00E2\u0323p b\u00F4\u0323 lo\u0323c.
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* is experimental and the API/behaviour is not finalised and hence this should not be used for productive usage.
|
|
23
23
|
* @extends sap.ui.core.Element
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.84.
|
|
25
|
+
* @version 1.84.52
|
|
26
26
|
* @constructor
|
|
27
27
|
* @private
|
|
28
28
|
* @experimental
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
* The <code>RowSettings</code> control allows you to configure a row.
|
|
20
20
|
* You can only use this control in the context of the <code>sap.ui.mdc.Table</code> control to define row settings.
|
|
21
21
|
* @extends sap.ui.core.Element
|
|
22
|
-
* @version 1.84.
|
|
22
|
+
* @version 1.84.52
|
|
23
23
|
*
|
|
24
24
|
* @constructor
|
|
25
25
|
* @private
|