@sapui5/ts-types-esm 1.139.0 → 1.141.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.cux.home.d.ts +0 -1623
  7. package/types/sap.esh.search.ui.d.ts +384 -1
  8. package/types/sap.f.d.ts +102 -13
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.base.d.ts +1 -5
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +98 -8
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +369 -51
  15. package/types/sap.fe.navigation.d.ts +13 -15
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +1 -1
  19. package/types/sap.fe.test.d.ts +1 -1
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +47 -11
  23. package/types/sap.insights.d.ts +130 -2
  24. package/types/sap.m.d.ts +722 -282
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +118 -5
  31. package/types/sap.suite.ui.commons.d.ts +1 -1
  32. package/types/sap.suite.ui.generic.template.d.ts +41 -5
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/sap.tnt.d.ts +5 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/sap.ui.commons.d.ts +1 -1
  37. package/types/sap.ui.comp.d.ts +16 -1
  38. package/types/sap.ui.core.d.ts +531 -163
  39. package/types/sap.ui.dt.d.ts +202 -1
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +8 -13
  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 +13 -13
  45. package/types/sap.ui.layout.d.ts +63 -47
  46. package/types/sap.ui.mdc.d.ts +77 -25
  47. package/types/sap.ui.richtexteditor.d.ts +309 -9
  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 +585 -4
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +55 -3
  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 +438 -6
  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 +41 -8
  63. package/types/sap.ushell_abap.d.ts +7 -1
  64. package/types/sap.uxap.d.ts +1 -1
  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
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -10,6 +10,353 @@ declare module "sap/f/library" {
10
10
  }
11
11
  }
12
12
 
13
+ declare module "sap/m/p13n/Engine" {
14
+ import Control from "sap/ui/core/Control";
15
+
16
+ import { FilterStateItem } from "sap/m/p13n/FilterController";
17
+
18
+ import Event from "sap/ui/base/Event";
19
+
20
+ import Metadata from "sap/ui/base/Metadata";
21
+
22
+ import Popup from "sap/m/p13n/Popup";
23
+
24
+ import MetadataHelper from "sap/m/p13n/MetadataHelper";
25
+
26
+ import SelectionController from "sap/m/p13n/SelectionController";
27
+
28
+ /**
29
+ * The personalization state change event.
30
+ *
31
+ * @since 1.140.0
32
+ */
33
+ export type Engine$StateChangeEvent = {
34
+ /**
35
+ * Control for which the state change event was fired.
36
+ */
37
+ control?: Control;
38
+ /**
39
+ * Changed (delta) state of the control. The keys of the object refer to the controller keys used in the
40
+ * `Engine` registration. The values can be an array of any of the following types:
41
+ * - {@link module:sap/m/p13n/Engine$StateChangeEventSelectionState StateChangeEventSelectionState}
42
+ * - {@link module:sap/m/p13n/Engine$StateChangeEventSortState StateChangeEventSortState}
43
+ * - {@link module:sap/m/p13n/Engine$StateChangeEventGroupState StateChangeEventGroupState}
44
+ * - {@link module:sap/m/p13n/Engine$StateChangeEventFilterState StateChangeEventFilterState}
45
+ * - Custom controller state definitions
46
+ */
47
+ state?: Record<
48
+ string,
49
+ | Engine$StateChangeEventSelectionState[]
50
+ | Engine$StateChangeEventSortState[]
51
+ | Engine$StateChangeEventGroupState[]
52
+ | Engine$StateChangeEventFilterState[]
53
+ | any[]
54
+ >;
55
+ };
56
+
57
+ /**
58
+ * The state for changes of the `FilterController`. The keys of the object are the filter keys used in the
59
+ * `Engine` registration. The values are arrays of {@link sap.ui.mdc.condition.ConditionObject ConditionObject}.
60
+ *
61
+ * @since 1.140.0
62
+ */
63
+ export type Engine$StateChangeEventFilterState = Record<
64
+ string,
65
+ FilterStateItem[]
66
+ >;
67
+
68
+ /**
69
+ * The state for changes of the `GroupController`.
70
+ *
71
+ * @since 1.140.0
72
+ */
73
+ export type Engine$StateChangeEventGroupState = {
74
+ /**
75
+ * The key of the affected group order
76
+ */
77
+ key: string;
78
+ /**
79
+ * The position of the group order
80
+ */
81
+ index: number;
82
+ };
83
+
84
+ /**
85
+ * The state for changes of the `SelectionController`.
86
+ *
87
+ * @since 1.140.0
88
+ */
89
+ export type Engine$StateChangeEventSelectionState = {
90
+ /**
91
+ * The key of the item affected
92
+ */
93
+ key: string;
94
+ };
95
+
96
+ /**
97
+ * The state for changes of the `SortController`.
98
+ *
99
+ * @since 1.140.0
100
+ */
101
+ export type Engine$StateChangeEventSortState = {
102
+ /**
103
+ * The key of the affected sort order
104
+ */
105
+ key: string;
106
+ /**
107
+ * The position of the sort order
108
+ */
109
+ index: number;
110
+ /**
111
+ * Indicates whether the sort order is descending
112
+ */
113
+ descending: boolean;
114
+ };
115
+
116
+ /**
117
+ * The `Engine` entity offers personalization capabilities by registering a control instance for modification,
118
+ * such as:
119
+ *
120
+ *
121
+ * - `sap.m.p13n.Popup` initialization
122
+ * - Storing personalization states by choosing the desired persistence layer
123
+ * - State appliance considering the persistence layer
124
+ *
125
+ * The Engine must be used whenever personalization should be enabled by taking a certain persistence layer
126
+ * into account. Available controller implementations for the registration process are:
127
+ *
128
+ *
129
+ * - {@link sap.m.p13n.SelectionController SelectionController}: Used to define a list of selectable entries
130
+ *
131
+ * - {@link sap.m.p13n.SortController SortController}: Used to define a list of sortable properties
132
+ * - {@link sap.m.p13n.GroupController GroupController}: Used to define a list of groupable properties
133
+ *
134
+ *
135
+ * Can be used in combination with `sap.ui.fl.variants.VariantManagement` to persist a state in variants
136
+ * using `sap.ui.fl` capabilities.
137
+ *
138
+ * @since 1.104
139
+ */
140
+ export default class Engine
141
+ extends /* was: sap.m.p13n.modules.AdaptationProvider */ Object
142
+ {
143
+ /**
144
+ * See:
145
+ * {@link https://ui5.sap.com/#/topic/75c08fdebf784575947927e052712bab Personalization}
146
+ */
147
+ constructor();
148
+
149
+ /**
150
+ * Creates a new subclass of class sap.m.p13n.Engine with name `sClassName` and enriches it with the information
151
+ * contained in `oClassInfo`.
152
+ *
153
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.m.p13n.modules.AdaptationProvider.extend}.
154
+ *
155
+ *
156
+ * @returns Created class / constructor function
157
+ */
158
+ static extend<T extends Record<string, unknown>>(
159
+ /**
160
+ * Name of the class being created
161
+ */
162
+ sClassName: string,
163
+ /**
164
+ * Object literal with information about the class
165
+ */
166
+ oClassInfo?: sap.ClassInfo<T, Engine>,
167
+ /**
168
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
169
+ * used by this class
170
+ */
171
+ FNMetaImpl?: Function
172
+ ): Function;
173
+ /**
174
+ * This method is the central point of access to the Engine Singleton.
175
+ *
176
+ *
177
+ * @returns The Engine instance
178
+ */
179
+ static getInstance(): Engine;
180
+ /**
181
+ * Returns a metadata object for class sap.m.p13n.Engine.
182
+ *
183
+ *
184
+ * @returns Metadata object describing this class
185
+ */
186
+ static getMetadata(): Metadata;
187
+ /**
188
+ * Applies a state to a control by passing an object that contains the registered controller key and an
189
+ * object matching the inner subcontroller logic.
190
+ *
191
+ *
192
+ * @returns A Promise resolving after the state has been applied
193
+ */
194
+ applyState(
195
+ /**
196
+ * The registered control instance
197
+ */
198
+ oControl: Control,
199
+ /**
200
+ * The state object
201
+ */
202
+ oState: State
203
+ ): Promise<State>;
204
+ /**
205
+ * Attaches an event handler to the `StateHandlerRegistry` class. The event handler is fired every time
206
+ * a user triggers a personalization change for a control instance during runtime.
207
+ *
208
+ *
209
+ * @returns Returns `this` to allow method chaining
210
+ */
211
+ attachStateChange(
212
+ /**
213
+ * The handler function to call when the event occurs
214
+ */
215
+ fnStateEventHandler: (p1: Engine$StateChangeEvent) => void,
216
+ /**
217
+ * The context object to call the event handler with (value of `this` in the event handler function).
218
+ */
219
+ oListener?: object
220
+ ): this;
221
+ /**
222
+ * Unregisters a registered control. By unregistering a control the control is removed from the `Engine`
223
+ * registry, and all instance-specific submodules, such as the registered controllers, are destroyed.
224
+ */
225
+ deregister(
226
+ /**
227
+ * The registered control instance
228
+ */
229
+ oControl: Control
230
+ ): void;
231
+ /**
232
+ * Removes a previously attached state change event handler from the `StateHandlerRegistry` class. The passed
233
+ * parameters must match those used for registration with {@link sap.m.p13n.Engine#attachStateChange} beforehand.
234
+ *
235
+ *
236
+ * @returns Returns `this` to allow method chaining
237
+ */
238
+ detachStateChange(
239
+ /**
240
+ * The handler function to detach from the event
241
+ */
242
+ fnStateEventHandler: (p1: Event) => void,
243
+ /**
244
+ * The context object to call the event handler with (value of `this` in the event handler function).
245
+ */
246
+ oListener?: object
247
+ ): this;
248
+
249
+ register(
250
+ /**
251
+ * The control instance to be registered for adaptation
252
+ */
253
+ oControl: Control,
254
+ /**
255
+ * The Engine registration configuration
256
+ */
257
+ oConfig: EngineRegistrationConfig
258
+ ): void;
259
+ /**
260
+ * This method can be used to trigger a reset to the provided control instance.
261
+ *
262
+ *
263
+ * @returns A Promise resolving once the reset is completed
264
+ */
265
+ reset(
266
+ /**
267
+ * The related control instance
268
+ */
269
+ oControl: Control,
270
+ /**
271
+ * The key for the affected configuration
272
+ */
273
+ aKeys: string
274
+ ): Promise<null>;
275
+ /**
276
+ * Retrieves the state for a given control instance after all necessary changes have been applied (e.g.
277
+ * modification handler appliance). After the returned `Promise` has been resolved, the returned state is
278
+ * in sync with the related state object of the control.
279
+ *
280
+ *
281
+ * @returns A Promise resolving in the current control state
282
+ */
283
+ retrieveState(
284
+ /**
285
+ * The control instance implementing IxState to retrieve the externalized state
286
+ */
287
+ oControl: Control
288
+ ): Promise<State>;
289
+ /**
290
+ * Opens the personalization dialog.
291
+ *
292
+ *
293
+ * @returns Promise resolving in the `sap.m.p13n.Popup` instance
294
+ */
295
+ show(
296
+ /**
297
+ * The control instance that is personalized
298
+ */
299
+ oControl: Control,
300
+ /**
301
+ * The affected panels that are added to the `sap.m.p13n.Popup`
302
+ */
303
+ vPanelKeys: string | string[],
304
+ /**
305
+ * The settings object for the personalization
306
+ */
307
+ mSettings: {
308
+ /**
309
+ * The title for the `sap.m.p13n.Popup` control
310
+ */
311
+ title?: string;
312
+ /**
313
+ * The source control to be used by the `sap.m.p13n.Popup` control (only necessary if the mode is set to
314
+ * `ResponsivePopover`)
315
+ */
316
+ source?: Control;
317
+ /**
318
+ * The mode is used by the `sap.m.p13n.Popup` control
319
+ */
320
+ mode?: object;
321
+ /**
322
+ * Height configuration for the related popup container
323
+ */
324
+ contentHeight?: object;
325
+ /**
326
+ * Width configuration for the related popup container
327
+ */
328
+ contentWidth?: object;
329
+ }
330
+ ): Promise<Popup>;
331
+ }
332
+ /**
333
+ * The central registration for personalization functionality. The registration is a precondition for using
334
+ * `Engine` functionality for a control instance. Once the control instance has been registered, it can
335
+ * be passed to the related `Engine` methods that always expect a control instance as parameter. Only registered
336
+ * control instances can be used for personalization through the `Engine`.
337
+ */
338
+ export type EngineRegistrationConfig = {
339
+ /**
340
+ * The `{@link sap.m.p13n.MetadataHelper MetadataHelper}` to provide metadata-specific information. It may
341
+ * be used to define more granular information for the selection of items.
342
+ */
343
+ helper: MetadataHelper;
344
+ /**
345
+ * A map of arbitrary keys that contain a controller instance as value. The key must be unique and needs
346
+ * to be provided for later access when using `Engine` functionality specific for one controller type.
347
+ */
348
+ controller: Record<string, SelectionController>;
349
+ };
350
+
351
+ export type State = {
352
+ /**
353
+ * A map of arbitrary keys that contain a controller instance as value. The key must be unique and needs
354
+ * to be provided for later access when using `Engine` functionality specific for one controller type.
355
+ */
356
+ controller: Record<string, Object[]>;
357
+ };
358
+ }
359
+
13
360
  declare module "sap/m/library" {
14
361
  import Control from "sap/ui/core/Control";
15
362
 
@@ -2869,6 +3216,27 @@ declare module "sap/m/library" {
2869
3216
  */
2870
3217
  None = "None",
2871
3218
  }
3219
+ /**
3220
+ * Enumeration for different separators for two columns layout when Select is in read-only mode.
3221
+ *
3222
+ * This enum is part of the 'sap/m/library' module export and must be accessed by the property 'SelectTwoColumnSeparator'.
3223
+ *
3224
+ * @since 1.140
3225
+ */
3226
+ export enum SelectTwoColumnSeparator {
3227
+ /**
3228
+ * Will show bullet(·) as separator on two columns layout when Select is in read-only mode.
3229
+ */
3230
+ Bullet = "Bullet",
3231
+ /**
3232
+ * Will show N-dash(–) as separator on two columns layout when Select is in read-only mode.
3233
+ */
3234
+ Dash = "Dash",
3235
+ /**
3236
+ * Will show vertical line(|) as separator on two columns layout when Select is in read-only mode.
3237
+ */
3238
+ VerticalLine = "VerticalLine",
3239
+ }
2872
3240
  /**
2873
3241
  * Enumeration for different Select types.
2874
3242
  *
@@ -8010,6 +8378,66 @@ declare module "sap/m/AvatarBadgeColor" {
8010
8378
  * Accent 9
8011
8379
  */
8012
8380
  Accent9 = "Accent9",
8381
+ /**
8382
+ * Indication 1
8383
+ *
8384
+ * @since 1.140.0
8385
+ */
8386
+ Indication1 = "Indication1",
8387
+ /**
8388
+ * Indication 10
8389
+ *
8390
+ * @since 1.140.0
8391
+ */
8392
+ Indication10 = "Indication10",
8393
+ /**
8394
+ * Indication 2
8395
+ *
8396
+ * @since 1.140.0
8397
+ */
8398
+ Indication2 = "Indication2",
8399
+ /**
8400
+ * Indication 3
8401
+ *
8402
+ * @since 1.140.0
8403
+ */
8404
+ Indication3 = "Indication3",
8405
+ /**
8406
+ * Indication 4
8407
+ *
8408
+ * @since 1.140.0
8409
+ */
8410
+ Indication4 = "Indication4",
8411
+ /**
8412
+ * Indication 5
8413
+ *
8414
+ * @since 1.140.0
8415
+ */
8416
+ Indication5 = "Indication5",
8417
+ /**
8418
+ * Indication 6
8419
+ *
8420
+ * @since 1.140.0
8421
+ */
8422
+ Indication6 = "Indication6",
8423
+ /**
8424
+ * Indication 7
8425
+ *
8426
+ * @since 1.140.0
8427
+ */
8428
+ Indication7 = "Indication7",
8429
+ /**
8430
+ * Indication 8
8431
+ *
8432
+ * @since 1.140.0
8433
+ */
8434
+ Indication8 = "Indication8",
8435
+ /**
8436
+ * Indication 9
8437
+ *
8438
+ * @since 1.140.0
8439
+ */
8440
+ Indication9 = "Indication9",
8013
8441
  }
8014
8442
  export default AvatarBadgeColor;
8015
8443
  }
@@ -51589,12 +52017,12 @@ declare module "sap/m/ListBase" {
51589
52017
  * for the `selected` property of the item is not used. It also needs to be turned off if the binding context
51590
52018
  * of the item does not always point to the same entry in the model, for example, if the order of the data
51591
52019
  * in the `JSONModel` is changed. **Note:** This feature leverages the built-in selection mechanism of the
51592
- * corresponding binding context when the OData V4 model is used. Therefore, all binding-relevant limitations
52020
+ * corresponding binding context if the OData V4 model is used. Therefore, all binding-relevant limitations
51593
52021
  * apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
51594
52022
  * the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
51595
- * API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
51596
- * active. **Note:** If this property is set to `false`, a possible binding context update of items (for
51597
- * example, filtering or sorting the list binding) would clear the selection of the items.
52023
+ * API documentation. Do not enable this feature if `$$sharedRequest` or `$$clearSelectionOnFilter` is active.
52024
+ * **Note:** If this property is set to `false`, a possible binding context update of items (for example,
52025
+ * filtering or sorting the list binding) would clear the selection of the items.
51598
52026
  *
51599
52027
  * Default value is `true`.
51600
52028
  *
@@ -52292,12 +52720,12 @@ declare module "sap/m/ListBase" {
52292
52720
  * for the `selected` property of the item is not used. It also needs to be turned off if the binding context
52293
52721
  * of the item does not always point to the same entry in the model, for example, if the order of the data
52294
52722
  * in the `JSONModel` is changed. **Note:** This feature leverages the built-in selection mechanism of the
52295
- * corresponding binding context when the OData V4 model is used. Therefore, all binding-relevant limitations
52723
+ * corresponding binding context if the OData V4 model is used. Therefore, all binding-relevant limitations
52296
52724
  * apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
52297
52725
  * the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
52298
- * API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
52299
- * active. **Note:** If this property is set to `false`, a possible binding context update of items (for
52300
- * example, filtering or sorting the list binding) would clear the selection of the items.
52726
+ * API documentation. Do not enable this feature if `$$sharedRequest` or `$$clearSelectionOnFilter` is active.
52727
+ * **Note:** If this property is set to `false`, a possible binding context update of items (for example,
52728
+ * filtering or sorting the list binding) would clear the selection of the items.
52301
52729
  *
52302
52730
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
52303
52731
  *
@@ -52669,12 +53097,12 @@ declare module "sap/m/ListBase" {
52669
53097
  * for the `selected` property of the item is not used. It also needs to be turned off if the binding context
52670
53098
  * of the item does not always point to the same entry in the model, for example, if the order of the data
52671
53099
  * in the `JSONModel` is changed. **Note:** This feature leverages the built-in selection mechanism of the
52672
- * corresponding binding context when the OData V4 model is used. Therefore, all binding-relevant limitations
53100
+ * corresponding binding context if the OData V4 model is used. Therefore, all binding-relevant limitations
52673
53101
  * apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
52674
53102
  * the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
52675
- * API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
52676
- * active. **Note:** If this property is set to `false`, a possible binding context update of items (for
52677
- * example, filtering or sorting the list binding) would clear the selection of the items.
53103
+ * API documentation. Do not enable this feature if `$$sharedRequest` or `$$clearSelectionOnFilter` is active.
53104
+ * **Note:** If this property is set to `false`, a possible binding context update of items (for example,
53105
+ * filtering or sorting the list binding) would clear the selection of the items.
52678
53106
  *
52679
53107
  * @since 1.16.6
52680
53108
  */
@@ -53175,18 +53603,36 @@ declare module "sap/m/ListBase" {
53175
53603
  }
53176
53604
 
53177
53605
  declare module "sap/m/ListItemAction" {
53178
- 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";
53179
53612
 
53180
53613
  import { ListItemActionType } from "sap/m/library";
53181
53614
 
53615
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
53616
+
53182
53617
  /**
53183
53618
  * The `sap.m.ListItemAction` control provides the option to define actions directly related to list items.
53184
53619
  *
53185
53620
  * @since 1.137
53186
53621
  */
53187
- export default class ListItemAction
53188
- extends /* was: sap.ui.core.ListItemActionBase */ Object
53189
- {
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
+ );
53190
53636
  /**
53191
53637
  * Constructor for a new action for list items.
53192
53638
  *
@@ -53202,14 +53648,14 @@ declare module "sap/m/ListItemAction" {
53202
53648
  /**
53203
53649
  * Initial settings for the new control
53204
53650
  */
53205
- mSettings?: object
53651
+ mSettings?: $ListItemActionSettings
53206
53652
  );
53207
53653
 
53208
53654
  /**
53209
53655
  * Creates a new subclass of class sap.m.ListItemAction with name `sClassName` and enriches it with the
53210
53656
  * information contained in `oClassInfo`.
53211
53657
  *
53212
- * `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}.
53213
53659
  *
53214
53660
  *
53215
53661
  * @returns Created class / constructor function
@@ -53235,7 +53681,7 @@ declare module "sap/m/ListItemAction" {
53235
53681
  *
53236
53682
  * @returns Metadata object describing this class
53237
53683
  */
53238
- static getMetadata(): Metadata;
53684
+ static getMetadata(): ElementMetadata;
53239
53685
  /**
53240
53686
  * Gets current value of property {@link #getType type}.
53241
53687
  *
@@ -53266,6 +53712,18 @@ declare module "sap/m/ListItemAction" {
53266
53712
  sType?: ListItemActionType | keyof typeof ListItemActionType
53267
53713
  ): this;
53268
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
+ }
53269
53727
  }
53270
53728
 
53271
53729
  declare module "sap/m/ListItemActionBase" {
@@ -62163,6 +62621,12 @@ declare module "sap/m/MessageView" {
62163
62621
  */
62164
62622
  mSettings?: $MessageViewSettings
62165
62623
  );
62624
+ /**
62625
+ * Defines whether the custom header of details page will be shown.
62626
+ *
62627
+ * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
62628
+ */
62629
+ _bShowCustomHeader: boolean;
62166
62630
 
62167
62631
  /**
62168
62632
  * Creates a new subclass of class sap.m.MessageView with name `sClassName` and enriches it with the information
@@ -62470,6 +62934,55 @@ declare module "sap/m/MessageView" {
62470
62934
  */
62471
62935
  oListener?: object
62472
62936
  ): this;
62937
+ /**
62938
+ * Attaches event handler `fnFunction` to the {@link #event:onClose onClose} event of this `sap.m.MessageView`.
62939
+ *
62940
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
62941
+ * otherwise it will be bound to this `sap.m.MessageView` itself.
62942
+ *
62943
+ * Event fired when the close button in custom header is clicked.
62944
+ *
62945
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
62946
+ *
62947
+ * @returns Reference to `this` in order to allow method chaining
62948
+ */
62949
+ attachOnClose(
62950
+ /**
62951
+ * An application-specific payload object that will be passed to the event handler along with the event
62952
+ * object when firing the event
62953
+ */
62954
+ oData: object,
62955
+ /**
62956
+ * The function to be called when the event occurs
62957
+ */
62958
+ fnFunction: (p1: Event) => void,
62959
+ /**
62960
+ * Context object to call the event handler with. Defaults to this `sap.m.MessageView` itself
62961
+ */
62962
+ oListener?: object
62963
+ ): this;
62964
+ /**
62965
+ * Attaches event handler `fnFunction` to the {@link #event:onClose onClose} event of this `sap.m.MessageView`.
62966
+ *
62967
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
62968
+ * otherwise it will be bound to this `sap.m.MessageView` itself.
62969
+ *
62970
+ * Event fired when the close button in custom header is clicked.
62971
+ *
62972
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
62973
+ *
62974
+ * @returns Reference to `this` in order to allow method chaining
62975
+ */
62976
+ attachOnClose(
62977
+ /**
62978
+ * The function to be called when the event occurs
62979
+ */
62980
+ fnFunction: (p1: Event) => void,
62981
+ /**
62982
+ * Context object to call the event handler with. Defaults to this `sap.m.MessageView` itself
62983
+ */
62984
+ oListener?: object
62985
+ ): this;
62473
62986
  /**
62474
62987
  * Attaches event handler `fnFunction` to the {@link #event:urlValidated urlValidated} event of this `sap.m.MessageView`.
62475
62988
  *
@@ -62625,6 +63138,25 @@ declare module "sap/m/MessageView" {
62625
63138
  */
62626
63139
  oListener?: object
62627
63140
  ): this;
63141
+ /**
63142
+ * Detaches event handler `fnFunction` from the {@link #event:onClose onClose} event of this `sap.m.MessageView`.
63143
+ *
63144
+ * The passed function and listener object must match the ones used for event registration.
63145
+ *
63146
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
63147
+ *
63148
+ * @returns Reference to `this` in order to allow method chaining
63149
+ */
63150
+ detachOnClose(
63151
+ /**
63152
+ * The function to be called, when the event occurs
63153
+ */
63154
+ fnFunction: (p1: Event) => void,
63155
+ /**
63156
+ * Context object on which the given function had to be called
63157
+ */
63158
+ oListener?: object
63159
+ ): this;
62628
63160
  /**
62629
63161
  * Detaches event handler `fnFunction` from the {@link #event:urlValidated urlValidated} event of this `sap.m.MessageView`.
62630
63162
  *
@@ -62710,6 +63242,19 @@ declare module "sap/m/MessageView" {
62710
63242
  */
62711
63243
  mParameters?: object
62712
63244
  ): this;
63245
+ /**
63246
+ * Fires event {@link #event:onClose onClose} to attached listeners.
63247
+ *
63248
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
63249
+ *
63250
+ * @returns Reference to `this` in order to allow method chaining
63251
+ */
63252
+ fireOnClose(
63253
+ /**
63254
+ * Parameters to pass along with the event
63255
+ */
63256
+ mParameters?: object
63257
+ ): this;
62713
63258
  /**
62714
63259
  * Fires event {@link #event:urlValidated urlValidated} to attached listeners.
62715
63260
  *
@@ -62743,6 +63288,15 @@ declare module "sap/m/MessageView" {
62743
63288
  * @returns Value of property `asyncURLHandler`
62744
63289
  */
62745
63290
  getAsyncURLHandler(): Function;
63291
+ /**
63292
+ * Returns the close button used in the header of the MessageView. The button is only visible on non-phone
63293
+ * devices and triggers the `onClose` event when pressed.
63294
+ *
63295
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
63296
+ *
63297
+ * @returns The close button instance.
63298
+ */
63299
+ getCloseBtn(): Button;
62746
63300
  /**
62747
63301
  * Gets current value of property {@link #getGroupItems groupItems}.
62748
63302
  *
@@ -62809,6 +63363,17 @@ declare module "sap/m/MessageView" {
62809
63363
  */
62810
63364
  iIndex: int
62811
63365
  ): this;
63366
+ /**
63367
+ * Inserts a title into the given title container of the MessageView's header.
63368
+ *
63369
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
63370
+ */
63371
+ insertTitle(
63372
+ /**
63373
+ * The parent control where the title should be inserted.
63374
+ */
63375
+ oTitleParent: Control
63376
+ ): void;
62812
63377
  /**
62813
63378
  * Navigates back to the list page
62814
63379
  */
@@ -62916,6 +63481,13 @@ declare module "sap/m/MessageView" {
62916
63481
  */
62917
63482
  bShowDetailsPageHeader?: boolean
62918
63483
  ): this;
63484
+ /**
63485
+ * Sets up the header for the MessageView's ListPage based on the current configuration. If `showCustomHeader`
63486
+ * is enabled, a custom header and a sub-header are applied. Otherwise, a standard list header is used.
63487
+ *
63488
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
63489
+ */
63490
+ setupCustomHeader(): void;
62919
63491
  }
62920
63492
  /**
62921
63493
  * Describes the settings that can be provided to the MessageView constructor.
@@ -62991,6 +63563,13 @@ declare module "sap/m/MessageView" {
62991
63563
  * @since 1.58
62992
63564
  */
62993
63565
  activeTitlePress?: (oEvent: MessageView$ActiveTitlePressEvent) => void;
63566
+
63567
+ /**
63568
+ * Event fired when the close button in custom header is clicked.
63569
+ *
63570
+ * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
63571
+ */
63572
+ onClose?: (oEvent: Event) => void;
62994
63573
  }
62995
63574
 
62996
63575
  /**
@@ -63087,6 +63666,19 @@ declare module "sap/m/MessageView" {
63087
63666
  MessageView
63088
63667
  >;
63089
63668
 
63669
+ /**
63670
+ * Parameters of the MessageView#onClose event.
63671
+ */
63672
+ export interface MessageView$OnCloseEventParameters {}
63673
+
63674
+ /**
63675
+ * Event object of the MessageView#onClose event.
63676
+ */
63677
+ export type MessageView$OnCloseEvent = Event<
63678
+ MessageView$OnCloseEventParameters,
63679
+ MessageView
63680
+ >;
63681
+
63090
63682
  /**
63091
63683
  * Parameters of the MessageView#urlValidated event.
63092
63684
  */
@@ -76114,263 +76706,6 @@ declare module "sap/m/p13n/BasePanel" {
76114
76706
  >;
76115
76707
  }
76116
76708
 
76117
- declare module "sap/m/p13n/Engine" {
76118
- import Control from "sap/ui/core/Control";
76119
-
76120
- import Event from "sap/ui/base/Event";
76121
-
76122
- import Metadata from "sap/ui/base/Metadata";
76123
-
76124
- import Popup from "sap/m/p13n/Popup";
76125
-
76126
- import MetadataHelper from "sap/m/p13n/MetadataHelper";
76127
-
76128
- import SelectionController from "sap/m/p13n/SelectionController";
76129
-
76130
- /**
76131
- * The `Engine` entity offers personalization capabilities by registering a control instance for modification,
76132
- * such as:
76133
- *
76134
- *
76135
- * - `sap.m.p13n.Popup` initialization
76136
- * - Storing personalization states by choosing the desired persistence layer
76137
- * - State appliance considering the persistence layer
76138
- *
76139
- * The Engine must be used whenever personalization should be enabled by taking a certain persistence layer
76140
- * into account. Available controller implementations for the registration process are:
76141
- *
76142
- *
76143
- * - {@link sap.m.p13n.SelectionController SelectionController}: Used to define a list of selectable entries
76144
- *
76145
- * - {@link sap.m.p13n.SortController SortController}: Used to define a list of sortable properties
76146
- * - {@link sap.m.p13n.GroupController GroupController}: Used to define a list of groupable properties
76147
- *
76148
- *
76149
- * Can be used in combination with `sap.ui.fl.variants.VariantManagement` to persist a state in variants
76150
- * using `sap.ui.fl` capabilities.
76151
- *
76152
- * @since 1.104
76153
- */
76154
- export default class Engine
76155
- extends /* was: sap.m.p13n.modules.AdaptationProvider */ Object
76156
- {
76157
- /**
76158
- * See:
76159
- * {@link https://ui5.sap.com/#/topic/75c08fdebf784575947927e052712bab Personalization}
76160
- */
76161
- constructor();
76162
-
76163
- /**
76164
- * Creates a new subclass of class sap.m.p13n.Engine with name `sClassName` and enriches it with the information
76165
- * contained in `oClassInfo`.
76166
- *
76167
- * `oClassInfo` might contain the same kind of information as described in {@link sap.m.p13n.modules.AdaptationProvider.extend}.
76168
- *
76169
- *
76170
- * @returns Created class / constructor function
76171
- */
76172
- static extend<T extends Record<string, unknown>>(
76173
- /**
76174
- * Name of the class being created
76175
- */
76176
- sClassName: string,
76177
- /**
76178
- * Object literal with information about the class
76179
- */
76180
- oClassInfo?: sap.ClassInfo<T, Engine>,
76181
- /**
76182
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
76183
- * used by this class
76184
- */
76185
- FNMetaImpl?: Function
76186
- ): Function;
76187
- /**
76188
- * This method is the central point of access to the Engine Singleton.
76189
- *
76190
- *
76191
- * @returns The Engine instance
76192
- */
76193
- static getInstance(): Engine;
76194
- /**
76195
- * Returns a metadata object for class sap.m.p13n.Engine.
76196
- *
76197
- *
76198
- * @returns Metadata object describing this class
76199
- */
76200
- static getMetadata(): Metadata;
76201
- /**
76202
- * Applies a state to a control by passing an object that contains the registered controller key and an
76203
- * object matching the inner subcontroller logic.
76204
- *
76205
- *
76206
- * @returns A Promise resolving after the state has been applied
76207
- */
76208
- applyState(
76209
- /**
76210
- * The registered control instance
76211
- */
76212
- oControl: Control,
76213
- /**
76214
- * The state object
76215
- */
76216
- oState: State
76217
- ): Promise<State>;
76218
- /**
76219
- * Attaches an event handler to the `StateHandlerRegistry` class. The event handler is fired every time
76220
- * a user triggers a personalization change for a control instance during runtime.
76221
- *
76222
- *
76223
- * @returns Returns `this` to allow method chaining
76224
- */
76225
- attachStateChange(
76226
- /**
76227
- * The handler function to call when the event occurs
76228
- */
76229
- fnStateEventHandler: (p1: Event) => void,
76230
- /**
76231
- * The context object to call the event handler with (value of `this` in the event handler function).
76232
- */
76233
- oListener?: object
76234
- ): this;
76235
- /**
76236
- * Unregisters a registered control. By unregistering a control the control is removed from the `Engine`
76237
- * registry, and all instance-specific submodules, such as the registered controllers, are destroyed.
76238
- */
76239
- deregister(
76240
- /**
76241
- * The registered control instance
76242
- */
76243
- oControl: Control
76244
- ): void;
76245
- /**
76246
- * Removes a previously attached state change event handler from the `StateHandlerRegistry` class. The passed
76247
- * parameters must match those used for registration with {@link sap.m.p13n.Engine#attachStateChange} beforehand.
76248
- *
76249
- *
76250
- * @returns Returns `this` to allow method chaining
76251
- */
76252
- detachStateChange(
76253
- /**
76254
- * The handler function to detach from the event
76255
- */
76256
- fnStateEventHandler: (p1: Event) => void,
76257
- /**
76258
- * The context object to call the event handler with (value of `this` in the event handler function).
76259
- */
76260
- oListener?: object
76261
- ): this;
76262
-
76263
- register(
76264
- /**
76265
- * The control instance to be registered for adaptation
76266
- */
76267
- oControl: Control,
76268
- /**
76269
- * The Engine registration configuration
76270
- */
76271
- oConfig: EngineRegistrationConfig
76272
- ): void;
76273
- /**
76274
- * This method can be used to trigger a reset to the provided control instance.
76275
- *
76276
- *
76277
- * @returns A Promise resolving once the reset is completed
76278
- */
76279
- reset(
76280
- /**
76281
- * The related control instance
76282
- */
76283
- oControl: Control,
76284
- /**
76285
- * The key for the affected configuration
76286
- */
76287
- aKeys: string
76288
- ): Promise<null>;
76289
- /**
76290
- * Retrieves the state for a given control instance after all necessary changes have been applied (e.g.
76291
- * modification handler appliance). After the returned `Promise` has been resolved, the returned state is
76292
- * in sync with the related state object of the control.
76293
- *
76294
- *
76295
- * @returns A Promise resolving in the current control state
76296
- */
76297
- retrieveState(
76298
- /**
76299
- * The control instance implementing IxState to retrieve the externalized state
76300
- */
76301
- oControl: Control
76302
- ): Promise<State>;
76303
- /**
76304
- * Opens the personalization dialog.
76305
- *
76306
- *
76307
- * @returns Promise resolving in the `sap.m.p13n.Popup` instance
76308
- */
76309
- show(
76310
- /**
76311
- * The control instance that is personalized
76312
- */
76313
- oControl: Control,
76314
- /**
76315
- * The affected panels that are added to the `sap.m.p13n.Popup`
76316
- */
76317
- vPanelKeys: string | string[],
76318
- /**
76319
- * The settings object for the personalization
76320
- */
76321
- mSettings: {
76322
- /**
76323
- * The title for the `sap.m.p13n.Popup` control
76324
- */
76325
- title?: string;
76326
- /**
76327
- * The source control to be used by the `sap.m.p13n.Popup` control (only necessary if the mode is set to
76328
- * `ResponsivePopover`)
76329
- */
76330
- source?: Control;
76331
- /**
76332
- * The mode is used by the `sap.m.p13n.Popup` control
76333
- */
76334
- mode?: object;
76335
- /**
76336
- * Height configuration for the related popup container
76337
- */
76338
- contentHeight?: object;
76339
- /**
76340
- * Width configuration for the related popup container
76341
- */
76342
- contentWidth?: object;
76343
- }
76344
- ): Promise<Popup>;
76345
- }
76346
- /**
76347
- * The central registration for personalization functionality. The registration is a precondition for using
76348
- * `Engine` functionality for a control instance. Once the control instance has been registered, it can
76349
- * be passed to the related `Engine` methods that always expect a control instance as parameter. Only registered
76350
- * control instances can be used for personalization through the `Engine`.
76351
- */
76352
- export type EngineRegistrationConfig = {
76353
- /**
76354
- * The `{@link sap.m.p13n.MetadataHelper MetadataHelper}` to provide metadata-specific information. It may
76355
- * be used to define more granular information for the selection of items.
76356
- */
76357
- helper: MetadataHelper;
76358
- /**
76359
- * A map of arbitrary keys that contain a controller instance as value. The key must be unique and needs
76360
- * to be provided for later access when using `Engine` functionality specific for one controller type.
76361
- */
76362
- controller: Record<string, SelectionController>;
76363
- };
76364
-
76365
- export type State = {
76366
- /**
76367
- * A map of arbitrary keys that contain a controller instance as value. The key must be unique and needs
76368
- * to be provided for later access when using `Engine` functionality specific for one controller type.
76369
- */
76370
- controller: Record<string, Object[]>;
76371
- };
76372
- }
76373
-
76374
76709
  declare module "sap/m/p13n/FilterController" {
76375
76710
  import SelectionController from "sap/m/p13n/SelectionController";
76376
76711
 
@@ -88339,6 +88674,11 @@ declare module "sap/m/PDFViewer" {
88339
88674
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
88340
88675
  * when this event is fired, call the preventDefault() method inside the event handler.
88341
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.
88342
88682
  *
88343
88683
  * @returns Reference to `this` in order to allow method chaining
88344
88684
  */
@@ -88369,6 +88709,11 @@ declare module "sap/m/PDFViewer" {
88369
88709
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
88370
88710
  * when this event is fired, call the preventDefault() method inside the event handler.
88371
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.
88372
88717
  *
88373
88718
  * @returns Reference to `this` in order to allow method chaining
88374
88719
  */
@@ -88438,6 +88783,7 @@ declare module "sap/m/PDFViewer" {
88438
88783
  *
88439
88784
  * The passed function and listener object must match the ones used for event registration.
88440
88785
  *
88786
+ * @deprecated As of version 1.141.0. with no replacement.
88441
88787
  *
88442
88788
  * @returns Reference to `this` in order to allow method chaining
88443
88789
  */
@@ -88484,6 +88830,7 @@ declare module "sap/m/PDFViewer" {
88484
88830
  /**
88485
88831
  * Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
88486
88832
  *
88833
+ * @deprecated As of version 1.141.0. with no replacement.
88487
88834
  * @ui5-protected Do not call from applications (only from related classes in the framework)
88488
88835
  *
88489
88836
  * @returns Reference to `this` in order to allow method chaining
@@ -89015,6 +89362,12 @@ declare module "sap/m/PDFViewer" {
89015
89362
  * configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
89016
89363
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
89017
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.
89018
89371
  */
89019
89372
  sourceValidationFailed?: (oEvent: Event) => void;
89020
89373
  }
@@ -89052,11 +89405,15 @@ declare module "sap/m/PDFViewer" {
89052
89405
 
89053
89406
  /**
89054
89407
  * Parameters of the PDFViewer#sourceValidationFailed event.
89408
+ *
89409
+ * @deprecated As of version 1.141.0. with no replacement.
89055
89410
  */
89056
89411
  export interface PDFViewer$SourceValidationFailedEventParameters {}
89057
89412
 
89058
89413
  /**
89059
89414
  * Event object of the PDFViewer#sourceValidationFailed event.
89415
+ *
89416
+ * @deprecated As of version 1.141.0. with no replacement.
89060
89417
  */
89061
89418
  export type PDFViewer$SourceValidationFailedEvent = Event<
89062
89419
  PDFViewer$SourceValidationFailedEventParameters,
@@ -95518,6 +95875,9 @@ declare module "sap/m/plugins/CopyProvider" {
95518
95875
  * This can be useful for maintaining the original structure of the data when it is pasted into a new location
95519
95876
  * (e.g. spreadsheets).
95520
95877
  *
95878
+ * **Note:** Sparse copying must not be enabled in combination with `sap.ui.table.plugins.ODataV4MultiSelection`
95879
+ * or the `sap.ui.mdc.Table` with the `sap.ui.mdc.odata.v4.TableDelegate`.
95880
+ *
95521
95881
  * Default value is `false`.
95522
95882
  *
95523
95883
  *
@@ -95632,6 +95992,9 @@ declare module "sap/m/plugins/CopyProvider" {
95632
95992
  * This can be useful for maintaining the original structure of the data when it is pasted into a new location
95633
95993
  * (e.g. spreadsheets).
95634
95994
  *
95995
+ * **Note:** Sparse copying must not be enabled in combination with `sap.ui.table.plugins.ODataV4MultiSelection`
95996
+ * or the `sap.ui.mdc.Table` with the `sap.ui.mdc.odata.v4.TableDelegate`.
95997
+ *
95635
95998
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
95636
95999
  *
95637
96000
  * Default value is `false`.
@@ -95804,6 +96167,9 @@ declare module "sap/m/plugins/CopyProvider" {
95804
96167
  *
95805
96168
  * This can be useful for maintaining the original structure of the data when it is pasted into a new location
95806
96169
  * (e.g. spreadsheets).
96170
+ *
96171
+ * **Note:** Sparse copying must not be enabled in combination with `sap.ui.table.plugins.ODataV4MultiSelection`
96172
+ * or the `sap.ui.mdc.Table` with the `sap.ui.mdc.odata.v4.TableDelegate`.
95807
96173
  */
95808
96174
  copySparse?: boolean | PropertyBindingInfo | `{${string}}`;
95809
96175
 
@@ -99701,6 +100067,7 @@ declare module "sap/m/Popover" {
99701
100067
  *
99702
100068
  * Any control that needed to be displayed in the header area. When this is set, the showHeader property
99703
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.
99704
100071
  */
99705
100072
  getCustomHeader(): Control;
99706
100073
  /**
@@ -100611,6 +100978,7 @@ declare module "sap/m/Popover" {
100611
100978
  /**
100612
100979
  * Any control that needed to be displayed in the header area. When this is set, the showHeader property
100613
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.
100614
100982
  */
100615
100983
  customHeader?: Control;
100616
100984
 
@@ -108419,15 +108787,26 @@ declare module "sap/m/routing/Router" {
108419
108787
  import TargetHandler from "sap/m/routing/TargetHandler";
108420
108788
 
108421
108789
  /**
108422
- * SAPUI5 mobile `Router`. The difference to the {@link sap.ui.core.routing.Router} are the `level`, `transition`,
108423
- * and `transitionParameters` properties that you can specify in every Route or Target created by this router.
108790
+ * The `sap.m.routing.Router` is a specialized extension of `{@link sap.ui.core.routing.Router}`, designed
108791
+ * specifically for the following containers in the `sap.m` library: `sap.m.App`, `sap.m.SplitApp`, or `sap.m.NavContainer`.
108792
+ *
108793
+ * It provides additional target and route configuration options that are optimized for the containers,
108794
+ * including support for animated transitions and navigation hierarchy levels.
108795
+ *
108796
+ * Compared to `{@link sap.ui.core.routing.Router}`, it adds support for additional Target properties:
108797
+ *
108798
+ * - `level`: Defines the hierarchical level of the target view for proper history and back navigation
108799
+ * handling
108800
+ * - `transition`: Specifies the type of transition animation between views (e.g., `slide`, `fade`)
108801
+ * - `transitionParameters`: Custom parameters for transitions
108802
+ *
108803
+ * For constructor parameters, see `{@link sap.ui.core.routing.Router#constructor}`.
108424
108804
  *
108425
108805
  * @since 1.28.1
108426
108806
  */
108427
108807
  export default class Router extends Router1 {
108428
108808
  /**
108429
- * Constructor for a new `sap.m.routing.Router`. See `{@link sap.ui.core.routing.Router}` for the constructor
108430
- * arguments.
108809
+ * Constructor for a new `sap.m.routing.Router`.
108431
108810
  */
108432
108811
  constructor(
108433
108812
  /**
@@ -112056,6 +112435,7 @@ declare module "sap/m/Select" {
112056
112435
  IToolbarInteractiveControl,
112057
112436
  SelectColumnRatio,
112058
112437
  OverflowToolbarConfig,
112438
+ SelectTwoColumnSeparator,
112059
112439
  SelectType,
112060
112440
  } from "sap/m/library";
112061
112441
 
@@ -112794,6 +113174,18 @@ declare module "sap/m/Select" {
112794
113174
  * @returns Value of property `textDirection`
112795
113175
  */
112796
113176
  getTextDirection(): TextDirection;
113177
+ /**
113178
+ * Gets current value of property {@link #getTwoColumnSeparator twoColumnSeparator}.
113179
+ *
113180
+ * Defines the separator type for the two columns layout when Select is in read-only mode.
113181
+ *
113182
+ * Default value is `Dash`.
113183
+ *
113184
+ * @since 1.140
113185
+ *
113186
+ * @returns Value of property `twoColumnSeparator`
113187
+ */
113188
+ getTwoColumnSeparator(): SelectTwoColumnSeparator;
112797
113189
  /**
112798
113190
  * Gets current value of property {@link #getType type}.
112799
113191
  *
@@ -113282,6 +113674,27 @@ declare module "sap/m/Select" {
113282
113674
  */
113283
113675
  sTextDirection?: TextDirection | keyof typeof TextDirection
113284
113676
  ): this;
113677
+ /**
113678
+ * Sets a new value for property {@link #getTwoColumnSeparator twoColumnSeparator}.
113679
+ *
113680
+ * Defines the separator type for the two columns layout when Select is in read-only mode.
113681
+ *
113682
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
113683
+ *
113684
+ * Default value is `Dash`.
113685
+ *
113686
+ * @since 1.140
113687
+ *
113688
+ * @returns Reference to `this` in order to allow method chaining
113689
+ */
113690
+ setTwoColumnSeparator(
113691
+ /**
113692
+ * New value for property `twoColumnSeparator`
113693
+ */
113694
+ sTwoColumnSeparator?:
113695
+ | SelectTwoColumnSeparator
113696
+ | keyof typeof SelectTwoColumnSeparator
113697
+ ): this;
113285
113698
  /**
113286
113699
  * Sets a new value for property {@link #getType type}.
113287
113700
  *
@@ -113566,6 +113979,16 @@ declare module "sap/m/Select" {
113566
113979
  */
113567
113980
  required?: boolean | PropertyBindingInfo | `{${string}}`;
113568
113981
 
113982
+ /**
113983
+ * Defines the separator type for the two columns layout when Select is in read-only mode.
113984
+ *
113985
+ * @since 1.140
113986
+ */
113987
+ twoColumnSeparator?:
113988
+ | (SelectTwoColumnSeparator | keyof typeof SelectTwoColumnSeparator)
113989
+ | PropertyBindingInfo
113990
+ | `{${string}}`;
113991
+
113569
113992
  /**
113570
113993
  * Defines the items contained within this control.
113571
113994
  *
@@ -138571,6 +138994,8 @@ declare module "sap/m/TabContainerItem" {
138571
138994
 
138572
138995
  import ElementMetadata from "sap/ui/core/ElementMetadata";
138573
138996
 
138997
+ import TooltipBase from "sap/ui/core/TooltipBase";
138998
+
138574
138999
  import {
138575
139000
  PropertyBindingInfo,
138576
139001
  AggregationBindingInfo,
@@ -138909,6 +139334,18 @@ declare module "sap/m/TabContainerItem" {
138909
139334
  */
138910
139335
  bSuppressInvalidation: boolean
138911
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;
138912
139349
  }
138913
139350
  /**
138914
139351
  * Describes the settings that can be provided to the TabContainerItem constructor.
@@ -150989,7 +151426,8 @@ declare module "sap/m/TimePickerClocks" {
150989
151426
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
150990
151427
 
150991
151428
  /**
150992
- * 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.
150993
151431
  *
150994
151432
  * @since 1.90
150995
151433
  */
@@ -169202,6 +169640,8 @@ declare module "sap/m/VariantManagement" {
169202
169640
  ): this;
169203
169641
  /**
169204
169642
  * Enables the programmatic selection of a variant.
169643
+ *
169644
+ * @since 1.121
169205
169645
  */
169206
169646
  setCurrentVariantKey(
169207
169647
  /**