@openui5/sap.ui.mdc 1.84.48 → 1.84.50

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 (155) hide show
  1. package/package.json +4 -4
  2. package/src/sap/ui/mdc/.library +2 -2
  3. package/src/sap/ui/mdc/ActionToolbar.js +2 -2
  4. package/src/sap/ui/mdc/AggregationBaseDelegate.js +1 -1
  5. package/src/sap/ui/mdc/BaseDelegate.js +1 -1
  6. package/src/sap/ui/mdc/Chart.js +2 -2
  7. package/src/sap/ui/mdc/ChartDelegate.js +1 -1
  8. package/src/sap/ui/mdc/ChartRenderer.js +1 -1
  9. package/src/sap/ui/mdc/Control.js +2 -2
  10. package/src/sap/ui/mdc/Delegate.js +1 -1
  11. package/src/sap/ui/mdc/Element.js +2 -2
  12. package/src/sap/ui/mdc/Field.js +3 -3
  13. package/src/sap/ui/mdc/FilterBar.js +2 -2
  14. package/src/sap/ui/mdc/FilterBarDelegate.js +1 -1
  15. package/src/sap/ui/mdc/FilterField.js +3 -3
  16. package/src/sap/ui/mdc/Link.js +2 -2
  17. package/src/sap/ui/mdc/LinkDelegate.js +1 -1
  18. package/src/sap/ui/mdc/Table.js +1 -1
  19. package/src/sap/ui/mdc/TableDelegate.js +1 -1
  20. package/src/sap/ui/mdc/chart/ChartSettings.js +1 -1
  21. package/src/sap/ui/mdc/chart/ChartTypeButton.js +1 -1
  22. package/src/sap/ui/mdc/chart/DimensionItem.js +1 -1
  23. package/src/sap/ui/mdc/chart/DrillStackHandler.js +1 -1
  24. package/src/sap/ui/mdc/chart/Item.js +1 -1
  25. package/src/sap/ui/mdc/chart/MeasureItem.js +1 -1
  26. package/src/sap/ui/mdc/chart/MetadataDelegate.js +1 -1
  27. package/src/sap/ui/mdc/chart/SelectionDetailsActions.js +1 -1
  28. package/src/sap/ui/mdc/chart/SelectionHandler.js +1 -1
  29. package/src/sap/ui/mdc/chart/ToolbarHandler.js +1 -1
  30. package/src/sap/ui/mdc/condition/Condition.js +2 -2
  31. package/src/sap/ui/mdc/condition/ConditionConverter.js +1 -1
  32. package/src/sap/ui/mdc/condition/ConditionModel.js +2 -2
  33. package/src/sap/ui/mdc/condition/ConditionModelPropertyBinding.js +1 -1
  34. package/src/sap/ui/mdc/condition/FilterConverter.js +2 -2
  35. package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +2 -2
  36. package/src/sap/ui/mdc/condition/Operator.js +1 -1
  37. package/src/sap/ui/mdc/condition/RangeOperator.js +1 -1
  38. package/src/sap/ui/mdc/designtime/filterbar/FilterBar.designtime.js +1 -1
  39. package/src/sap/ui/mdc/designtime/library.designtime.js +1 -1
  40. package/src/sap/ui/mdc/designtime/link/Panel.designtime.js +1 -1
  41. package/src/sap/ui/mdc/designtime/link/PanelItem.designtime.js +1 -1
  42. package/src/sap/ui/mdc/designtime/table/Table.designtime.js +1 -1
  43. package/src/sap/ui/mdc/enum/BaseType.js +1 -1
  44. package/src/sap/ui/mdc/enum/ConditionValidated.js +1 -1
  45. package/src/sap/ui/mdc/enum/EditMode.js +1 -1
  46. package/src/sap/ui/mdc/enum/FieldDisplay.js +1 -1
  47. package/src/sap/ui/mdc/enum/OutParameterMode.js +1 -1
  48. package/src/sap/ui/mdc/field/BoolFieldHelp.js +2 -2
  49. package/src/sap/ui/mdc/field/ConditionFieldHelp.js +2 -2
  50. package/src/sap/ui/mdc/field/ConditionType.js +2 -2
  51. package/src/sap/ui/mdc/field/ConditionsType.js +2 -2
  52. package/src/sap/ui/mdc/field/CustomFieldHelp.js +2 -2
  53. package/src/sap/ui/mdc/field/CustomFieldInfo.js +2 -2
  54. package/src/sap/ui/mdc/field/DefineConditionPanel.js +3 -3
  55. package/src/sap/ui/mdc/field/FieldBase.js +3 -3
  56. package/src/sap/ui/mdc/field/FieldBaseDelegate.js +1 -1
  57. package/src/sap/ui/mdc/field/FieldBaseRenderer.js +1 -1
  58. package/src/sap/ui/mdc/field/FieldHelpBase.js +2 -2
  59. package/src/sap/ui/mdc/field/FieldHelpBaseDelegate.js +1 -1
  60. package/src/sap/ui/mdc/field/FieldInfoBase.js +2 -2
  61. package/src/sap/ui/mdc/field/FieldInput.js +2 -2
  62. package/src/sap/ui/mdc/field/FieldInputRenderer.js +1 -1
  63. package/src/sap/ui/mdc/field/FieldMultiInput.js +2 -2
  64. package/src/sap/ui/mdc/field/FieldMultiInputRenderer.js +1 -1
  65. package/src/sap/ui/mdc/field/FieldValueHelp.js +2 -2
  66. package/src/sap/ui/mdc/field/FieldValueHelpContentWrapperBase.js +2 -2
  67. package/src/sap/ui/mdc/field/FieldValueHelpDelegate.js +1 -1
  68. package/src/sap/ui/mdc/field/FieldValueHelpMTableWrapper.js +2 -2
  69. package/src/sap/ui/mdc/field/InParameter.js +2 -2
  70. package/src/sap/ui/mdc/field/ListFieldHelp.js +2 -2
  71. package/src/sap/ui/mdc/field/OutParameter.js +2 -2
  72. package/src/sap/ui/mdc/field/ValueHelpPanel.js +3 -3
  73. package/src/sap/ui/mdc/filterbar/FilterBarBase.js +2 -2
  74. package/src/sap/ui/mdc/filterbar/FilterBarBaseRenderer.js +1 -1
  75. package/src/sap/ui/mdc/filterbar/IFilterContainer.js +1 -1
  76. package/src/sap/ui/mdc/filterbar/aligned/FilterContainer.js +1 -1
  77. package/src/sap/ui/mdc/filterbar/aligned/FilterItemLayout.js +1 -1
  78. package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +2 -2
  79. package/src/sap/ui/mdc/filterbar/p13n/FilterColumnLayout.js +1 -1
  80. package/src/sap/ui/mdc/filterbar/p13n/FilterGroupLayout.js +1 -1
  81. package/src/sap/ui/mdc/filterbar/p13n/GroupContainer.js +1 -1
  82. package/src/sap/ui/mdc/filterbar/p13n/TableContainer.js +1 -1
  83. package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +2 -2
  84. package/src/sap/ui/mdc/filterbar/vh/FilterContainer.js +1 -1
  85. package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +2 -2
  86. package/src/sap/ui/mdc/flexibility/ChartItemFlex.js +1 -1
  87. package/src/sap/ui/mdc/flexibility/ColumnFlex.js +1 -1
  88. package/src/sap/ui/mdc/flexibility/ConditionFlex.js +1 -1
  89. package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +2 -2
  90. package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +2 -2
  91. package/src/sap/ui/mdc/flexibility/ItemBaseFlex.js +1 -1
  92. package/src/sap/ui/mdc/flexibility/Panel.flexibility.js +1 -1
  93. package/src/sap/ui/mdc/flexibility/PanelItem.flexibility.js +1 -1
  94. package/src/sap/ui/mdc/flexibility/SortFlex.js +1 -1
  95. package/src/sap/ui/mdc/flexibility/Table.flexibility.js +1 -1
  96. package/src/sap/ui/mdc/flp/FlpLinkDelegate.js +1 -1
  97. package/src/sap/ui/mdc/library.js +3 -3
  98. package/src/sap/ui/mdc/link/ContactDetails.js +2 -2
  99. package/src/sap/ui/mdc/link/ContactDetailsAddressItem.js +2 -2
  100. package/src/sap/ui/mdc/link/ContactDetailsEmailItem.js +2 -2
  101. package/src/sap/ui/mdc/link/ContactDetailsItem.js +2 -2
  102. package/src/sap/ui/mdc/link/ContactDetailsPhoneItem.js +2 -2
  103. package/src/sap/ui/mdc/link/Factory.js +2 -2
  104. package/src/sap/ui/mdc/link/FakeFlpConnector.js +2 -2
  105. package/src/sap/ui/mdc/link/LinkItem.js +2 -2
  106. package/src/sap/ui/mdc/link/Log.js +1 -1
  107. package/src/sap/ui/mdc/link/Panel.js +2 -2
  108. package/src/sap/ui/mdc/link/PanelItem.js +2 -2
  109. package/src/sap/ui/mdc/link/PanelListItem.js +2 -2
  110. package/src/sap/ui/mdc/link/SelectionDialog.js +2 -2
  111. package/src/sap/ui/mdc/link/SelectionDialogItem.js +2 -2
  112. package/src/sap/ui/mdc/link/SemanticObjectMapping.js +2 -2
  113. package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +2 -2
  114. package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +2 -2
  115. package/src/sap/ui/mdc/messagebundle_bg.properties +3 -3
  116. package/src/sap/ui/mdc/messagebundle_hr.properties +1 -1
  117. package/src/sap/ui/mdc/mixin/AdaptationMixin.js +2 -2
  118. package/src/sap/ui/mdc/mixin/DelegateMixin.js +2 -2
  119. package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +2 -2
  120. package/src/sap/ui/mdc/odata/TypeUtil.js +1 -1
  121. package/src/sap/ui/mdc/odata/json/FilterBarDelegate.js +1 -1
  122. package/src/sap/ui/mdc/odata/v4/ChartDelegate.js +1 -1
  123. package/src/sap/ui/mdc/odata/v4/FieldBaseDelegate.js +1 -1
  124. package/src/sap/ui/mdc/odata/v4/FieldValueHelpDelegate.js +1 -1
  125. package/src/sap/ui/mdc/odata/v4/FilterBarDelegate.js +1 -1
  126. package/src/sap/ui/mdc/odata/v4/ODataMetaModelUtil.js +1 -1
  127. package/src/sap/ui/mdc/odata/v4/TableDelegate.js +1 -1
  128. package/src/sap/ui/mdc/odata/v4/TypeUtil.js +1 -1
  129. package/src/sap/ui/mdc/odata/v4/util/DelegateUtil.js +1 -1
  130. package/src/sap/ui/mdc/p13n/AdaptationController.js +1 -1
  131. package/src/sap/ui/mdc/p13n/FlexUtil.js +1 -1
  132. package/src/sap/ui/mdc/p13n/P13nBuilder.js +1 -1
  133. package/src/sap/ui/mdc/p13n/StateUtil.js +1 -1
  134. package/src/sap/ui/mdc/p13n/panels/BasePanel.js +1 -1
  135. package/src/sap/ui/mdc/p13n/panels/ChartItemPanel.js +1 -1
  136. package/src/sap/ui/mdc/p13n/panels/GroupPanelBase.js +1 -1
  137. package/src/sap/ui/mdc/p13n/panels/SelectionPanel.js +1 -1
  138. package/src/sap/ui/mdc/p13n/panels/SortPanel.js +1 -1
  139. package/src/sap/ui/mdc/table/Column.js +1 -1
  140. package/src/sap/ui/mdc/table/CreationRow.js +2 -2
  141. package/src/sap/ui/mdc/table/GridTableType.js +1 -1
  142. package/src/sap/ui/mdc/table/PropertyHelper.js +2 -2
  143. package/src/sap/ui/mdc/table/ResponsiveTableType.js +1 -1
  144. package/src/sap/ui/mdc/table/RowSettings.js +2 -2
  145. package/src/sap/ui/mdc/table/TableSettings.js +1 -1
  146. package/src/sap/ui/mdc/table/TableTypeBase.js +1 -1
  147. package/src/sap/ui/mdc/table/V4AnalyticsTableType.js +1 -1
  148. package/src/sap/ui/mdc/themes/base/library.source.less +1 -1
  149. package/src/sap/ui/mdc/util/DateUtil.js +1 -1
  150. package/src/sap/ui/mdc/util/FilterUtil.js +1 -1
  151. package/src/sap/ui/mdc/util/FormatUtil.js +1 -1
  152. package/src/sap/ui/mdc/util/IdentifierUtil.js +1 -1
  153. package/src/sap/ui/mdc/util/PropertyHelper.js +2 -2
  154. package/src/sap/ui/mdc/util/TypeUtil.js +1 -1
  155. package/src/sap/ui/mdc/util/loadModules.js +1 -1
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
19
+ * @version 1.84.50
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.56.0
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
19
+ * @version 1.84.50
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.56.0
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
19
+ * @version 1.84.50
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.56.0
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
14
+ * @version 1.84.50
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
16
+ * @version 1.84.50
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
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
19
+ * @version 1.84.50
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.58.0
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
38
+ * @version 1.84.50
39
39
  * @constructor
40
40
  * @private
41
41
  * @since 1.54.0
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
19
+ * @version 1.84.50
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.54.0
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
19
+ * @version 1.84.50
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.54.0
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
20
+ * @version 1.84.50
21
21
  * @constructor
22
22
  * @private
23
23
  * @since 1.60.0
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
19
+ * @version 1.84.50
20
20
  * @constructor
21
21
  * @abstract
22
22
  * @private
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
19
+ * @version 1.84.50
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.58.0
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
19
+ * @version 1.84.50
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.58.0
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
19
+ * @version 1.84.50
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.60.0
@@ -179,7 +179,7 @@ valuehelp.CANCEL=\u041E\u0442\u043A\u0430\u0437
179
179
 
180
180
  valuehelp.RESET=\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0437\u0430\u0434\u0430\u0432\u0430\u043D\u0435
181
181
 
182
- valuehelp.DEFINECONDITIONS_REMOVECONDITION=\u041F\u0440\u0435\u043C\u0430\u0445\u0432\u0430\u043D\u0435 \u043D\u0430 \u0443\u0441\u043B\u043E\u0432\u0438\u0435
182
+ valuehelp.DEFINECONDITIONS_REMOVECONDITION=\u041F\u0440\u0435\u043C\u0430\u0445\u0432\u0430\u043D\u0435 \u043D\u0430 \u0443\u0441\u043B\u043E\u0432\u0438\u0435\u0442\u043E
183
183
 
184
184
  valuehelp.DEFINECONDITIONS_ADDCONDITION=\u0414\u043E\u0431\u0430\u0432\u044F\u043D\u0435
185
185
 
@@ -297,7 +297,7 @@ chart.CHART_DRILLDOWN_TITLE=\u041F\u0440\u0435\u0433\u043B\u0435\u0434 \u043F\u0
297
297
  chart.LEGENDBTN_TOOLTIP=\u041F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0438\u0434\u0438\u043C\u043E\u0441\u0442 \u043D\u0430 \u043B\u0435\u0433\u0435\u043D\u0434\u0430
298
298
  chart.LEGENDBTN_TEXT=\u041F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0438\u0434\u0438\u043C\u043E\u0441\u0442 \u043D\u0430 \u043B\u0435\u0433\u0435\u043D\u0434\u0430
299
299
  chart.NO_DATA=\u041D\u044F\u043C\u0430 \u043D\u0430\u043B\u0438\u0447\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
300
- chart.NO_DATA_WITH_FILTERBAR=\u0417\u0430 \u043D\u0430\u0447\u0430\u043B\u043E, \u0437\u0430\u0434\u0430\u0439\u0442\u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438.
300
+ chart.NO_DATA_WITH_FILTERBAR=\u0417\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0435\u0442\u0435, \u0437\u0430\u0434\u0430\u0439\u0442\u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438 \u0444\u0438\u043B\u0442\u0440\u0438.
301
301
  chart.NO_RESULTS=\u041D\u0435 \u0441\u0430 \u043E\u0442\u043A\u0440\u0438\u0442\u0438 \u0434\u0430\u043D\u043D\u0438. \u041E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u0434\u0430 \u043A\u043E\u0440\u0438\u0433\u0438\u0440\u0430\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438\u0442\u0435 \u043D\u0430 \u0444\u0438\u043B\u0442\u044A\u0440\u0430.
302
302
 
303
303
 
@@ -308,7 +308,7 @@ table.SETTINGS_SORT_TITLE=\u041F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430
308
308
  table.SETTINGS_OK=OK
309
309
  table.SETTINGS_CANCEL=\u041E\u0442\u043A\u0430\u0437
310
310
  table.NO_DATA=\u041D\u044F\u043C\u0430 \u043D\u0430\u043B\u0438\u0447\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
311
- table.NO_DATA_WITH_FILTERBAR=\u0417\u0430 \u043D\u0430\u0447\u0430\u043B\u043E, \u0437\u0430\u0434\u0430\u0439\u0442\u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438.
311
+ table.NO_DATA_WITH_FILTERBAR=\u0417\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0435\u0442\u0435, \u0437\u0430\u0434\u0430\u0439\u0442\u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438 \u0444\u0438\u043B\u0442\u0440\u0438.
312
312
  table.NO_RESULTS=\u041D\u0435 \u0441\u0430 \u043E\u0442\u043A\u0440\u0438\u0442\u0438 \u0434\u0430\u043D\u043D\u0438. \u041E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u0434\u0430 \u043A\u043E\u0440\u0438\u0433\u0438\u0440\u0430\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438\u0442\u0435 \u043D\u0430 \u0444\u0438\u043B\u0442\u044A\u0440\u0430.
313
313
  table.CREATE=\u0421\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435
314
314
  table.DELETE=\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435
@@ -120,7 +120,7 @@ conditionmodel.REQUIRED_CONDITION_MISSING=nedostaje vrijednost
120
120
 
121
121
  filterbar.GO=Idi
122
122
 
123
- filterbar.SEARCH=Tra\u017Ei
123
+ filterbar.SEARCH=Tra\u017Eenje
124
124
 
125
125
  filterbar.ADAPT=Prilagodi filtere
126
126
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -49,7 +49,7 @@ sap.ui.define(
49
49
  * </ul>
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.84.48
52
+ * @version 1.84.50
53
53
  * @alias sap.ui.mdc.mixin.AdaptationMixin
54
54
  * @namespace
55
55
  * @since 1.82.0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
72
+ * @version 1.84.50
73
73
  * @alias sap.ui.mdc.mixin.DelegateMixin
74
74
  * @namespace
75
75
  * @since 1.76.0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * </ul>
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.84.48
45
+ * @version 1.84.50
46
46
  * @alias sap.ui.mdc.mixin.FilterIntegrationMixin
47
47
  * @namespace
48
48
  * @since 1.82.0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(["sap/ui/mdc/util/TypeUtil"], function(TypeUtil) {
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
25
+ * @version 1.84.50
26
26
  * @constructor
27
27
  * @private
28
28
  * @experimental
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
28
+ * @version 1.84.50
29
29
  *
30
30
  * @private
31
31
  * @experimental
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.48
22
+ * @version 1.84.50
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  @import "../../../../../sap/ui/core/themes/base/base.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([