@sapui5/ts-types 1.144.1 → 1.145.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 (69) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.esh.search.ui.d.ts +112 -82
  7. package/types/sap.f.d.ts +1 -1
  8. package/types/sap.fe.ariba.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +300 -28
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +165 -4
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +913 -289
  14. package/types/sap.fe.navigation.d.ts +1 -1
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +12 -1
  18. package/types/sap.fe.test.d.ts +150 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +134 -1
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +29 -12
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +32 -2
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +1 -1
  30. package/types/sap.suite.ui.commons.d.ts +234 -15
  31. package/types/sap.suite.ui.generic.template.d.ts +46 -1
  32. package/types/sap.suite.ui.microchart.d.ts +2 -1
  33. package/types/sap.tnt.d.ts +19 -11
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +76 -2
  37. package/types/sap.ui.core.d.ts +140 -97
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +5 -1
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.geomap.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +1 -1
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/sap.ui.mdc.d.ts +356 -49
  47. package/types/sap.ui.richtexteditor.d.ts +29 -7
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +1 -1
  51. package/types/sap.ui.table.d.ts +5 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +42 -1
  54. package/types/sap.ui.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +1 -1
  56. package/types/sap.ui.vk.d.ts +175 -1
  57. package/types/sap.ui.vtm.d.ts +1 -1
  58. package/types/sap.ui.webc.common.d.ts +1 -1
  59. package/types/sap.ui.webc.fiori.d.ts +1 -1
  60. package/types/sap.ui.webc.main.d.ts +1 -1
  61. package/types/sap.uiext.inbox.d.ts +1 -1
  62. package/types/sap.ushell.d.ts +5 -1
  63. package/types/sap.ushell_abap.d.ts +1 -1
  64. package/types/sap.uxap.d.ts +18 -8
  65. package/types/sap.viz.d.ts +1 -1
  66. package/types/sap.webanalytics.core.d.ts +1 -1
  67. package/types/sap.zen.commons.d.ts +1 -1
  68. package/types/sap.zen.crosstab.d.ts +1 -1
  69. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.145.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -10,114 +10,17 @@ declare namespace sap {
10
10
  type SerializedCollectionBindingInfo = {};
11
11
  }
12
12
 
13
- namespace form {
14
- /**
15
- * Describes the settings that can be provided to the FormElement constructor.
16
- */
17
- interface $FormElementSettings
18
- extends sap.ui.layout.form.$FormElementSettings {
19
- /**
20
- * Reference to the key of another column already displayed in the table to properly place this one
21
- */
22
- anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
23
-
24
- /**
25
- * Defines the path of the context used in the current page or block.
26
- * This setting is defined by the framework.
27
- */
28
- contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
29
-
30
- /**
31
- * Label shown for the field. If not set, the label from the annotations will be shown.
32
- */
33
- label?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
34
-
35
- /**
36
- * Defines the relative path of the property in the metamodel, based on the current contextPath.
37
- */
38
- metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
39
-
40
- /**
41
- * Determines where this column should be placed relative to the defined anchor
42
- * Allowed values are `Before` and `After`
43
- */
44
- placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
45
-
46
- /**
47
- * If set to false, the FormElement is not rendered.
48
- */
49
- visible?:
50
- | boolean
51
- | sap.ui.base.ManagedObject.PropertyBindingInfo
52
- | `{${string}}`;
53
-
54
- /**
55
- * Optional aggregation of controls that should be displayed inside the FormElement.
56
- * If not set, a default Field building block will be rendered
57
- */
58
- fields?:
59
- | sap.ui.core.Control[]
60
- | sap.ui.core.Control
61
- | sap.ui.base.ManagedObject.AggregationBindingInfo
62
- | `{${string}}`;
63
- }
64
-
65
- /**
66
- * Building block used to create a form element based on the metadata provided by OData V4.
67
- *
68
- * @since 1.90.0
69
- */
70
- class FormElement extends sap.ui.layout.form.FormElement {}
71
- }
72
-
73
13
  namespace chart {
74
14
  /**
75
15
  * Describes the settings that can be provided to the Action constructor.
76
16
  */
77
17
  interface $ActionSettings
78
- extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {
79
- /**
80
- * Reference to the key of another action already displayed in the toolbar to properly place this one
81
- */
82
- anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
83
-
84
- /**
85
- * Enables or disables the action
86
- */
87
- enabled?:
88
- | boolean
89
- | sap.ui.base.ManagedObject.PropertyBindingInfo
90
- | `{${string}}`;
91
-
92
- /**
93
- * Unique identifier of the action
94
- */
95
- key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
96
-
97
- /**
98
- * Defines the overflow group of the action in the overflow toolbar.
99
- */
100
- overflowGroup?:
101
- | int
102
- | sap.ui.base.ManagedObject.PropertyBindingInfo
103
- | `{${string}}`;
104
-
105
- /**
106
- * Defines where this action should be placed relative to the defined anchor
107
- * Allowed values are `Before` and `After`
108
- */
109
- placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
110
-
18
+ extends sap.fe.macros.controls.$BaseActionSettings {
111
19
  /**
112
20
  * Event handler to be called when the user chooses the action
113
21
  */
114
22
  press?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
115
23
 
116
- /**
117
- * Defines the priority of the action in the overflow toolbar.
118
- */
119
- priority?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
120
-
121
24
  /**
122
25
  * Defines if the action requires a selection.
123
26
  */
@@ -125,11 +28,6 @@ declare namespace sap {
125
28
  | boolean
126
29
  | sap.ui.base.ManagedObject.PropertyBindingInfo
127
30
  | `{${string}}`;
128
-
129
- /**
130
- * The text that will be displayed for this action
131
- */
132
- text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
133
31
  }
134
32
 
135
33
  /**
@@ -275,7 +173,7 @@ declare namespace sap {
275
173
  | `{${string}}`;
276
174
 
277
175
  /**
278
- * Id of the FilterBar building block associated with the chart.
176
+ * ID of the FilterBar building block associated with the chart.
279
177
  */
280
178
  filterBar?: sap.ui.core.Control | string;
281
179
 
@@ -320,8 +218,7 @@ declare namespace sap {
320
218
  /**
321
219
  * Definition of a custom action to be used in the chart toolbar
322
220
  */
323
- class Action extends sap.fe.macros.controls
324
- .BuildingBlockObjectProperty {}
221
+ class Action extends sap.fe.macros.controls.BaseAction {}
325
222
  /**
326
223
  * Definition of a custom action group to be used inside the chart toolbar
327
224
  */
@@ -704,6 +601,90 @@ declare namespace sap {
704
601
  ): void;
705
602
  }
706
603
  }
604
+ /**
605
+ * Describes the settings that can be provided to the BaseAction constructor.
606
+ */
607
+ interface $BaseActionSettings
608
+ extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {
609
+ /**
610
+ * Reference to the key of another action already displayed in the toolbar to properly place this one
611
+ */
612
+ anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
613
+
614
+ /**
615
+ * Enables or disables the action
616
+ */
617
+ enabled?:
618
+ | any
619
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
620
+ | `{${string}}`;
621
+
622
+ /**
623
+ * Defines the group of the action in the overflow toolbar.
624
+ */
625
+ group?:
626
+ | int
627
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
628
+ | `{${string}}`;
629
+
630
+ /**
631
+ * Displays the AI Icon on the action button.
632
+ */
633
+ isAIOperation?:
634
+ | boolean
635
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
636
+ | `{${string}}`;
637
+
638
+ /**
639
+ * Unique identifier of the action
640
+ */
641
+ key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
642
+
643
+ /**
644
+ * Defines the overflow group of the action in the overflow toolbar.
645
+ * Takes precedence over the group property when defined.
646
+ */
647
+ overflowGroup?:
648
+ | int
649
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
650
+ | `{${string}}`;
651
+
652
+ /**
653
+ * Defines where this action is placed relative to the defined anchor
654
+ * Allowed values are `Before` and `After`
655
+ */
656
+ placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
657
+
658
+ /**
659
+ * Defines the priority of the action in the overflow toolbar.
660
+ */
661
+ priority?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
662
+
663
+ /**
664
+ * Defines if the action requires a selection.
665
+ */
666
+ requiresSelection?:
667
+ | boolean
668
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
669
+ | `{${string}}`;
670
+
671
+ /**
672
+ * The text that is to be displayed for this action
673
+ */
674
+ text?:
675
+ | any
676
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
677
+ | `{${string}}`;
678
+
679
+ /**
680
+ * Determines whether the action is visible.
681
+ */
682
+ visible?:
683
+ | any
684
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
685
+ | `{${string}}`;
686
+ }
687
+
707
688
  /**
708
689
  * Describes the settings that can be provided to the BuildingBlockObjectProperty constructor.
709
690
  */
@@ -719,6 +700,17 @@ declare namespace sap {
719
700
  interface $BuildingBlockWithTemplatingSettings
720
701
  extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {}
721
702
 
703
+ /**
704
+ * Base class for Action building blocks used across different UI areas, such as Table and Chart.
705
+ * Contains common properties shared by all action types.
706
+ */
707
+ class BaseAction
708
+ extends sap.fe.macros.controls.BuildingBlockObjectProperty
709
+ implements
710
+ /* was: sap.fe.core.converters.controls.Common.Action.BaseActionType */ Object
711
+ {
712
+ __implements__sap_fe_core_converters_controls_Common_Action_BaseActionType: boolean;
713
+ }
722
714
  /**
723
715
  * Base class for building block complex object properties that can be serialized to XML.
724
716
  */
@@ -847,6 +839,19 @@ declare namespace sap {
847
839
  | string
848
840
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
849
841
 
842
+ /**
843
+ * Indicates whether the field has a situations indicator.
844
+ */
845
+ hasSituationsIndicator?:
846
+ | boolean
847
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
848
+ | `{${string}}`;
849
+
850
+ /**
851
+ * Property for defining how the avatar image fits within the given dimensions.
852
+ */
853
+ imageFitType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
854
+
850
855
  /**
851
856
  * Defines if and how the field measure will be displayed.
852
857
  *
@@ -927,7 +932,7 @@ declare namespace sap {
927
932
  * Maximum number of lines for multiline texts in edit mode.
928
933
  */
929
934
  textLinesEdit?:
930
- | int
935
+ | any
931
936
  | sap.ui.base.ManagedObject.PropertyBindingInfo
932
937
  | `{${string}}`;
933
938
 
@@ -935,7 +940,7 @@ declare namespace sap {
935
940
  * Maximum number of characters from the beginning of the text field that are shown initially.
936
941
  */
937
942
  textMaxCharactersDisplay?:
938
- | int
943
+ | any
939
944
  | sap.ui.base.ManagedObject.PropertyBindingInfo
940
945
  | `{${string}}`;
941
946
 
@@ -946,7 +951,7 @@ declare namespace sap {
946
951
  * displays the exact number.
947
952
  */
948
953
  textMaxLength?:
949
- | int
954
+ | any
950
955
  | sap.ui.base.ManagedObject.PropertyBindingInfo
951
956
  | `{${string}}`;
952
957
 
@@ -954,7 +959,7 @@ declare namespace sap {
954
959
  * Maximum number of lines that multiline texts in edit mode can grow to.
955
960
  */
956
961
  textMaxLines?:
957
- | int
962
+ | any
958
963
  | sap.ui.base.ManagedObject.PropertyBindingInfo
959
964
  | `{${string}}`;
960
965
  }
@@ -1250,6 +1255,13 @@ declare namespace sap {
1250
1255
  */
1251
1256
  metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1252
1257
 
1258
+ /**
1259
+ * Comma separated list of navigation properties which are considered for filtering.
1260
+ */
1261
+ navigationPropertiesForPersonalization?:
1262
+ | string
1263
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
1264
+
1253
1265
  /**
1254
1266
  * Handles the visibility of the 'Clear' button on the FilterBar.
1255
1267
  */
@@ -1278,7 +1290,11 @@ declare namespace sap {
1278
1290
  * Aggregate filter fields of the FilterBar building block
1279
1291
  */
1280
1292
  filterFields?:
1281
- | sap.fe.macros.filterBar.FilterField[]
1293
+ | Array<
1294
+ | sap.fe.macros.filterBar.FilterFieldOverride
1295
+ | sap.fe.macros.filterBar.FilterField
1296
+ >
1297
+ | sap.fe.macros.filterBar.FilterFieldOverride
1282
1298
  | sap.fe.macros.filterBar.FilterField
1283
1299
  | sap.ui.base.ManagedObject.AggregationBindingInfo
1284
1300
  | `{${string}}`;
@@ -1353,6 +1369,42 @@ declare namespace sap {
1353
1369
  | `{${string}}`;
1354
1370
  }
1355
1371
 
1372
+ /**
1373
+ * Describes the settings that can be provided to the FilterFieldOverride constructor.
1374
+ */
1375
+ interface $FilterFieldOverrideSettings
1376
+ extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {
1377
+ /**
1378
+ * Reference to the key of another filter already displayed in the table to properly place this one.
1379
+ */
1380
+ anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1381
+
1382
+ /**
1383
+ * The filter field availability.
1384
+ * Allowed values are `Default`, `Adaptation`, and `Hidden`
1385
+ */
1386
+ availability?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1387
+
1388
+ /**
1389
+ * Unique identifier of the filter field to be overridden.
1390
+ */
1391
+ key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1392
+
1393
+ /**
1394
+ * Defines where this filter is placed relative to the defined anchor.
1395
+ * Allowed values are `Before` and `After`
1396
+ */
1397
+ placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1398
+
1399
+ /**
1400
+ * If set, the FilterField is marked as a mandatory field.
1401
+ */
1402
+ required?:
1403
+ | boolean
1404
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
1405
+ | `{${string}}`;
1406
+ }
1407
+
1356
1408
  /**
1357
1409
  * Parameters of the FilterBar#afterClear event.
1358
1410
  */
@@ -1751,6 +1803,11 @@ declare namespace sap {
1751
1803
  */
1752
1804
  class FilterField extends sap.fe.macros.controls
1753
1805
  .BuildingBlockObjectProperty {}
1806
+ /**
1807
+ * Definition of an override for the filter field to be used inside the FilterBar building block.
1808
+ */
1809
+ class FilterFieldOverride extends sap.fe.macros.controls
1810
+ .BuildingBlockObjectProperty {}
1754
1811
 
1755
1812
  /**
1756
1813
  * Event object of the FilterBar#afterClear event.
@@ -1799,6 +1856,13 @@ declare namespace sap {
1799
1856
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1800
1857
  | `{${string}}`;
1801
1858
 
1859
+ /**
1860
+ * Custom ARIA text for the title link.
1861
+ * This property is only used when titleAsLink is set to true.
1862
+ * If not provided, default ARIA text based on the navigationType is used.
1863
+ */
1864
+ linkAriaText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1865
+
1802
1866
  /**
1803
1867
  * Metadata path to the MicroChart.
1804
1868
  */
@@ -1817,8 +1881,30 @@ declare namespace sap {
1817
1881
  * Size of the MicroChart
1818
1882
  */
1819
1883
  size?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1884
+
1885
+ /**
1886
+ * Determines whether the micro chart title is displayed as a link or as a text.
1887
+ * When set to true, the title is rendered as a clickable link.
1888
+ */
1889
+ titleAsLink?:
1890
+ | boolean
1891
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
1892
+ | `{${string}}`;
1893
+
1894
+ /**
1895
+ * Event fired when the micro chart title link is pressed.
1896
+ * The event provides the binding context of the micro chart in the event parameters.
1897
+ * This event is only fired when titleAsLink is set to true.
1898
+ */
1899
+ titlePress?: (oEvent: sap.ui.base.Event) => void;
1820
1900
  }
1821
1901
 
1902
+ /**
1903
+ * Parameters of the MicroChart#titlePress event.
1904
+ */
1905
+ interface MicroChart$TitlePressEventParameters
1906
+ extends sap.fe.macros.MicroChart$TitlePressEventParameters {}
1907
+
1822
1908
  /**
1823
1909
  * Building block used to create a MicroChart based on the metadata provided by OData V4.
1824
1910
  *
@@ -1844,6 +1930,73 @@ declare namespace sap {
1844
1930
  * @experimental
1845
1931
  */
1846
1932
  class MicroChart extends sap.fe.macros.MicroChart {
1933
+ /**
1934
+ *
1935
+ * @returns Reference to sap.fe.macros.MicroChart
1936
+ * to allow method chaining
1937
+ */
1938
+ attachTitlePress(
1939
+ /**
1940
+ * An application-specific payload object that will be passed to the event handler along with the event
1941
+ * object when firing the event
1942
+ */
1943
+ oData: object,
1944
+ /**
1945
+ * The function to be called when the event occurs
1946
+ */
1947
+ fnFunction: (p1: sap.ui.base.Event) => void,
1948
+ /**
1949
+ * The context object to call the event handler with. Defaults to this `this` control
1950
+ */
1951
+ oListener?: object
1952
+ ): this;
1953
+ /**
1954
+ *
1955
+ * @returns Reference to sap.fe.macros.MicroChart
1956
+ * to allow method chaining
1957
+ */
1958
+ attachTitlePress(
1959
+ /**
1960
+ * The function to be called when the event occurs
1961
+ */
1962
+ fnFunction: (p1: sap.ui.base.Event) => void,
1963
+ /**
1964
+ * The context object to call the event handler with. Defaults to this `this` control
1965
+ */
1966
+ oListener?: object
1967
+ ): this;
1968
+ /**
1969
+ *
1970
+ * @returns Reference to sap.fe.macros.MicroChart
1971
+ * to allow method chaining
1972
+ */
1973
+ detachTitlePress(
1974
+ /**
1975
+ * The function to be called when the event occurs
1976
+ */
1977
+ fnFunction: (p1: sap.ui.base.Event) => void,
1978
+ /**
1979
+ * The context object to call the event handler with. Defaults to this `this` control
1980
+ */
1981
+ oListener?: object
1982
+ ): this;
1983
+ /**
1984
+ * Fires event titlePress
1985
+ * to attached listeners.
1986
+ *
1987
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1988
+ *
1989
+ * @returns Reference to sap.fe.macros.MicroChart
1990
+ * to allow method chaining
1991
+ */
1992
+ fireTitlePress(
1993
+ /**
1994
+ * The parameters to pass along with the event.
1995
+ * See {@link types.EventHandler>} for the set of parameters that are
1996
+ * expected by the event handlers.
1997
+ */
1998
+ mParameters?: {}
1999
+ ): this;
1847
2000
  /**
1848
2001
  * Gets current value of property contextPath.
1849
2002
  *
@@ -1858,6 +2011,13 @@ declare namespace sap {
1858
2011
  * @returns Value of property `hideOnNoData`
1859
2012
  */
1860
2013
  getHideOnNoData(): boolean;
2014
+ /**
2015
+ * Gets current value of property linkAriaText.
2016
+ *
2017
+ *
2018
+ * @returns Value of property `linkAriaText`
2019
+ */
2020
+ getLinkAriaText(): string;
1861
2021
  /**
1862
2022
  * Gets current value of property metaPath.
1863
2023
  *
@@ -1879,6 +2039,13 @@ declare namespace sap {
1879
2039
  * @returns Value of property `size`
1880
2040
  */
1881
2041
  getSize(): string;
2042
+ /**
2043
+ * Gets current value of property titleAsLink.
2044
+ *
2045
+ *
2046
+ * @returns Value of property `titleAsLink`
2047
+ */
2048
+ getTitleAsLink(): boolean;
1882
2049
  /**
1883
2050
  * Gets current value of property contextPath.
1884
2051
  *
@@ -1893,6 +2060,13 @@ declare namespace sap {
1893
2060
  * @returns Value of property `hideOnNoData`
1894
2061
  */
1895
2062
  setHideOnNoData(): boolean;
2063
+ /**
2064
+ * Gets current value of property linkAriaText.
2065
+ *
2066
+ *
2067
+ * @returns Value of property `linkAriaText`
2068
+ */
2069
+ setLinkAriaText(): string;
1896
2070
  /**
1897
2071
  * Gets current value of property metaPath.
1898
2072
  *
@@ -1914,7 +2088,22 @@ declare namespace sap {
1914
2088
  * @returns Value of property `size`
1915
2089
  */
1916
2090
  setSize(): string;
2091
+ /**
2092
+ * Gets current value of property titleAsLink.
2093
+ *
2094
+ *
2095
+ * @returns Value of property `titleAsLink`
2096
+ */
2097
+ setTitleAsLink(): boolean;
1917
2098
  }
2099
+
2100
+ /**
2101
+ * Event object of the MicroChart#titlePress event.
2102
+ */
2103
+ type MicroChart$TitlePressEvent = sap.ui.base.Event<
2104
+ MicroChart$TitlePressEventParameters,
2105
+ MicroChart
2106
+ >;
1918
2107
  }
1919
2108
 
1920
2109
  namespace richtexteditor {
@@ -2001,16 +2190,65 @@ declare namespace sap {
2001
2190
  }
2002
2191
 
2003
2192
  namespace table {
2193
+ /**
2194
+ * Interface for controls that can be used as actions in a group inside the {@link sap.fe.macros.Table }
2195
+ * building block.
2196
+ * This interface is implemented by:
2197
+ *
2198
+ * - {@link sap.fe.macros.table.Action }
2199
+ *
2200
+ * - {@link sap.fe.macros.table.ActionOverride }
2201
+ *
2202
+ *
2203
+ *
2204
+ * @since 1.145.0
2205
+ */
2206
+ interface ITableAction {
2207
+ __implements__sap_fe_macros_table_ITableAction: boolean;
2208
+ }
2209
+
2210
+ /**
2211
+ * Interface for controls that can be used as actions or action groups inside the {@link sap.fe.macros.Table }
2212
+ * building block.
2213
+ * This interface is implemented by:
2214
+ *
2215
+ * - {@link sap.fe.macros.table.Action }
2216
+ *
2217
+ * - {@link sap.fe.macros.table.ActionOverride }
2218
+ *
2219
+ * - {@link sap.fe.macros.table.ActionGroup }
2220
+ *
2221
+ * - {@link sap.fe.macros.table.ActionGroupOverride }
2222
+ *
2223
+ *
2224
+ *
2225
+ * @since 1.145.0
2226
+ */
2227
+ interface ITableActionOrGroup {
2228
+ __implements__sap_fe_macros_table_ITableActionOrGroup: boolean;
2229
+ }
2230
+
2231
+ /**
2232
+ * Interface for controls that can be used as columns inside the {@link sap.fe.macros.Table } building block.
2233
+ * This interface is implemented by:
2234
+ *
2235
+ * - {@link sap.fe.macros.table.Column }
2236
+ *
2237
+ * - {@link sap.fe.macros.table.ColumnOverride }
2238
+ *
2239
+ *
2240
+ *
2241
+ * @since 1.145.0
2242
+ */
2243
+ interface ITableColumn {
2244
+ __implements__sap_fe_macros_table_ITableColumn: boolean;
2245
+ }
2246
+
2004
2247
  /**
2005
2248
  * Describes the settings that can be provided to the Action constructor.
2006
2249
  */
2007
2250
  interface $ActionSettings
2008
- extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {
2009
- /**
2010
- * Reference to the key of another action already displayed in the toolbar to properly place this one
2011
- */
2012
- anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2013
-
2251
+ extends sap.fe.macros.controls.$BaseActionSettings {
2014
2252
  /**
2015
2253
  * Determines the shortcut combination to trigger the action
2016
2254
  */
@@ -2032,38 +2270,6 @@ declare namespace sap {
2032
2270
  | string
2033
2271
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
2034
2272
 
2035
- /**
2036
- * Displays the AI Icon on the action button.
2037
- */
2038
- isAIOperation?:
2039
- | boolean
2040
- | sap.ui.base.ManagedObject.PropertyBindingInfo
2041
- | `{${string}}`;
2042
-
2043
- /**
2044
- * Unique identifier of the action
2045
- */
2046
- key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2047
-
2048
- /**
2049
- * Defines the overflow group of the action in the overflow toolbar.
2050
- */
2051
- overflowGroup?:
2052
- | int
2053
- | sap.ui.base.ManagedObject.PropertyBindingInfo
2054
- | `{${string}}`;
2055
-
2056
- /**
2057
- * Defines where this action should be placed relative to the defined anchor
2058
- * Allowed values are `Before` and `After`
2059
- */
2060
- placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2061
-
2062
- /**
2063
- * Defines the priority of the action in the overflow toolbar.
2064
- */
2065
- priority?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2066
-
2067
2273
  /**
2068
2274
  * Defines if the action requires a selection.
2069
2275
  */
@@ -2072,19 +2278,6 @@ declare namespace sap {
2072
2278
  | sap.ui.base.ManagedObject.PropertyBindingInfo
2073
2279
  | `{${string}}`;
2074
2280
 
2075
- /**
2076
- * The text that will be displayed for this action
2077
- */
2078
- text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2079
-
2080
- /**
2081
- * Determines whether the action is visible.
2082
- */
2083
- visible?:
2084
- | boolean
2085
- | sap.ui.base.ManagedObject.PropertyBindingInfo
2086
- | `{${string}}`;
2087
-
2088
2281
  /**
2089
2282
  * Event handler to be called when the user chooses the action
2090
2283
  */
@@ -2142,11 +2335,8 @@ declare namespace sap {
2142
2335
  * Determines the nested actions
2143
2336
  */
2144
2337
  actions?:
2145
- | Array<
2146
- sap.fe.macros.table.ActionOverride | sap.fe.macros.table.Action
2147
- >
2148
- | sap.fe.macros.table.ActionOverride
2149
- | sap.fe.macros.table.Action
2338
+ | sap.fe.macros.table.ITableAction[]
2339
+ | sap.fe.macros.table.ITableAction
2150
2340
  | sap.ui.base.ManagedObject.AggregationBindingInfo
2151
2341
  | `{${string}}`;
2152
2342
  }
@@ -2177,11 +2367,8 @@ declare namespace sap {
2177
2367
  * Determines the nested actions
2178
2368
  */
2179
2369
  actions?:
2180
- | Array<
2181
- sap.fe.macros.table.ActionOverride | sap.fe.macros.table.Action
2182
- >
2183
- | sap.fe.macros.table.ActionOverride
2184
- | sap.fe.macros.table.Action
2370
+ | sap.fe.macros.table.ITableAction[]
2371
+ | sap.fe.macros.table.ITableAction
2185
2372
  | sap.ui.base.ManagedObject.AggregationBindingInfo
2186
2373
  | `{${string}}`;
2187
2374
  }
@@ -2208,6 +2395,15 @@ declare namespace sap {
2208
2395
  | string
2209
2396
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
2210
2397
 
2398
+ /**
2399
+ * Disables strict handling for this action.
2400
+ * When true, the action does not use strict message handling.
2401
+ */
2402
+ disableStrictHandling?:
2403
+ | boolean
2404
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
2405
+ | `{${string}}`;
2406
+
2211
2407
  /**
2212
2408
  * Determines if the auto scroll is enabled after executing the action.
2213
2409
  */
@@ -2596,7 +2792,7 @@ declare namespace sap {
2596
2792
  /**
2597
2793
  * Describes the settings that can be provided to the Table constructor.
2598
2794
  *
2599
- * @experimental As of version 1.124.0.
2795
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.Table} instead
2600
2796
  */
2601
2797
  interface $TableSettings extends sap.fe.macros.$TableSettings {
2602
2798
  /**
@@ -2928,11 +3124,8 @@ declare namespace sap {
2928
3124
  * Aggregate actions of the table.
2929
3125
  */
2930
3126
  actions?:
2931
- | Array<
2932
- sap.fe.macros.table.ActionGroup | sap.fe.macros.table.Action
2933
- >
2934
- | sap.fe.macros.table.ActionGroup
2935
- | sap.fe.macros.table.Action
3127
+ | sap.fe.macros.table.ITableActionOrGroup[]
3128
+ | sap.fe.macros.table.ITableActionOrGroup
2936
3129
  | sap.ui.base.ManagedObject.AggregationBindingInfo
2937
3130
  | `{${string}}`;
2938
3131
 
@@ -2945,11 +3138,8 @@ declare namespace sap {
2945
3138
  * Aggregate columns of the table.
2946
3139
  */
2947
3140
  columns?:
2948
- | Array<
2949
- sap.fe.macros.table.ColumnOverride | sap.fe.macros.table.Column
2950
- >
2951
- | sap.fe.macros.table.ColumnOverride
2952
- | sap.fe.macros.table.Column
3141
+ | sap.fe.macros.table.ITableColumn[]
3142
+ | sap.fe.macros.table.ITableColumn
2953
3143
  | sap.ui.base.ManagedObject.AggregationBindingInfo
2954
3144
  | `{${string}}`;
2955
3145
 
@@ -3070,7 +3260,7 @@ declare namespace sap {
3070
3260
  /**
3071
3261
  * Describes the settings that can be provided to the TreeTable constructor.
3072
3262
  *
3073
- * @experimental As of version 1.125.0.
3263
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable} instead
3074
3264
  */
3075
3265
  interface $TreeTableSettings extends sap.fe.macros.$TreeTableSettings {
3076
3266
  /**
@@ -3438,11 +3628,8 @@ declare namespace sap {
3438
3628
  * Aggregate actions of the table.
3439
3629
  */
3440
3630
  actions?:
3441
- | Array<
3442
- sap.fe.macros.table.ActionGroup | sap.fe.macros.table.Action
3443
- >
3444
- | sap.fe.macros.table.ActionGroup
3445
- | sap.fe.macros.table.Action
3631
+ | sap.fe.macros.table.ITableActionOrGroup[]
3632
+ | sap.fe.macros.table.ITableActionOrGroup
3446
3633
  | sap.ui.base.ManagedObject.AggregationBindingInfo
3447
3634
  | `{${string}}`;
3448
3635
 
@@ -3455,11 +3642,8 @@ declare namespace sap {
3455
3642
  * Aggregate columns of the table.
3456
3643
  */
3457
3644
  columns?:
3458
- | Array<
3459
- sap.fe.macros.table.ColumnOverride | sap.fe.macros.table.Column
3460
- >
3461
- | sap.fe.macros.table.ColumnOverride
3462
- | sap.fe.macros.table.Column
3645
+ | sap.fe.macros.table.ITableColumn[]
3646
+ | sap.fe.macros.table.ITableColumn
3463
3647
  | sap.ui.base.ManagedObject.AggregationBindingInfo
3464
3648
  | `{${string}}`;
3465
3649
 
@@ -3625,8 +3809,15 @@ declare namespace sap {
3625
3809
  /**
3626
3810
  * Definition of a custom action to be used inside the table toolbar
3627
3811
  */
3628
- class Action extends sap.fe.macros.controls
3629
- .BuildingBlockObjectProperty {
3812
+ class Action
3813
+ extends sap.fe.macros.controls.BaseAction
3814
+ implements
3815
+ sap.fe.macros.table.ITableActionOrGroup,
3816
+ sap.fe.macros.table.ITableAction
3817
+ {
3818
+ __implements__sap_fe_macros_table_ITableActionOrGroup: boolean;
3819
+ __implements__sap_fe_macros_table_ITableAction: boolean;
3820
+
3630
3821
  /**
3631
3822
  *
3632
3823
  * @returns Reference to sap.fe.macros.table.Action
@@ -3698,18 +3889,33 @@ declare namespace sap {
3698
3889
  /**
3699
3890
  * Definition of a custom ActionGroup to be used inside the table toolbar
3700
3891
  */
3701
- class ActionGroup extends sap.fe.macros.controls
3702
- .BuildingBlockObjectProperty {}
3892
+ class ActionGroup
3893
+ extends sap.fe.macros.controls.BuildingBlockObjectProperty
3894
+ implements sap.fe.macros.table.ITableActionOrGroup
3895
+ {
3896
+ __implements__sap_fe_macros_table_ITableActionOrGroup: boolean;
3897
+ }
3703
3898
  /**
3704
3899
  * Definition of an action group override to be used inside the Table building block.
3705
3900
  */
3706
- class ActionGroupOverride extends sap.fe.macros.controls
3707
- .BuildingBlockObjectProperty {}
3901
+ class ActionGroupOverride
3902
+ extends sap.fe.macros.controls.BuildingBlockObjectProperty
3903
+ implements sap.fe.macros.table.ITableActionOrGroup
3904
+ {
3905
+ __implements__sap_fe_macros_table_ITableActionOrGroup: boolean;
3906
+ }
3708
3907
  /**
3709
3908
  * Definition of an override for the action to be used inside the Table building block.
3710
3909
  */
3711
- class ActionOverride extends sap.fe.macros.controls
3712
- .BuildingBlockObjectProperty {}
3910
+ class ActionOverride
3911
+ extends sap.fe.macros.controls.BuildingBlockObjectProperty
3912
+ implements
3913
+ sap.fe.macros.table.ITableActionOrGroup,
3914
+ sap.fe.macros.table.ITableAction
3915
+ {
3916
+ __implements__sap_fe_macros_table_ITableActionOrGroup: boolean;
3917
+ __implements__sap_fe_macros_table_ITableAction: boolean;
3918
+ }
3713
3919
  /**
3714
3920
  * A set of options that can be configured to control the aggregation behavior
3715
3921
  */
@@ -3719,8 +3925,12 @@ declare namespace sap {
3719
3925
  * Definition of a custom column to be used inside the table.
3720
3926
  * The template for the column has to be provided as the default aggregation
3721
3927
  */
3722
- class Column extends sap.fe.macros.controls
3723
- .BuildingBlockObjectProperty {}
3928
+ class Column
3929
+ extends sap.fe.macros.controls.BuildingBlockObjectProperty
3930
+ implements sap.fe.macros.table.ITableColumn
3931
+ {
3932
+ __implements__sap_fe_macros_table_ITableColumn: boolean;
3933
+ }
3724
3934
  /**
3725
3935
  * Definition of the export settings applied to a column within the table.
3726
3936
  */
@@ -3729,8 +3939,12 @@ declare namespace sap {
3729
3939
  /**
3730
3940
  * Definition of an override for the column to be used inside the Table building block.
3731
3941
  */
3732
- class ColumnOverride extends sap.fe.macros.controls
3733
- .BuildingBlockObjectProperty {}
3942
+ class ColumnOverride
3943
+ extends sap.fe.macros.controls.BuildingBlockObjectProperty
3944
+ implements sap.fe.macros.table.ITableColumn
3945
+ {
3946
+ __implements__sap_fe_macros_table_ITableColumn: boolean;
3947
+ }
3734
3948
  /**
3735
3949
  * Definition of the mass edit to be used inside the table.
3736
3950
  */
@@ -3775,17 +3989,15 @@ declare namespace sap {
3775
3989
  * usage.
3776
3990
  *
3777
3991
  *
3778
- * @since 1.124.0
3779
- * @experimental As of version 1.124.0.
3992
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.Table} instead
3780
3993
  */
3781
3994
  class Table extends sap.fe.macros.Table {
3782
3995
  /**
3783
3996
  * Adds an action to the table.
3784
3997
  *
3785
- * @since 1.124.0
3786
- * @experimental As of version 1.124.0.
3998
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.addAction} instead
3787
3999
  *
3788
- * @returns Reference to this in order to allow method chaining
4000
+ * @returns Reference to this to allow method chaining
3789
4001
  */
3790
4002
  addAction(
3791
4003
  /**
@@ -3796,10 +4008,9 @@ declare namespace sap {
3796
4008
  /**
3797
4009
  * Adds a column to the table.
3798
4010
  *
3799
- * @since 1.124.0
3800
- * @experimental As of version 1.124.0.
4011
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.addColumn} instead
3801
4012
  *
3802
- * @returns Reference to this in order to allow method chaining
4013
+ * @returns Reference to this to allow method chaining
3803
4014
  */
3804
4015
  addColumn(
3805
4016
  /**
@@ -4072,8 +4283,7 @@ declare namespace sap {
4072
4283
  /**
4073
4284
  * Get the fields that should be ignored when generating the table.
4074
4285
  *
4075
- * @since 1.124.0
4076
- * @experimental As of version 1.124.0.
4286
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.getIgnoredFields} instead
4077
4287
  *
4078
4288
  * @returns The value of the ignoredFields property
4079
4289
  */
@@ -4081,8 +4291,7 @@ declare namespace sap {
4081
4291
  /**
4082
4292
  * Gets the path to the metadata that should be used to generate the table.
4083
4293
  *
4084
- * @since 1.124.0
4085
- * @experimental As of version 1.124.0.
4294
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.getMetaPath} instead
4086
4295
  *
4087
4296
  * @returns The path to the metadata
4088
4297
  */
@@ -4130,8 +4339,7 @@ declare namespace sap {
4130
4339
  /**
4131
4340
  * Removes an action from the table.
4132
4341
  *
4133
- * @since 1.124.0
4134
- * @experimental As of version 1.124.0.
4342
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.removeAction} instead
4135
4343
  *
4136
4344
  * @returns The removed action or null
4137
4345
  */
@@ -4144,8 +4352,7 @@ declare namespace sap {
4144
4352
  /**
4145
4353
  * Removes a column from the table.
4146
4354
  *
4147
- * @since 1.124.0
4148
- * @experimental As of version 1.124.0.
4355
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.removeColumn} instead
4149
4356
  *
4150
4357
  * @returns The removed column or null
4151
4358
  */
@@ -4177,10 +4384,9 @@ declare namespace sap {
4177
4384
  /**
4178
4385
  * Sets the fields that should be ignored when generating the table.
4179
4386
  *
4180
- * @since 1.124.0
4181
- * @experimental As of version 1.124.0.
4387
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.setIgnoredFields} instead
4182
4388
  *
4183
- * @returns Reference to this in order to allow method chaining
4389
+ * @returns Reference to this to allow method chaining
4184
4390
  */
4185
4391
  setIgnoredFields(
4186
4392
  /**
@@ -4191,10 +4397,9 @@ declare namespace sap {
4191
4397
  /**
4192
4398
  * Sets the path to the metadata that should be used to generate the table.
4193
4399
  *
4194
- * @since 1.124.0
4195
- * @experimental As of version 1.124.0.
4400
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.setMetaPath} instead
4196
4401
  *
4197
- * @returns Reference to this in order to allow method chaining
4402
+ * @returns Reference to this to allow method chaining
4198
4403
  */
4199
4404
  setMetaPath(
4200
4405
  /**
@@ -4278,17 +4483,15 @@ declare namespace sap {
4278
4483
  * usage.
4279
4484
  *
4280
4485
  *
4281
- * @since 1.125.0
4282
- * @experimental As of version 1.125.0.
4486
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable} instead
4283
4487
  */
4284
4488
  class TreeTable extends sap.fe.macros.TreeTable {
4285
4489
  /**
4286
4490
  * Adds an action to the table.
4287
4491
  *
4288
- * @since 1.125.0
4289
- * @experimental As of version 1.125.0.
4492
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.addAction} instead
4290
4493
  *
4291
- * @returns Reference to this in order to allow method chaining
4494
+ * @returns Reference to this to allow method chaining
4292
4495
  */
4293
4496
  addAction(
4294
4497
  /**
@@ -4299,10 +4502,9 @@ declare namespace sap {
4299
4502
  /**
4300
4503
  * Adds a column to the table.
4301
4504
  *
4302
- * @since 1.125.0
4303
- * @experimental As of version 1.124.0.
4505
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.addColumn} instead
4304
4506
  *
4305
- * @returns Reference to this in order to allow method chaining
4507
+ * @returns Reference to this to allow method chaining
4306
4508
  */
4307
4509
  addColumn(
4308
4510
  /**
@@ -4575,8 +4777,7 @@ declare namespace sap {
4575
4777
  /**
4576
4778
  * Get the fields that should be ignored when generating the table.
4577
4779
  *
4578
- * @since 1.125.0
4579
- * @experimental As of version 1.125.0.
4780
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.getIgnoredFields} instead
4580
4781
  *
4581
4782
  * @returns The value of the ignoredFields property
4582
4783
  */
@@ -4584,8 +4785,7 @@ declare namespace sap {
4584
4785
  /**
4585
4786
  * Gets the path to the metadata that should be used to generate the table.
4586
4787
  *
4587
- * @since 1.125.0
4588
- * @experimental As of version 1.125.0.
4788
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.getMetaPath} instead
4589
4789
  *
4590
4790
  * @returns The path to the metadata
4591
4791
  */
@@ -4633,8 +4833,7 @@ declare namespace sap {
4633
4833
  /**
4634
4834
  * Removes an action from the table.
4635
4835
  *
4636
- * @since 1.125.0
4637
- * @experimental As of version 1.125.0.
4836
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.removeAction} instead
4638
4837
  *
4639
4838
  * @returns The removed action or null
4640
4839
  */
@@ -4647,8 +4846,7 @@ declare namespace sap {
4647
4846
  /**
4648
4847
  * Removes a column from the table.
4649
4848
  *
4650
- * @since 1.125.0
4651
- * @experimental As of version 1.125.0.
4849
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.removeColumn} instead
4652
4850
  *
4653
4851
  * @returns The removed column or null
4654
4852
  */
@@ -4680,10 +4878,9 @@ declare namespace sap {
4680
4878
  /**
4681
4879
  * Sets the fields that should be ignored when generating the table.
4682
4880
  *
4683
- * @since 1.125.0
4684
- * @experimental As of version 1.125.0.
4881
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.setIgnoredFields} instead
4685
4882
  *
4686
- * @returns Reference to this in order to allow method chaining
4883
+ * @returns Reference to this to allow method chaining
4687
4884
  */
4688
4885
  setIgnoredFields(
4689
4886
  /**
@@ -4694,10 +4891,9 @@ declare namespace sap {
4694
4891
  /**
4695
4892
  * Sets the path to the metadata that should be used to generate the table.
4696
4893
  *
4697
- * @since 1.125.0
4698
- * @experimental As of version 1.125.0.
4894
+ * @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.setMetaPath} instead
4699
4895
  *
4700
- * @returns Reference to this in order to allow method chaining
4896
+ * @returns Reference to this to allow method chaining
4701
4897
  */
4702
4898
  setMetaPath(
4703
4899
  /**
@@ -4809,6 +5005,21 @@ declare namespace sap {
4809
5005
  TreeTable
4810
5006
  >;
4811
5007
  }
5008
+ /**
5009
+ * Describes the settings that can be provided to the AINotice constructor.
5010
+ */
5011
+ interface $AINoticeSettings
5012
+ extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {
5013
+ /**
5014
+ * The content to display into the popover
5015
+ */
5016
+ popoverContent?:
5017
+ | sap.ui.core.Control[]
5018
+ | sap.ui.core.Control
5019
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
5020
+ | `{${string}}`;
5021
+ }
5022
+
4812
5023
  /**
4813
5024
  * Describes the settings that can be provided to the Chart constructor.
4814
5025
  */
@@ -4900,7 +5111,7 @@ declare namespace sap {
4900
5111
  | `{${string}}`;
4901
5112
 
4902
5113
  /**
4903
- * Id of the FilterBar building block associated with the chart.
5114
+ * ID of the FilterBar building block associated with the chart.
4904
5115
  */
4905
5116
  filterBar?: sap.ui.core.Control | string;
4906
5117
 
@@ -5037,37 +5248,88 @@ declare namespace sap {
5037
5248
  | `{${string}}`;
5038
5249
 
5039
5250
  /**
5040
- * Option to add semantic objects for a field.
5041
- * This parameter overwrites the semantic objects defined through annotations.
5042
- * Valid options are either a single semantic object, a stringified array of semantic objects,
5043
- * a formatter or a single binding expression returning either a single semantic object or an array of semantic
5044
- * objects.
5251
+ * Option to add semantic objects for a field.
5252
+ * This parameter overwrites the semantic objects defined through annotations.
5253
+ * Valid options are either a single semantic object, a stringified array of semantic objects,
5254
+ * a formatter or a single binding expression returning either a single semantic object or an array of semantic
5255
+ * objects.
5256
+ */
5257
+ semanticObject?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5258
+
5259
+ /**
5260
+ * This is used to optionally provide an external value that comes from a different model than the OData
5261
+ * model.
5262
+ * It is designed to work with a field with value help, and without support for complex value help (currency
5263
+ * / unit).
5264
+ */
5265
+ value?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5266
+
5267
+ /**
5268
+ * A set of options that can be configured.
5269
+ */
5270
+ formatOptions?: sap.fe.macros.field.FieldFormatOptions;
5271
+
5272
+ /**
5273
+ * An event containing details is triggered when the value of the field is changed.
5274
+ */
5275
+ change?: (oEvent: Field$ChangeEvent) => void;
5276
+
5277
+ /**
5278
+ * An event containing details is triggered when the value of the field is live changed.
5279
+ * **Note:** Browsing autocomplete suggestions does not fire the event.
5280
+ */
5281
+ liveChange?: (oEvent: sap.ui.base.Event) => void;
5282
+ }
5283
+
5284
+ /**
5285
+ * Describes the settings that can be provided to the FormElement constructor.
5286
+ */
5287
+ interface $FormElementSettings
5288
+ extends sap.ui.layout.form.$FormElementSettings {
5289
+ /**
5290
+ * Reference to the key of another column already displayed in the table to properly place this one
5291
+ */
5292
+ anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5293
+
5294
+ /**
5295
+ * Defines the path of the context used in the current page or block.
5296
+ * This setting is defined by the framework.
5297
+ */
5298
+ contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5299
+
5300
+ /**
5301
+ * Label shown for the field. If not set, the label from the annotations will be shown.
5045
5302
  */
5046
- semanticObject?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5303
+ label?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5047
5304
 
5048
5305
  /**
5049
- * This is used to optionally provide an external value that comes from a different model than the OData
5050
- * model.
5051
- * It is designed to work with a field with value help, and without support for complex value help (currency
5052
- * / unit).
5306
+ * Defines the relative path of the property in the metamodel, based on the current contextPath.
5053
5307
  */
5054
- value?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5308
+ metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5055
5309
 
5056
5310
  /**
5057
- * A set of options that can be configured.
5311
+ * Determines where this column should be placed relative to the defined anchor
5312
+ * Allowed values are `Before` and `After`
5058
5313
  */
5059
- formatOptions?: sap.fe.macros.field.FieldFormatOptions;
5314
+ placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5060
5315
 
5061
5316
  /**
5062
- * An event containing details is triggered when the value of the field is changed.
5317
+ * If set to false, the FormElement is not rendered.
5063
5318
  */
5064
- change?: (oEvent: Field$ChangeEvent) => void;
5319
+ visible?:
5320
+ | boolean
5321
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
5322
+ | `{${string}}`;
5065
5323
 
5066
5324
  /**
5067
- * An event containing details is triggered when the value of the field is live changed.
5068
- * **Note:** Browsing autocomplete suggestions does not fire the event.
5325
+ * Optional aggregation of controls that should be displayed inside the FormElement.
5326
+ * If not set, a default Field building block will be rendered
5069
5327
  */
5070
- liveChange?: (oEvent: sap.ui.base.Event) => void;
5328
+ fields?:
5329
+ | sap.ui.core.Control[]
5330
+ | sap.ui.core.Control
5331
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
5332
+ | `{${string}}`;
5071
5333
  }
5072
5334
 
5073
5335
  /**
@@ -5162,6 +5424,13 @@ declare namespace sap {
5162
5424
  | sap.ui.base.ManagedObject.PropertyBindingInfo
5163
5425
  | `{${string}}`;
5164
5426
 
5427
+ /**
5428
+ * Custom ARIA text for the title link.
5429
+ * This property is only used when titleAsLink is set to true.
5430
+ * If not provided, default ARIA text based on the navigationType is used.
5431
+ */
5432
+ linkAriaText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5433
+
5165
5434
  /**
5166
5435
  * Metadata path to the MicroChart.
5167
5436
  */
@@ -5180,6 +5449,22 @@ declare namespace sap {
5180
5449
  * Size of the MicroChart
5181
5450
  */
5182
5451
  size?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5452
+
5453
+ /**
5454
+ * Determines whether the micro chart title is displayed as a link or as a text.
5455
+ * When set to true, the title is rendered as a clickable link.
5456
+ */
5457
+ titleAsLink?:
5458
+ | boolean
5459
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
5460
+ | `{${string}}`;
5461
+
5462
+ /**
5463
+ * Event fired when the micro chart title link is pressed.
5464
+ * The event provides the binding context of the micro chart in the event parameters.
5465
+ * This event is only fired when titleAsLink is set to true.
5466
+ */
5467
+ titlePress?: (oEvent: sap.ui.base.Event) => void;
5183
5468
  }
5184
5469
 
5185
5470
  /**
@@ -5220,6 +5505,13 @@ declare namespace sap {
5220
5505
  */
5221
5506
  interface $PageSettings
5222
5507
  extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {
5508
+ /**
5509
+ * ImageFitType of the avatar image. This property is only considered if the title property is defined.
5510
+ */
5511
+ avatarImageFitType?:
5512
+ | string
5513
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
5514
+
5223
5515
  /**
5224
5516
  * Source of the avatar image. This property is considered only if the title property is defined.
5225
5517
  */
@@ -5231,6 +5523,14 @@ declare namespace sap {
5231
5523
  */
5232
5524
  description?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5233
5525
 
5526
+ /**
5527
+ * Controls the visibility of the footer.
5528
+ */
5529
+ showFooter?:
5530
+ | boolean
5531
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
5532
+ | `{${string}}`;
5533
+
5234
5534
  /**
5235
5535
  * Title of the page. If no title is provided, the title, avatar, and description are derived from the unqualified
5236
5536
  * HeaderInfo annotation associated with the entity.
@@ -5238,6 +5538,38 @@ declare namespace sap {
5238
5538
  */
5239
5539
  title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5240
5540
 
5541
+ /**
5542
+ * Actions to be displayed in the title area (for example, Edit and Delete buttons).
5543
+ */
5544
+ actions?:
5545
+ | sap.ui.core.Control[]
5546
+ | sap.ui.core.Control
5547
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
5548
+ | `{${string}}`;
5549
+
5550
+ /**
5551
+ * Breadcrumbs to be displayed in the title area.
5552
+ */
5553
+ breadcrumbs?:
5554
+ | sap.ui.core.Control[]
5555
+ | sap.ui.core.Control
5556
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
5557
+ | `{${string}}`;
5558
+
5559
+ /**
5560
+ * Footer content (for example, toolbar with buttons).
5561
+ */
5562
+ footer?: sap.ui.core.Control;
5563
+
5564
+ /**
5565
+ * Additional content to be displayed in the header after the avatar.
5566
+ */
5567
+ headerContent?:
5568
+ | sap.ui.core.Control[]
5569
+ | sap.ui.core.Control
5570
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
5571
+ | `{${string}}`;
5572
+
5241
5573
  /**
5242
5574
  * Content(s) of the page
5243
5575
  */
@@ -5246,6 +5578,29 @@ declare namespace sap {
5246
5578
  | sap.ui.core.Control
5247
5579
  | sap.ui.base.ManagedObject.AggregationBindingInfo
5248
5580
  | `{${string}}`;
5581
+
5582
+ /**
5583
+ * Navigation actions to be displayed in the title area.
5584
+ */
5585
+ navigationActions?:
5586
+ | sap.ui.core.Control[]
5587
+ | sap.ui.core.Control
5588
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
5589
+ | `{${string}}`;
5590
+
5591
+ /**
5592
+ * Content to be displayed next to the title (for example, GenericTag and Icon).
5593
+ */
5594
+ titleContent?:
5595
+ | sap.ui.core.Control[]
5596
+ | sap.ui.core.Control
5597
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
5598
+ | `{${string}}`;
5599
+
5600
+ /**
5601
+ * Reference to a control that provides sticky subheader content.
5602
+ */
5603
+ stickySubheaderProvider?: sap.ui.core.Control | string;
5249
5604
  }
5250
5605
 
5251
5606
  /**
@@ -5740,9 +6095,8 @@ declare namespace sap {
5740
6095
  * Aggregate actions of the table.
5741
6096
  */
5742
6097
  actions?:
5743
- | Array<sap.fe.macros.table.ActionGroup | sap.fe.macros.table.Action>
5744
- | sap.fe.macros.table.ActionGroup
5745
- | sap.fe.macros.table.Action
6098
+ | sap.fe.macros.table.ITableActionOrGroup[]
6099
+ | sap.fe.macros.table.ITableActionOrGroup
5746
6100
  | sap.ui.base.ManagedObject.AggregationBindingInfo
5747
6101
  | `{${string}}`;
5748
6102
 
@@ -5755,11 +6109,8 @@ declare namespace sap {
5755
6109
  * Aggregate columns of the table.
5756
6110
  */
5757
6111
  columns?:
5758
- | Array<
5759
- sap.fe.macros.table.ColumnOverride | sap.fe.macros.table.Column
5760
- >
5761
- | sap.fe.macros.table.ColumnOverride
5762
- | sap.fe.macros.table.Column
6112
+ | sap.fe.macros.table.ITableColumn[]
6113
+ | sap.fe.macros.table.ITableColumn
5763
6114
  | sap.ui.base.ManagedObject.AggregationBindingInfo
5764
6115
  | `{${string}}`;
5765
6116
 
@@ -6170,9 +6521,8 @@ declare namespace sap {
6170
6521
  * Aggregate actions of the table.
6171
6522
  */
6172
6523
  actions?:
6173
- | Array<sap.fe.macros.table.ActionGroup | sap.fe.macros.table.Action>
6174
- | sap.fe.macros.table.ActionGroup
6175
- | sap.fe.macros.table.Action
6524
+ | sap.fe.macros.table.ITableActionOrGroup[]
6525
+ | sap.fe.macros.table.ITableActionOrGroup
6176
6526
  | sap.ui.base.ManagedObject.AggregationBindingInfo
6177
6527
  | `{${string}}`;
6178
6528
 
@@ -6185,11 +6535,8 @@ declare namespace sap {
6185
6535
  * Aggregate columns of the table.
6186
6536
  */
6187
6537
  columns?:
6188
- | Array<
6189
- sap.fe.macros.table.ColumnOverride | sap.fe.macros.table.Column
6190
- >
6191
- | sap.fe.macros.table.ColumnOverride
6192
- | sap.fe.macros.table.Column
6538
+ | sap.fe.macros.table.ITableColumn[]
6539
+ | sap.fe.macros.table.ITableColumn
6193
6540
  | sap.ui.base.ManagedObject.AggregationBindingInfo
6194
6541
  | `{${string}}`;
6195
6542
 
@@ -6302,6 +6649,13 @@ declare namespace sap {
6302
6649
  */
6303
6650
  metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
6304
6651
 
6652
+ /**
6653
+ * Comma separated list of navigation properties which are considered for filtering.
6654
+ */
6655
+ navigationPropertiesForPersonalization?:
6656
+ | string
6657
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
6658
+
6305
6659
  /**
6306
6660
  * Handles the visibility of the 'Clear' button on the FilterBar.
6307
6661
  */
@@ -6330,7 +6684,11 @@ declare namespace sap {
6330
6684
  * Aggregate filter fields of the FilterBar building block
6331
6685
  */
6332
6686
  filterFields?:
6333
- | sap.fe.macros.filterBar.FilterField[]
6687
+ | Array<
6688
+ | sap.fe.macros.filterBar.FilterFieldOverride
6689
+ | sap.fe.macros.filterBar.FilterField
6690
+ >
6691
+ | sap.fe.macros.filterBar.FilterFieldOverride
6334
6692
  | sap.fe.macros.filterBar.FilterField
6335
6693
  | sap.ui.base.ManagedObject.AggregationBindingInfo
6336
6694
  | `{${string}}`;
@@ -6378,6 +6736,25 @@ declare namespace sap {
6378
6736
  */
6379
6737
  metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
6380
6738
 
6739
+ /**
6740
+ * Filters the navigation properties that can be used by flexibility features.
6741
+ * This property allows you to specify which navigation properties are available
6742
+ * for flexibility operations such as adding custom fields.
6743
+ * You can use the asterisk (*) wildcard to include all navigation properties,
6744
+ * or specify individual navigation property names to restrict the available options.
6745
+ * Example:
6746
+ * Allow all navigation properties: navigationPropertiesForAdaptationDialog: ["*"]
6747
+ * Example:
6748
+ * Allow only a specific navigation property: navigationPropertiesForAdaptationDialog: ["Customer/Name"]
6749
+ * Example:
6750
+ * Allow multiple specific navigation properties based on a wildcard: navigationPropertiesForAdaptationDialog:
6751
+ * ["Cust*\/Name"]
6752
+ */
6753
+ navigationPropertiesForAdaptationDialog?:
6754
+ | string[]
6755
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
6756
+ | `{${string}}`;
6757
+
6381
6758
  /**
6382
6759
  * The title of the form control.
6383
6760
  */
@@ -6460,6 +6837,11 @@ declare namespace sap {
6460
6837
  visible?: boolean;
6461
6838
  }
6462
6839
 
6840
+ /**
6841
+ * Parameters of the MicroChart#titlePress event.
6842
+ */
6843
+ interface MicroChart$TitlePressEventParameters {}
6844
+
6463
6845
  /**
6464
6846
  * Parameters of the Status#press event.
6465
6847
  */
@@ -6518,6 +6900,15 @@ declare namespace sap {
6518
6900
  */
6519
6901
  interface FilterBar$SearchEventParameters {}
6520
6902
 
6903
+ /**
6904
+ * Building block that displays a AI notice.
6905
+ * It's used to display information related to AI features. This information is rendered either
6906
+ * as a link if the aggregation popoverContent is defined or as a label if there is no aggregation popoverContent.
6907
+ *
6908
+ *
6909
+ * @since 1.145.0
6910
+ */
6911
+ class AINotice extends sap.fe.core.buildingBlocks.BuildingBlock {}
6521
6912
  /**
6522
6913
  * Building block used to create a chart based on the metadata provided by OData V4.
6523
6914
  * {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/chart/chartDefault Overview of Building Blocks}
@@ -7297,6 +7688,12 @@ declare namespace sap {
7297
7688
  */
7298
7689
  setValue(): sap.ui.core.Control;
7299
7690
  }
7691
+ /**
7692
+ * Building block used to create a form element based on the metadata provided by OData V4.
7693
+ *
7694
+ * @since 1.90.0
7695
+ */
7696
+ class FormElement extends sap.ui.layout.form.FormElement {}
7300
7697
  /**
7301
7698
  * Building block used to create a KPI tag.
7302
7699
  */
@@ -7484,6 +7881,73 @@ declare namespace sap {
7484
7881
  * @since 1.93.0
7485
7882
  */
7486
7883
  class MicroChart extends sap.fe.core.buildingBlocks.BuildingBlock {
7884
+ /**
7885
+ *
7886
+ * @returns Reference to sap.fe.macros.MicroChart
7887
+ * to allow method chaining
7888
+ */
7889
+ attachTitlePress(
7890
+ /**
7891
+ * An application-specific payload object that will be passed to the event handler along with the event
7892
+ * object when firing the event
7893
+ */
7894
+ oData: object,
7895
+ /**
7896
+ * The function to be called when the event occurs
7897
+ */
7898
+ fnFunction: (p1: sap.ui.base.Event) => void,
7899
+ /**
7900
+ * The context object to call the event handler with. Defaults to this `this` control
7901
+ */
7902
+ oListener?: object
7903
+ ): this;
7904
+ /**
7905
+ *
7906
+ * @returns Reference to sap.fe.macros.MicroChart
7907
+ * to allow method chaining
7908
+ */
7909
+ attachTitlePress(
7910
+ /**
7911
+ * The function to be called when the event occurs
7912
+ */
7913
+ fnFunction: (p1: sap.ui.base.Event) => void,
7914
+ /**
7915
+ * The context object to call the event handler with. Defaults to this `this` control
7916
+ */
7917
+ oListener?: object
7918
+ ): this;
7919
+ /**
7920
+ *
7921
+ * @returns Reference to sap.fe.macros.MicroChart
7922
+ * to allow method chaining
7923
+ */
7924
+ detachTitlePress(
7925
+ /**
7926
+ * The function to be called when the event occurs
7927
+ */
7928
+ fnFunction: (p1: sap.ui.base.Event) => void,
7929
+ /**
7930
+ * The context object to call the event handler with. Defaults to this `this` control
7931
+ */
7932
+ oListener?: object
7933
+ ): this;
7934
+ /**
7935
+ * Fires event titlePress
7936
+ * to attached listeners.
7937
+ *
7938
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7939
+ *
7940
+ * @returns Reference to sap.fe.macros.MicroChart
7941
+ * to allow method chaining
7942
+ */
7943
+ fireTitlePress(
7944
+ /**
7945
+ * The parameters to pass along with the event.
7946
+ * See {@link types.EventHandler>} for the set of parameters that are
7947
+ * expected by the event handlers.
7948
+ */
7949
+ mParameters?: {}
7950
+ ): this;
7487
7951
  /**
7488
7952
  * Gets current value of property contextPath.
7489
7953
  *
@@ -7498,6 +7962,13 @@ declare namespace sap {
7498
7962
  * @returns Value of property `hideOnNoData`
7499
7963
  */
7500
7964
  getHideOnNoData(): boolean;
7965
+ /**
7966
+ * Gets current value of property linkAriaText.
7967
+ *
7968
+ *
7969
+ * @returns Value of property `linkAriaText`
7970
+ */
7971
+ getLinkAriaText(): string;
7501
7972
  /**
7502
7973
  * Gets current value of property metaPath.
7503
7974
  *
@@ -7519,6 +7990,13 @@ declare namespace sap {
7519
7990
  * @returns Value of property `size`
7520
7991
  */
7521
7992
  getSize(): string;
7993
+ /**
7994
+ * Gets current value of property titleAsLink.
7995
+ *
7996
+ *
7997
+ * @returns Value of property `titleAsLink`
7998
+ */
7999
+ getTitleAsLink(): boolean;
7522
8000
  /**
7523
8001
  * Gets current value of property contextPath.
7524
8002
  *
@@ -7533,6 +8011,13 @@ declare namespace sap {
7533
8011
  * @returns Value of property `hideOnNoData`
7534
8012
  */
7535
8013
  setHideOnNoData(): boolean;
8014
+ /**
8015
+ * Gets current value of property linkAriaText.
8016
+ *
8017
+ *
8018
+ * @returns Value of property `linkAriaText`
8019
+ */
8020
+ setLinkAriaText(): string;
7536
8021
  /**
7537
8022
  * Gets current value of property metaPath.
7538
8023
  *
@@ -7554,6 +8039,13 @@ declare namespace sap {
7554
8039
  * @returns Value of property `size`
7555
8040
  */
7556
8041
  setSize(): string;
8042
+ /**
8043
+ * Gets current value of property titleAsLink.
8044
+ *
8045
+ *
8046
+ * @returns Value of property `titleAsLink`
8047
+ */
8048
+ setTitleAsLink(): boolean;
7557
8049
  }
7558
8050
  /**
7559
8051
  * Building block for creating a MultiValueField based on the metadata provided by OData V4.
@@ -7747,6 +8239,34 @@ declare namespace sap {
7747
8239
  __implements__sap_fe_core_IRowBindingInterface: boolean;
7748
8240
  __implements__sap_fe_macros_Table_ITableBlock: boolean;
7749
8241
 
8242
+ /**
8243
+ * Adds an action to the table.
8244
+ *
8245
+ * @since 1.145.0
8246
+ * @experimental As of version 1.145.0.
8247
+ *
8248
+ * @returns Reference to this to allow method chaining
8249
+ */
8250
+ addAction(
8251
+ /**
8252
+ * The action to add
8253
+ */
8254
+ action: sap.fe.macros.table.Action
8255
+ ): this;
8256
+ /**
8257
+ * Adds a column to the table.
8258
+ *
8259
+ * @since 1.145.0
8260
+ * @experimental As of version 1.145.0.
8261
+ *
8262
+ * @returns Reference to this to allow method chaining
8263
+ */
8264
+ addColumn(
8265
+ /**
8266
+ * The column to add
8267
+ */
8268
+ column: sap.fe.macros.table.Column
8269
+ ): this;
7750
8270
  /**
7751
8271
  * Adds a message to the table.
7752
8272
  * The message applies to the whole table and not to an individual table row.
@@ -8058,6 +8578,34 @@ declare namespace sap {
8058
8578
  * Requests a refresh of the table.
8059
8579
  */
8060
8580
  refresh(): void;
8581
+ /**
8582
+ * Removes an action from the table.
8583
+ *
8584
+ * @since 1.145.0
8585
+ * @experimental As of version 1.145.0.
8586
+ *
8587
+ * @returns The removed action or null
8588
+ */
8589
+ removeAction(
8590
+ /**
8591
+ * The action to remove, or its index or ID
8592
+ */
8593
+ action: number | sap.fe.macros.table.Action | string
8594
+ ): null | sap.fe.macros.table.Action;
8595
+ /**
8596
+ * Removes a column from the table.
8597
+ *
8598
+ * @since 1.145.0
8599
+ * @experimental As of version 1.145.0.
8600
+ *
8601
+ * @returns The removed column or null
8602
+ */
8603
+ removeColumn(
8604
+ /**
8605
+ * The column to remove, or its index or ID
8606
+ */
8607
+ column: number | sap.fe.macros.table.Column | string
8608
+ ): null | sap.fe.macros.table.Column;
8061
8609
  /**
8062
8610
  * Removes a message from the table.
8063
8611
  */
@@ -8083,7 +8631,7 @@ declare namespace sap {
8083
8631
  * @since 1.124.0
8084
8632
  * @experimental As of version 1.124.0.
8085
8633
  *
8086
- * @returns Reference to this in order to allow method chaining
8634
+ * @returns Reference to this to allow method chaining
8087
8635
  */
8088
8636
  setIgnoredFields(
8089
8637
  /**
@@ -8138,6 +8686,34 @@ declare namespace sap {
8138
8686
  * {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/table/treeTable Overview of Tree Table Building Block}
8139
8687
  */
8140
8688
  class TreeTable extends sap.fe.macros.MacroAPI {
8689
+ /**
8690
+ * Adds an action to the table.
8691
+ *
8692
+ * @since 1.145.0
8693
+ * @experimental As of version 1.145.0.
8694
+ *
8695
+ * @returns Reference to this to allow method chaining
8696
+ */
8697
+ addAction(
8698
+ /**
8699
+ * The action to add
8700
+ */
8701
+ action: sap.fe.macros.table.Action
8702
+ ): this;
8703
+ /**
8704
+ * Adds a column to the table.
8705
+ *
8706
+ * @since 1.145.0
8707
+ * @experimental As of version 1.145.0.
8708
+ *
8709
+ * @returns Reference to this to allow method chaining
8710
+ */
8711
+ addColumn(
8712
+ /**
8713
+ * The column to add
8714
+ */
8715
+ column: sap.fe.macros.table.Column
8716
+ ): this;
8141
8717
  /**
8142
8718
  * Adds a message to the table.
8143
8719
  * The message applies to the whole table and not to an individual table row.
@@ -8449,6 +9025,34 @@ declare namespace sap {
8449
9025
  * Requests a refresh of the table.
8450
9026
  */
8451
9027
  refresh(): void;
9028
+ /**
9029
+ * Removes an action from the table.
9030
+ *
9031
+ * @since 1.145.0
9032
+ * @experimental As of version 1.145.0.
9033
+ *
9034
+ * @returns The removed action or null
9035
+ */
9036
+ removeAction(
9037
+ /**
9038
+ * The action to remove, or its index or ID
9039
+ */
9040
+ action: number | sap.fe.macros.table.Action | string
9041
+ ): null | sap.fe.macros.table.Action;
9042
+ /**
9043
+ * Removes a column from the table.
9044
+ *
9045
+ * @since 1.145.0
9046
+ * @experimental As of version 1.145.0.
9047
+ *
9048
+ * @returns The removed column or null
9049
+ */
9050
+ removeColumn(
9051
+ /**
9052
+ * The column to remove, or its index or ID
9053
+ */
9054
+ column: number | sap.fe.macros.table.Column | string
9055
+ ): null | sap.fe.macros.table.Column;
8452
9056
  /**
8453
9057
  * Removes a message from the table.
8454
9058
  */
@@ -8474,7 +9078,7 @@ declare namespace sap {
8474
9078
  * @since 1.124.0
8475
9079
  * @experimental As of version 1.124.0.
8476
9080
  *
8477
- * @returns Reference to this in order to allow method chaining
9081
+ * @returns Reference to this to allow method chaining
8478
9082
  */
8479
9083
  setIgnoredFields(
8480
9084
  /**
@@ -9004,6 +9608,14 @@ declare namespace sap {
9004
9608
  MessageButton
9005
9609
  >;
9006
9610
 
9611
+ /**
9612
+ * Event object of the MicroChart#titlePress event.
9613
+ */
9614
+ type MicroChart$TitlePressEvent = sap.ui.base.Event<
9615
+ MicroChart$TitlePressEventParameters,
9616
+ MicroChart
9617
+ >;
9618
+
9007
9619
  /**
9008
9620
  * Event object of the Status#press event.
9009
9621
  */
@@ -9087,6 +9699,8 @@ declare namespace sap {
9087
9699
  }
9088
9700
 
9089
9701
  interface IUI5DefineDependencyNames {
9702
+ "sap/fe/macros/AINotice": undefined;
9703
+
9090
9704
  "sap/fe/macros/Chart": undefined;
9091
9705
 
9092
9706
  "sap/fe/macros/chart/Action": undefined;
@@ -9105,6 +9719,8 @@ declare namespace sap {
9105
9719
 
9106
9720
  "sap/fe/macros/ConditionalSwitchProperty": undefined;
9107
9721
 
9722
+ "sap/fe/macros/controls/BaseAction": undefined;
9723
+
9108
9724
  "sap/fe/macros/controls/BuildingBlockObjectProperty": undefined;
9109
9725
 
9110
9726
  "sap/fe/macros/controls/BuildingBlockWithTemplating": undefined;
@@ -9125,6 +9741,8 @@ declare namespace sap {
9125
9741
 
9126
9742
  "sap/fe/macros/filterBar/FilterField": undefined;
9127
9743
 
9744
+ "sap/fe/macros/filterBar/FilterFieldOverride": undefined;
9745
+
9128
9746
  "sap/fe/macros/form/Form.block": undefined;
9129
9747
 
9130
9748
  "sap/fe/macros/FormElement": undefined;
@@ -9179,6 +9797,12 @@ declare namespace sap {
9179
9797
 
9180
9798
  "sap/fe/macros/table/ColumnOverride": undefined;
9181
9799
 
9800
+ "sap/fe/macros/table/ITableAction": undefined;
9801
+
9802
+ "sap/fe/macros/table/ITableActionOrGroup": undefined;
9803
+
9804
+ "sap/fe/macros/table/ITableColumn": undefined;
9805
+
9182
9806
  "sap/fe/macros/table/MassEdit": undefined;
9183
9807
 
9184
9808
  "sap/fe/macros/table/OverflowGroups": undefined;