@openui5/sap.ui.mdc 1.130.1 → 1.131.0

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 (162) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +4 -4
  3. package/src/sap/ui/mdc/.library +1 -1
  4. package/src/sap/ui/mdc/ActionToolbar.js +1 -1
  5. package/src/sap/ui/mdc/Chart.js +62 -25
  6. package/src/sap/ui/mdc/ChartDelegate.js +17 -14
  7. package/src/sap/ui/mdc/Control.js +1 -1
  8. package/src/sap/ui/mdc/DefaultTypeMap.js +1 -1
  9. package/src/sap/ui/mdc/Element.js +1 -1
  10. package/src/sap/ui/mdc/Field.js +43 -15
  11. package/src/sap/ui/mdc/FilterBar.js +1 -1
  12. package/src/sap/ui/mdc/FilterField.js +2 -2
  13. package/src/sap/ui/mdc/Link.js +1 -1
  14. package/src/sap/ui/mdc/LinkDelegate.js +1 -1
  15. package/src/sap/ui/mdc/MultiValueField.js +3 -4
  16. package/src/sap/ui/mdc/Table.js +183 -36
  17. package/src/sap/ui/mdc/TableDelegate.js +40 -18
  18. package/src/sap/ui/mdc/ValueHelp.js +1 -1
  19. package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +1 -2
  20. package/src/sap/ui/mdc/chart/ChartImplementationContainer.js +1 -1
  21. package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +1 -1
  22. package/src/sap/ui/mdc/chart/PropertyHelper.js +1 -1
  23. package/src/sap/ui/mdc/chart/ToolbarControlFactory.js +1 -1
  24. package/src/sap/ui/mdc/condition/Condition.js +1 -1
  25. package/src/sap/ui/mdc/condition/ConditionConverter.js +1 -1
  26. package/src/sap/ui/mdc/condition/ConditionModel.js +1 -1
  27. package/src/sap/ui/mdc/condition/FilterConverter.js +1 -1
  28. package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +361 -54
  29. package/src/sap/ui/mdc/condition/Operator.js +1 -1
  30. package/src/sap/ui/mdc/condition/OperatorDynamicDateOption.js +1 -1
  31. package/src/sap/ui/mdc/condition/RangeOperator.js +1 -1
  32. package/src/sap/ui/mdc/enums/ActionToolbarActionAlignment.js +0 -1
  33. package/src/sap/ui/mdc/enums/OperatorName.js +127 -1
  34. package/src/sap/ui/mdc/field/ConditionType.js +1 -1
  35. package/src/sap/ui/mdc/field/ConditionTypeMixin.js +1 -1
  36. package/src/sap/ui/mdc/field/ConditionsType.js +1 -1
  37. package/src/sap/ui/mdc/field/CustomFieldInfo.js +1 -1
  38. package/src/sap/ui/mdc/field/DynamicDateRangeConditionsType.js +1 -1
  39. package/src/sap/ui/mdc/field/FieldBase.js +1 -1
  40. package/src/sap/ui/mdc/field/FieldBaseDelegate.js +2 -2
  41. package/src/sap/ui/mdc/field/FieldInfoBase.js +1 -1
  42. package/src/sap/ui/mdc/field/FieldInput.js +1 -1
  43. package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +1 -1
  44. package/src/sap/ui/mdc/field/FieldMultiInput.js +1 -1
  45. package/src/sap/ui/mdc/field/ListFieldHelpItem.js +1 -1
  46. package/src/sap/ui/mdc/field/MultiValueFieldDelegate.js +0 -1
  47. package/src/sap/ui/mdc/field/MultiValueFieldItem.js +1 -2
  48. package/src/sap/ui/mdc/field/TokenDisplay.js +1 -1
  49. package/src/sap/ui/mdc/field/TokenizerDisplay.js +1 -1
  50. package/src/sap/ui/mdc/filterbar/FilterBarBase.js +1 -1
  51. package/src/sap/ui/mdc/filterbar/PropertyHelper.js +1 -1
  52. package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +1 -1
  53. package/src/sap/ui/mdc/filterbar/vh/CollectiveSearchSelect.js +4 -1
  54. package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +5 -2
  55. package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +1 -1
  56. package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +1 -1
  57. package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +1 -1
  58. package/src/sap/ui/mdc/flexibility/actiontoolbar/CombineAction.js +1 -2
  59. package/src/sap/ui/mdc/flexibility/actiontoolbar/SplitAction.js +1 -2
  60. package/src/sap/ui/mdc/library.js +2 -2
  61. package/src/sap/ui/mdc/link/Factory.js +1 -1
  62. package/src/sap/ui/mdc/link/LinkItem.js +1 -1
  63. package/src/sap/ui/mdc/link/Panel.js +1 -1
  64. package/src/sap/ui/mdc/link/PanelItem.js +1 -1
  65. package/src/sap/ui/mdc/link/SemanticObjectMapping.js +1 -1
  66. package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +1 -1
  67. package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +1 -1
  68. package/src/sap/ui/mdc/messagebundle.properties +12 -148
  69. package/src/sap/ui/mdc/messagebundle_ar.properties +6 -96
  70. package/src/sap/ui/mdc/messagebundle_bg.properties +6 -96
  71. package/src/sap/ui/mdc/messagebundle_ca.properties +6 -96
  72. package/src/sap/ui/mdc/messagebundle_cnr.properties +6 -96
  73. package/src/sap/ui/mdc/messagebundle_cs.properties +6 -96
  74. package/src/sap/ui/mdc/messagebundle_cy.properties +6 -96
  75. package/src/sap/ui/mdc/messagebundle_da.properties +6 -96
  76. package/src/sap/ui/mdc/messagebundle_de.properties +6 -96
  77. package/src/sap/ui/mdc/messagebundle_el.properties +6 -96
  78. package/src/sap/ui/mdc/messagebundle_en.properties +6 -96
  79. package/src/sap/ui/mdc/messagebundle_en_GB.properties +6 -96
  80. package/src/sap/ui/mdc/messagebundle_en_US_saprigi.properties +6 -98
  81. package/src/sap/ui/mdc/messagebundle_es.properties +7 -97
  82. package/src/sap/ui/mdc/messagebundle_es_MX.properties +6 -96
  83. package/src/sap/ui/mdc/messagebundle_et.properties +6 -96
  84. package/src/sap/ui/mdc/messagebundle_fi.properties +6 -96
  85. package/src/sap/ui/mdc/messagebundle_fr.properties +6 -96
  86. package/src/sap/ui/mdc/messagebundle_fr_CA.properties +6 -96
  87. package/src/sap/ui/mdc/messagebundle_hi.properties +6 -96
  88. package/src/sap/ui/mdc/messagebundle_hr.properties +6 -96
  89. package/src/sap/ui/mdc/messagebundle_hu.properties +6 -96
  90. package/src/sap/ui/mdc/messagebundle_id.properties +6 -96
  91. package/src/sap/ui/mdc/messagebundle_it.properties +6 -96
  92. package/src/sap/ui/mdc/messagebundle_iw.properties +6 -96
  93. package/src/sap/ui/mdc/messagebundle_ja.properties +6 -96
  94. package/src/sap/ui/mdc/messagebundle_kk.properties +6 -96
  95. package/src/sap/ui/mdc/messagebundle_ko.properties +6 -96
  96. package/src/sap/ui/mdc/messagebundle_lt.properties +6 -96
  97. package/src/sap/ui/mdc/messagebundle_lv.properties +6 -96
  98. package/src/sap/ui/mdc/messagebundle_mk.properties +6 -96
  99. package/src/sap/ui/mdc/messagebundle_ms.properties +6 -96
  100. package/src/sap/ui/mdc/messagebundle_nl.properties +7 -97
  101. package/src/sap/ui/mdc/messagebundle_no.properties +6 -96
  102. package/src/sap/ui/mdc/messagebundle_pl.properties +9 -99
  103. package/src/sap/ui/mdc/messagebundle_pt.properties +6 -96
  104. package/src/sap/ui/mdc/messagebundle_pt_PT.properties +6 -96
  105. package/src/sap/ui/mdc/messagebundle_ro.properties +6 -96
  106. package/src/sap/ui/mdc/messagebundle_ru.properties +13 -103
  107. package/src/sap/ui/mdc/messagebundle_sh.properties +6 -96
  108. package/src/sap/ui/mdc/messagebundle_sk.properties +6 -96
  109. package/src/sap/ui/mdc/messagebundle_sl.properties +6 -96
  110. package/src/sap/ui/mdc/messagebundle_sr.properties +6 -96
  111. package/src/sap/ui/mdc/messagebundle_sv.properties +6 -96
  112. package/src/sap/ui/mdc/messagebundle_th.properties +6 -96
  113. package/src/sap/ui/mdc/messagebundle_tr.properties +6 -96
  114. package/src/sap/ui/mdc/messagebundle_uk.properties +6 -96
  115. package/src/sap/ui/mdc/messagebundle_vi.properties +6 -96
  116. package/src/sap/ui/mdc/messagebundle_zh_CN.properties +6 -96
  117. package/src/sap/ui/mdc/messagebundle_zh_TW.properties +6 -96
  118. package/src/sap/ui/mdc/mixin/AdaptationMixin.js +1 -1
  119. package/src/sap/ui/mdc/mixin/DelegateMixin.js +1 -1
  120. package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +1 -1
  121. package/src/sap/ui/mdc/mixin/PromiseMixin.js +1 -1
  122. package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +1 -1
  123. package/src/sap/ui/mdc/odata/TypeMap.js +1 -1
  124. package/src/sap/ui/mdc/odata/v4/TableDelegate.js +239 -197
  125. package/src/sap/ui/mdc/odata/v4/TypeMap.js +1 -1
  126. package/src/sap/ui/mdc/odata/v4/vizChart/ChartDelegate.js +19 -19
  127. package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
  128. package/src/sap/ui/mdc/p13n/panels/ChartItemPanel.js +12 -19
  129. package/src/sap/ui/mdc/table/Column.js +3 -0
  130. package/src/sap/ui/mdc/table/ColumnSettings.js +1 -1
  131. package/src/sap/ui/mdc/table/CreationRow.js +1 -1
  132. package/src/sap/ui/mdc/table/DragDropConfig.js +1 -1
  133. package/src/sap/ui/mdc/table/GridTableType.js +3 -1
  134. package/src/sap/ui/mdc/table/PropertyHelper.js +14 -1
  135. package/src/sap/ui/mdc/table/ResponsiveColumnSettings.js +1 -1
  136. package/src/sap/ui/mdc/table/RowActionItem.js +1 -1
  137. package/src/sap/ui/mdc/table/RowSettings.js +3 -2
  138. package/src/sap/ui/mdc/table/TableSettings.js +26 -3
  139. package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +32 -41
  140. package/src/sap/ui/mdc/table/utils/Personalization.js +1 -1
  141. package/src/sap/ui/mdc/ushell/SemanticObjectMapping.js +1 -1
  142. package/src/sap/ui/mdc/ushell/SemanticObjectMappingItem.js +1 -1
  143. package/src/sap/ui/mdc/ushell/SemanticObjectUnavailableAction.js +1 -1
  144. package/src/sap/ui/mdc/util/InfoBar.js +2 -1
  145. package/src/sap/ui/mdc/util/PromiseCache.js +1 -1
  146. package/src/sap/ui/mdc/util/PropertyHelper.js +1 -1
  147. package/src/sap/ui/mdc/valuehelp/CollectiveSearchSelect.js +2 -10
  148. package/src/sap/ui/mdc/valuehelp/Dialog.js +1 -1
  149. package/src/sap/ui/mdc/valuehelp/FilterBar.js +1 -1
  150. package/src/sap/ui/mdc/valuehelp/Popover.js +1 -1
  151. package/src/sap/ui/mdc/valuehelp/base/Container.js +1 -1
  152. package/src/sap/ui/mdc/valuehelp/base/Content.js +1 -1
  153. package/src/sap/ui/mdc/valuehelp/base/DefineConditionPanel.js +30 -32
  154. package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +1 -1
  155. package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +1 -1
  156. package/src/sap/ui/mdc/valuehelp/base/ListContent.js +1 -1
  157. package/src/sap/ui/mdc/valuehelp/content/Bool.js +1 -1
  158. package/src/sap/ui/mdc/valuehelp/content/Conditions.js +1 -1
  159. package/src/sap/ui/mdc/valuehelp/content/FixedList.js +6 -1
  160. package/src/sap/ui/mdc/valuehelp/content/FixedListItem.js +1 -1
  161. package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +1 -1
  162. package/src/sap/ui/mdc/valuehelp/content/MTable.js +17 -4
@@ -136,7 +136,7 @@ sap.ui.define([
136
136
  * @param {function} [oConfiguration.getTextForCopy] Function to determine the text copied into clipboard
137
137
  * @constructor
138
138
  * @author SAP SE
139
- * @version 1.130.1
139
+ * @version 1.131.0
140
140
  * @public
141
141
  * @alias sap.ui.mdc.condition.Operator
142
142
  * @since 1.73.0
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @extends sap.m.DynamicDateOption
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.130.1
54
+ * @version 1.131.0
55
55
  *
56
56
  * @private
57
57
  * @ui5-restricted sap.ui.mdc
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @param {int[]|function} [oConfiguration.defaultValues] Array of values for the defaults of <code>RangeOperators</code> parameter. This can be a function, which returns the array of values. If not used the default for the values is 1.
40
40
  * @constructor
41
41
  * @author SAP SE
42
- * @version 1.130.1
42
+ * @version 1.131.0
43
43
  * @public
44
44
  * @alias sap.ui.mdc.condition.RangeOperator
45
45
  * @since 1.74.0
@@ -14,7 +14,6 @@ sap.ui.define(["sap/ui/base/DataType"], (DataType) => {
14
14
  * @public
15
15
  * @since 1.115
16
16
  * @alias sap.ui.mdc.enums.ActionToolbarActionAlignment
17
- * @experimental As of version 1.115
18
17
  */
19
18
  const ActionToolbarActionAlignment = {
20
19
  /**
@@ -628,7 +628,133 @@ sap.ui.define(() => {
628
628
  * @since 1.112.0
629
629
  * @public
630
630
  */
631
- NEXTHOURS: "NEXTHOURS"
631
+ NEXTHOURS: "NEXTHOURS",
632
+
633
+ /**
634
+ * "Last X Minutes" operator including current minute
635
+ *
636
+ * The operator is available for date/time types.
637
+ * @since 1.131.0
638
+ * @public
639
+ */
640
+ LASTMINUTESINCLUDED: "LASTMINUTESINCLUDED",
641
+
642
+ /**
643
+ * "Next X Minutes" operator including current minute
644
+ *
645
+ * The operator is available for date/time types.
646
+ * @since 1.131.0
647
+ * @public
648
+ */
649
+ NEXTMINUTESINCLUDED: "NEXTMINUTESINCLUDED",
650
+
651
+ /**
652
+ * "Last X Hours" operator including current hour
653
+ *
654
+ * The operator is available for date/time types.
655
+ * @since 1.131.0
656
+ * @public
657
+ */
658
+ LASTHOURSINCLUDED: "LASTHOURSINCLUDED",
659
+
660
+ /**
661
+ * "Next X Hours" operator including current hour
662
+ *
663
+ * The operator is available for date/time types.
664
+ * @since 1.131.0
665
+ * @public
666
+ */
667
+ NEXTHOURSINCLUDED: "NEXTHOURSINCLUDED",
668
+
669
+ /**
670
+ * "Last X Days" operator including current day
671
+ *
672
+ * The operator is available for date and date/time types.
673
+ * @since 1.131.0
674
+ * @public
675
+ */
676
+ LASTDAYSINCLUDED: "LASTDAYSINCLUDED",
677
+
678
+ /**
679
+ * "Next X Days" operator including current day
680
+ *
681
+ * The operator is available for date and date/time types.
682
+ * @since 1.131.0
683
+ * @public
684
+ */
685
+ NEXTDAYSINCLUDED: "NEXTDAYSINCLUDED",
686
+
687
+ /**
688
+ * "Last X Weeks" operator including current week
689
+ *
690
+ * The operator is available for date and date/time types.
691
+ * @since 1.131.0
692
+ * @public
693
+ */
694
+ LASTWEEKSINCLUDED: "LASTWEEKSINCLUDED",
695
+
696
+ /**
697
+ * "Next X Weeks" operator including current week
698
+ *
699
+ * The operator is available for date and date/time types.
700
+ * @since 1.131.0
701
+ * @public
702
+ */
703
+ NEXTWEEKSINCLUDED: "NEXTWEEKSINCLUDED",
704
+
705
+ /**
706
+ * "Last X Months" operator including current month
707
+ *
708
+ * The operator is available for date and date/time types.
709
+ * @since 1.131.0
710
+ * @public
711
+ */
712
+ LASTMONTHSINCLUDED: "LASTMONTHSINCLUDED",
713
+
714
+ /**
715
+ * "Next X Months" operator including current month
716
+ *
717
+ * The operator is available for date and date/time types.
718
+ * @since 1.131.0
719
+ * @public
720
+ */
721
+ NEXTMONTHSINCLUDED: "NEXTMONTHSINCLUDED",
722
+
723
+ /**
724
+ * "Last X Quarters" operator including current quarter
725
+ *
726
+ * The operator is available for date and date/time types.
727
+ * @since 1.131.0
728
+ * @public
729
+ */
730
+ LASTQUARTERSINCLUDED: "LASTQUARTERSINCLUDED",
731
+
732
+ /**
733
+ * "Next X Quarters" operator including current quarter
734
+ *
735
+ * The operator is available for date and date/time types.
736
+ * @since 1.131.0
737
+ * @public
738
+ */
739
+ NEXTQUARTERSINCLUDED: "NEXTQUARTERSINCLUDED",
740
+
741
+ /**
742
+ * "Last X Years" operator including current year
743
+ *
744
+ * The operator is available for date and date/time types.
745
+ * @since 1.131.0
746
+ * @public
747
+ */
748
+ LASTYEARSINCLUDED: "LASTYEARSINCLUDED",
749
+
750
+ /**
751
+ * "Next X Years" operator including current year
752
+ *
753
+ * The operator is available for date and date/time types.
754
+ * @since 1.131.0
755
+ * @public
756
+ */
757
+ NEXTYEARSINCLUDED: "NEXTYEARSINCLUDED"
632
758
  };
633
759
 
634
760
  return OperatorName;
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * @extends sap.ui.model.SimpleType
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.130.1
64
+ * @version 1.131.0
65
65
  *
66
66
  * @since 1.62.0
67
67
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  *
27
27
  * @namespace
28
28
  * @author SAP SE
29
- * @version 1.130.1
29
+ * @version 1.131.0
30
30
  * @since 1.121.0
31
31
  * @alias sap.ui.mdc.field.ConditionTypeUtils
32
32
  *
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @extends sap.ui.model.SimpleType
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.130.1
57
+ * @version 1.131.0
58
58
  *
59
59
  * @since 1.62.0
60
60
  * @public
@@ -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.130.1
19
+ * @version 1.131.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @ui5-restricted sap.fe
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.mdc.field.ConditionsType
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.130.1
53
+ * @version 1.131.0
54
54
  *
55
55
  * @since 1.96.0
56
56
  * @public
@@ -99,7 +99,7 @@ sap.ui.define([
99
99
  * @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent, sap.m.IOverflowToolbarContent, sap.ui.core.ILabelable
100
100
  *
101
101
  * @author SAP SE
102
- * @version 1.130.1
102
+ * @version 1.131.0
103
103
  *
104
104
  * @constructor
105
105
  * @alias sap.ui.mdc.field.FieldBase
@@ -120,7 +120,7 @@ sap.ui.define([
120
120
  * @param {sap.ui.model.SimpleType} oSettings.valueType Configured type for a value
121
121
  * @param {sap.ui.model.SimpleType} oSettings.additionalValueType Configured type for an additional value
122
122
  * @returns {Array<sap.ui.mdc.condition.ConditionObject|string>|Promise<array<sap.ui.mdc.condition.ConditionObject|string>>} Array of <code>ConditionObject</code>/<code>string</code> values. If it is not available right away, a <code>Promise</code> is returned.
123
- * @throws {Exception} if the pasted data cannot be converted to conditions
123
+ * @throws {Error} if the pasted data cannot be converted to conditions
124
124
  * @protected
125
125
  * @since 1.124
126
126
  */
@@ -164,7 +164,7 @@ sap.ui.define([
164
164
 
165
165
  /**
166
166
  * Defines if input of the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField}, or {@link sap.ui.mdc.MultiValueField MultiValueField} control is accepted, even if it
167
- * cannot be found in the assigned {@link sap.ui.mdc.ValueHelp ValueHelp} or custom logic of {@link #getItemForValue}.
167
+ * cannot be found in the assigned {@link sap.ui.mdc.ValueHelp ValueHelp} or custom logic of {@link module:sap/ui/mdc/FieldBaseDelegate.getItemForValue getItemForValue}.
168
168
  * <br/>By default, this method checks if the {@link sap.ui.mdc.ValueHelp#validateInput validateInput} property of the assigned {@link sap.ui.mdc.ValueHelp ValueHelp} is set.
169
169
  *
170
170
  * @param {sap.ui.mdc.field.FieldBase} oField <code>Field</code> control instance
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * 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.
32
32
  * This is the basis for link-features. If the link is pressed a popover might be opened.
33
33
  * @extends sap.ui.mdc.Element
34
- * @version 1.130.1
34
+ * @version 1.131.0
35
35
  * @constructor
36
36
  * @since 1.54.0
37
37
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * The <code>FieldInput</code> control is used to render an input field inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
22
22
  * It enhances the {@link sap.m.Input Input} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
23
23
  * @extends sap.m.Input
24
- * @version 1.130.1
24
+ * @version 1.131.0
25
25
  * @constructor
26
26
  * @abstract
27
27
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class Functions uses in <code>FieldInputRenderer</code> and <code>FieldMultiInputRenderer</code> to adjust aria attributes.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.130.1
19
+ * @version 1.131.0
20
20
  * @since 1.86.0
21
21
  * @alias sap.ui.mdc.field.FieldInputRenderUtil
22
22
  *
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * The <code>FieldMultiInput</code> control is used to render a multi-input field inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
29
29
  * It enhances the {@link sap.m.MultiInput MultiInput} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
30
30
  * @extends sap.m.MultiInput
31
- * @version 1.130.1
31
+ * @version 1.131.0
32
32
  * @constructor
33
33
  * @abstract
34
34
  * @private
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.mdc.valuehelp.content.FixedListItem
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.130.1
26
+ * @version 1.131.0
27
27
  *
28
28
  * @private
29
29
  * @ui5-restricted sap.fe
@@ -20,7 +20,6 @@ sap.ui.define([
20
20
  * @since 1.93.0
21
21
  * @extends module:sap/ui/mdc/field/FieldBaseDelegate
22
22
  * @alias module:sap/ui/mdc/field/MultiValueFieldDelegate
23
- * @experimental As of version 1.93
24
23
  */
25
24
  const MultiValueFieldDelegate = Object.assign({}, FieldBaseDelegate);
26
25
 
@@ -20,12 +20,11 @@ sap.ui.define([
20
20
  * Base type for <code>MultiValueFieldItem</code> control.
21
21
  * The {@link sap.ui.mdc.MultiValueField MultiValueField} holds its values as items. The <code>MultiValueFieldItem</code> element defines these items.
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.130.1
23
+ * @version 1.131.0
24
24
  * @constructor
25
25
  * @since 1.93.0
26
26
  * @public
27
27
  * @alias sap.ui.mdc.field.MultiValueFieldItem
28
- * @experimental As of version 1.93
29
28
  */
30
29
  const MultiValueFieldItem = Element.extend("sap.ui.mdc.field.MultiValueFieldItem", /** @lends sap.ui.mdc.field.MultiValueFieldItem.prototype */ {
31
30
  metadata: {
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * The <code>TokenDisplay</code> control is used to render a field inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
23
23
  * It enhances the {@link sap.m.Token Token} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
24
24
  * @extends sap.m.Token
25
- * @version 1.130.1
25
+ * @version 1.131.0
26
26
  * @constructor
27
27
  * @abstract
28
28
  * @private
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * It enhances the {@link sap.m.Tokenizer Tokenizer} control to support display only tokens.
30
30
  * @extends sap.m.Tokenizer
31
31
  * @implements sap.ui.core.ILabelable
32
- * @version 1.130.1
32
+ * @version 1.131.0
33
33
  * @constructor
34
34
  * @abstract
35
35
  *
@@ -66,7 +66,7 @@ sap.ui.define([
66
66
  * @class The <code>FilterBarBase</code> control is the base for filter displaying controls in MDC.
67
67
  * @extends sap.ui.mdc.Control
68
68
  * @author SAP SE
69
- * @version 1.130.1
69
+ * @version 1.131.0
70
70
  * @constructor
71
71
  * @public
72
72
  * @since 1.80.0
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.mdc.util.PropertyHelper
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.130.1
30
+ * @version 1.131.0
31
31
  *
32
32
  * @private
33
33
  * @since 1.95
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  *
40
40
  * @extends sap.ui.mdc.filterbar.FilterBarBase
41
41
  * @author SAP SE
42
- * @version 1.130.1
42
+ * @version 1.131.0
43
43
  * @constructor
44
44
  * @private
45
45
  * @ui5-restricted sap.ui.mdc
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @param {string} [sId] - ID for the new control, generated automatically if no ID is given
16
16
  * @param {object} [mSettings] - Initial settings for the new control
17
17
  * @class Can be used to manage the <code>CollectiveSearchSelect</code> control search items.
18
- * @extends sap.m.VariantManagement
18
+ * @extends sap.ui.mdc.valuehelp.CollectiveSearchSelect
19
19
  * @constructor
20
20
  * @private
21
21
  * @ui5-restricted sap.ui.mdc
@@ -24,6 +24,9 @@ sap.ui.define([
24
24
  * @deprecated since 1.124.0 - Please use the <code>sap.ui.mdc.valuehelp.CollectiveSearchSelect</code> control instead.
25
25
  */
26
26
  const CollectiveSearchSelect = ValueHelpCollectiveSearchSelect.extend("sap.ui.mdc.filterbar.vh.CollectiveSearchSelect", /** @lends sap.ui.mdc.valuehelp.CollectiveSearchSelect.prototype */ {
27
+ metadata: {
28
+ library: "sap.ui.mdc"
29
+ },
27
30
  /**
28
31
  * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
29
32
  * @param {sap.ui.core.RenderManager} oRm - <code>RenderManager</code> that can be used for writing to the render output buffer
@@ -26,9 +26,9 @@ sap.ui.define([
26
26
  * The <code>FilterBar</code> control creates and handles the filters based on the provided metadata information.
27
27
  * The metadata information is provided via the {@link module:sap/ui/mdc/FilterBarDelegate FilterBarDelegate} implementation. This implementation has to be provided by the application.<br>
28
28
  * <b>Note:</b> The <code>FilterBar</code> can only be used for a {@link sap.ui.mdc.valuehelp.Dialog Dialog} and not on its own.
29
- * @extends sap.ui.mdc.filterbar.FilterBarBase
29
+ * @extends sap.ui.mdc.valuehelp.FilterBar
30
30
  * @author SAP SE
31
- * @version 1.130.1
31
+ * @version 1.131.0
32
32
  * @constructor
33
33
  * @public
34
34
  * @since 1.84.0
@@ -36,6 +36,9 @@ sap.ui.define([
36
36
  * @deprecated since 1.124.0 - Please use the <code>sap.ui.mdc.valuehelp.FilterBar</code> control instead.
37
37
  */
38
38
  const FilterBar = ValueHelpFilterBar.extend("sap.ui.mdc.filterbar.vh.FilterBar",{
39
+ metadata: {
40
+ library: "sap.ui.mdc"
41
+ },
39
42
  renderer: FilterBarBaseRenderer
40
43
  });
41
44
 
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  *
16
16
  * @alias sap.ui.mdc.flexibility.Chart
17
17
  * @author SAP SE
18
- * @version 1.130.1
18
+ * @version 1.131.0
19
19
  */
20
20
  return {
21
21
  addItem: ChartItemFlex.addItem,
@@ -12,7 +12,7 @@ sap.ui.define(['./FilterItemFlex', './ConditionFlex', './PropertyInfoFlex'], (Fi
12
12
  *
13
13
  * @alias sap.ui.mdc.flexibility.FilterBar
14
14
  * @author SAP SE
15
- * @version 1.130.1
15
+ * @version 1.131.0
16
16
  */
17
17
 
18
18
  return {
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  *
15
15
  * @alias sap.ui.mdc.flexibility.FilterBar
16
16
  * @author SAP SE
17
- * @version 1.130.1
17
+ * @version 1.131.0
18
18
  */
19
19
 
20
20
  const oFilterItemFlex = Object.assign({}, ItemBaseFlex);
@@ -17,8 +17,7 @@ sap.ui.define([
17
17
  *
18
18
  * @alias sap.ui.mdc.flexibility.actiontoolbar.CombineAction
19
19
  * @author SAP SE
20
- * @version 1.130.1
21
- * @experimental Since 1.129
20
+ * @version 1.131.0
22
21
  */
23
22
  const CombineAction = {
24
23
  ...CombineButtonsHandler
@@ -17,8 +17,7 @@ sap.ui.define([
17
17
  *
18
18
  * @alias sap.ui.mdc.flexibility.actiontoolbar.SplitAction
19
19
  * @author SAP SE
20
- * @version 1.130.1
21
- * @experimental Since 1.129
20
+ * @version 1.131.0
22
21
  */
23
22
  const SplitAction = {
24
23
  ...SplitMenuButtonHandler,
@@ -22,13 +22,13 @@ sap.ui.define([
22
22
  * @namespace
23
23
  * @alias sap.ui.mdc
24
24
  * @author SAP SE
25
- * @version 1.130.1
25
+ * @version 1.131.0
26
26
  * @since 1.80
27
27
  * @public
28
28
  */
29
29
  const thisLib = Library.init({
30
30
  apiVersion: 2,
31
- version: "1.130.1",
31
+ version: "1.131.0",
32
32
  name: "sap.ui.mdc",
33
33
  dependencies: ["sap.ui.core", "sap.m"],
34
34
  designtime: "sap/ui/mdc/designtime/library.designtime",
@@ -11,7 +11,7 @@ sap.ui.define(["sap/base/Log"], (Log) => {
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.130.1
14
+ * @version 1.131.0
15
15
  * @private
16
16
  * @since 1.54.0
17
17
  */
@@ -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.130.1
19
+ * @version 1.131.0
20
20
  * @constructor
21
21
  * @public
22
22
  * @since 1.58.0
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * supposed that the properties of the item structure is not changed.
44
44
  * @extends sap.ui.core.Control
45
45
  * @author SAP SE
46
- * @version 1.130.1
46
+ * @version 1.131.0
47
47
  * @constructor
48
48
  * @private
49
49
  * @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.130.1
19
+ * @version 1.131.0
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...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.130.1
19
+ * @version 1.131.0
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.130.1
19
+ * @version 1.131.0
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.130.1
19
+ * @version 1.131.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.60.0