@openui5/sap.ui.mdc 1.84.40 → 1.84.41

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_sh.properties +18 -18
  58. package/src/sap/ui/mdc/messagebundle_sr.properties +18 -18
  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.40",
3
+ "version": "1.84.41",
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.40",
18
- "@openui5/sap.ui.core": "1.84.40",
19
- "@openui5/sap.ui.layout": "1.84.40"
17
+ "@openui5/sap.m": "1.84.41",
18
+ "@openui5/sap.ui.core": "1.84.41",
19
+ "@openui5/sap.ui.layout": "1.84.41"
20
20
  }
21
21
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 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.40</version>
9
+ <version>1.84.41</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.40
24
+ * @version 1.84.41
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.40
61
+ * @version 1.84.41
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.40
23
+ * @version 1.84.41
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.40
23
+ * @version 1.84.41
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.40
49
+ * @version 1.84.41
50
50
  *
51
51
  * @constructor
52
52
  * @alias sap.ui.mdc.Field
53
53
  * @author SAP SE
54
- * @version 1.84.40
54
+ * @version 1.84.41
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.40
23
+ * @version 1.84.41
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.40
32
+ * @version 1.84.41
33
33
  *
34
34
  * @constructor
35
35
  * @alias sap.ui.mdc.FilterField
36
36
  * @author SAP SE
37
- * @version 1.84.40
37
+ * @version 1.84.41
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.40
48
+ * @version 1.84.41
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.40
29
+ * @version 1.84.41
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.40
38
+ * @version 1.84.41
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.40
27
+ * @version 1.84.41
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.40
39
+ * @version 1.84.41
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.40
38
+ * @version 1.84.41
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.40
38
+ * @version 1.84.41
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.40
47
+ * @version 1.84.41
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.40
39
+ * @version 1.84.41
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.40
19
+ * @version 1.84.41
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.40
19
+ * @version 1.84.41
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.40
82
+ * @version 1.84.41
83
83
  *
84
84
  * @constructor
85
85
  * @alias sap.ui.mdc.field.DefineConditionPanel
86
86
  * @author SAP SE
87
- * @version 1.84.40
87
+ * @version 1.84.41
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.40
92
+ * @version 1.84.41
93
93
  *
94
94
  * @constructor
95
95
  * @alias sap.ui.mdc.field.FieldBase
96
96
  * @author SAP SE
97
- * @version 1.84.40
97
+ * @version 1.84.41
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.40
35
+ * @version 1.84.41
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.40
30
+ * @version 1.84.41
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.40
26
+ * @version 1.84.41
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.40
26
+ * @version 1.84.41
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.40
70
+ * @version 1.84.41
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.40
26
+ * @version 1.84.41
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.40
48
+ * @version 1.84.41
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.40
23
+ * @version 1.84.41
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.40
41
+ * @version 1.84.41
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.40
25
+ * @version 1.84.41
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
40
+ * @version 1.84.41
41
41
  *
42
42
  * @constructor
43
43
  * @alias sap.ui.mdc.field.ValueHelpPanel
44
44
  * @author SAP SE
45
- * @version 1.84.40
45
+ * @version 1.84.41
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.40
20
+ * @version 1.84.41
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.40
18
+ * @version 1.84.41
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.40
36
+ * @version 1.84.41
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.40
15
+ * @version 1.84.41
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.40
15
+ * @version 1.84.41
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.40
15
+ * @version 1.84.41
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.40",
18
+ version: "1.84.41",
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.40
149
+ * @version 1.84.41
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.40
18
+ * @version 1.84.41
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.40
19
+ * @version 1.84.41
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.40
19
+ * @version 1.84.41
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.40
19
+ * @version 1.84.41
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.40
19
+ * @version 1.84.41
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.40
14
+ * @version 1.84.41
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.40
16
+ * @version 1.84.41
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.40
19
+ * @version 1.84.41
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.40
38
+ * @version 1.84.41
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.40
19
+ * @version 1.84.41
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.40
19
+ * @version 1.84.41
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.40
20
+ * @version 1.84.41
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.40
19
+ * @version 1.84.41
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.40
19
+ * @version 1.84.41
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.40
19
+ * @version 1.84.41
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.40
19
+ * @version 1.84.41
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.60.0
@@ -25,14 +25,14 @@ operators.NOTGT.longText=nije ve\u0107e od
25
25
  operators.GT.longText.date=posle
26
26
  operators.NOTGT.longText.date=nije posle
27
27
 
28
- operators.LE.longText=less or equal
29
- operators.NOTLE.longText=not less or equal
28
+ operators.LE.longText=manje ili jednako
29
+ operators.NOTLE.longText=nije manje ili jednako
30
30
 
31
31
  operators.LE.longText.date=pre ili na dan
32
32
  operators.NOTLE.longText.date=nije pre ili na dan
33
33
 
34
- operators.GE.longText=greater or equal
35
- operators.NOTGE.longText=not greater or equal
34
+ operators.GE.longText=ve\u0107e ili jednako
35
+ operators.NOTGE.longText=nije ve\u0107e ili jednako
36
36
 
37
37
  operators.GE.longText.date=na dan ili posle
38
38
  operators.NOTGE.longText.date=nije na dan ili posle
@@ -99,7 +99,7 @@ operators.SECONDQUARTER.longText=Drugi kvartal
99
99
 
100
100
  operators.THIRDQUARTER.longText=Tre\u0107i kvartal
101
101
 
102
- operators.FOURTHQUARTER.longText=Fourth quarter
102
+ operators.FOURTHQUARTER.longText=\u010Cetvrti kvartal
103
103
 
104
104
  operators.LASTYEAR.longText=Pro\u0161la godina
105
105
 
@@ -113,7 +113,7 @@ operators.NEXTYEARS.tokenText=Slede\u0107ih {0} godina
113
113
 
114
114
  operators.YEARTODATE.longText=Teku\u0107a godina
115
115
 
116
- operators.MONTH.tokenText=Month {0}
116
+ operators.MONTH.tokenText=Mesec {0}
117
117
  operators.MONTH.longText=Mesec
118
118
 
119
119
  conditionmodel.REQUIRED_CONDITION_MISSING=nedostaje vrednost
@@ -146,9 +146,9 @@ filterbar.ADAPT_OK=Idi
146
146
 
147
147
  filterbar.FILTERSEARCH=Tra\u017Ei filtere
148
148
 
149
- filterbar.REQUIRED_FILTER_VALUE_MISSING=Required value missing
150
- filterbar.REQUIRED_CONDITION_MISSING=Fill in all the required fields
151
- filterbar.VALIDATION_ERROR=Uneli ste nedosledne ili neva\u017Ee\u0107e podatke u jedno ili vi\u0161e polja.\nIspravite gre\u0161ke pre nego \u0161to nastavite tra\u017Eenje.
149
+ filterbar.REQUIRED_FILTER_VALUE_MISSING=Obavezna vrednost nedostaje
150
+ filterbar.REQUIRED_CONDITION_MISSING=Popunite sva polja obaveznog unosa
151
+ filterbar.VALIDATION_ERROR=Uneli ste nedosledne ili neva\u017Ee\u0107e podatke u jedno ili vi\u0161e polja.\n Ispravite gre\u0161ke pre nego \u0161to nastavite tra\u017Eenje.
152
152
 
153
153
  filterbar.ADAPT_COLUMN_DESCRIPTION=Filter
154
154
  filterbar.ADAPT_COLUMN_VALUE=Vrednosti
@@ -213,9 +213,9 @@ valuehelp.VALUE_NOT_EXIST=Vrednost \u201E{0}\u201C ne postoji.
213
213
 
214
214
  valuehelp.VALUE_NOT_UNIQUE=Vrednost \u201E{0}\u201C nije jedinstvena.
215
215
 
216
- valuehelp.EXCLUDE=Excl
216
+ valuehelp.EXCLUDE=Uklj.
217
217
 
218
- valuehelp.INCLUDE=Incl
218
+ valuehelp.INCLUDE=Isklj.
219
219
 
220
220
  valuehelp.HIDEADVSEARCH=Sakrij filtere
221
221
 
@@ -298,10 +298,10 @@ chart.LEGENDBTN_TOOLTIP=Prebaci vidljivost legende
298
298
  chart.LEGENDBTN_TEXT=Prebaci vidljivost legende
299
299
  chart.NO_DATA=Stavke nisu dostupne
300
300
  chart.NO_DATA_WITH_FILTERBAR=Za pokretanje, postavite relevantne filtere.
301
- chart.NO_RESULTS=No data found. Try adjusting the filter settings.
301
+ chart.NO_RESULTS=Podaci nisu na\u0111eni. Poku\u0161ajte da uskladite pode\u0161avanja filtera.
302
302
 
303
303
 
304
- table.SETTINGS_COLUMN=Add/Remove Columns
304
+ table.SETTINGS_COLUMN=Dodaj/ukloni kolone
305
305
  table.SETTINGS_COLUMN_REORDER=Ponovo pore\u0111aj kolone
306
306
  table.SETTINGS_SORT=Pore\u0111aj
307
307
  table.SETTINGS_SORT_TITLE=Redosled re\u0111anja
@@ -309,16 +309,16 @@ table.SETTINGS_OK=OK
309
309
  table.SETTINGS_CANCEL=Odustani
310
310
  table.NO_DATA=Stavke nisu dostupne
311
311
  table.NO_DATA_WITH_FILTERBAR=Za pokretanje postavite relevantne filtere.
312
- table.NO_RESULTS=No data found. Try adjusting the filter settings.
312
+ table.NO_RESULTS=Podaci nisu na\u0111eni. Poku\u0161ajte da uskladite pode\u0161avanja filtera.
313
313
  table.CREATE=Kreiraj
314
314
  table.DELETE=Izbri\u0161i
315
- table.SELECTION_LIMIT_MESSAGE=Only the first {0} of the items you marked were added to the table selection.
315
+ table.SELECTION_LIMIT_MESSAGE=Samo prvih {0} stavki koje ste ozna\u010Dili dodato je u odabir tabele.
316
316
  table.SHOWDETAILS_TEXT=Poka\u017Ei detalje
317
317
  table.HIDEDETAILS_TEXT=Sakrij detalje
318
- table.FILTER_INFO=Filtered by\: {0}
319
- table.EXPORT_BUTTON_TEXT=Export to Spreadsheet
318
+ table.FILTER_INFO=Filtrirano po\: {0}
319
+ table.EXPORT_BUTTON_TEXT=Izvezi u tabelarni pregled
320
320
  table.QUICK_EXPORT=Izvezi
321
321
  table.EXPORT_WITH_SETTINGS=Izvezi kao...
322
- table.NO_COLS_EXPORT=Right now, there are no visible columns in the table. \nBefore you perform an export to spreadsheet, please select the columns you need in the table settings.
322
+ table.NO_COLS_EXPORT=Trenutno nema vidljivih kolona u tabeli. \nPre nego \u0161to izvr\u0161ite izvoz u tabelarno izra\u010Dunavanje, odaberite kolone koje su vam potrebne u pode\u0161avanjima tabele.
323
323
 
324
324
  fieldsui.COLUMNS=Kolona
@@ -25,14 +25,14 @@ operators.NOTGT.longText=\u043D\u0438\u0458\u0435 \u0432\u0435\u045B\u0435 \u043
25
25
  operators.GT.longText.date=\u043F\u043E\u0441\u043B\u0435
26
26
  operators.NOTGT.longText.date=\u043D\u0438\u0458\u0435 \u043F\u043E\u0441\u043B\u0435
27
27
 
28
- operators.LE.longText=less or equal
29
- operators.NOTLE.longText=not less or equal
28
+ operators.LE.longText=\u043C\u0430\u045A\u0435 \u0438\u043B\u0438 \u0458\u0435\u0434\u043D\u0430\u043A\u043E
29
+ operators.NOTLE.longText=\u043D\u0438\u0458\u0435 \u043C\u0430\u045A\u0435 \u0438\u043B\u0438 \u0458\u0435\u0434\u043D\u0430\u043A\u043E
30
30
 
31
31
  operators.LE.longText.date=\u043F\u0440\u0435 \u0438\u043B\u0438 \u043D\u0430 \u0434\u0430\u043D
32
32
  operators.NOTLE.longText.date=\u043D\u0438\u0458\u0435 \u043F\u0440\u0435 \u0438\u043B\u0438 \u043D\u0430 \u0434\u0430\u043D
33
33
 
34
- operators.GE.longText=greater or equal
35
- operators.NOTGE.longText=not greater or equal
34
+ operators.GE.longText=\u0432\u0435\u045B\u0435 \u0438\u043B\u0438 \u0458\u0435\u0434\u043D\u0430\u043A\u043E
35
+ operators.NOTGE.longText=\u043D\u0438\u0458\u0435 \u0432\u0435\u045B\u0435 \u0438\u043B\u0438 \u0458\u0435\u0434\u043D\u0430\u043A\u043E
36
36
 
37
37
  operators.GE.longText.date=\u043D\u0430 \u0434\u0430\u043D \u0438\u043B\u0438 \u043F\u043E\u0441\u043B\u0435
38
38
  operators.NOTGE.longText.date=\u043D\u0438\u0458\u0435 \u043D\u0430 \u0434\u0430\u043D \u0438\u043B\u0438 \u043F\u043E\u0441\u043B\u0435
@@ -99,7 +99,7 @@ operators.SECONDQUARTER.longText=\u0414\u0440\u0443\u0433\u0438 \u043A\u0432\u04
99
99
 
100
100
  operators.THIRDQUARTER.longText=\u0422\u0440\u0435\u045B\u0438 \u043A\u0432\u0430\u0440\u0442\u0430\u043B
101
101
 
102
- operators.FOURTHQUARTER.longText=Fourth quarter
102
+ operators.FOURTHQUARTER.longText=\u0427\u0435\u0442\u0432\u0440\u0442\u0438 \u043A\u0432\u0430\u0440\u0442\u0430\u043B
103
103
 
104
104
  operators.LASTYEAR.longText=\u041F\u0440\u043E\u0448\u043B\u0430 \u0433\u043E\u0434\u0438\u043D\u0430
105
105
 
@@ -113,7 +113,7 @@ operators.NEXTYEARS.tokenText=\u0421\u043B\u0435\u0434\u0435\u045B\u0438\u0445 {
113
113
 
114
114
  operators.YEARTODATE.longText=\u0422\u0435\u043A\u0443\u045B\u0430 \u0433\u043E\u0434\u0438\u043D\u0430
115
115
 
116
- operators.MONTH.tokenText=Month {0}
116
+ operators.MONTH.tokenText=\u041C\u0435\u0441\u0435\u0446 {0}
117
117
  operators.MONTH.longText=\u041C\u0435\u0441\u0435\u0446
118
118
 
119
119
  conditionmodel.REQUIRED_CONDITION_MISSING=\u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0458\u0435 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442
@@ -146,9 +146,9 @@ filterbar.ADAPT_OK=\u0418\u0434\u0438
146
146
 
147
147
  filterbar.FILTERSEARCH=\u0422\u0440\u0430\u0436\u0438 \u0444\u0438\u043B\u0442\u0435\u0440\u0435
148
148
 
149
- filterbar.REQUIRED_FILTER_VALUE_MISSING=Required value missing
150
- filterbar.REQUIRED_CONDITION_MISSING=Fill in all the required fields
151
- filterbar.VALIDATION_ERROR=\u0423\u043D\u0435\u043B\u0438 \u0441\u0442\u0435 \u043D\u0435\u0434\u043E\u0441\u043B\u0435\u0434\u043D\u0435 \u0438\u043B\u0438 \u043D\u0435\u0432\u0430\u0436\u0435\u045B\u0435 \u043F\u043E\u0434\u0430\u0442\u043A\u0435 \u0443 \u0458\u0435\u0434\u043D\u043E \u0438\u043B\u0438 \u0432\u0438\u0448\u0435 \u043F\u043E\u0459\u0430.\n\u0418\u0441\u043F\u0440\u0430\u0432\u0438\u0442\u0435 \u0433\u0440\u0435\u0448\u043A\u0435 \u043F\u0440\u0435 \u043D\u0435\u0433\u043E \u0448\u0442\u043E \u043D\u0430\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u0442\u0440\u0430\u0436\u0435\u045A\u0435.
149
+ filterbar.REQUIRED_FILTER_VALUE_MISSING=\u041E\u0431\u0430\u0432\u0435\u0437\u043D\u0430 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0458\u0435
150
+ filterbar.REQUIRED_CONDITION_MISSING=\u041F\u043E\u043F\u0443\u043D\u0438\u0442\u0435 \u0441\u0432\u0430 \u043F\u043E\u0459\u0430 \u043E\u0431\u0430\u0432\u0435\u0437\u043D\u043E\u0433 \u0443\u043D\u043E\u0441\u0430
151
+ filterbar.VALIDATION_ERROR=\u0423\u043D\u0435\u043B\u0438 \u0441\u0442\u0435 \u043D\u0435\u0434\u043E\u0441\u043B\u0435\u0434\u043D\u0435 \u0438\u043B\u0438 \u043D\u0435\u0432\u0430\u0436\u0435\u045B\u0435 \u043F\u043E\u0434\u0430\u0442\u043A\u0435 \u0443 \u0458\u0435\u0434\u043D\u043E \u0438\u043B\u0438 \u0432\u0438\u0448\u0435 \u043F\u043E\u0459\u0430.\n \u0418\u0441\u043F\u0440\u0430\u0432\u0438\u0442\u0435 \u0433\u0440\u0435\u0448\u043A\u0435 \u043F\u0440\u0435 \u043D\u0435\u0433\u043E \u0448\u0442\u043E \u043D\u0430\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u0442\u0440\u0430\u0436\u0435\u045A\u0435.
152
152
 
153
153
  filterbar.ADAPT_COLUMN_DESCRIPTION=\u0424\u0438\u043B\u0442\u0435\u0440
154
154
  filterbar.ADAPT_COLUMN_VALUE=\u0412\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0438
@@ -213,9 +213,9 @@ valuehelp.VALUE_NOT_EXIST=\u0412\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u201
213
213
 
214
214
  valuehelp.VALUE_NOT_UNIQUE=\u0412\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u201E{0}\u201C \u043D\u0438\u0458\u0435 \u0458\u0435\u0434\u0438\u043D\u0441\u0442\u0432\u0435\u043D\u0430.
215
215
 
216
- valuehelp.EXCLUDE=Excl
216
+ valuehelp.EXCLUDE=\u0423\u043A\u0459.
217
217
 
218
- valuehelp.INCLUDE=Incl
218
+ valuehelp.INCLUDE=\u0418\u0441\u043A\u0459.
219
219
 
220
220
  valuehelp.HIDEADVSEARCH=\u0421\u0430\u043A\u0440\u0438\u0458 \u0444\u0438\u043B\u0442\u0435\u0440\u0435
221
221
 
@@ -298,10 +298,10 @@ chart.LEGENDBTN_TOOLTIP=\u041F\u0440\u0435\u0431\u0430\u0446\u0438 \u0432\u0438\
298
298
  chart.LEGENDBTN_TEXT=\u041F\u0440\u0435\u0431\u0430\u0446\u0438 \u0432\u0438\u0434\u0459\u0438\u0432\u043E\u0441\u0442 \u043B\u0435\u0433\u0435\u043D\u0434\u0435
299
299
  chart.NO_DATA=\u0421\u0442\u0430\u0432\u043A\u0435 \u043D\u0438\u0441\u0443 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0435
300
300
  chart.NO_DATA_WITH_FILTERBAR=\u0417\u0430 \u043F\u043E\u043A\u0440\u0435\u0442\u0430\u045A\u0435, \u043F\u043E\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0435 \u0444\u0438\u043B\u0442\u0435\u0440\u0435.
301
- chart.NO_RESULTS=No data found. Try adjusting the filter settings.
301
+ chart.NO_RESULTS=\u041F\u043E\u0434\u0430\u0446\u0438 \u043D\u0438\u0441\u0443 \u043D\u0430\u0452\u0435\u043D\u0438. \u041F\u043E\u043A\u0443\u0448\u0430\u0458\u0442\u0435 \u0434\u0430 \u0443\u0441\u043A\u043B\u0430\u0434\u0438\u0442\u0435 \u043F\u043E\u0434\u0435\u0448\u0430\u0432\u0430\u045A\u0430 \u0444\u0438\u043B\u0442\u0435\u0440\u0430.
302
302
 
303
303
 
304
- table.SETTINGS_COLUMN=Add/Remove Columns
304
+ table.SETTINGS_COLUMN=\u0414\u043E\u0434\u0430\u0458/\u0443\u043A\u043B\u043E\u043D\u0438 \u043A\u043E\u043B\u043E\u043D\u0435
305
305
  table.SETTINGS_COLUMN_REORDER=\u041F\u043E\u043D\u043E\u0432\u043E \u043F\u043E\u0440\u0435\u0452\u0430\u0458 \u043A\u043E\u043B\u043E\u043D\u0435
306
306
  table.SETTINGS_SORT=\u041F\u043E\u0440\u0435\u0452\u0430\u0458
307
307
  table.SETTINGS_SORT_TITLE=\u0420\u0435\u0434\u043E\u0441\u043B\u0435\u0434 \u0440\u0435\u0452\u0430\u045A\u0430
@@ -309,16 +309,16 @@ table.SETTINGS_OK=\u041E\u041A
309
309
  table.SETTINGS_CANCEL=\u041E\u0434\u0443\u0441\u0442\u0430\u043D\u0438
310
310
  table.NO_DATA=\u0421\u0442\u0430\u0432\u043A\u0435 \u043D\u0438\u0441\u0443 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0435
311
311
  table.NO_DATA_WITH_FILTERBAR=\u0417\u0430 \u043F\u043E\u043A\u0440\u0435\u0442\u0430\u045A\u0435 \u043F\u043E\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0435 \u0444\u0438\u043B\u0442\u0435\u0440\u0435.
312
- table.NO_RESULTS=No data found. Try adjusting the filter settings.
312
+ table.NO_RESULTS=\u041F\u043E\u0434\u0430\u0446\u0438 \u043D\u0438\u0441\u0443 \u043D\u0430\u0452\u0435\u043D\u0438. \u041F\u043E\u043A\u0443\u0448\u0430\u0458\u0442\u0435 \u0434\u0430 \u0443\u0441\u043A\u043B\u0430\u0434\u0438\u0442\u0435 \u043F\u043E\u0434\u0435\u0448\u0430\u0432\u0430\u045A\u0430 \u0444\u0438\u043B\u0442\u0435\u0440\u0430.
313
313
  table.CREATE=\u041A\u0440\u0435\u0438\u0440\u0430\u0458
314
314
  table.DELETE=\u0418\u0437\u0431\u0440\u0438\u0448\u0438
315
- table.SELECTION_LIMIT_MESSAGE=Only the first {0} of the items you marked were added to the table selection.
315
+ table.SELECTION_LIMIT_MESSAGE=\u0421\u0430\u043C\u043E \u043F\u0440\u0432\u0438\u0445 {0} \u0441\u0442\u0430\u0432\u043A\u0438 \u043A\u043E\u0458\u0435 \u0441\u0442\u0435 \u043E\u0437\u043D\u0430\u0447\u0438\u043B\u0438 \u0434\u043E\u0434\u0430\u0442\u043E \u0458\u0435 \u0443 \u043E\u0434\u0430\u0431\u0438\u0440 \u0442\u0430\u0431\u0435\u043B\u0435.
316
316
  table.SHOWDETAILS_TEXT=\u041F\u043E\u043A\u0430\u0436\u0438 \u0434\u0435\u0442\u0430\u0459\u0435
317
317
  table.HIDEDETAILS_TEXT=\u0421\u0430\u043A\u0440\u0438\u0458 \u0434\u0435\u0442\u0430\u0459\u0435
318
- table.FILTER_INFO=Filtered by\: {0}
319
- table.EXPORT_BUTTON_TEXT=Export to Spreadsheet
318
+ table.FILTER_INFO=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u043E \u043F\u043E\: {0}
319
+ table.EXPORT_BUTTON_TEXT=\u0418\u0437\u0432\u0435\u0437\u0438 \u0443 \u0442\u0430\u0431\u0435\u043B\u0430\u0440\u043D\u0438 \u043F\u0440\u0435\u0433\u043B\u0435\u0434
320
320
  table.QUICK_EXPORT=\u0418\u0437\u0432\u0435\u0437\u0438
321
321
  table.EXPORT_WITH_SETTINGS=\u0418\u0437\u0432\u0435\u0437\u0438 \u043A\u0430\u043E...
322
- table.NO_COLS_EXPORT=Right now, there are no visible columns in the table. \nBefore you perform an export to spreadsheet, please select the columns you need in the table settings.
322
+ table.NO_COLS_EXPORT=\u0422\u0440\u0435\u043D\u0443\u0442\u043D\u043E \u043D\u0435\u043C\u0430 \u0432\u0438\u0434\u0459\u0438\u0432\u0438\u0445 \u043A\u043E\u043B\u043E\u043D\u0430 \u0443 \u0442\u0430\u0431\u0435\u043B\u0438. \n\u041F\u0440\u0435 \u043D\u0435\u0433\u043E \u0448\u0442\u043E \u0438\u0437\u0432\u0440\u0448\u0438\u0442\u0435 \u0438\u0437\u0432\u043E\u0437 \u0443 \u0442\u0430\u0431\u0435\u043B\u0430\u0440\u043D\u043E \u0438\u0437\u0440\u0430\u0447\u0443\u043D\u0430\u0432\u0430\u045A\u0435, \u043E\u0434\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u043A\u043E\u043B\u043E\u043D\u0435 \u043A\u043E\u0458\u0435 \u0441\u0443 \u0432\u0430\u043C \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u0435 \u0443 \u043F\u043E\u0434\u0435\u0448\u0430\u0432\u0430\u045A\u0438\u043C\u0430 \u0442\u0430\u0431\u0435\u043B\u0435.
323
323
 
324
324
  fieldsui.COLUMNS=\u041A\u043E\u043B\u043E\u043D\u0430
@@ -49,7 +49,7 @@ sap.ui.define(
49
49
  * </ul>
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.84.40
52
+ * @version 1.84.41
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.40
72
+ * @version 1.84.41
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.40
45
+ * @version 1.84.41
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.40
25
+ * @version 1.84.41
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.40
28
+ * @version 1.84.41
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.40
22
+ * @version 1.84.41
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.40
244
+ * @version 1.84.41
245
245
  *
246
246
  * @private
247
247
  * @ui5-restricted sap.ui.mdc