@openui5/sap.ui.mdc 1.84.49 → 1.84.51
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_bg.properties +13 -13
- package/src/sap/ui/mdc/messagebundle_de.properties +5 -5
- package/src/sap/ui/mdc/messagebundle_es.properties +5 -5
- package/src/sap/ui/mdc/messagebundle_fr_CA.properties +8 -8
- package/src/sap/ui/mdc/messagebundle_hr.properties +2 -2
- package/src/sap/ui/mdc/messagebundle_hu.properties +3 -3
- package/src/sap/ui/mdc/messagebundle_id.properties +4 -4
- package/src/sap/ui/mdc/messagebundle_it.properties +3 -3
- package/src/sap/ui/mdc/messagebundle_kk.properties +1 -1
- package/src/sap/ui/mdc/messagebundle_nl.properties +1 -1
- package/src/sap/ui/mdc/messagebundle_pl.properties +3 -3
- package/src/sap/ui/mdc/messagebundle_ru.properties +4 -4
- package/src/sap/ui/mdc/messagebundle_sk.properties +2 -2
- package/src/sap/ui/mdc/messagebundle_sl.properties +3 -3
- package/src/sap/ui/mdc/messagebundle_sv.properties +2 -2
- package/src/sap/ui/mdc/messagebundle_th.properties +7 -7
- package/src/sap/ui/mdc/messagebundle_uk.properties +4 -4
- 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.51",
|
|
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.51",
|
|
18
|
+
"@openui5/sap.ui.core": "1.84.51",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.84.51"
|
|
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.51</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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51",
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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.51
|
|
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\u0628\u0646\u0648\u062F ({0})
|
|
205
205
|
|
|
206
|
-
valuehelp.TABLETITLENONUMBER=\u0627\u0644\
|
|
206
|
+
valuehelp.TABLETITLENONUMBER=\u0627\u0644\u0628\u0646\u0648\u062F
|
|
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\u0628\u0646\u0648\u062F \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 \u0628\u0646\u0648\u062F
|
|
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
|
|