@openui5/sap.ui.mdc 1.84.26 → 1.84.28

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.
Files changed (65) hide show
  1. package/package.json +4 -4
  2. package/src/sap/ui/mdc/.library +1 -1
  3. package/src/sap/ui/mdc/ActionToolbar.js +1 -1
  4. package/src/sap/ui/mdc/Chart.js +1 -1
  5. package/src/sap/ui/mdc/Control.js +1 -1
  6. package/src/sap/ui/mdc/Element.js +1 -1
  7. package/src/sap/ui/mdc/Field.js +2 -2
  8. package/src/sap/ui/mdc/FilterBar.js +1 -1
  9. package/src/sap/ui/mdc/FilterField.js +2 -2
  10. package/src/sap/ui/mdc/Link.js +1 -1
  11. package/src/sap/ui/mdc/condition/Condition.js +1 -1
  12. package/src/sap/ui/mdc/condition/ConditionModel.js +1 -1
  13. package/src/sap/ui/mdc/condition/FilterConverter.js +1 -1
  14. package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +1 -1
  15. package/src/sap/ui/mdc/field/BoolFieldHelp.js +1 -1
  16. package/src/sap/ui/mdc/field/ConditionFieldHelp.js +1 -1
  17. package/src/sap/ui/mdc/field/ConditionType.js +1 -1
  18. package/src/sap/ui/mdc/field/ConditionsType.js +1 -1
  19. package/src/sap/ui/mdc/field/CustomFieldHelp.js +1 -1
  20. package/src/sap/ui/mdc/field/CustomFieldInfo.js +1 -1
  21. package/src/sap/ui/mdc/field/DefineConditionPanel.js +2 -2
  22. package/src/sap/ui/mdc/field/FieldBase.js +2 -2
  23. package/src/sap/ui/mdc/field/FieldHelpBase.js +1 -1
  24. package/src/sap/ui/mdc/field/FieldInfoBase.js +1 -1
  25. package/src/sap/ui/mdc/field/FieldInput.js +1 -1
  26. package/src/sap/ui/mdc/field/FieldMultiInput.js +1 -1
  27. package/src/sap/ui/mdc/field/FieldValueHelp.js +1 -1
  28. package/src/sap/ui/mdc/field/FieldValueHelpContentWrapperBase.js +1 -1
  29. package/src/sap/ui/mdc/field/FieldValueHelpMTableWrapper.js +1 -1
  30. package/src/sap/ui/mdc/field/InParameter.js +1 -1
  31. package/src/sap/ui/mdc/field/ListFieldHelp.js +1 -1
  32. package/src/sap/ui/mdc/field/OutParameter.js +1 -1
  33. package/src/sap/ui/mdc/field/ValueHelpPanel.js +2 -2
  34. package/src/sap/ui/mdc/filterbar/FilterBarBase.js +1 -1
  35. package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +1 -1
  36. package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +1 -1
  37. package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +1 -1
  38. package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +1 -1
  39. package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +1 -1
  40. package/src/sap/ui/mdc/library.js +2 -2
  41. package/src/sap/ui/mdc/link/ContactDetails.js +1 -1
  42. package/src/sap/ui/mdc/link/ContactDetailsAddressItem.js +1 -1
  43. package/src/sap/ui/mdc/link/ContactDetailsEmailItem.js +1 -1
  44. package/src/sap/ui/mdc/link/ContactDetailsItem.js +1 -1
  45. package/src/sap/ui/mdc/link/ContactDetailsPhoneItem.js +1 -1
  46. package/src/sap/ui/mdc/link/Factory.js +1 -1
  47. package/src/sap/ui/mdc/link/FakeFlpConnector.js +1 -1
  48. package/src/sap/ui/mdc/link/LinkItem.js +1 -1
  49. package/src/sap/ui/mdc/link/Panel.js +1 -1
  50. package/src/sap/ui/mdc/link/PanelItem.js +1 -1
  51. package/src/sap/ui/mdc/link/PanelListItem.js +1 -1
  52. package/src/sap/ui/mdc/link/SelectionDialog.js +1 -1
  53. package/src/sap/ui/mdc/link/SelectionDialogItem.js +1 -1
  54. package/src/sap/ui/mdc/link/SemanticObjectMapping.js +1 -1
  55. package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +1 -1
  56. package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +1 -1
  57. package/src/sap/ui/mdc/messagebundle_fr.properties +6 -6
  58. package/src/sap/ui/mdc/messagebundle_th.properties +10 -10
  59. package/src/sap/ui/mdc/mixin/AdaptationMixin.js +1 -1
  60. package/src/sap/ui/mdc/mixin/DelegateMixin.js +1 -1
  61. package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +1 -1
  62. package/src/sap/ui/mdc/table/CreationRow.js +1 -1
  63. package/src/sap/ui/mdc/table/PropertyHelper.js +1 -1
  64. package/src/sap/ui/mdc/table/RowSettings.js +1 -1
  65. 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.26",
3
+ "version": "1.84.28",
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.26",
18
- "@openui5/sap.ui.core": "1.84.26",
19
- "@openui5/sap.ui.layout": "1.84.26"
17
+ "@openui5/sap.m": "1.84.28",
18
+ "@openui5/sap.ui.core": "1.84.28",
19
+ "@openui5/sap.ui.layout": "1.84.28"
20
20
  }
21
21
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 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.26</version>
9
+ <version>1.84.28</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.26
24
+ * @version 1.84.28
25
25
  * @constructor
26
26
  * @private
27
27
  * @experimental
@@ -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.26
61
+ * @version 1.84.28
62
62
  * @constructor
63
63
  * @experimental
64
64
  * @private
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @extends sap.ui.core.Control
21
21
  * @abstract
22
22
  * @author SAP SE
23
- * @version 1.84.26
23
+ * @version 1.84.28
24
24
  * @alias sap.ui.mdc.Control
25
25
  *
26
26
  * @borrows sap.ui.mdc.mixin.DelegateMixin.awaitControlDelegate as awaitControlDelegate
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @extends sap.ui.core.Element
21
21
  * @abstract
22
22
  * @author SAP SE
23
- * @version 1.84.26
23
+ * @version 1.84.28
24
24
  * @alias sap.ui.mdc.Element
25
25
  *
26
26
  * @borrows sap.ui.mdc.mixin.DelegateMixin.awaitControlDelegate as awaitControlDelegate
@@ -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.26
49
+ * @version 1.84.28
50
50
  *
51
51
  * @constructor
52
52
  * @alias sap.ui.mdc.Field
53
53
  * @author SAP SE
54
- * @version 1.84.26
54
+ * @version 1.84.28
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.26
23
+ * @version 1.84.28
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.26
32
+ * @version 1.84.28
33
33
  *
34
34
  * @constructor
35
35
  * @alias sap.ui.mdc.FilterField
36
36
  * @author SAP SE
37
- * @version 1.84.26
37
+ * @version 1.84.28
38
38
  * @since 1.48.0
39
39
  *
40
40
  * @private
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @extends sap.ui.mdc.field.FieldInfoBase
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.84.26
48
+ * @version 1.84.28
49
49
  *
50
50
  * @constructor
51
51
  * @alias sap.ui.mdc.Link
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class Utilities to handle operators of conditions
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.84.26
29
+ * @version 1.84.28
30
30
  * @alias sap.ui.mdc.condition.Condition
31
31
  *
32
32
  * @private
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.model.json.JSONModel
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.84.26
38
+ * @version 1.84.28
39
39
  * @since 1.48.0
40
40
  * @alias sap.ui.mdc.condition.ConditionModel
41
41
  *
@@ -24,7 +24,7 @@ function(
24
24
  * @extends sap.ui.base.Object
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.84.26
27
+ * @version 1.84.28
28
28
  * @since 1.78.0
29
29
  * @alias sap.ui.mdc.condition.FilterConverter
30
30
  *
@@ -36,7 +36,7 @@ function(
36
36
  * Utilities to handle operators of conditions.
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.84.26
39
+ * @version 1.84.28
40
40
  * @since 1.73.0
41
41
  * @alias sap.ui.mdc.condition.FilterOperatorUtil
42
42
  *
@@ -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.26
38
+ * @version 1.84.28
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.26
38
+ * @version 1.84.28
39
39
  * @constructor
40
40
  * @private
41
41
  * @since 1.82.0
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @extends sap.ui.model.SimpleType
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.84.26
47
+ * @version 1.84.28
48
48
  *
49
49
  * @private
50
50
  * @param {object} [oFormatOptions] Formatting options
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.model.SimpleType
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.84.26
39
+ * @version 1.84.28
40
40
  *
41
41
  * @private
42
42
  * @param {object} [oFormatOptions] Formatting options
@@ -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.26
19
+ * @version 1.84.28
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.26
19
+ * @version 1.84.28
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.26
82
+ * @version 1.84.28
83
83
  *
84
84
  * @constructor
85
85
  * @alias sap.ui.mdc.field.DefineConditionPanel
86
86
  * @author SAP SE
87
- * @version 1.84.26
87
+ * @version 1.84.28
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.26
92
+ * @version 1.84.28
93
93
  *
94
94
  * @constructor
95
95
  * @alias sap.ui.mdc.field.FieldBase
96
96
  * @author SAP SE
97
- * @version 1.84.26
97
+ * @version 1.84.28
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.26
35
+ * @version 1.84.28
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.26
30
+ * @version 1.84.28
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
26
+ * @version 1.84.28
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
26
+ * @version 1.84.28
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.26
70
+ * @version 1.84.28
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
26
+ * @version 1.84.28
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.26
48
+ * @version 1.84.28
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.26
23
+ * @version 1.84.28
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.26
41
+ * @version 1.84.28
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.26
25
+ * @version 1.84.28
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.26
40
+ * @version 1.84.28
41
41
  *
42
42
  * @constructor
43
43
  * @alias sap.ui.mdc.field.ValueHelpPanel
44
44
  * @author SAP SE
45
- * @version 1.84.26
45
+ * @version 1.84.28
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.26
20
+ * @version 1.84.28
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.26
18
+ * @version 1.84.28
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.26
36
+ * @version 1.84.28
37
37
  * @constructor
38
38
  * @protected
39
39
  * @since 1.84.0
@@ -12,7 +12,7 @@ sap.ui.define([
12
12
  *
13
13
  * @alias sap.ui.mdc.flexibility.Chart
14
14
  * @author SAP SE
15
- * @version 1.84.26
15
+ * @version 1.84.28
16
16
  */
17
17
  return {
18
18
  addItem: ChartItemFlex.addItem,
@@ -12,7 +12,7 @@ sap.ui.define(['./FilterItemFlex', './ConditionFlex'], function(FilterItemFlex,
12
12
  *
13
13
  * @alias sap.ui.mdc.flexibility.FilterBar
14
14
  * @author SAP SE
15
- * @version 1.84.26
15
+ * @version 1.84.28
16
16
  */
17
17
 
18
18
  return {
@@ -12,7 +12,7 @@ sap.ui.define(['./ItemBaseFlex'], function(ItemBaseFlex) {
12
12
  *
13
13
  * @alias sap.ui.mdc.flexibility.FilterBar
14
14
  * @author SAP SE
15
- * @version 1.84.26
15
+ * @version 1.84.28
16
16
  */
17
17
 
18
18
  var oFilterItemFlex = Object.assign({}, ItemBaseFlex);
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  "use strict";
16
16
 
17
17
  sap.ui.getCore().initLibrary({
18
- version: "1.84.26",
18
+ version: "1.84.28",
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.26
149
+ * @version 1.84.28
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.26
18
+ * @version 1.84.28
19
19
  * @constructor
20
20
  * @private
21
21
  * @since 1.56.0
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.84.26
19
+ * @version 1.84.28
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.56.0
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.84.26
19
+ * @version 1.84.28
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.56.0
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.84.26
19
+ * @version 1.84.28
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.56.0
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.84.26
19
+ * @version 1.84.28
20
20
  * @constructor
21
21
  * @private
22
22
  * @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.26
14
+ * @version 1.84.28
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.26
16
+ * @version 1.84.28
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.26
19
+ * @version 1.84.28
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.58.0
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * supposed that the properties of the item structure is not changed.
36
36
  * @extends sap.ui.core.XMLComposite
37
37
  * @author SAP SE
38
- * @version 1.84.26
38
+ * @version 1.84.28
39
39
  * @constructor
40
40
  * @private
41
41
  * @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.Element
19
- * @version 1.84.26
19
+ * @version 1.84.28
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.26
19
+ * @version 1.84.28
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.54.0
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @class The SelectionDialog control is used to show <code>items</code>.
18
18
  * @extends sap.ui.core.XMLComposite
19
19
  * @author SAP SE
20
- * @version 1.84.26
20
+ * @version 1.84.28
21
21
  * @constructor
22
22
  * @private
23
23
  * @since 1.60.0
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class tbd
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.84.26
19
+ * @version 1.84.28
20
20
  * @constructor
21
21
  * @abstract
22
22
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.84.26
19
+ * @version 1.84.28
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...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.84.26
19
+ * @version 1.84.28
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...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.84.26
19
+ * @version 1.84.28
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.60.0
@@ -217,9 +217,9 @@ valuehelp.EXCLUDE=Excl.
217
217
 
218
218
  valuehelp.INCLUDE=Incl.
219
219
 
220
- valuehelp.HIDEADVSEARCH=Masquer filtres
220
+ valuehelp.HIDEADVSEARCH=Masquer les filtres
221
221
 
222
- valuehelp.SHOWADVSEARCH=Afficher filtres
222
+ valuehelp.SHOWADVSEARCH=Afficher les filtres
223
223
 
224
224
  valuehelp.REMOVEALLTOKEN=Supprimer
225
225
 
@@ -293,8 +293,8 @@ chart.CHART_TYPE_SEARCH=Recherche dans types de diagrammes
293
293
  chart.CHART_TYPELIST_TEXT=Type de diagramme
294
294
  chart.TOOLBAR_ZOOM_IN=Zoom avant
295
295
  chart.CHART_DRILLDOWN_TITLE=Afficher par
296
- chart.LEGENDBTN_TOOLTIP=Afficher/masquer l\u00E9gende
297
- chart.LEGENDBTN_TEXT=Afficher/masquer l\u00E9gende
296
+ chart.LEGENDBTN_TOOLTIP=Afficher/Masquer la l\u00E9gende
297
+ chart.LEGENDBTN_TEXT=Afficher/Masquer la l\u00E9gende
298
298
  chart.NO_DATA=Aucun \u00E9l\u00E9ment disponible
299
299
  chart.NO_DATA_WITH_FILTERBAR=Pour commencer, param\u00E9trez les filtres appropri\u00E9s.
300
300
  chart.NO_RESULTS=Aucune donn\u00E9e trouv\u00E9e. Essayez d'ajuster les options de filtre.
@@ -311,13 +311,13 @@ table.NO_DATA_WITH_FILTERBAR=Pour commencer, param\u00E9trez les filtres appropr
311
311
  table.NO_RESULTS=Aucune donn\u00E9e trouv\u00E9e. Essayez d'ajuster les options de filtre.
312
312
  table.CREATE=Cr\u00E9er
313
313
  table.DELETE=Supprimer
314
- table.SELECTION_LIMIT_MESSAGE=Seuls les premiers {0} des \u00E9l\u00E9ments s\u00E9lectionn\u00E9s ont \u00E9t\u00E9 ajout\u00E9s dans la s\u00E9lection de table.
314
+ table.SELECTION_LIMIT_MESSAGE=Seuls les {0} premiers \u00E9l\u00E9ments s\u00E9lectionn\u00E9s ont \u00E9t\u00E9 ajout\u00E9s dans la s\u00E9lection de table.
315
315
  table.SHOWDETAILS_TEXT=Afficher d\u00E9tails
316
316
  table.HIDEDETAILS_TEXT=Masquer d\u00E9tails
317
317
  table.FILTER_INFO=Filtr\u00E9 par \: {0}
318
318
  table.EXPORT_BUTTON_TEXT=Exporter dans feuille de calcul
319
319
  table.QUICK_EXPORT=Exporter
320
- table.EXPORT_WITH_SETTINGS=Exporter dans...
320
+ table.EXPORT_WITH_SETTINGS=Exporter au format...
321
321
  table.NO_COLS_EXPORT=Aucune colonne visible actuellement dans la table. \nAvant d'exporter dans la feuille de calcul, s\u00E9lectionnez les colonnes requises dans les options de table.
322
322
 
323
323
  fieldsui.COLUMNS=Colonne
@@ -128,19 +128,19 @@ filterbar.ADAPT_NONZERO=\u0E1B\u0E23\u0E31\u0E1A\u0E1F\u0E34\u0E25\u0E40\u0E15\u
128
128
 
129
129
  filterbar.ADAPT_SEARCHTERM=\u0E04\u0E33\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E04\u0E49\u0E19\u0E2B\u0E32
130
130
 
131
- filterbar.ADAPT_NOTFILTERED=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E2D\u0E22\u0E39\u0E48
131
+ filterbar.ADAPT_NOTFILTERED=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19
132
132
 
133
- filterbar.ADAPT_FILTERS_WITH_HIDDEN={0} \u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E2D\u0E22\u0E39\u0E48 ({1} \u0E0B\u0E48\u0E2D\u0E19\u0E2D\u0E22\u0E39\u0E48)
133
+ filterbar.ADAPT_FILTERS_WITH_HIDDEN={0} \u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 ({1} \u0E0B\u0E48\u0E2D\u0E19\u0E2D\u0E22\u0E39\u0E48)
134
134
 
135
- filterbar.ADAPT_FILTER_WITH_HIDDEN={0} \u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E2D\u0E22\u0E39\u0E48 ({1} \u0E0B\u0E48\u0E2D\u0E19\u0E2D\u0E22\u0E39\u0E48)
135
+ filterbar.ADAPT_FILTER_WITH_HIDDEN={0} \u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 ({1} \u0E0B\u0E48\u0E2D\u0E19\u0E2D\u0E22\u0E39\u0E48)
136
136
 
137
- filterbar.ADAPT_FILTERS_WITH_NON_HIDDEN={0} \u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E2D\u0E22\u0E39\u0E48
137
+ filterbar.ADAPT_FILTERS_WITH_NON_HIDDEN={0} \u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19
138
138
 
139
- filterbar.ADAPT_FILTER_WITH_NON_HIDDEN={0} \u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E2D\u0E22\u0E39\u0E48
139
+ filterbar.ADAPT_FILTER_WITH_NON_HIDDEN={0} \u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19
140
140
 
141
- filterbar.ADAPT_FILTERS_COLLAPSED={0} \u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E2D\u0E22\u0E39\u0E48\: {1}
141
+ filterbar.ADAPT_FILTERS_COLLAPSED={0} \u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\: {1}
142
142
 
143
- filterbar.ADAPT_FILTER_COLLAPSED={0} \u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E2D\u0E22\u0E39\u0E48\: {1}
143
+ filterbar.ADAPT_FILTER_COLLAPSED={0} \u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\: {1}
144
144
 
145
145
  filterbar.ADAPT_OK=\u0E44\u0E1B
146
146
 
@@ -254,12 +254,12 @@ p13nDialog.MOVE_TO_BOTTOM=\u0E22\u0E49\u0E32\u0E22\u0E25\u0E07\u0E14\u0E49\u0E32
254
254
  p13nDialog.REORDER=\u0E08\u0E31\u0E14\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E43\u0E2B\u0E21\u0E48
255
255
  p13nDialog.SELECT=\u0E40\u0E25\u0E37\u0E2D\u0E01
256
256
  p13nDialog.GROUPMODE_VISIBLE=\u0E21\u0E2D\u0E07\u0E40\u0E2B\u0E47\u0E19\u0E44\u0E14\u0E49
257
- p13nDialog.GROUPMODE_ACTIVE=\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E44\u0E14\u0E49
258
- p13nDialog.GROUPMODE_VISIBLE_ACTIVE=\u0E21\u0E2D\u0E07\u0E40\u0E2B\u0E47\u0E19\u0E41\u0E25\u0E30\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E44\u0E14\u0E49
257
+ p13nDialog.GROUPMODE_ACTIVE=\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19
258
+ p13nDialog.GROUPMODE_VISIBLE_ACTIVE=\u0E21\u0E2D\u0E07\u0E40\u0E2B\u0E47\u0E19\u0E44\u0E14\u0E49\u0E41\u0E25\u0E30\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19
259
259
  p13nDialog.GROUPMODE_ALL=\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14
260
260
  p13nDialog.FILTER_DEFAULT_GROUP=\u0E1E\u0E37\u0E49\u0E19\u0E10\u0E32\u0E19
261
261
  p13nDialog.LIST_VIEW_COLUMN=\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C
262
- p13nDialog.LIST_VIEW_ACTIVE=\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E44\u0E14\u0E49
262
+ p13nDialog.LIST_VIEW_ACTIVE=\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19
263
263
  p13nDialog.ADAPT_FILTER_SEARCH=\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C
264
264
 
265
265
  filter.PERSONALIZATION_DIALOG_TITLE=\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C
@@ -49,7 +49,7 @@ sap.ui.define(
49
49
  * </ul>
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.84.26
52
+ * @version 1.84.28
53
53
  * @alias sap.ui.mdc.mixin.AdaptationMixin
54
54
  * @namespace
55
55
  * @since 1.82.0
@@ -69,7 +69,7 @@ sap.ui.define(["sap/ui/mdc/util/loadModules", "sap/base/Log"], function (loadMod
69
69
  * </ul>
70
70
  *
71
71
  * @author SAP SE
72
- * @version 1.84.26
72
+ * @version 1.84.28
73
73
  * @alias sap.ui.mdc.mixin.DelegateMixin
74
74
  * @namespace
75
75
  * @since 1.76.0
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * </ul>
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.84.26
45
+ * @version 1.84.28
46
46
  * @alias sap.ui.mdc.mixin.FilterIntegrationMixin
47
47
  * @namespace
48
48
  * @since 1.82.0
@@ -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.26
25
+ * @version 1.84.28
26
26
  * @constructor
27
27
  * @private
28
28
  * @experimental
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.mdc.util.PropertyHelper
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.84.26
28
+ * @version 1.84.28
29
29
  *
30
30
  * @private
31
31
  * @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.26
22
+ * @version 1.84.28
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -241,7 +241,7 @@ sap.ui.define([
241
241
  * @extends sap.ui.base.Object
242
242
  *
243
243
  * @author SAP SE
244
- * @version 1.84.26
244
+ * @version 1.84.28
245
245
  *
246
246
  * @private
247
247
  * @ui5-restricted sap.ui.mdc