@sapui5/ts-types-esm 1.140.0 → 1.141.1

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 (70) hide show
  1. package/package.json +1 -1
  2. package/types/{sap.ui.commons.d.ts → commons-1.141.0-esm-d.ts} +1 -1
  3. package/types/{sap.ui.core.d.ts → core-1.141.0-esm-d.ts} +130 -67
  4. package/types/dt-1.141.0-esm-d.ts +208 -0
  5. package/types/index.d.ts +7 -7
  6. package/types/{sap.ui.mdc.d.ts → mdc-1.141.0-esm-d.ts} +4 -4
  7. package/types/{sap.m.d.ts → mobile-1.141.0-esm-d.ts} +78 -9
  8. package/types/sap.apf.d.ts +1 -1
  9. package/types/sap.ca.ui.d.ts +1 -1
  10. package/types/sap.chart.d.ts +1 -1
  11. package/types/sap.collaboration.d.ts +1 -1
  12. package/types/sap.esh.search.ui.d.ts +2680 -1
  13. package/types/sap.f.d.ts +44 -3
  14. package/types/sap.fe.ariba.d.ts +1 -1
  15. package/types/sap.fe.base.d.ts +1 -1
  16. package/types/sap.fe.controls.d.ts +1 -1
  17. package/types/sap.fe.core.d.ts +84 -1
  18. package/types/sap.fe.ina.d.ts +1 -1
  19. package/types/sap.fe.macros.d.ts +367 -42
  20. package/types/sap.fe.navigation.d.ts +13 -15
  21. package/types/sap.fe.placeholder.d.ts +1 -1
  22. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  23. package/types/sap.fe.templates.d.ts +1 -1
  24. package/types/sap.fe.test.d.ts +1 -1
  25. package/types/sap.fe.tools.d.ts +1 -1
  26. package/types/sap.feedback.ui.d.ts +1 -1
  27. package/types/sap.gantt.d.ts +7 -1
  28. package/types/sap.insights.d.ts +1 -1
  29. package/types/sap.makit.d.ts +1 -1
  30. package/types/sap.me.d.ts +1 -1
  31. package/types/sap.ndc.d.ts +1 -1
  32. package/types/sap.ovp.d.ts +1 -1
  33. package/types/sap.rules.ui.d.ts +1 -1
  34. package/types/sap.sac.df.d.ts +20 -5
  35. package/types/sap.suite.ui.commons.d.ts +1 -1
  36. package/types/sap.suite.ui.generic.template.d.ts +41 -5
  37. package/types/sap.suite.ui.microchart.d.ts +1 -1
  38. package/types/sap.ui.codeeditor.d.ts +1 -1
  39. package/types/sap.ui.comp.d.ts +1 -1
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +8 -7
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +1 -1
  45. package/types/sap.ui.layout.d.ts +63 -47
  46. package/types/sap.ui.richtexteditor.d.ts +309 -9
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +18 -4
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +55 -3
  53. package/types/sap.ui.vbm.d.ts +1 -1
  54. package/types/sap.ui.vk.d.ts +132 -1
  55. package/types/sap.ui.vtm.d.ts +1 -1
  56. package/types/sap.ui.webc.common.d.ts +1 -1
  57. package/types/sap.ui.webc.fiori.d.ts +1 -1
  58. package/types/sap.ui.webc.main.d.ts +1 -1
  59. package/types/sap.uiext.inbox.d.ts +1 -1
  60. package/types/sap.ushell.d.ts +32 -3
  61. package/types/sap.ushell_abap.d.ts +5 -1
  62. package/types/sap.uxap.d.ts +1 -1
  63. package/types/sap.viz.d.ts +1 -1
  64. package/types/sap.webanalytics.core.d.ts +1 -1
  65. package/types/sap.zen.commons.d.ts +1 -1
  66. package/types/sap.zen.crosstab.d.ts +1 -1
  67. package/types/sap.zen.dsh.d.ts +1 -1
  68. package/types/{sap.tnt.d.ts → tnt-1.141.0-esm-d.ts} +1 -1
  69. package/types/{sap.ui.ux3.d.ts → ux3-1.141.0-esm-d.ts} +1 -1
  70. package/types/sap.ui.dt.d.ts +0 -7
@@ -0,0 +1,208 @@
1
+ // For Library Version: 1.141.0
2
+
3
+ declare module "sap/ui/dt/library" {
4
+ export namespace designtime {
5
+ namespace DesignTimeMetadata {
6
+ /**
7
+ * Object containing the aggregation configuration
8
+ */
9
+ type Aggregation = {
10
+ /**
11
+ * Used to ignore the aggregation (and all its children) at design time. For example, this can be used to
12
+ * ignore deprecated or duplicated aggregations as well as aggregations irrelevant during the design time
13
+ * (such as dependents). If the value is true, then no overlays will be created for the aggregation and
14
+ * its children. For more options on how to disable actions in design time please refer to the UI5 Demo
15
+ * Kit.
16
+ */
17
+ ignore?: boolean | Function;
18
+ /**
19
+ * Defines the DOM reference of the aggregation. The DOM reference is used to calculate the dimension of
20
+ * the aggregation at design time. This is needed, for instance, to make drag&drop possible. If no domRef
21
+ * property is given, a heuristic is used to calculate the dimension of the aggregation from its children
22
+ * during the design time.
23
+ */
24
+ domRef?: string | Function;
25
+ /**
26
+ * Provide or compute name for the controls inside the aggregation which is understandable for the key user.
27
+ * This is needed for the "addODataProperty" and "createContainer" action to show the names in the context
28
+ * menu (Add , Available ). Name the control based on the general UI concept and follow
29
+ * the guidance from https://experience.sap.com/fiori-design/. The key user doesn't care about the difference
30
+ * between a smart, mobile, or responsive version of a form, it's just a form.
31
+ */
32
+ childNames?:
33
+ | {
34
+ /**
35
+ * i18n key from library's design-time resource bundle or function returning the translated text
36
+ */
37
+ singular: string | Function;
38
+ /**
39
+ * i18n key from library's design-time resource bundle or function returning the translated text
40
+ */
41
+ plural: string | Function;
42
+ }
43
+ | Function;
44
+ /**
45
+ * Actions that can be performed on the aggregation (e.g. move).
46
+ */
47
+ actions?: object;
48
+ /**
49
+ * Returns DesignTime-Metadata object which extends or overrides existing metadata of a successor control.
50
+ * In the negative case it returns the boolean "false" value. The propagateMetadata function gets 2 parameters
51
+ * passed through during execution: oControl and oRelevantContainerControl. The second parameter is the
52
+ * control which has defined this propagation function. It can be used if you need to know the relevantContainer
53
+ * during the execution of the function.
54
+ */
55
+ propagateMetadata?: Function;
56
+ /**
57
+ * Defines the relevant container control for the actions which belong to successor controls.
58
+ */
59
+ propagateRelevantContainer?: boolean | Function;
60
+ };
61
+
62
+ /**
63
+ * Object containing the association configuration
64
+ */
65
+ type Association = {
66
+ /**
67
+ * Can be used to tell the design time that it should follow the association hierarchy. This is used by
68
+ * controls like e.g. the componentContainer that should allow to follow the association component, which
69
+ * defines the control hierarchy but is not a real aggregation (more isolation, regarding model propagation/rendering/eventing/...).
70
+ */
71
+ aggregationLike: boolean;
72
+ };
73
+
74
+ /**
75
+ * Object containing the aggregation configuration
76
+ */
77
+ type Property = {
78
+ /**
79
+ * Used to ignore the property at design time. For example, this can be used to ignore deprecated properties
80
+ * or properties that shall not be changed during design time.
81
+ */
82
+ ignore?: boolean | Function;
83
+ };
84
+ }
85
+
86
+ /**
87
+ * Object containing a sample design time configuration
88
+ */
89
+ type DesignTimeMetadata = {
90
+ /**
91
+ * Specify or calculate a speaking name for the control (which is understandable to key users). This is
92
+ * needed for the "reveal" action to show the names in the context menu (Add and Available
93
+ * ). Name your control based on the general UI concept and follow the guidance from https://experience.sap.com/fiori-design/.
94
+ * Example: Key users don't care about the difference between a smart, mobile or responsive version of a
95
+ * form, it's just a form.
96
+ */
97
+ name:
98
+ | {
99
+ /**
100
+ * i18n key from library's design-time resource bundle or function returning the translated text
101
+ */
102
+ singular: string | Function;
103
+ /**
104
+ * i18n key from library's design-time resource bundle or function returning the translated text
105
+ */
106
+ plural: string | Function;
107
+ }
108
+ | Function;
109
+ /**
110
+ * Allows to provide a customized getter for the control label that is used in outlines, context menus and
111
+ * actions like "reveal" or "rename". The default implementation tries to get the following properties in
112
+ * that order: `text`, `labelText`, `label`, `title`, `heading`, `dataSourceLabel`
113
+ */
114
+ getLabel?: Function;
115
+ /**
116
+ * Defines the DOM reference of the control
117
+ */
118
+ domRef?: string | Function;
119
+ /**
120
+ * Needed for Elements that are not derived from sap.ui.core.Control. The function should return the visibility
121
+ * of the Element as a boolean (true = visible). This function can be called before the DOM is ready.
122
+ */
123
+ isVisible: Function;
124
+ /**
125
+ * Palette settings for the control.
126
+ */
127
+ palette:
128
+ | {
129
+ /**
130
+ * Possible values: "ACTION", "DISPLAY", "LAYOUT", "LIST", "INPUT", "CONTAINER", "CHART", "TILE"
131
+ */
132
+ group: string | Function;
133
+ /**
134
+ * Preferable as SVG as this icon scales
135
+ */
136
+ icon: string | Function;
137
+ }
138
+ | Function;
139
+ /**
140
+ * Create template will not be inherited, they are special to the current type.
141
+ */
142
+ templates: {
143
+ /**
144
+ * Path to the template file
145
+ */
146
+ create: string;
147
+ };
148
+ /**
149
+ * RTA specific actions that can be performed on the control.
150
+ */
151
+ actions: object;
152
+ /**
153
+ * Configuration for the properties of the control. See sap.ui.dt.DesignTimeMetadata.Property
154
+ */
155
+ properties: object;
156
+ /**
157
+ * Configuration for the aggregations of the control. See sap.ui.dt.DesignTimeMetadata.Aggregation
158
+ */
159
+ aggregations: object;
160
+ /**
161
+ * Describes the associations of the control. Per default no association is followed as overlays should
162
+ * match the control hierarchy. No actions are supported for associations. See sap.ui.dt.DesignTimeMetadata.Association
163
+ */
164
+ associations: object;
165
+ /**
166
+ * Describes the OData annotations that are actively used by your control. This section needs to be filled
167
+ * for controls evaluating annotations. It can be used for documentation purposes, but is also evaluated
168
+ * by UI adaptation at design time.
169
+ */
170
+ annotations: object;
171
+ /**
172
+ * Describes the scroll containers of the control. This is needed when there are more than one aggregation
173
+ * in one scroll container (e.g. ObjectPageLayout: Header + Sections).
174
+ */
175
+ scrollContainers: Array<{
176
+ /**
177
+ * Defines the DOM reference for the scroll wrapper
178
+ */
179
+ domRef: string | Function;
180
+ /**
181
+ * Names of the aggregations inside the scroll wrapper. Two arguments are passed to the function: the control
182
+ * instance and an update function that can be called if the aggregations change.
183
+ */
184
+ aggregations: string[] | Function;
185
+ }>;
186
+ /**
187
+ * This object defines hooks that are being called when a tool, e.g. Runtime Adaptation, is started and
188
+ * stopped. The functions are being called with the control instance as parameter.
189
+ */
190
+ tool: {
191
+ /**
192
+ * Called when the tool is started
193
+ */
194
+ start: Function;
195
+ /**
196
+ * Called when the tool is stopped
197
+ */
198
+ stop: Function;
199
+ };
200
+ };
201
+ }
202
+ }
203
+
204
+ declare namespace sap {
205
+ interface IUI5DefineDependencyNames {
206
+ "sap/ui/dt/library": undefined;
207
+ }
208
+ }
package/types/index.d.ts CHANGED
@@ -17,10 +17,10 @@
17
17
  /// <reference path="./sap.zen.dsh.d.ts"/>
18
18
  /// <reference path="./sap.zen.commons.d.ts"/>
19
19
  /// <reference path="./sap.sac.df.d.ts"/>
20
- /// <reference path="./sap.ui.commons.d.ts"/>
20
+ /// <reference path="./commons-1.141.0-esm-d.ts"/>
21
21
  /// <reference path="./sap.ui.comp.d.ts"/>
22
- /// <reference path="./sap.ui.core.d.ts"/>
23
- /// <reference path="./sap.ui.dt.d.ts"/>
22
+ /// <reference path="./core-1.141.0-esm-d.ts"/>
23
+ /// <reference path="./dt-1.141.0-esm-d.ts"/>
24
24
  /// <reference path="./sap.ui.export.d.ts"/>
25
25
  /// <reference path="./sap.f.d.ts"/>
26
26
  /// <reference path="./sap.ui.fl.d.ts"/>
@@ -32,8 +32,8 @@
32
32
  /// <reference path="./sap.ui.integration.d.ts"/>
33
33
  /// <reference path="./sap.ui.layout.d.ts"/>
34
34
  /// <reference path="./sap.makit.d.ts"/>
35
- /// <reference path="./sap.ui.mdc.d.ts"/>
36
- /// <reference path="./sap.m.d.ts"/>
35
+ /// <reference path="./mdc-1.141.0-esm-d.ts"/>
36
+ /// <reference path="./mobile-1.141.0-esm-d.ts"/>
37
37
  /// <reference path="./sap.me.d.ts"/>
38
38
  /// <reference path="./sap.ndc.d.ts"/>
39
39
  /// <reference path="./sap.ovp.d.ts"/>
@@ -68,12 +68,12 @@
68
68
  /// <reference path="./sap.ui.support.d.ts"/>
69
69
  /// <reference path="./sap.ui.table.d.ts"/>
70
70
  /// <reference path="./sap.ui.testrecorder.d.ts"/>
71
- /// <reference path="./sap.tnt.d.ts"/>
71
+ /// <reference path="./tnt-1.141.0-esm-d.ts"/>
72
72
  /// <reference path="./sap.ca.ui.d.ts"/>
73
73
  /// <reference path="./sap.ui.unified.d.ts"/>
74
74
  /// <reference path="./sap.ushell.d.ts"/>
75
75
  /// <reference path="./sap.ushell_abap.d.ts"/>
76
- /// <reference path="./sap.ui.ux3.d.ts"/>
76
+ /// <reference path="./ux3-1.141.0-esm-d.ts"/>
77
77
  /// <reference path="./sap.uxap.d.ts"/>
78
78
  /// <reference path="./sap.ui.vbm.d.ts"/>
79
79
  /// <reference path="./sap.viz.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1953,9 +1953,9 @@ declare module "sap/ui/mdc/odata/v4/TableDelegate" {
1953
1953
  * If an update is not possible, it rebinds the table.
1954
1954
  *
1955
1955
  * Compares the current and previous state of the table to detect whether rebinding is necessary. The diffing
1956
- * is done for the sorters, filters, aggregation, parameters. Other {@link sap.ui.base.ManagedObject.AggregationBindingInfo binding info }
1957
- * keys, such as `path`, `events`, or `model`, must be provided in `updateBindingInfo`, and those keys must
1958
- * not be changed conditionally.
1956
+ * is done for the sorters, filters, aggregation, parameters, and the path of the binding. Other {@link sap.ui.base.ManagedObject.AggregationBindingInfo binding info }
1957
+ * keys, such as `events` or `model`, must be provided in `updateBindingInfo`, and those keys must not be
1958
+ * changed conditionally.
1959
1959
  *
1960
1960
  * **Note:** To remove a binding info parameter, the value must be set to `undefined` in `updateBindingInfo`.
1961
1961
  * For more information, see {@link sap.ui.model.odata.v4.ODataListBinding#changeParameters}.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -53603,18 +53603,36 @@ declare module "sap/m/ListBase" {
53603
53603
  }
53604
53604
 
53605
53605
  declare module "sap/m/ListItemAction" {
53606
- import Metadata from "sap/ui/base/Metadata";
53606
+ import {
53607
+ default as ListItemActionBase,
53608
+ $ListItemActionBaseSettings,
53609
+ } from "sap/m/ListItemActionBase";
53610
+
53611
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
53607
53612
 
53608
53613
  import { ListItemActionType } from "sap/m/library";
53609
53614
 
53615
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
53616
+
53610
53617
  /**
53611
53618
  * The `sap.m.ListItemAction` control provides the option to define actions directly related to list items.
53612
53619
  *
53613
53620
  * @since 1.137
53614
53621
  */
53615
- export default class ListItemAction
53616
- extends /* was: sap.ui.core.ListItemActionBase */ Object
53617
- {
53622
+ export default class ListItemAction extends ListItemActionBase {
53623
+ /**
53624
+ * Constructor for a new action for list items.
53625
+ *
53626
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
53627
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
53628
+ * of the syntax of the settings object.
53629
+ */
53630
+ constructor(
53631
+ /**
53632
+ * Initial settings for the new control
53633
+ */
53634
+ mSettings?: $ListItemActionSettings
53635
+ );
53618
53636
  /**
53619
53637
  * Constructor for a new action for list items.
53620
53638
  *
@@ -53630,14 +53648,14 @@ declare module "sap/m/ListItemAction" {
53630
53648
  /**
53631
53649
  * Initial settings for the new control
53632
53650
  */
53633
- mSettings?: object
53651
+ mSettings?: $ListItemActionSettings
53634
53652
  );
53635
53653
 
53636
53654
  /**
53637
53655
  * Creates a new subclass of class sap.m.ListItemAction with name `sClassName` and enriches it with the
53638
53656
  * information contained in `oClassInfo`.
53639
53657
  *
53640
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.ListItemActionBase.extend}.
53658
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.m.ListItemActionBase.extend}.
53641
53659
  *
53642
53660
  *
53643
53661
  * @returns Created class / constructor function
@@ -53663,7 +53681,7 @@ declare module "sap/m/ListItemAction" {
53663
53681
  *
53664
53682
  * @returns Metadata object describing this class
53665
53683
  */
53666
- static getMetadata(): Metadata;
53684
+ static getMetadata(): ElementMetadata;
53667
53685
  /**
53668
53686
  * Gets current value of property {@link #getType type}.
53669
53687
  *
@@ -53694,6 +53712,18 @@ declare module "sap/m/ListItemAction" {
53694
53712
  sType?: ListItemActionType | keyof typeof ListItemActionType
53695
53713
  ): this;
53696
53714
  }
53715
+ /**
53716
+ * Describes the settings that can be provided to the ListItemAction constructor.
53717
+ */
53718
+ export interface $ListItemActionSettings extends $ListItemActionBaseSettings {
53719
+ /**
53720
+ * Defines the type of the action.
53721
+ */
53722
+ type?:
53723
+ | (ListItemActionType | keyof typeof ListItemActionType)
53724
+ | PropertyBindingInfo
53725
+ | `{${string}}`;
53726
+ }
53697
53727
  }
53698
53728
 
53699
53729
  declare module "sap/m/ListItemActionBase" {
@@ -88644,6 +88674,11 @@ declare module "sap/m/PDFViewer" {
88644
88674
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
88645
88675
  * when this event is fired, call the preventDefault() method inside the event handler.
88646
88676
  *
88677
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
88678
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
88679
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
88680
+ *
88681
+ * @deprecated As of version 1.141.0. with no replacement.
88647
88682
  *
88648
88683
  * @returns Reference to `this` in order to allow method chaining
88649
88684
  */
@@ -88674,6 +88709,11 @@ declare module "sap/m/PDFViewer" {
88674
88709
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
88675
88710
  * when this event is fired, call the preventDefault() method inside the event handler.
88676
88711
  *
88712
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
88713
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
88714
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
88715
+ *
88716
+ * @deprecated As of version 1.141.0. with no replacement.
88677
88717
  *
88678
88718
  * @returns Reference to `this` in order to allow method chaining
88679
88719
  */
@@ -88743,6 +88783,7 @@ declare module "sap/m/PDFViewer" {
88743
88783
  *
88744
88784
  * The passed function and listener object must match the ones used for event registration.
88745
88785
  *
88786
+ * @deprecated As of version 1.141.0. with no replacement.
88746
88787
  *
88747
88788
  * @returns Reference to `this` in order to allow method chaining
88748
88789
  */
@@ -88789,6 +88830,7 @@ declare module "sap/m/PDFViewer" {
88789
88830
  /**
88790
88831
  * Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
88791
88832
  *
88833
+ * @deprecated As of version 1.141.0. with no replacement.
88792
88834
  * @ui5-protected Do not call from applications (only from related classes in the framework)
88793
88835
  *
88794
88836
  * @returns Reference to `this` in order to allow method chaining
@@ -89320,6 +89362,12 @@ declare module "sap/m/PDFViewer" {
89320
89362
  * configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
89321
89363
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
89322
89364
  * when this event is fired, call the preventDefault() method inside the event handler.
89365
+ *
89366
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
89367
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
89368
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
89369
+ *
89370
+ * @deprecated As of version 1.141.0. with no replacement.
89323
89371
  */
89324
89372
  sourceValidationFailed?: (oEvent: Event) => void;
89325
89373
  }
@@ -89357,11 +89405,15 @@ declare module "sap/m/PDFViewer" {
89357
89405
 
89358
89406
  /**
89359
89407
  * Parameters of the PDFViewer#sourceValidationFailed event.
89408
+ *
89409
+ * @deprecated As of version 1.141.0. with no replacement.
89360
89410
  */
89361
89411
  export interface PDFViewer$SourceValidationFailedEventParameters {}
89362
89412
 
89363
89413
  /**
89364
89414
  * Event object of the PDFViewer#sourceValidationFailed event.
89415
+ *
89416
+ * @deprecated As of version 1.141.0. with no replacement.
89365
89417
  */
89366
89418
  export type PDFViewer$SourceValidationFailedEvent = Event<
89367
89419
  PDFViewer$SourceValidationFailedEventParameters,
@@ -100015,6 +100067,7 @@ declare module "sap/m/Popover" {
100015
100067
  *
100016
100068
  * Any control that needed to be displayed in the header area. When this is set, the showHeader property
100017
100069
  * is ignored, and only this customHeader is shown on the top of popover.
100070
+ * **Note:** To improve accessibility, titles with heading level `H1` should be used inside the custom header.
100018
100071
  */
100019
100072
  getCustomHeader(): Control;
100020
100073
  /**
@@ -100925,6 +100978,7 @@ declare module "sap/m/Popover" {
100925
100978
  /**
100926
100979
  * Any control that needed to be displayed in the header area. When this is set, the showHeader property
100927
100980
  * is ignored, and only this customHeader is shown on the top of popover.
100981
+ * **Note:** To improve accessibility, titles with heading level `H1` should be used inside the custom header.
100928
100982
  */
100929
100983
  customHeader?: Control;
100930
100984
 
@@ -138940,6 +138994,8 @@ declare module "sap/m/TabContainerItem" {
138940
138994
 
138941
138995
  import ElementMetadata from "sap/ui/core/ElementMetadata";
138942
138996
 
138997
+ import TooltipBase from "sap/ui/core/TooltipBase";
138998
+
138943
138999
  import {
138944
139000
  PropertyBindingInfo,
138945
139001
  AggregationBindingInfo,
@@ -139278,6 +139334,18 @@ declare module "sap/m/TabContainerItem" {
139278
139334
  */
139279
139335
  bSuppressInvalidation: boolean
139280
139336
  ): this;
139337
+ /**
139338
+ * Property setter for the icon
139339
+ *
139340
+ *
139341
+ * @returns `this` to allow method chaining
139342
+ */
139343
+ setTooltip(
139344
+ /**
139345
+ * new value of the tooltip aggregation
139346
+ */
139347
+ sTooltip: string | TooltipBase
139348
+ ): this;
139281
139349
  }
139282
139350
  /**
139283
139351
  * Describes the settings that can be provided to the TabContainerItem constructor.
@@ -151358,7 +151426,8 @@ declare module "sap/m/TimePickerClocks" {
151358
151426
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
151359
151427
 
151360
151428
  /**
151361
- * A picker clocks container control used inside the {@link sap.m.TimePicker}.
151429
+ * A picker clocks container control used inside the {@link sap.m.TimePicker}. If you use the control standalone,
151430
+ * please call the {@link #prepareForOpen} method before opening or displaying it.
151362
151431
  *
151363
151432
  * @since 1.90
151364
151433
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/apf/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.1
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/collaboration/library" {
4
4
  /**