@openui5/sap.ui.mdc 1.84.18 → 1.84.22

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 (157) hide show
  1. package/LICENSE.txt +1 -1
  2. package/package.json +4 -4
  3. package/src/sap/ui/mdc/.library +2 -2
  4. package/src/sap/ui/mdc/ActionToolbar.js +2 -2
  5. package/src/sap/ui/mdc/AggregationBaseDelegate.js +1 -1
  6. package/src/sap/ui/mdc/BaseDelegate.js +1 -1
  7. package/src/sap/ui/mdc/Chart.js +2 -2
  8. package/src/sap/ui/mdc/ChartDelegate.js +1 -1
  9. package/src/sap/ui/mdc/ChartRenderer.js +1 -1
  10. package/src/sap/ui/mdc/Control.js +2 -2
  11. package/src/sap/ui/mdc/Delegate.js +1 -1
  12. package/src/sap/ui/mdc/Element.js +2 -2
  13. package/src/sap/ui/mdc/Field.js +3 -3
  14. package/src/sap/ui/mdc/FilterBar.js +2 -2
  15. package/src/sap/ui/mdc/FilterBarDelegate.js +1 -1
  16. package/src/sap/ui/mdc/FilterField.js +3 -3
  17. package/src/sap/ui/mdc/Link.js +2 -2
  18. package/src/sap/ui/mdc/LinkDelegate.js +1 -1
  19. package/src/sap/ui/mdc/Table.js +1 -1
  20. package/src/sap/ui/mdc/TableDelegate.js +1 -1
  21. package/src/sap/ui/mdc/chart/ChartSettings.js +1 -1
  22. package/src/sap/ui/mdc/chart/ChartTypeButton.js +1 -1
  23. package/src/sap/ui/mdc/chart/DimensionItem.js +1 -1
  24. package/src/sap/ui/mdc/chart/DrillStackHandler.js +1 -1
  25. package/src/sap/ui/mdc/chart/Item.js +1 -1
  26. package/src/sap/ui/mdc/chart/MeasureItem.js +1 -1
  27. package/src/sap/ui/mdc/chart/MetadataDelegate.js +1 -1
  28. package/src/sap/ui/mdc/chart/SelectionDetailsActions.js +1 -1
  29. package/src/sap/ui/mdc/chart/SelectionHandler.js +1 -1
  30. package/src/sap/ui/mdc/chart/ToolbarHandler.js +1 -1
  31. package/src/sap/ui/mdc/condition/Condition.js +2 -2
  32. package/src/sap/ui/mdc/condition/ConditionConverter.js +1 -1
  33. package/src/sap/ui/mdc/condition/ConditionModel.js +2 -2
  34. package/src/sap/ui/mdc/condition/ConditionModelPropertyBinding.js +1 -1
  35. package/src/sap/ui/mdc/condition/FilterConverter.js +2 -2
  36. package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +2 -2
  37. package/src/sap/ui/mdc/condition/Operator.js +1 -1
  38. package/src/sap/ui/mdc/condition/RangeOperator.js +1 -1
  39. package/src/sap/ui/mdc/designtime/filterbar/FilterBar.designtime.js +1 -1
  40. package/src/sap/ui/mdc/designtime/library.designtime.js +1 -1
  41. package/src/sap/ui/mdc/designtime/link/Panel.designtime.js +1 -1
  42. package/src/sap/ui/mdc/designtime/link/PanelItem.designtime.js +1 -1
  43. package/src/sap/ui/mdc/designtime/table/Table.designtime.js +1 -1
  44. package/src/sap/ui/mdc/enum/BaseType.js +1 -1
  45. package/src/sap/ui/mdc/enum/ConditionValidated.js +1 -1
  46. package/src/sap/ui/mdc/enum/EditMode.js +1 -1
  47. package/src/sap/ui/mdc/enum/FieldDisplay.js +1 -1
  48. package/src/sap/ui/mdc/enum/OutParameterMode.js +1 -1
  49. package/src/sap/ui/mdc/field/BoolFieldHelp.js +2 -2
  50. package/src/sap/ui/mdc/field/ConditionFieldHelp.js +2 -2
  51. package/src/sap/ui/mdc/field/ConditionType.js +2 -2
  52. package/src/sap/ui/mdc/field/ConditionsType.js +2 -2
  53. package/src/sap/ui/mdc/field/CustomFieldHelp.js +2 -2
  54. package/src/sap/ui/mdc/field/CustomFieldInfo.js +2 -2
  55. package/src/sap/ui/mdc/field/DefineConditionPanel.js +3 -3
  56. package/src/sap/ui/mdc/field/FieldBase.js +3 -3
  57. package/src/sap/ui/mdc/field/FieldBaseDelegate.js +1 -1
  58. package/src/sap/ui/mdc/field/FieldBaseRenderer.js +1 -1
  59. package/src/sap/ui/mdc/field/FieldHelpBase.js +2 -2
  60. package/src/sap/ui/mdc/field/FieldHelpBaseDelegate.js +1 -1
  61. package/src/sap/ui/mdc/field/FieldInfoBase.js +2 -2
  62. package/src/sap/ui/mdc/field/FieldInput.js +2 -2
  63. package/src/sap/ui/mdc/field/FieldInputRenderer.js +1 -1
  64. package/src/sap/ui/mdc/field/FieldMultiInput.js +2 -2
  65. package/src/sap/ui/mdc/field/FieldMultiInputRenderer.js +1 -1
  66. package/src/sap/ui/mdc/field/FieldValueHelp.js +2 -2
  67. package/src/sap/ui/mdc/field/FieldValueHelpContentWrapperBase.js +2 -2
  68. package/src/sap/ui/mdc/field/FieldValueHelpDelegate.js +1 -1
  69. package/src/sap/ui/mdc/field/FieldValueHelpMTableWrapper.js +2 -2
  70. package/src/sap/ui/mdc/field/InParameter.js +2 -2
  71. package/src/sap/ui/mdc/field/ListFieldHelp.js +2 -2
  72. package/src/sap/ui/mdc/field/OutParameter.js +2 -2
  73. package/src/sap/ui/mdc/field/ValueHelpPanel.js +3 -3
  74. package/src/sap/ui/mdc/filterbar/FilterBarBase.js +2 -2
  75. package/src/sap/ui/mdc/filterbar/FilterBarBaseRenderer.js +1 -1
  76. package/src/sap/ui/mdc/filterbar/IFilterContainer.js +1 -1
  77. package/src/sap/ui/mdc/filterbar/aligned/FilterContainer.js +1 -1
  78. package/src/sap/ui/mdc/filterbar/aligned/FilterItemLayout.js +1 -1
  79. package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +2 -2
  80. package/src/sap/ui/mdc/filterbar/p13n/FilterColumnLayout.js +1 -1
  81. package/src/sap/ui/mdc/filterbar/p13n/FilterGroupLayout.js +1 -1
  82. package/src/sap/ui/mdc/filterbar/p13n/GroupContainer.js +1 -1
  83. package/src/sap/ui/mdc/filterbar/p13n/TableContainer.js +1 -1
  84. package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +2 -2
  85. package/src/sap/ui/mdc/filterbar/vh/FilterContainer.js +1 -1
  86. package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +2 -2
  87. package/src/sap/ui/mdc/flexibility/ChartItemFlex.js +1 -1
  88. package/src/sap/ui/mdc/flexibility/ColumnFlex.js +1 -1
  89. package/src/sap/ui/mdc/flexibility/ConditionFlex.js +1 -1
  90. package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +2 -2
  91. package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +2 -2
  92. package/src/sap/ui/mdc/flexibility/ItemBaseFlex.js +1 -1
  93. package/src/sap/ui/mdc/flexibility/Panel.flexibility.js +1 -1
  94. package/src/sap/ui/mdc/flexibility/PanelItem.flexibility.js +1 -1
  95. package/src/sap/ui/mdc/flexibility/SortFlex.js +1 -1
  96. package/src/sap/ui/mdc/flexibility/Table.flexibility.js +1 -1
  97. package/src/sap/ui/mdc/flp/FlpLinkDelegate.js +1 -1
  98. package/src/sap/ui/mdc/library.js +3 -3
  99. package/src/sap/ui/mdc/link/ContactDetails.js +2 -2
  100. package/src/sap/ui/mdc/link/ContactDetailsAddressItem.js +2 -2
  101. package/src/sap/ui/mdc/link/ContactDetailsEmailItem.js +2 -2
  102. package/src/sap/ui/mdc/link/ContactDetailsItem.js +2 -2
  103. package/src/sap/ui/mdc/link/ContactDetailsPhoneItem.js +2 -2
  104. package/src/sap/ui/mdc/link/Factory.js +2 -2
  105. package/src/sap/ui/mdc/link/FakeFlpConnector.js +2 -2
  106. package/src/sap/ui/mdc/link/LinkItem.js +2 -2
  107. package/src/sap/ui/mdc/link/Log.js +1 -1
  108. package/src/sap/ui/mdc/link/Panel.js +2 -2
  109. package/src/sap/ui/mdc/link/PanelItem.js +2 -2
  110. package/src/sap/ui/mdc/link/PanelListItem.js +2 -2
  111. package/src/sap/ui/mdc/link/SelectionDialog.js +2 -2
  112. package/src/sap/ui/mdc/link/SelectionDialogItem.js +2 -2
  113. package/src/sap/ui/mdc/link/SemanticObjectMapping.js +2 -2
  114. package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +2 -2
  115. package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +2 -2
  116. package/src/sap/ui/mdc/messagebundle.properties +2 -0
  117. package/src/sap/ui/mdc/messagebundle_bg.properties +6 -6
  118. package/src/sap/ui/mdc/messagebundle_fr.properties +2 -2
  119. package/src/sap/ui/mdc/mixin/AdaptationMixin.js +2 -2
  120. package/src/sap/ui/mdc/mixin/DelegateMixin.js +2 -2
  121. package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +2 -2
  122. package/src/sap/ui/mdc/odata/TypeUtil.js +1 -1
  123. package/src/sap/ui/mdc/odata/json/FilterBarDelegate.js +1 -1
  124. package/src/sap/ui/mdc/odata/v4/ChartDelegate.js +1 -1
  125. package/src/sap/ui/mdc/odata/v4/FieldBaseDelegate.js +1 -1
  126. package/src/sap/ui/mdc/odata/v4/FieldValueHelpDelegate.js +1 -1
  127. package/src/sap/ui/mdc/odata/v4/FilterBarDelegate.js +1 -1
  128. package/src/sap/ui/mdc/odata/v4/ODataMetaModelUtil.js +1 -1
  129. package/src/sap/ui/mdc/odata/v4/TableDelegate.js +1 -1
  130. package/src/sap/ui/mdc/odata/v4/TypeUtil.js +1 -1
  131. package/src/sap/ui/mdc/odata/v4/util/DelegateUtil.js +1 -1
  132. package/src/sap/ui/mdc/p13n/AdaptationController.js +1 -1
  133. package/src/sap/ui/mdc/p13n/FlexUtil.js +1 -1
  134. package/src/sap/ui/mdc/p13n/P13nBuilder.js +1 -1
  135. package/src/sap/ui/mdc/p13n/StateUtil.js +1 -1
  136. package/src/sap/ui/mdc/p13n/panels/BasePanel.js +1 -1
  137. package/src/sap/ui/mdc/p13n/panels/ChartItemPanel.js +1 -1
  138. package/src/sap/ui/mdc/p13n/panels/GroupPanelBase.js +2 -1
  139. package/src/sap/ui/mdc/p13n/panels/SelectionPanel.js +1 -1
  140. package/src/sap/ui/mdc/p13n/panels/SortPanel.js +1 -1
  141. package/src/sap/ui/mdc/table/Column.js +1 -1
  142. package/src/sap/ui/mdc/table/CreationRow.js +2 -2
  143. package/src/sap/ui/mdc/table/GridTableType.js +1 -1
  144. package/src/sap/ui/mdc/table/PropertyHelper.js +2 -2
  145. package/src/sap/ui/mdc/table/ResponsiveTableType.js +1 -1
  146. package/src/sap/ui/mdc/table/RowSettings.js +2 -2
  147. package/src/sap/ui/mdc/table/TableSettings.js +1 -1
  148. package/src/sap/ui/mdc/table/TableTypeBase.js +1 -1
  149. package/src/sap/ui/mdc/table/V4AnalyticsTableType.js +1 -1
  150. package/src/sap/ui/mdc/themes/base/library.source.less +1 -1
  151. package/src/sap/ui/mdc/util/DateUtil.js +1 -1
  152. package/src/sap/ui/mdc/util/FilterUtil.js +1 -1
  153. package/src/sap/ui/mdc/util/FormatUtil.js +1 -1
  154. package/src/sap/ui/mdc/util/IdentifierUtil.js +1 -1
  155. package/src/sap/ui/mdc/util/PropertyHelper.js +2 -2
  156. package/src/sap/ui/mdc/util/TypeUtil.js +1 -1
  157. package/src/sap/ui/mdc/util/loadModules.js +1 -1
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
19
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
19
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
19
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
19
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
14
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
16
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
19
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
38
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
19
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
19
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
20
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
19
+ * @version 1.84.22
20
20
  * @constructor
21
21
  * @abstract
22
22
  * @private
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
19
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
19
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
19
+ * @version 1.84.22
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.60.0
@@ -424,6 +424,8 @@ p13nDialog.LIST_VIEW_COLUMN=Filter
424
424
  p13nDialog.LIST_VIEW_ACTIVE=Active
425
425
  #XFLD: FilterBar personalization dialog 'Search' placeholder text
426
426
  p13nDialog.ADAPT_FILTER_SEARCH=Search for filters
427
+ #XFLD: FilterBar personalization dialog for quick filtering the FilterFields
428
+ p13nDialog.QUICK_FILTER=Show fields by attribute
427
429
 
428
430
  #XTIT: filter personalization dialog title
429
431
  filter.PERSONALIZATION_DIALOG_TITLE=Filter
@@ -157,12 +157,12 @@ filterbar.ADAPT_RESTORE=\u0412\u044A\u0437\u0441\u0442\u0430\u043D\u043E\u0432\u
157
157
  filterbar.ADAPT_TITLE=\u0410\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0444\u0438\u043B\u0442\u0440\u0438
158
158
  filterbar.ADAPT_SHOW_VISIBLE=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0438\u0434\u0438\u043C\u0438
159
159
  filterbar.ADAPT_MOVE_TO_TOP=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430\u0439-\u0433\u043E\u0440\u0435
160
- filterbar.ADAPT_MOVE_UP=\u041F\u0440\u0438\u0434\u0432\u0438\u0436\u0432\u0430\u043D\u0435 \u043D\u0430\u0433\u043E\u0440\u0435
161
- filterbar.ADAPT_MOVE_DOWN=\u041F\u0440\u0438\u0434\u0432\u0438\u0436\u0432\u0430\u043D\u0435 \u043D\u0430\u0434\u043E\u043B\u0443
160
+ filterbar.ADAPT_MOVE_UP=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430\u0433\u043E\u0440\u0435
161
+ filterbar.ADAPT_MOVE_DOWN=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430\u0434\u043E\u043B\u0443
162
162
  filterbar.ADAPT_MOVE_TO_BOTTOM=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u043E\u0442\u0434\u043E\u043B\u0443
163
163
  filterbar.ADAPT_INFO_TOOLBAR=\u0412\u0438\u0434\u0438\u043C\u0438 \u0444\u0438\u043B\u0442\u0440\u0438\:
164
- filterbar.ADAPT_LIST_VIEW=\u0410\u0441\u043F\u0435\u043A\u0442 \u043D\u0430 \u0441\u043F\u0438\u0441\u044A\u043A
165
- filterbar.ADAPT_GROUP_VIEW=\u0410\u0441\u043F\u0435\u043A\u0442 \u0433\u0440\u0443\u043F\u0430
164
+ filterbar.ADAPT_LIST_VIEW=\u0421\u043F\u0438\u0441\u044A\u0447\u0435\u043D \u0438\u0437\u0433\u043B\u0435\u0434
165
+ filterbar.ADAPT_GROUP_VIEW=\u0413\u0440\u0443\u043F\u043E\u0432 \u0438\u0437\u0433\u043B\u0435\u0434
166
166
  filterbar.ADAPT_RESET_WARNING=\u041D\u0430 \u043F\u044A\u0442 \u0441\u0442\u0435 \u0434\u0430 \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u0435 \u0432\u0441\u0438\u0447\u043A\u0438 \u043F\u0440\u043E\u043C\u0435\u043D\u0438 \u043F\u043E \u0432\u0430\u0448\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438 \u0438 \u0434\u0430 \u0441\u0435 \u0432\u044A\u0440\u043D\u0435\u0442\u0435 \u043A\u044A\u043C \u0438\u0437\u0431\u0440\u0430\u043D\u0438\u044F \u0438\u0437\u0433\u043B\u0435\u0434.
167
167
 
168
168
  table.DELETE_OBJECT=\u041E\u0431\u0435\u043A\u0442
@@ -248,8 +248,8 @@ p13nDialog.OK=OK
248
248
  p13nDialog.CANCEL=\u041E\u0442\u043A\u0430\u0437
249
249
  p13nDialog.SHOW_VISIBLE=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0438\u0434\u0438\u043C\u0438
250
250
  p13nDialog.MOVE_TO_TOP=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430\u0439-\u0433\u043E\u0440\u0435
251
- p13nDialog.MOVE_UP=\u041F\u0440\u0438\u0434\u0432\u0438\u0436\u0432\u0430\u043D\u0435 \u043D\u0430\u0433\u043E\u0440\u0435
252
- p13nDialog.MOVE_DOWN=\u041F\u0440\u0438\u0434\u0432\u0438\u0436\u0432\u0430\u043D\u0435 \u043D\u0430\u0434\u043E\u043B\u0443
251
+ p13nDialog.MOVE_UP=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430\u0433\u043E\u0440\u0435
252
+ p13nDialog.MOVE_DOWN=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430\u0434\u043E\u043B\u0443
253
253
  p13nDialog.MOVE_TO_BOTTOM=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u043E\u0442\u0434\u043E\u043B\u0443
254
254
  p13nDialog.REORDER=\u041F\u0440\u0435\u043D\u0430\u0440\u0435\u0436\u0434\u0430\u043D\u0435
255
255
  p13nDialog.SELECT=\u0418\u0437\u0431\u0438\u0440\u0430\u043D\u0435
@@ -122,7 +122,7 @@ filterbar.GO=Lancer
122
122
 
123
123
  filterbar.SEARCH=Rechercher
124
124
 
125
- filterbar.ADAPT=Ajuster filtres
125
+ filterbar.ADAPT=Adapter filtres
126
126
 
127
127
  filterbar.ADAPT_NONZERO=Adapter filtres ({0})
128
128
 
@@ -154,7 +154,7 @@ filterbar.ADAPT_COLUMN_DESCRIPTION=Filtrer
154
154
  filterbar.ADAPT_COLUMN_VALUE=Valeurs
155
155
  filterbar.ADAPT_CLEAR=Supprimer
156
156
  filterbar.ADAPT_RESTORE=Restaurer
157
- filterbar.ADAPT_TITLE=Ajuster filtres
157
+ filterbar.ADAPT_TITLE=Adapter les filtres
158
158
  filterbar.ADAPT_SHOW_VISIBLE=Afficher filtres visibles
159
159
  filterbar.ADAPT_MOVE_TO_TOP=D\u00E9placer en premi\u00E8re place
160
160
  filterbar.ADAPT_MOVE_UP=D\u00E9placer vers le haut
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
52
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
72
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
45
+ * @version 1.84.22
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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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([
@@ -155,6 +155,7 @@ sap.ui.define([
155
155
  text: this.getResourceText("p13nDialog.GROUPMODE_VISIBLE_ACTIVE")
156
156
  })
157
157
  ],
158
+ tooltip: this.getResourceText("p13nDialog.QUICK_FILTER"),
158
159
  change: this._onGroupModeChange.bind(this)
159
160
  });
160
161
  }
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
25
+ * @version 1.84.22
26
26
  * @constructor
27
27
  * @private
28
28
  * @experimental
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
28
+ * @version 1.84.22
29
29
  *
30
30
  * @private
31
31
  * @experimental
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.18
22
+ * @version 1.84.22
23
23
  *
24
24
  * @constructor
25
25
  * @private