@sapui5/ts-types-esm 1.138.1 → 1.140.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 (70) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.cux.home.d.ts +0 -1657
  8. package/types/sap.esh.search.ui.d.ts +1 -2291
  9. package/types/sap.f.d.ts +63 -15
  10. package/types/sap.fe.ariba.d.ts +1 -1
  11. package/types/sap.fe.base.d.ts +1 -5
  12. package/types/sap.fe.controls.d.ts +1 -1
  13. package/types/sap.fe.core.d.ts +30 -15
  14. package/types/sap.fe.ina.d.ts +1 -1
  15. package/types/sap.fe.macros.d.ts +84 -12
  16. package/types/sap.fe.navigation.d.ts +1 -1
  17. package/types/sap.fe.placeholder.d.ts +1 -1
  18. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  19. package/types/sap.fe.templates.d.ts +1 -1
  20. package/types/sap.fe.test.d.ts +13 -1
  21. package/types/sap.fe.tools.d.ts +1 -1
  22. package/types/sap.feedback.ui.d.ts +1 -1
  23. package/types/sap.gantt.d.ts +55 -13
  24. package/types/sap.insights.d.ts +130 -2
  25. package/types/sap.m.d.ts +1132 -293
  26. package/types/sap.makit.d.ts +1 -1
  27. package/types/sap.me.d.ts +1 -1
  28. package/types/sap.ndc.d.ts +1 -1
  29. package/types/sap.ovp.d.ts +1 -1
  30. package/types/sap.rules.ui.d.ts +1 -1
  31. package/types/sap.sac.df.d.ts +2 -30
  32. package/types/sap.suite.ui.commons.d.ts +1 -1
  33. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  34. package/types/sap.suite.ui.microchart.d.ts +1 -1
  35. package/types/sap.tnt.d.ts +5 -1
  36. package/types/sap.ui.codeeditor.d.ts +1 -1
  37. package/types/sap.ui.commons.d.ts +1 -1
  38. package/types/sap.ui.comp.d.ts +125 -2
  39. package/types/sap.ui.core.d.ts +513 -127
  40. package/types/sap.ui.dt.d.ts +1 -1
  41. package/types/sap.ui.export.d.ts +1 -1
  42. package/types/sap.ui.fl.d.ts +1 -7
  43. package/types/sap.ui.generic.app.d.ts +1 -1
  44. package/types/sap.ui.generic.template.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +57 -20
  46. package/types/sap.ui.layout.d.ts +1 -1
  47. package/types/sap.ui.mdc.d.ts +88 -22
  48. package/types/sap.ui.richtexteditor.d.ts +1 -1
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +1 -1
  51. package/types/sap.ui.support.d.ts +1 -1
  52. package/types/sap.ui.table.d.ts +568 -1
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +1 -1
  55. package/types/sap.ui.ux3.d.ts +1 -1
  56. package/types/sap.ui.vbm.d.ts +1 -1
  57. package/types/sap.ui.vk.d.ts +392 -58
  58. package/types/sap.ui.vtm.d.ts +1 -1
  59. package/types/sap.ui.webc.common.d.ts +1 -1
  60. package/types/sap.ui.webc.fiori.d.ts +1 -1
  61. package/types/sap.ui.webc.main.d.ts +1 -1
  62. package/types/sap.uiext.inbox.d.ts +1 -1
  63. package/types/sap.ushell.d.ts +69 -23
  64. package/types/sap.ushell_abap.d.ts +3 -1
  65. package/types/sap.uxap.d.ts +1 -1
  66. package/types/sap.viz.d.ts +1 -1
  67. package/types/sap.webanalytics.core.d.ts +1 -1
  68. package/types/sap.zen.commons.d.ts +1 -1
  69. package/types/sap.zen.crosstab.d.ts +1 -1
  70. 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.138.0
1
+ // For Library Version: 1.140.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
 
@@ -2184,6 +2531,30 @@ declare module "sap/m/library" {
2184
2531
  */
2185
2532
  NeverOverflow = "NeverOverflow",
2186
2533
  }
2534
+ /**
2535
+ * Types of `sap.m.OverflowToolbarTokenizerRenderMode` responsive modes
2536
+ *
2537
+ * This enum is part of the 'sap/m/library' module export and must be accessed by the property 'OverflowToolbarTokenizerRenderMode'.
2538
+ *
2539
+ * @since 1.139
2540
+ */
2541
+ export enum OverflowToolbarTokenizerRenderMode {
2542
+ /**
2543
+ * In `Loose` mode, `sap.m.OverflowToolbarTokenizer` shows all its tokens, even if it requires scrolling.
2544
+ */
2545
+ Loose = "Loose",
2546
+ /**
2547
+ * In `Narrow` mode, `sap.m.OverflowToolbarTokenizer` shows as many tokens as its width allows and an n-More
2548
+ * indicator with the count of the hidden tokens. The rest of the tokens remain hidden.
2549
+ */
2550
+ Narrow = "Narrow",
2551
+ /**
2552
+ * In `Overflow` mode, `sap.m.OverflowToolbarTokenizer` shows only a `sap.m.Button` as an n-More indicator
2553
+ * without visible tokens. This mode is used when `sap.m.OverflowToolbarTokenizer` is within the `sap.m.OverflowToolbar`
2554
+ * overflow area.
2555
+ */
2556
+ Overflow = "Overflow",
2557
+ }
2187
2558
  /**
2188
2559
  * undefined
2189
2560
  *
@@ -2845,6 +3216,27 @@ declare module "sap/m/library" {
2845
3216
  */
2846
3217
  None = "None",
2847
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
+ }
2848
3240
  /**
2849
3241
  * Enumeration for different Select types.
2850
3242
  *
@@ -7986,6 +8378,66 @@ declare module "sap/m/AvatarBadgeColor" {
7986
8378
  * Accent 9
7987
8379
  */
7988
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",
7989
8441
  }
7990
8442
  export default AvatarBadgeColor;
7991
8443
  }
@@ -28871,7 +29323,10 @@ declare module "sap/m/FeedInput" {
28871
29323
 
28872
29324
  import ElementMetadata from "sap/ui/core/ElementMetadata";
28873
29325
 
28874
- import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
29326
+ import {
29327
+ PropertyBindingInfo,
29328
+ AggregationBindingInfo,
29329
+ } from "sap/ui/base/ManagedObject";
28875
29330
 
28876
29331
  import Event from "sap/ui/base/Event";
28877
29332
 
@@ -28943,6 +29398,19 @@ declare module "sap/m/FeedInput" {
28943
29398
  * @returns Metadata object describing this class
28944
29399
  */
28945
29400
  static getMetadata(): ElementMetadata;
29401
+ /**
29402
+ * Adds some action to the aggregation {@link #getActions actions}.
29403
+ *
29404
+ * @since 1.139
29405
+ *
29406
+ * @returns Reference to `this` in order to allow method chaining
29407
+ */
29408
+ addAction(
29409
+ /**
29410
+ * The action to add; if empty, nothing is inserted
29411
+ */
29412
+ oAction: Control
29413
+ ): this;
28946
29414
  /**
28947
29415
  * Attaches event handler `fnFunction` to the {@link #event:post post} event of this `sap.m.FeedInput`.
28948
29416
  *
@@ -28992,6 +29460,14 @@ declare module "sap/m/FeedInput" {
28992
29460
  */
28993
29461
  oListener?: object
28994
29462
  ): this;
29463
+ /**
29464
+ * Destroys all the actions in the aggregation {@link #getActions actions}.
29465
+ *
29466
+ * @since 1.139
29467
+ *
29468
+ * @returns Reference to `this` in order to allow method chaining
29469
+ */
29470
+ destroyActions(): this;
28995
29471
  /**
28996
29472
  * Detaches event handler `fnFunction` from the {@link #event:post post} event of this `sap.m.FeedInput`.
28997
29473
  *
@@ -29023,6 +29499,17 @@ declare module "sap/m/FeedInput" {
29023
29499
  */
29024
29500
  mParameters?: FeedInput$PostEventParameters
29025
29501
  ): this;
29502
+ /**
29503
+ * Gets content of aggregation {@link #getActions actions}.
29504
+ *
29505
+ * Defines the actions that are displayed next to the text area. These buttons can be used to trigger actions,
29506
+ * such as attaching a file. This is a {@link sap.m.Button} If the actions are not set, the post button
29507
+ * is displayed as the last control in the feed input. **Note:** Only `sap.m.Button` is supported for this
29508
+ * aggregation. If another control is provided, an error is logged and actions are ignored.
29509
+ *
29510
+ * @since 1.139
29511
+ */
29512
+ getActions(): Control[];
29026
29513
  /**
29027
29514
  * Gets current value of property {@link #getAriaLabelForPicture ariaLabelForPicture}.
29028
29515
  *
@@ -29221,6 +29708,62 @@ declare module "sap/m/FeedInput" {
29221
29708
  * @returns Value of property `value`
29222
29709
  */
29223
29710
  getValue(): string;
29711
+ /**
29712
+ * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getActions actions}. and returns
29713
+ * its index if found or -1 otherwise.
29714
+ *
29715
+ * @since 1.139
29716
+ *
29717
+ * @returns The index of the provided control in the aggregation if found, or -1 otherwise
29718
+ */
29719
+ indexOfAction(
29720
+ /**
29721
+ * The action whose index is looked for
29722
+ */
29723
+ oAction: Control
29724
+ ): int;
29725
+ /**
29726
+ * Inserts a action into the aggregation {@link #getActions actions}.
29727
+ *
29728
+ * @since 1.139
29729
+ *
29730
+ * @returns Reference to `this` in order to allow method chaining
29731
+ */
29732
+ insertAction(
29733
+ /**
29734
+ * The action to insert; if empty, nothing is inserted
29735
+ */
29736
+ oAction: Control,
29737
+ /**
29738
+ * The `0`-based index the action should be inserted at; for a negative value of `iIndex`, the action is
29739
+ * inserted at position 0; for a value greater than the current size of the aggregation, the action is inserted
29740
+ * at the last position
29741
+ */
29742
+ iIndex: int
29743
+ ): this;
29744
+ /**
29745
+ * Removes a action from the aggregation {@link #getActions actions}.
29746
+ *
29747
+ * @since 1.139
29748
+ *
29749
+ * @returns The removed action or `null`
29750
+ */
29751
+ removeAction(
29752
+ /**
29753
+ * The action to remove or its index or id
29754
+ */
29755
+ vAction: int | string | Control
29756
+ ): Control | null;
29757
+ /**
29758
+ * Removes all the controls from the aggregation {@link #getActions actions}.
29759
+ *
29760
+ * Additionally, it unregisters them from the hosting UIArea.
29761
+ *
29762
+ * @since 1.139
29763
+ *
29764
+ * @returns An array of the removed elements (might be empty)
29765
+ */
29766
+ removeAllActions(): Control[];
29224
29767
  /**
29225
29768
  * Sets a new value for property {@link #getAriaLabelForPicture ariaLabelForPicture}.
29226
29769
  *
@@ -29656,6 +30199,16 @@ declare module "sap/m/FeedInput" {
29656
30199
  */
29657
30200
  ariaLabelForPicture?: string | PropertyBindingInfo;
29658
30201
 
30202
+ /**
30203
+ * Defines the actions that are displayed next to the text area. These buttons can be used to trigger actions,
30204
+ * such as attaching a file. This is a {@link sap.m.Button} If the actions are not set, the post button
30205
+ * is displayed as the last control in the feed input. **Note:** Only `sap.m.Button` is supported for this
30206
+ * aggregation. If another control is provided, an error is logged and actions are ignored.
30207
+ *
30208
+ * @since 1.139
30209
+ */
30210
+ actions?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
30211
+
29659
30212
  /**
29660
30213
  * The Post event is triggered when the user has entered a value and pressed the post button. After firing
29661
30214
  * this event, the value is reset.
@@ -51464,12 +52017,12 @@ declare module "sap/m/ListBase" {
51464
52017
  * for the `selected` property of the item is not used. It also needs to be turned off if the binding context
51465
52018
  * of the item does not always point to the same entry in the model, for example, if the order of the data
51466
52019
  * in the `JSONModel` is changed. **Note:** This feature leverages the built-in selection mechanism of the
51467
- * 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
51468
52021
  * apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
51469
52022
  * the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
51470
- * API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
51471
- * active. **Note:** If this property is set to `false`, a possible binding context update of items (for
51472
- * 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.
51473
52026
  *
51474
52027
  * Default value is `true`.
51475
52028
  *
@@ -52167,12 +52720,12 @@ declare module "sap/m/ListBase" {
52167
52720
  * for the `selected` property of the item is not used. It also needs to be turned off if the binding context
52168
52721
  * of the item does not always point to the same entry in the model, for example, if the order of the data
52169
52722
  * in the `JSONModel` is changed. **Note:** This feature leverages the built-in selection mechanism of the
52170
- * 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
52171
52724
  * apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
52172
52725
  * the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
52173
- * API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
52174
- * active. **Note:** If this property is set to `false`, a possible binding context update of items (for
52175
- * 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.
52176
52729
  *
52177
52730
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
52178
52731
  *
@@ -52544,12 +53097,12 @@ declare module "sap/m/ListBase" {
52544
53097
  * for the `selected` property of the item is not used. It also needs to be turned off if the binding context
52545
53098
  * of the item does not always point to the same entry in the model, for example, if the order of the data
52546
53099
  * in the `JSONModel` is changed. **Note:** This feature leverages the built-in selection mechanism of the
52547
- * 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
52548
53101
  * apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
52549
53102
  * the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
52550
- * API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
52551
- * active. **Note:** If this property is set to `false`, a possible binding context update of items (for
52552
- * 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.
52553
53106
  *
52554
53107
  * @since 1.16.6
52555
53108
  */
@@ -62038,6 +62591,12 @@ declare module "sap/m/MessageView" {
62038
62591
  */
62039
62592
  mSettings?: $MessageViewSettings
62040
62593
  );
62594
+ /**
62595
+ * Defines whether the custom header of details page will be shown.
62596
+ *
62597
+ * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
62598
+ */
62599
+ _bShowCustomHeader: boolean;
62041
62600
 
62042
62601
  /**
62043
62602
  * Creates a new subclass of class sap.m.MessageView with name `sClassName` and enriches it with the information
@@ -62345,6 +62904,55 @@ declare module "sap/m/MessageView" {
62345
62904
  */
62346
62905
  oListener?: object
62347
62906
  ): this;
62907
+ /**
62908
+ * Attaches event handler `fnFunction` to the {@link #event:onClose onClose} event of this `sap.m.MessageView`.
62909
+ *
62910
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
62911
+ * otherwise it will be bound to this `sap.m.MessageView` itself.
62912
+ *
62913
+ * Event fired when the close button in custom header is clicked.
62914
+ *
62915
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
62916
+ *
62917
+ * @returns Reference to `this` in order to allow method chaining
62918
+ */
62919
+ attachOnClose(
62920
+ /**
62921
+ * An application-specific payload object that will be passed to the event handler along with the event
62922
+ * object when firing the event
62923
+ */
62924
+ oData: object,
62925
+ /**
62926
+ * The function to be called when the event occurs
62927
+ */
62928
+ fnFunction: (p1: Event) => void,
62929
+ /**
62930
+ * Context object to call the event handler with. Defaults to this `sap.m.MessageView` itself
62931
+ */
62932
+ oListener?: object
62933
+ ): this;
62934
+ /**
62935
+ * Attaches event handler `fnFunction` to the {@link #event:onClose onClose} event of this `sap.m.MessageView`.
62936
+ *
62937
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
62938
+ * otherwise it will be bound to this `sap.m.MessageView` itself.
62939
+ *
62940
+ * Event fired when the close button in custom header is clicked.
62941
+ *
62942
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
62943
+ *
62944
+ * @returns Reference to `this` in order to allow method chaining
62945
+ */
62946
+ attachOnClose(
62947
+ /**
62948
+ * The function to be called when the event occurs
62949
+ */
62950
+ fnFunction: (p1: Event) => void,
62951
+ /**
62952
+ * Context object to call the event handler with. Defaults to this `sap.m.MessageView` itself
62953
+ */
62954
+ oListener?: object
62955
+ ): this;
62348
62956
  /**
62349
62957
  * Attaches event handler `fnFunction` to the {@link #event:urlValidated urlValidated} event of this `sap.m.MessageView`.
62350
62958
  *
@@ -62500,6 +63108,25 @@ declare module "sap/m/MessageView" {
62500
63108
  */
62501
63109
  oListener?: object
62502
63110
  ): this;
63111
+ /**
63112
+ * Detaches event handler `fnFunction` from the {@link #event:onClose onClose} event of this `sap.m.MessageView`.
63113
+ *
63114
+ * The passed function and listener object must match the ones used for event registration.
63115
+ *
63116
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
63117
+ *
63118
+ * @returns Reference to `this` in order to allow method chaining
63119
+ */
63120
+ detachOnClose(
63121
+ /**
63122
+ * The function to be called, when the event occurs
63123
+ */
63124
+ fnFunction: (p1: Event) => void,
63125
+ /**
63126
+ * Context object on which the given function had to be called
63127
+ */
63128
+ oListener?: object
63129
+ ): this;
62503
63130
  /**
62504
63131
  * Detaches event handler `fnFunction` from the {@link #event:urlValidated urlValidated} event of this `sap.m.MessageView`.
62505
63132
  *
@@ -62585,6 +63212,19 @@ declare module "sap/m/MessageView" {
62585
63212
  */
62586
63213
  mParameters?: object
62587
63214
  ): this;
63215
+ /**
63216
+ * Fires event {@link #event:onClose onClose} to attached listeners.
63217
+ *
63218
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
63219
+ *
63220
+ * @returns Reference to `this` in order to allow method chaining
63221
+ */
63222
+ fireOnClose(
63223
+ /**
63224
+ * Parameters to pass along with the event
63225
+ */
63226
+ mParameters?: object
63227
+ ): this;
62588
63228
  /**
62589
63229
  * Fires event {@link #event:urlValidated urlValidated} to attached listeners.
62590
63230
  *
@@ -62618,6 +63258,15 @@ declare module "sap/m/MessageView" {
62618
63258
  * @returns Value of property `asyncURLHandler`
62619
63259
  */
62620
63260
  getAsyncURLHandler(): Function;
63261
+ /**
63262
+ * Returns the close button used in the header of the MessageView. The button is only visible on non-phone
63263
+ * devices and triggers the `onClose` event when pressed.
63264
+ *
63265
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
63266
+ *
63267
+ * @returns The close button instance.
63268
+ */
63269
+ getCloseBtn(): Button;
62621
63270
  /**
62622
63271
  * Gets current value of property {@link #getGroupItems groupItems}.
62623
63272
  *
@@ -62684,6 +63333,17 @@ declare module "sap/m/MessageView" {
62684
63333
  */
62685
63334
  iIndex: int
62686
63335
  ): this;
63336
+ /**
63337
+ * Inserts a title into the given title container of the MessageView's header.
63338
+ *
63339
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
63340
+ */
63341
+ insertTitle(
63342
+ /**
63343
+ * The parent control where the title should be inserted.
63344
+ */
63345
+ oTitleParent: Control
63346
+ ): void;
62687
63347
  /**
62688
63348
  * Navigates back to the list page
62689
63349
  */
@@ -62791,6 +63451,13 @@ declare module "sap/m/MessageView" {
62791
63451
  */
62792
63452
  bShowDetailsPageHeader?: boolean
62793
63453
  ): this;
63454
+ /**
63455
+ * Sets up the header for the MessageView's ListPage based on the current configuration. If `showCustomHeader`
63456
+ * is enabled, a custom header and a sub-header are applied. Otherwise, a standard list header is used.
63457
+ *
63458
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
63459
+ */
63460
+ setupCustomHeader(): void;
62794
63461
  }
62795
63462
  /**
62796
63463
  * Describes the settings that can be provided to the MessageView constructor.
@@ -62866,6 +63533,13 @@ declare module "sap/m/MessageView" {
62866
63533
  * @since 1.58
62867
63534
  */
62868
63535
  activeTitlePress?: (oEvent: MessageView$ActiveTitlePressEvent) => void;
63536
+
63537
+ /**
63538
+ * Event fired when the close button in custom header is clicked.
63539
+ *
63540
+ * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
63541
+ */
63542
+ onClose?: (oEvent: Event) => void;
62869
63543
  }
62870
63544
 
62871
63545
  /**
@@ -62962,6 +63636,19 @@ declare module "sap/m/MessageView" {
62962
63636
  MessageView
62963
63637
  >;
62964
63638
 
63639
+ /**
63640
+ * Parameters of the MessageView#onClose event.
63641
+ */
63642
+ export interface MessageView$OnCloseEventParameters {}
63643
+
63644
+ /**
63645
+ * Event object of the MessageView#onClose event.
63646
+ */
63647
+ export type MessageView$OnCloseEvent = Event<
63648
+ MessageView$OnCloseEventParameters,
63649
+ MessageView
63650
+ >;
63651
+
62965
63652
  /**
62966
63653
  * Parameters of the MessageView#urlValidated event.
62967
63654
  */
@@ -74731,6 +75418,7 @@ declare module "sap/m/OverflowToolbar" {
74731
75418
  * - {@link sap.m.SegmentedButton}
74732
75419
  * - {@link sap.m.Select}
74733
75420
  * - {@link sap.m.TimePicker}
75421
+ * - {@link sap.m.OverflowToolbarTokenizer}
74734
75422
  * - {@link sap.m.ToggleButton}
74735
75423
  * - {@link sap.m.ToolbarSeparator}
74736
75424
  * - {@link sap.ui.comp.smartfield.SmartField}
@@ -75440,6 +76128,208 @@ declare module "sap/m/OverflowToolbarToggleButton" {
75440
76128
  extends $ToggleButtonSettings {}
75441
76129
  }
75442
76130
 
76131
+ declare module "sap/m/OverflowToolbarTokenizer" {
76132
+ import { default as Button, $ButtonSettings } from "sap/m/Button";
76133
+
76134
+ import {
76135
+ IOverflowToolbarContent,
76136
+ IToolbarInteractiveControl,
76137
+ } from "sap/m/library";
76138
+
76139
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
76140
+
76141
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
76142
+
76143
+ /**
76144
+ * Represents an {@link sap.m.Button} that shows its text only when in the overflow area of an {@link sap.m.OverflowToolbar}.
76145
+ *
76146
+ * **Note:** This control is intended to be used exclusively in the context of `sap.m.Toolbar` and `sap.m.OverflowToolbar`.
76147
+ * Using more than one tokenizer in the same toolbar is not recomended, as it may lead to unexpected behavior.
76148
+ * Do not use tokenizers within a toolbar if its active property is set to `true`.
76149
+ *
76150
+ * @since 1.139
76151
+ * @experimental As of version 1.139.
76152
+ */
76153
+ export default class OverflowToolbarTokenizer
76154
+ extends Button
76155
+ implements IOverflowToolbarContent, IToolbarInteractiveControl
76156
+ {
76157
+ __implements__sap_m_IOverflowToolbarContent: boolean;
76158
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
76159
+ /**
76160
+ * Constructor for a new `OverflowToolbarTokenizer`.
76161
+ *
76162
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
76163
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
76164
+ * of the syntax of the settings object.
76165
+ */
76166
+ constructor(
76167
+ /**
76168
+ * Initial settings for the new control
76169
+ */
76170
+ mSettings?: $OverflowToolbarTokenizerSettings
76171
+ );
76172
+ /**
76173
+ * Constructor for a new `OverflowToolbarTokenizer`.
76174
+ *
76175
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
76176
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
76177
+ * of the syntax of the settings object.
76178
+ */
76179
+ constructor(
76180
+ /**
76181
+ * ID for the new control, generated automatically if no ID is given
76182
+ */
76183
+ sId?: string,
76184
+ /**
76185
+ * Initial settings for the new control
76186
+ */
76187
+ mSettings?: $OverflowToolbarTokenizerSettings
76188
+ );
76189
+
76190
+ /**
76191
+ * Creates a new subclass of class sap.m.OverflowToolbarTokenizer with name `sClassName` and enriches it
76192
+ * with the information contained in `oClassInfo`.
76193
+ *
76194
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.m.Button.extend}.
76195
+ *
76196
+ *
76197
+ * @returns Created class / constructor function
76198
+ */
76199
+ static extend<T extends Record<string, unknown>>(
76200
+ /**
76201
+ * Name of the class being created
76202
+ */
76203
+ sClassName: string,
76204
+ /**
76205
+ * Object literal with information about the class
76206
+ */
76207
+ oClassInfo?: sap.ClassInfo<T, OverflowToolbarTokenizer>,
76208
+ /**
76209
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
76210
+ * used by this class
76211
+ */
76212
+ FNMetaImpl?: Function
76213
+ ): Function;
76214
+ /**
76215
+ * Returns a metadata object for class sap.m.OverflowToolbarTokenizer.
76216
+ *
76217
+ *
76218
+ * @returns Metadata object describing this class
76219
+ */
76220
+ static getMetadata(): ElementMetadata;
76221
+ /**
76222
+ * Gets current value of property {@link #getLabelText labelText}.
76223
+ *
76224
+ * Property for the text of a sap.m.Label displayed with sap.m.OverflowToolbarTokenizer. It is also displayed
76225
+ * as an n-More button text when used inside a `sap.m.OverflowToolbar`.
76226
+ *
76227
+ *
76228
+ * @returns Value of property `labelText`
76229
+ */
76230
+ getLabelText(): string;
76231
+ /**
76232
+ * Gets current value of property {@link #getRenderMode renderMode}.
76233
+ *
76234
+ * Defines the mode that the OverflowToolbarTokenizer will use:
76235
+ * - `sap.m.OverflowToolbarTokenizerRenderMode.Loose` mode shows all tokens, no matter the width of the
76236
+ * Tokenizer
76237
+ * - `sap.m.OverflowToolbarTokenizerRenderMode.Narrow` mode restricts the tokenizer to display only the
76238
+ * maximum number of tokens that fit within its width, adding an n-More indicator for the remaining tokens
76239
+ *
76240
+ * - `sap.m.OverflowToolbarTokenizerRenderMode.Overflow` mode forces the tokenizer to show only `sap.m.Button`
76241
+ * as an n-More indicator without visible tokens. It is used when `sap.m.OverflowToolbarTokenizer` is within
76242
+ * the `sap.m.OverflowToolbar` overflow area
76243
+ *
76244
+ * **Note**: Have in mind that the `renderMode` property is used internally by the OverflowToolbarTokenizer
76245
+ * and controls that use the OverflowToolbarTokenizer. Therefore, modifying this property may alter the
76246
+ * expected behavior of the control.
76247
+ *
76248
+ * Default value is `RenderMode.Narrow`.
76249
+ *
76250
+ *
76251
+ * @returns Value of property `renderMode`
76252
+ */
76253
+ getRenderMode(): string;
76254
+ /**
76255
+ * Sets a new value for property {@link #getLabelText labelText}.
76256
+ *
76257
+ * Property for the text of a sap.m.Label displayed with sap.m.OverflowToolbarTokenizer. It is also displayed
76258
+ * as an n-More button text when used inside a `sap.m.OverflowToolbar`.
76259
+ *
76260
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
76261
+ *
76262
+ *
76263
+ * @returns Reference to `this` in order to allow method chaining
76264
+ */
76265
+ setLabelText(
76266
+ /**
76267
+ * New value for property `labelText`
76268
+ */
76269
+ sLabelText?: string
76270
+ ): this;
76271
+ /**
76272
+ * Sets a new value for property {@link #getRenderMode renderMode}.
76273
+ *
76274
+ * Defines the mode that the OverflowToolbarTokenizer will use:
76275
+ * - `sap.m.OverflowToolbarTokenizerRenderMode.Loose` mode shows all tokens, no matter the width of the
76276
+ * Tokenizer
76277
+ * - `sap.m.OverflowToolbarTokenizerRenderMode.Narrow` mode restricts the tokenizer to display only the
76278
+ * maximum number of tokens that fit within its width, adding an n-More indicator for the remaining tokens
76279
+ *
76280
+ * - `sap.m.OverflowToolbarTokenizerRenderMode.Overflow` mode forces the tokenizer to show only `sap.m.Button`
76281
+ * as an n-More indicator without visible tokens. It is used when `sap.m.OverflowToolbarTokenizer` is within
76282
+ * the `sap.m.OverflowToolbar` overflow area
76283
+ *
76284
+ * **Note**: Have in mind that the `renderMode` property is used internally by the OverflowToolbarTokenizer
76285
+ * and controls that use the OverflowToolbarTokenizer. Therefore, modifying this property may alter the
76286
+ * expected behavior of the control.
76287
+ *
76288
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
76289
+ *
76290
+ * Default value is `RenderMode.Narrow`.
76291
+ *
76292
+ *
76293
+ * @returns Reference to `this` in order to allow method chaining
76294
+ */
76295
+ setRenderMode(
76296
+ /**
76297
+ * New value for property `renderMode`
76298
+ */
76299
+ sRenderMode?: string
76300
+ ): this;
76301
+ }
76302
+ /**
76303
+ * Describes the settings that can be provided to the OverflowToolbarTokenizer constructor.
76304
+ *
76305
+ * @experimental As of version 1.139.
76306
+ */
76307
+ export interface $OverflowToolbarTokenizerSettings extends $ButtonSettings {
76308
+ /**
76309
+ * Property for the text of a sap.m.Label displayed with sap.m.OverflowToolbarTokenizer. It is also displayed
76310
+ * as an n-More button text when used inside a `sap.m.OverflowToolbar`.
76311
+ */
76312
+ labelText?: string | PropertyBindingInfo;
76313
+
76314
+ /**
76315
+ * Defines the mode that the OverflowToolbarTokenizer will use:
76316
+ * - `sap.m.OverflowToolbarTokenizerRenderMode.Loose` mode shows all tokens, no matter the width of the
76317
+ * Tokenizer
76318
+ * - `sap.m.OverflowToolbarTokenizerRenderMode.Narrow` mode restricts the tokenizer to display only the
76319
+ * maximum number of tokens that fit within its width, adding an n-More indicator for the remaining tokens
76320
+ *
76321
+ * - `sap.m.OverflowToolbarTokenizerRenderMode.Overflow` mode forces the tokenizer to show only `sap.m.Button`
76322
+ * as an n-More indicator without visible tokens. It is used when `sap.m.OverflowToolbarTokenizer` is within
76323
+ * the `sap.m.OverflowToolbar` overflow area
76324
+ *
76325
+ * **Note**: Have in mind that the `renderMode` property is used internally by the OverflowToolbarTokenizer
76326
+ * and controls that use the OverflowToolbarTokenizer. Therefore, modifying this property may alter the
76327
+ * expected behavior of the control.
76328
+ */
76329
+ renderMode?: string | PropertyBindingInfo;
76330
+ }
76331
+ }
76332
+
75443
76333
  declare module "sap/m/p13n/BasePanel" {
75444
76334
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
75445
76335
 
@@ -75786,263 +76676,6 @@ declare module "sap/m/p13n/BasePanel" {
75786
76676
  >;
75787
76677
  }
75788
76678
 
75789
- declare module "sap/m/p13n/Engine" {
75790
- import Control from "sap/ui/core/Control";
75791
-
75792
- import Event from "sap/ui/base/Event";
75793
-
75794
- import Metadata from "sap/ui/base/Metadata";
75795
-
75796
- import Popup from "sap/m/p13n/Popup";
75797
-
75798
- import MetadataHelper from "sap/m/p13n/MetadataHelper";
75799
-
75800
- import SelectionController from "sap/m/p13n/SelectionController";
75801
-
75802
- /**
75803
- * The `Engine` entity offers personalization capabilities by registering a control instance for modification,
75804
- * such as:
75805
- *
75806
- *
75807
- * - `sap.m.p13n.Popup` initialization
75808
- * - Storing personalization states by choosing the desired persistence layer
75809
- * - State appliance considering the persistence layer
75810
- *
75811
- * The Engine must be used whenever personalization should be enabled by taking a certain persistence layer
75812
- * into account. Available controller implementations for the registration process are:
75813
- *
75814
- *
75815
- * - {@link sap.m.p13n.SelectionController SelectionController}: Used to define a list of selectable entries
75816
- *
75817
- * - {@link sap.m.p13n.SortController SortController}: Used to define a list of sortable properties
75818
- * - {@link sap.m.p13n.GroupController GroupController}: Used to define a list of groupable properties
75819
- *
75820
- *
75821
- * Can be used in combination with `sap.ui.fl.variants.VariantManagement` to persist a state in variants
75822
- * using `sap.ui.fl` capabilities.
75823
- *
75824
- * @since 1.104
75825
- */
75826
- export default class Engine
75827
- extends /* was: sap.m.p13n.modules.AdaptationProvider */ Object
75828
- {
75829
- /**
75830
- * See:
75831
- * {@link https://ui5.sap.com/#/topic/75c08fdebf784575947927e052712bab Personalization}
75832
- */
75833
- constructor();
75834
-
75835
- /**
75836
- * Creates a new subclass of class sap.m.p13n.Engine with name `sClassName` and enriches it with the information
75837
- * contained in `oClassInfo`.
75838
- *
75839
- * `oClassInfo` might contain the same kind of information as described in {@link sap.m.p13n.modules.AdaptationProvider.extend}.
75840
- *
75841
- *
75842
- * @returns Created class / constructor function
75843
- */
75844
- static extend<T extends Record<string, unknown>>(
75845
- /**
75846
- * Name of the class being created
75847
- */
75848
- sClassName: string,
75849
- /**
75850
- * Object literal with information about the class
75851
- */
75852
- oClassInfo?: sap.ClassInfo<T, Engine>,
75853
- /**
75854
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
75855
- * used by this class
75856
- */
75857
- FNMetaImpl?: Function
75858
- ): Function;
75859
- /**
75860
- * This method is the central point of access to the Engine Singleton.
75861
- *
75862
- *
75863
- * @returns The Engine instance
75864
- */
75865
- static getInstance(): Engine;
75866
- /**
75867
- * Returns a metadata object for class sap.m.p13n.Engine.
75868
- *
75869
- *
75870
- * @returns Metadata object describing this class
75871
- */
75872
- static getMetadata(): Metadata;
75873
- /**
75874
- * Applies a state to a control by passing an object that contains the registered controller key and an
75875
- * object matching the inner subcontroller logic.
75876
- *
75877
- *
75878
- * @returns A Promise resolving after the state has been applied
75879
- */
75880
- applyState(
75881
- /**
75882
- * The registered control instance
75883
- */
75884
- oControl: Control,
75885
- /**
75886
- * The state object
75887
- */
75888
- oState: State
75889
- ): Promise<State>;
75890
- /**
75891
- * Attaches an event handler to the `StateHandlerRegistry` class. The event handler is fired every time
75892
- * a user triggers a personalization change for a control instance during runtime.
75893
- *
75894
- *
75895
- * @returns Returns `this` to allow method chaining
75896
- */
75897
- attachStateChange(
75898
- /**
75899
- * The handler function to call when the event occurs
75900
- */
75901
- fnStateEventHandler: (p1: Event) => void,
75902
- /**
75903
- * The context object to call the event handler with (value of `this` in the event handler function).
75904
- */
75905
- oListener?: object
75906
- ): this;
75907
- /**
75908
- * Unregisters a registered control. By unregistering a control the control is removed from the `Engine`
75909
- * registry, and all instance-specific submodules, such as the registered controllers, are destroyed.
75910
- */
75911
- deregister(
75912
- /**
75913
- * The registered control instance
75914
- */
75915
- oControl: Control
75916
- ): void;
75917
- /**
75918
- * Removes a previously attached state change event handler from the `StateHandlerRegistry` class. The passed
75919
- * parameters must match those used for registration with {@link sap.m.p13n.Engine#attachStateChange} beforehand.
75920
- *
75921
- *
75922
- * @returns Returns `this` to allow method chaining
75923
- */
75924
- detachStateChange(
75925
- /**
75926
- * The handler function to detach from the event
75927
- */
75928
- fnStateEventHandler: (p1: Event) => void,
75929
- /**
75930
- * The context object to call the event handler with (value of `this` in the event handler function).
75931
- */
75932
- oListener?: object
75933
- ): this;
75934
-
75935
- register(
75936
- /**
75937
- * The control instance to be registered for adaptation
75938
- */
75939
- oControl: Control,
75940
- /**
75941
- * The Engine registration configuration
75942
- */
75943
- oConfig: EngineRegistrationConfig
75944
- ): void;
75945
- /**
75946
- * This method can be used to trigger a reset to the provided control instance.
75947
- *
75948
- *
75949
- * @returns A Promise resolving once the reset is completed
75950
- */
75951
- reset(
75952
- /**
75953
- * The related control instance
75954
- */
75955
- oControl: Control,
75956
- /**
75957
- * The key for the affected configuration
75958
- */
75959
- aKeys: string
75960
- ): Promise<null>;
75961
- /**
75962
- * Retrieves the state for a given control instance after all necessary changes have been applied (e.g.
75963
- * modification handler appliance). After the returned `Promise` has been resolved, the returned state is
75964
- * in sync with the related state object of the control.
75965
- *
75966
- *
75967
- * @returns A Promise resolving in the current control state
75968
- */
75969
- retrieveState(
75970
- /**
75971
- * The control instance implementing IxState to retrieve the externalized state
75972
- */
75973
- oControl: Control
75974
- ): Promise<State>;
75975
- /**
75976
- * Opens the personalization dialog.
75977
- *
75978
- *
75979
- * @returns Promise resolving in the `sap.m.p13n.Popup` instance
75980
- */
75981
- show(
75982
- /**
75983
- * The control instance that is personalized
75984
- */
75985
- oControl: Control,
75986
- /**
75987
- * The affected panels that are added to the `sap.m.p13n.Popup`
75988
- */
75989
- vPanelKeys: string | string[],
75990
- /**
75991
- * The settings object for the personalization
75992
- */
75993
- mSettings: {
75994
- /**
75995
- * The title for the `sap.m.p13n.Popup` control
75996
- */
75997
- title?: string;
75998
- /**
75999
- * The source control to be used by the `sap.m.p13n.Popup` control (only necessary if the mode is set to
76000
- * `ResponsivePopover`)
76001
- */
76002
- source?: Control;
76003
- /**
76004
- * The mode is used by the `sap.m.p13n.Popup` control
76005
- */
76006
- mode?: object;
76007
- /**
76008
- * Height configuration for the related popup container
76009
- */
76010
- contentHeight?: object;
76011
- /**
76012
- * Width configuration for the related popup container
76013
- */
76014
- contentWidth?: object;
76015
- }
76016
- ): Promise<Popup>;
76017
- }
76018
- /**
76019
- * The central registration for personalization functionality. The registration is a precondition for using
76020
- * `Engine` functionality for a control instance. Once the control instance has been registered, it can
76021
- * be passed to the related `Engine` methods that always expect a control instance as parameter. Only registered
76022
- * control instances can be used for personalization through the `Engine`.
76023
- */
76024
- export type EngineRegistrationConfig = {
76025
- /**
76026
- * The `{@link sap.m.p13n.MetadataHelper MetadataHelper}` to provide metadata-specific information. It may
76027
- * be used to define more granular information for the selection of items.
76028
- */
76029
- helper: MetadataHelper;
76030
- /**
76031
- * A map of arbitrary keys that contain a controller instance as value. The key must be unique and needs
76032
- * to be provided for later access when using `Engine` functionality specific for one controller type.
76033
- */
76034
- controller: Record<string, SelectionController>;
76035
- };
76036
-
76037
- export type State = {
76038
- /**
76039
- * A map of arbitrary keys that contain a controller instance as value. The key must be unique and needs
76040
- * to be provided for later access when using `Engine` functionality specific for one controller type.
76041
- */
76042
- controller: Record<string, Object[]>;
76043
- };
76044
- }
76045
-
76046
76679
  declare module "sap/m/p13n/FilterController" {
76047
76680
  import SelectionController from "sap/m/p13n/SelectionController";
76048
76681
 
@@ -90314,17 +90947,27 @@ declare module "sap/m/PlanningCalendar" {
90314
90947
  | keyof typeof CalendarAppointmentRoundWidth
90315
90948
  ): this;
90316
90949
  /**
90317
- * Set the appointment reduced height property to the appointments in the calendar
90950
+ * Sets a new value for property {@link #getAppointmentsReducedHeight appointmentsReducedHeight}.
90318
90951
  *
90952
+ * Determines whether the appointments that have only title without text are rendered with smaller height.
90953
+ *
90954
+ * **Note:** On phone devices this property is ignored, appointments are always rendered in full height
90955
+ * to facilitate touching.
90956
+ *
90957
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
90958
+ *
90959
+ * Default value is `false`.
90960
+ *
90961
+ * @since 1.38.0
90319
90962
  * @deprecated As of version 1.119. Please use the `appointmentHeight` with value "Automatic" property instead.
90320
90963
  *
90321
- * @returns Reference to `this` for method chaining
90964
+ * @returns Reference to `this` in order to allow method chaining
90322
90965
  */
90323
90966
  setAppointmentsReducedHeight(
90324
90967
  /**
90325
- * if set to true, the appointments will have a reduced height
90968
+ * New value for property `appointmentsReducedHeight`
90326
90969
  */
90327
- bAppointmentsReducedHeight: boolean
90970
+ bAppointmentsReducedHeight?: boolean
90328
90971
  ): this;
90329
90972
  /**
90330
90973
  * Sets a new value for property {@link #getAppointmentsVisualization appointmentsVisualization}.
@@ -90580,26 +91223,39 @@ declare module "sap/m/PlanningCalendar" {
90580
91223
  sNoDataText?: string
90581
91224
  ): this;
90582
91225
  /**
90583
- * Sets the primaryCalendarType. If not set, the calendar type of the global configuration is used.
91226
+ * Sets a new value for property {@link #getPrimaryCalendarType primaryCalendarType}.
90584
91227
  *
91228
+ * If set, the calendar type is used for display. If not set, the calendar type of the global configuration
91229
+ * is used.
90585
91230
  *
90586
- * @returns `this` to allow method chaining
91231
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
91232
+ *
91233
+ * @since 1.108.0
91234
+ *
91235
+ * @returns Reference to `this` in order to allow method chaining
90587
91236
  */
90588
91237
  setPrimaryCalendarType(
90589
91238
  /**
90590
- * the `CalendarType` to set as `sap.m.PlanningCalendar` `primaryCalendarType`.
91239
+ * New value for property `primaryCalendarType`
90591
91240
  */
90592
91241
  sPrimaryCalendarType: CalendarType | keyof typeof CalendarType
90593
91242
  ): this;
90594
91243
  /**
90595
- * Sets the secondaryCalendarType.
91244
+ * Sets a new value for property {@link #getSecondaryCalendarType secondaryCalendarType}.
90596
91245
  *
91246
+ * If set, the days are also represented in this calendar type. If not set, the dates are only represented
91247
+ * in the primary calendar type. Note: The second calendar type won't be represented in the DOM when this
91248
+ * property is not set explicitly.
90597
91249
  *
90598
- * @returns `this` to allow method chaining
91250
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
91251
+ *
91252
+ * @since 1.109.0
91253
+ *
91254
+ * @returns Reference to `this` in order to allow method chaining
90599
91255
  */
90600
91256
  setSecondaryCalendarType(
90601
91257
  /**
90602
- * the `CalendarType` to set as `sap.m.PlanningCalendar` `secondaryCalendarType`.
91258
+ * New value for property `secondaryCalendarType`
90603
91259
  */
90604
91260
  sSecondaryCalendarType: CalendarType | keyof typeof CalendarType
90605
91261
  ): this;
@@ -90740,16 +91396,42 @@ declare module "sap/m/PlanningCalendar" {
90740
91396
  oDate: Date
90741
91397
  ): this;
90742
91398
  /**
90743
- * Sets the stickyHeader property.
91399
+ * Sets a new value for property {@link #getStickyHeader stickyHeader}.
90744
91400
  *
91401
+ * Determines whether the header area will remain visible (fixed on top) when the rest of the content is
91402
+ * scrolled out of view.
90745
91403
  *
90746
- * @returns this pointer for chaining
91404
+ * The sticky header behavior is automatically disabled on phones in landscape mode for better visibility
91405
+ * of the content.
91406
+ *
91407
+ * **Note:** There is limited browser support, hence the API is in experimental state. Browsers that currently
91408
+ * support this feature are Chrome (desktop and mobile), Safari (desktop and mobile) and Edge 41.
91409
+ *
91410
+ * There are also some known issues with respect to the scrolling behavior and focus handling. A few are
91411
+ * given below:
91412
+ *
91413
+ * When the PlanningCalendar is placed in certain layout containers, for example the `GridLayout` control,
91414
+ * the column headers do not fix at the top of the viewport. Similar behavior is also observed with the
91415
+ * `ObjectPage` control.
91416
+ *
91417
+ * This API should not be used in production environment.
91418
+ *
91419
+ * **Note:** The `stickyHeader` of the `PlanningCalendar` uses the `sticky` property of `sap.m.Table`. Therefore,
91420
+ * all features and restrictions of the property in `sap.m.Table` apply to the `PlanningCalendar` as well.
91421
+ *
91422
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
91423
+ *
91424
+ * Default value is `false`.
91425
+ *
91426
+ * @since 1.54
91427
+ *
91428
+ * @returns Reference to `this` in order to allow method chaining
90747
91429
  */
90748
91430
  setStickyHeader(
90749
91431
  /**
90750
- * Whether the header area will remain visible (fixed on top)
91432
+ * New value for property `stickyHeader`
90751
91433
  */
90752
- bStick: boolean
91434
+ bStickyHeader?: boolean
90753
91435
  ): this;
90754
91436
  /**
90755
91437
  * Sets a new value for property {@link #getViewKey viewKey}.
@@ -90773,16 +91455,20 @@ declare module "sap/m/PlanningCalendar" {
90773
91455
  sViewKey?: string
90774
91456
  ): this;
90775
91457
  /**
90776
- * Sets the width property and ensures that the start date is in sync with each row timeline.
91458
+ * Sets a new value for property {@link #getWidth width}.
90777
91459
  *
91460
+ * Specifies the width of the `PlanningCalendar`.
90778
91461
  *
90779
- * @returns this for method chaining
91462
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
91463
+ *
91464
+ *
91465
+ * @returns Reference to `this` in order to allow method chaining
90780
91466
  */
90781
91467
  setWidth(
90782
91468
  /**
90783
- * the width to be set to the PlanningCalendar
91469
+ * New value for property `width`
90784
91470
  */
90785
- sWidth: CSSSize
91471
+ sWidth?: CSSSize
90786
91472
  ): this;
90787
91473
  }
90788
91474
  /**
@@ -95137,6 +95823,9 @@ declare module "sap/m/plugins/CopyProvider" {
95137
95823
  * This can be useful for maintaining the original structure of the data when it is pasted into a new location
95138
95824
  * (e.g. spreadsheets).
95139
95825
  *
95826
+ * **Note:** Sparse copying must not be enabled in combination with `sap.ui.table.plugins.ODataV4MultiSelection`
95827
+ * or the `sap.ui.mdc.Table` with the `sap.ui.mdc.odata.v4.TableDelegate`.
95828
+ *
95140
95829
  * Default value is `false`.
95141
95830
  *
95142
95831
  *
@@ -95251,6 +95940,9 @@ declare module "sap/m/plugins/CopyProvider" {
95251
95940
  * This can be useful for maintaining the original structure of the data when it is pasted into a new location
95252
95941
  * (e.g. spreadsheets).
95253
95942
  *
95943
+ * **Note:** Sparse copying must not be enabled in combination with `sap.ui.table.plugins.ODataV4MultiSelection`
95944
+ * or the `sap.ui.mdc.Table` with the `sap.ui.mdc.odata.v4.TableDelegate`.
95945
+ *
95254
95946
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
95255
95947
  *
95256
95948
  * Default value is `false`.
@@ -95423,6 +96115,9 @@ declare module "sap/m/plugins/CopyProvider" {
95423
96115
  *
95424
96116
  * This can be useful for maintaining the original structure of the data when it is pasted into a new location
95425
96117
  * (e.g. spreadsheets).
96118
+ *
96119
+ * **Note:** Sparse copying must not be enabled in combination with `sap.ui.table.plugins.ODataV4MultiSelection`
96120
+ * or the `sap.ui.mdc.Table` with the `sap.ui.mdc.odata.v4.TableDelegate`.
95426
96121
  */
95427
96122
  copySparse?: boolean | PropertyBindingInfo | `{${string}}`;
95428
96123
 
@@ -96439,6 +97134,7 @@ declare module "sap/m/plugins/UploadSetwithTable" {
96439
97134
  * - {@link sap.ui.mdc.Table MDC Table}
96440
97135
  * - {@link sap.m.Table Responsive Table}
96441
97136
  * - {@link sap.m.GridTable Grid Table}
97137
+ * - {@link sap.ui.table.TreeTable Tree Table}
96442
97138
  *
96443
97139
  * Consider the following before using the plugin:
96444
97140
  * - It gets activated when it is added as a dependent to the table control. It gets deactivated when
@@ -96447,6 +97143,9 @@ declare module "sap/m/plugins/UploadSetwithTable" {
96447
97143
  *
96448
97144
  * - Configuring the rowConfiguration aggregation (type {@link sap.m.upload.UploadItemConfiguration UploadItemConfiguration})
96449
97145
  * of this plugin is mandatory to use the features such as file preview, download etc.
97146
+ * - For the plugin to work with the tree table control, the isDirectoryPath property of the rowConfiguration
97147
+ * aggregation must be set. This indicates if the context of the row is a directory or a file. It helps
97148
+ * the plugin with the file preview feature.
96450
97149
  * - It works only with the table control when the table is bound to the model to perform the operations
96451
97150
  * such as rename, download etc.
96452
97151
  *
@@ -108034,15 +108733,26 @@ declare module "sap/m/routing/Router" {
108034
108733
  import TargetHandler from "sap/m/routing/TargetHandler";
108035
108734
 
108036
108735
  /**
108037
- * SAPUI5 mobile `Router`. The difference to the {@link sap.ui.core.routing.Router} are the `level`, `transition`,
108038
- * and `transitionParameters` properties that you can specify in every Route or Target created by this router.
108736
+ * The `sap.m.routing.Router` is a specialized extension of `{@link sap.ui.core.routing.Router}`, designed
108737
+ * specifically for the following containers in the `sap.m` library: `sap.m.App`, `sap.m.SplitApp`, or `sap.m.NavContainer`.
108738
+ *
108739
+ * It provides additional target and route configuration options that are optimized for the containers,
108740
+ * including support for animated transitions and navigation hierarchy levels.
108741
+ *
108742
+ * Compared to `{@link sap.ui.core.routing.Router}`, it adds support for additional Target properties:
108743
+ *
108744
+ * - `level`: Defines the hierarchical level of the target view for proper history and back navigation
108745
+ * handling
108746
+ * - `transition`: Specifies the type of transition animation between views (e.g., `slide`, `fade`)
108747
+ * - `transitionParameters`: Custom parameters for transitions
108748
+ *
108749
+ * For constructor parameters, see `{@link sap.ui.core.routing.Router#constructor}`.
108039
108750
  *
108040
108751
  * @since 1.28.1
108041
108752
  */
108042
108753
  export default class Router extends Router1 {
108043
108754
  /**
108044
- * Constructor for a new `sap.m.routing.Router`. See `{@link sap.ui.core.routing.Router}` for the constructor
108045
- * arguments.
108755
+ * Constructor for a new `sap.m.routing.Router`.
108046
108756
  */
108047
108757
  constructor(
108048
108758
  /**
@@ -111671,6 +112381,7 @@ declare module "sap/m/Select" {
111671
112381
  IToolbarInteractiveControl,
111672
112382
  SelectColumnRatio,
111673
112383
  OverflowToolbarConfig,
112384
+ SelectTwoColumnSeparator,
111674
112385
  SelectType,
111675
112386
  } from "sap/m/library";
111676
112387
 
@@ -112409,6 +113120,18 @@ declare module "sap/m/Select" {
112409
113120
  * @returns Value of property `textDirection`
112410
113121
  */
112411
113122
  getTextDirection(): TextDirection;
113123
+ /**
113124
+ * Gets current value of property {@link #getTwoColumnSeparator twoColumnSeparator}.
113125
+ *
113126
+ * Defines the separator type for the two columns layout when Select is in read-only mode.
113127
+ *
113128
+ * Default value is `Dash`.
113129
+ *
113130
+ * @since 1.140
113131
+ *
113132
+ * @returns Value of property `twoColumnSeparator`
113133
+ */
113134
+ getTwoColumnSeparator(): SelectTwoColumnSeparator;
112412
113135
  /**
112413
113136
  * Gets current value of property {@link #getType type}.
112414
113137
  *
@@ -112897,6 +113620,27 @@ declare module "sap/m/Select" {
112897
113620
  */
112898
113621
  sTextDirection?: TextDirection | keyof typeof TextDirection
112899
113622
  ): this;
113623
+ /**
113624
+ * Sets a new value for property {@link #getTwoColumnSeparator twoColumnSeparator}.
113625
+ *
113626
+ * Defines the separator type for the two columns layout when Select is in read-only mode.
113627
+ *
113628
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
113629
+ *
113630
+ * Default value is `Dash`.
113631
+ *
113632
+ * @since 1.140
113633
+ *
113634
+ * @returns Reference to `this` in order to allow method chaining
113635
+ */
113636
+ setTwoColumnSeparator(
113637
+ /**
113638
+ * New value for property `twoColumnSeparator`
113639
+ */
113640
+ sTwoColumnSeparator?:
113641
+ | SelectTwoColumnSeparator
113642
+ | keyof typeof SelectTwoColumnSeparator
113643
+ ): this;
112900
113644
  /**
112901
113645
  * Sets a new value for property {@link #getType type}.
112902
113646
  *
@@ -113181,6 +113925,16 @@ declare module "sap/m/Select" {
113181
113925
  */
113182
113926
  required?: boolean | PropertyBindingInfo | `{${string}}`;
113183
113927
 
113928
+ /**
113929
+ * Defines the separator type for the two columns layout when Select is in read-only mode.
113930
+ *
113931
+ * @since 1.140
113932
+ */
113933
+ twoColumnSeparator?:
113934
+ | (SelectTwoColumnSeparator | keyof typeof SelectTwoColumnSeparator)
113935
+ | PropertyBindingInfo
113936
+ | `{${string}}`;
113937
+
113184
113938
  /**
113185
113939
  * Defines the items contained within this control.
113186
113940
  *
@@ -158258,6 +159012,18 @@ declare module "sap/m/upload/UploadItem" {
158258
159012
  * Header fields to be included in the header section of an XMLHttpRequest (XHR) request
158259
159013
  */
158260
159014
  getHeaderFields(): Item[];
159015
+ /**
159016
+ * Gets current value of property {@link #getIsDirectory isDirectory}.
159017
+ *
159018
+ * Specifies whether the item is a file or a directory. Used mainly for plugin with the tree table structure.
159019
+ *
159020
+ * Default value is `false`.
159021
+ *
159022
+ * @since 1.139
159023
+ *
159024
+ * @returns Value of property `isDirectory`
159025
+ */
159026
+ getIsDirectory(): boolean;
158261
159027
  /**
158262
159028
  * Gets current value of property {@link #getIsTrustedSource isTrustedSource}.
158263
159029
  *
@@ -158413,6 +159179,25 @@ declare module "sap/m/upload/UploadItem" {
158413
159179
  */
158414
159180
  fFileSize?: float
158415
159181
  ): this;
159182
+ /**
159183
+ * Sets a new value for property {@link #getIsDirectory isDirectory}.
159184
+ *
159185
+ * Specifies whether the item is a file or a directory. Used mainly for plugin with the tree table structure.
159186
+ *
159187
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
159188
+ *
159189
+ * Default value is `false`.
159190
+ *
159191
+ * @since 1.139
159192
+ *
159193
+ * @returns Reference to `this` in order to allow method chaining
159194
+ */
159195
+ setIsDirectory(
159196
+ /**
159197
+ * New value for property `isDirectory`
159198
+ */
159199
+ bIsDirectory?: boolean
159200
+ ): this;
158416
159201
  /**
158417
159202
  * Sets a new value for property {@link #getIsTrustedSource isTrustedSource}.
158418
159203
  *
@@ -158576,6 +159361,13 @@ declare module "sap/m/upload/UploadItem" {
158576
159361
  */
158577
159362
  isTrustedSource?: boolean | PropertyBindingInfo | `{${string}}`;
158578
159363
 
159364
+ /**
159365
+ * Specifies whether the item is a file or a directory. Used mainly for plugin with the tree table structure.
159366
+ *
159367
+ * @since 1.139
159368
+ */
159369
+ isDirectory?: boolean | PropertyBindingInfo | `{${string}}`;
159370
+
158579
159371
  /**
158580
159372
  * Header fields to be included in the header section of an XMLHttpRequest (XHR) request
158581
159373
  */
@@ -158737,6 +159529,19 @@ declare module "sap/m/upload/UploadItemConfiguration" {
158737
159529
  * @returns Value of property `fileSizePath`
158738
159530
  */
158739
159531
  getFileSizePath(): string;
159532
+ /**
159533
+ * Gets current value of property {@link #getIsDirectoryPath isDirectoryPath}.
159534
+ *
159535
+ * Specifies the path in the model to confirm if it is a file or a directory. This is used to determine
159536
+ * if the context is file or a directory. If it is a directory, it cannot be previewed. Set this property
159537
+ * to the path in the model to determine if it is a file or a directory. The value of this path evaluated
159538
+ * should be boolean.
159539
+ *
159540
+ * @since 1.139
159541
+ *
159542
+ * @returns Value of property `isDirectoryPath`
159543
+ */
159544
+ getIsDirectoryPath(): string;
158740
159545
  /**
158741
159546
  * Gets current value of property {@link #getIsTrustedSourcePath isTrustedSourcePath}.
158742
159547
  *
@@ -158818,6 +159623,26 @@ declare module "sap/m/upload/UploadItemConfiguration" {
158818
159623
  */
158819
159624
  sFileSizePath?: string
158820
159625
  ): this;
159626
+ /**
159627
+ * Sets a new value for property {@link #getIsDirectoryPath isDirectoryPath}.
159628
+ *
159629
+ * Specifies the path in the model to confirm if it is a file or a directory. This is used to determine
159630
+ * if the context is file or a directory. If it is a directory, it cannot be previewed. Set this property
159631
+ * to the path in the model to determine if it is a file or a directory. The value of this path evaluated
159632
+ * should be boolean.
159633
+ *
159634
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
159635
+ *
159636
+ * @since 1.139
159637
+ *
159638
+ * @returns Reference to `this` in order to allow method chaining
159639
+ */
159640
+ setIsDirectoryPath(
159641
+ /**
159642
+ * New value for property `isDirectoryPath`
159643
+ */
159644
+ sIsDirectoryPath?: string
159645
+ ): this;
158821
159646
  /**
158822
159647
  * Sets a new value for property {@link #getIsTrustedSourcePath isTrustedSourcePath}.
158823
159648
  *
@@ -158946,6 +159771,16 @@ declare module "sap/m/upload/UploadItemConfiguration" {
158946
159771
  * @since 1.125
158947
159772
  */
158948
159773
  isTrustedSourcePath?: string | PropertyBindingInfo;
159774
+
159775
+ /**
159776
+ * Specifies the path in the model to confirm if it is a file or a directory. This is used to determine
159777
+ * if the context is file or a directory. If it is a directory, it cannot be previewed. Set this property
159778
+ * to the path in the model to determine if it is a file or a directory. The value of this path evaluated
159779
+ * should be boolean.
159780
+ *
159781
+ * @since 1.139
159782
+ */
159783
+ isDirectoryPath?: string | PropertyBindingInfo;
158949
159784
  }
158950
159785
  }
158951
159786
 
@@ -168736,6 +169571,8 @@ declare module "sap/m/VariantManagement" {
168736
169571
  ): this;
168737
169572
  /**
168738
169573
  * Enables the programmatic selection of a variant.
169574
+ *
169575
+ * @since 1.121
168739
169576
  */
168740
169577
  setCurrentVariantKey(
168741
169578
  /**
@@ -172990,6 +173827,8 @@ declare namespace sap {
172990
173827
 
172991
173828
  "sap/m/OverflowToolbarToggleButton": undefined;
172992
173829
 
173830
+ "sap/m/OverflowToolbarTokenizer": undefined;
173831
+
172993
173832
  "sap/m/p13n/AbstractContainer": undefined;
172994
173833
 
172995
173834
  "sap/m/p13n/AbstractContainerItem": undefined;