@sapui5/ts-types 1.150.1 → 1.151.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.
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +410 -157
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +2 -222
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +209 -80
- package/types/sap.fe.navigation.d.ts +3 -2
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +3 -3
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +125 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +133 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +45 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +178 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/sap.ui.core.d.ts +389 -236
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +10393 -8758
- package/types/sap.ui.integration.d.ts +31 -3
- package/types/sap.ui.joule.frontend.d.ts +710 -0
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +11 -8
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +2 -2
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +2 -2
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +101 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +22 -2
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.ariba.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.151.0
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
declare namespace sap {
|
|
@@ -15,87 +15,6 @@ namespace base {
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
namespace BindingToolkit {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* A binding expression that evaluates to type T.
|
|
27
|
-
*
|
|
28
|
-
* @experimental As of version 1.145.0.
|
|
29
|
-
*/
|
|
30
|
-
type BindingToolkitExpression = {
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
namespace ClassSupport {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Represents the state object of a building block.
|
|
44
|
-
*
|
|
45
|
-
* @experimental As of version 1.145.0.
|
|
46
|
-
*/
|
|
47
|
-
type BindingInfoHolder = {
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* Represents the state object of a building block.
|
|
52
|
-
*
|
|
53
|
-
* @experimental As of version 1.145.0.
|
|
54
|
-
*/
|
|
55
|
-
type ExtendWithObject = {
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* Returns the properties of a control.
|
|
60
|
-
*
|
|
61
|
-
* @experimental As of version 1.145.0.
|
|
62
|
-
*/
|
|
63
|
-
type PropertiesOf = {
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* Represents the state object of a building block.
|
|
68
|
-
*
|
|
69
|
-
* @experimental As of version 1.145.0.
|
|
70
|
-
*/
|
|
71
|
-
type StateOf = {
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Definition of a UI5 aggregation metadata.
|
|
76
|
-
*
|
|
77
|
-
* @experimental As of version 1.145.0.
|
|
78
|
-
*/
|
|
79
|
-
type UI5AggregationMetadata = {
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* Definition of a UI5 association metadata.
|
|
84
|
-
*
|
|
85
|
-
* @experimental As of version 1.145.0.
|
|
86
|
-
*/
|
|
87
|
-
type UI5AssociationMetadata = {
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* Definition of a UI5 property metadata.
|
|
92
|
-
*
|
|
93
|
-
* @experimental As of version 1.145.0.
|
|
94
|
-
*/
|
|
95
|
-
type UI5PropertyMetadata = {
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
}
|
|
99
18
|
/**
|
|
100
19
|
* Describes the settings that can be provided to the BuildingBlockBase constructor.
|
|
101
20
|
*/
|
|
@@ -123,115 +42,6 @@ ariaLabelledBy? : sap.ui.core.Control | string
|
|
|
123
42
|
|
|
124
43
|
}
|
|
125
44
|
|
|
126
|
-
/**
|
|
127
|
-
* Collection of functions to support the manipulation of UI5 bindings
|
|
128
|
-
*
|
|
129
|
-
* @experimental As of version 1.145.0.
|
|
130
|
-
*/
|
|
131
|
-
interface BindingToolkit {
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* Collection of decorators to support the creation of UI5 classes.
|
|
138
|
-
*/
|
|
139
|
-
interface ClassSupport {
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* Defines and configures the following aggregation in the control metadata.
|
|
143
|
-
*
|
|
144
|
-
* @experimental As of version 1.145.0.
|
|
145
|
-
*
|
|
146
|
-
* @returns The decorated property.
|
|
147
|
-
*/
|
|
148
|
-
aggregation(
|
|
149
|
-
/**
|
|
150
|
-
* The aggregation definition
|
|
151
|
-
*/
|
|
152
|
-
aggregationDefinition: sap.fe.base.ClassSupport.UI5AggregationMetadata
|
|
153
|
-
): PropertyDecorator
|
|
154
|
-
/**
|
|
155
|
-
* Defines and configures the following association in the control metadata.
|
|
156
|
-
*
|
|
157
|
-
* @experimental As of version 1.145.0.
|
|
158
|
-
*
|
|
159
|
-
* @returns The decorated property
|
|
160
|
-
*/
|
|
161
|
-
association(
|
|
162
|
-
/**
|
|
163
|
-
* The definition of the association.
|
|
164
|
-
*/
|
|
165
|
-
ui5AssociationMetadata: sap.fe.base.ClassSupport.UI5AssociationMetadata
|
|
166
|
-
): PropertyDecorator
|
|
167
|
-
/**
|
|
168
|
-
* Allows to define a property that holds the control state.
|
|
169
|
-
* Properties defined with this decorator are automatically bound to the control state when used in JSX.
|
|
170
|
-
* Arrays need to be bound using the `bindState` function.
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
* @experimental As of version 1.145.0.
|
|
174
|
-
*
|
|
175
|
-
* @returns A property decorator
|
|
176
|
-
*/
|
|
177
|
-
defineState(
|
|
178
|
-
|
|
179
|
-
): PropertyDecorator
|
|
180
|
-
/**
|
|
181
|
-
* Indicates that the following class should define a UI5 control of the specified name.
|
|
182
|
-
*
|
|
183
|
-
* @experimental As of version 1.145.0.
|
|
184
|
-
*
|
|
185
|
-
* @returns A class decorator that creates a UI5 class out of the TS class
|
|
186
|
-
*/
|
|
187
|
-
defineUI5Class(
|
|
188
|
-
/**
|
|
189
|
-
* The fully qualified name of the UI5 class
|
|
190
|
-
*/
|
|
191
|
-
target: string,
|
|
192
|
-
/**
|
|
193
|
-
* Additional inline metadata definition
|
|
194
|
-
*/
|
|
195
|
-
metadataDefinition?: Partial</* was: sap.fe.base.ClassSupport.UI5ControlMetadataDefinition */ any>
|
|
196
|
-
): ClassDecorator
|
|
197
|
-
/**
|
|
198
|
-
* Indicates that the property is declared as an event on the control metadata.
|
|
199
|
-
*
|
|
200
|
-
* @experimental As of version 1.145.0.
|
|
201
|
-
*
|
|
202
|
-
* @returns The decorated property
|
|
203
|
-
*/
|
|
204
|
-
event(
|
|
205
|
-
|
|
206
|
-
): PropertyDecorator
|
|
207
|
-
/**
|
|
208
|
-
* Defines in the metadata that this control implements a specific interface.
|
|
209
|
-
*
|
|
210
|
-
* @experimental As of version 1.144.0.
|
|
211
|
-
*
|
|
212
|
-
* @returns The decorated method
|
|
213
|
-
*/
|
|
214
|
-
implementInterface(
|
|
215
|
-
/**
|
|
216
|
-
* The name of the implemented interface
|
|
217
|
-
*/
|
|
218
|
-
interfaceName: string
|
|
219
|
-
): PropertyDecorator
|
|
220
|
-
/**
|
|
221
|
-
* Defines the following property as a managed object in the control metadata.
|
|
222
|
-
*
|
|
223
|
-
* @experimental As of version 1.145.0.
|
|
224
|
-
*
|
|
225
|
-
* @returns The decorated property.
|
|
226
|
-
*/
|
|
227
|
-
property(
|
|
228
|
-
/**
|
|
229
|
-
* The property definition
|
|
230
|
-
*/
|
|
231
|
-
attributeDefinition: sap.fe.base.ClassSupport.UI5PropertyMetadata
|
|
232
|
-
): PropertyDecorator
|
|
233
|
-
}
|
|
234
|
-
|
|
235
45
|
/**
|
|
236
46
|
* Base class for building blocks.
|
|
237
47
|
* This contains the low-level functionality of having a content aggregation and handling the rendering
|
|
@@ -246,31 +56,7 @@ attributeDefinition: sap.fe.base.ClassSupport.UI5PropertyMetadata
|
|
|
246
56
|
class BuildingBlockBase extends sap.ui.core.Control {
|
|
247
57
|
|
|
248
58
|
|
|
249
|
-
|
|
250
|
-
* Shorthand for the BindingToolkit.bindState function with the current state object.
|
|
251
|
-
*
|
|
252
|
-
* @experimental As of version 1.145.0.
|
|
253
|
-
*
|
|
254
|
-
* @returns The binding toolkit expression for the state
|
|
255
|
-
*/
|
|
256
|
-
bindState(
|
|
257
|
-
/**
|
|
258
|
-
* A property in the state object
|
|
259
|
-
*/
|
|
260
|
-
path:
|
|
261
|
-
): /* was: sap.fe.base.BindingToolkit.BindingToolkitExpression */ any
|
|
262
|
-
/**
|
|
263
|
-
* Framework hook for state change handling.
|
|
264
|
-
* Subclasses can override this method to react to state changes.
|
|
265
|
-
*
|
|
266
|
-
* @experimental As of version 1.145.0.
|
|
267
|
-
*/
|
|
268
|
-
onStateChange(
|
|
269
|
-
/**
|
|
270
|
-
* List of changed property names
|
|
271
|
-
*/
|
|
272
|
-
_changedProps: string[]
|
|
273
|
-
): void
|
|
59
|
+
|
|
274
60
|
}
|
|
275
61
|
|
|
276
62
|
|
|
@@ -283,15 +69,9 @@ _changedProps: string[]
|
|
|
283
69
|
|
|
284
70
|
interface IUI5DefineDependencyNames {
|
|
285
71
|
|
|
286
|
-
"sap/fe/base/BindingToolkit" : undefined
|
|
287
|
-
|
|
288
|
-
|
|
289
72
|
"sap/fe/base/BuildingBlockBase" : undefined
|
|
290
73
|
|
|
291
74
|
|
|
292
|
-
"sap/fe/base/ClassSupport" : undefined
|
|
293
|
-
|
|
294
|
-
|
|
295
75
|
"sap/fe/base/library" : undefined
|
|
296
76
|
|
|
297
77
|
|
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.151.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -100,6 +100,21 @@ declare namespace sap {
|
|
|
100
100
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
101
101
|
| `{${string}}`;
|
|
102
102
|
|
|
103
|
+
/**
|
|
104
|
+
* Only use this mode when the building block is used in a temporary context, such as in a dialog,
|
|
105
|
+
* and you don't want end-user personalization to persist across multiple invocations.
|
|
106
|
+
* When set to `true`, end-user personalization changes are retained only for the current invocation instance
|
|
107
|
+
* and are discarded on the next invocation, such as when the dialog is reopened.
|
|
108
|
+
* Additionally, if the building block is associated with a variant,
|
|
109
|
+
* changing the selected variant will not save or restore that variant in the next invocation.
|
|
110
|
+
* Note: Don't use `ignorePersonalizationChanges` on a chart with an existing ID. Create a new ID
|
|
111
|
+
* for the control to use this feature.
|
|
112
|
+
*/
|
|
113
|
+
ignorePersonalizationChanges?:
|
|
114
|
+
| boolean
|
|
115
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
116
|
+
| `{${string}}`;
|
|
117
|
+
|
|
103
118
|
/**
|
|
104
119
|
* Metadata path to the presentation context (UI.Chart with or without a qualifier)
|
|
105
120
|
*/
|
|
@@ -343,6 +358,13 @@ declare namespace sap {
|
|
|
343
358
|
* @returns Value of property `headerVisible`
|
|
344
359
|
*/
|
|
345
360
|
getHeaderVisible(): boolean;
|
|
361
|
+
/**
|
|
362
|
+
* Gets current value of property ignorePersonalizationChanges.
|
|
363
|
+
*
|
|
364
|
+
*
|
|
365
|
+
* @returns Value of property `ignorePersonalizationChanges`
|
|
366
|
+
*/
|
|
367
|
+
getIgnorePersonalizationChanges(): boolean;
|
|
346
368
|
/**
|
|
347
369
|
* Gets current value of property metaPath.
|
|
348
370
|
*
|
|
@@ -423,6 +445,13 @@ declare namespace sap {
|
|
|
423
445
|
* @returns Value of property `headerVisible`
|
|
424
446
|
*/
|
|
425
447
|
setHeaderVisible(): boolean;
|
|
448
|
+
/**
|
|
449
|
+
* Gets current value of property ignorePersonalizationChanges.
|
|
450
|
+
*
|
|
451
|
+
*
|
|
452
|
+
* @returns Value of property `ignorePersonalizationChanges`
|
|
453
|
+
*/
|
|
454
|
+
setIgnorePersonalizationChanges(): boolean;
|
|
426
455
|
/**
|
|
427
456
|
* Gets current value of property metaPath.
|
|
428
457
|
*
|
|
@@ -1416,6 +1445,15 @@ declare namespace sap {
|
|
|
1416
1445
|
*/
|
|
1417
1446
|
contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1418
1447
|
|
|
1448
|
+
/**
|
|
1449
|
+
* This mode must be used when it is certain that a control must not persist it´s personalization state
|
|
1450
|
+
* upon initialization.
|
|
1451
|
+
*/
|
|
1452
|
+
ignorePersonalizationChanges?:
|
|
1453
|
+
| boolean
|
|
1454
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1455
|
+
| `{${string}}`;
|
|
1456
|
+
|
|
1419
1457
|
/**
|
|
1420
1458
|
* If true, the search is triggered automatically when a filter value is changed.
|
|
1421
1459
|
*/
|
|
@@ -3438,6 +3476,21 @@ declare namespace sap {
|
|
|
3438
3476
|
| string
|
|
3439
3477
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
3440
3478
|
|
|
3479
|
+
/**
|
|
3480
|
+
* Only use this mode when the building block is used in a temporary context, such as in a dialog,
|
|
3481
|
+
* and you don't want end-user personalization to persist across multiple invocations.
|
|
3482
|
+
* When set to `true`, end-user personalization changes are retained only for the current invocation instance
|
|
3483
|
+
* and are discarded on the next invocation, such as when the dialog is reopened.
|
|
3484
|
+
* Additionally, if the building block is associated with a variant,
|
|
3485
|
+
* changing the selected variant will not save or restore that variant in the next invocation.
|
|
3486
|
+
* Note: Don't use `ignorePersonalizationChanges` on a table with an existing ID. Create a new ID
|
|
3487
|
+
* for the control to use this feature.
|
|
3488
|
+
*/
|
|
3489
|
+
ignorePersonalizationChanges?:
|
|
3490
|
+
| boolean
|
|
3491
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
3492
|
+
| `{${string}}`;
|
|
3493
|
+
|
|
3441
3494
|
/**
|
|
3442
3495
|
* Indicates if the table should load data when initialized.
|
|
3443
3496
|
* This property is used only if a filter bar is associated with the table and doesn't use the liveMode.
|
|
@@ -3934,6 +3987,21 @@ declare namespace sap {
|
|
|
3934
3987
|
| string
|
|
3935
3988
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
3936
3989
|
|
|
3990
|
+
/**
|
|
3991
|
+
* Only use this mode when the building block is used in a temporary context, such as in a dialog,
|
|
3992
|
+
* and you don't want end-user personalization to persist across multiple invocations.
|
|
3993
|
+
* When set to `true`, end-user personalization changes are retained only for the current invocation instance
|
|
3994
|
+
* and are discarded on the next invocation, such as when the dialog is reopened.
|
|
3995
|
+
* Additionally, if the building block is associated with a variant,
|
|
3996
|
+
* changing the selected variant will not save or restore that variant in the next invocation.
|
|
3997
|
+
* Note: Don't use `ignorePersonalizationChanges` on a table with an existing ID. Create a new ID
|
|
3998
|
+
* for the control to use this feature.
|
|
3999
|
+
*/
|
|
4000
|
+
ignorePersonalizationChanges?:
|
|
4001
|
+
| boolean
|
|
4002
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
4003
|
+
| `{${string}}`;
|
|
4004
|
+
|
|
3937
4005
|
/**
|
|
3938
4006
|
* Indicates if the table should load data when initialized.
|
|
3939
4007
|
* This property is used only if a filter bar is associated with the table and doesn't use the liveMode.
|
|
@@ -5613,6 +5681,21 @@ declare namespace sap {
|
|
|
5613
5681
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5614
5682
|
| `{${string}}`;
|
|
5615
5683
|
|
|
5684
|
+
/**
|
|
5685
|
+
* Only use this mode when the building block is used in a temporary context, such as in a dialog,
|
|
5686
|
+
* and you don't want end-user personalization to persist across multiple invocations.
|
|
5687
|
+
* When set to `true`, end-user personalization changes are retained only for the current invocation instance
|
|
5688
|
+
* and are discarded on the next invocation, such as when the dialog is reopened.
|
|
5689
|
+
* Additionally, if the building block is associated with a variant,
|
|
5690
|
+
* changing the selected variant will not save or restore that variant in the next invocation.
|
|
5691
|
+
* Note: Don't use `ignorePersonalizationChanges` on a chart with an existing ID. Create a new ID
|
|
5692
|
+
* for the control to use this feature.
|
|
5693
|
+
*/
|
|
5694
|
+
ignorePersonalizationChanges?:
|
|
5695
|
+
| boolean
|
|
5696
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5697
|
+
| `{${string}}`;
|
|
5698
|
+
|
|
5616
5699
|
/**
|
|
5617
5700
|
* Metadata path to the presentation context (UI.Chart with or without a qualifier)
|
|
5618
5701
|
*/
|
|
@@ -5862,6 +5945,15 @@ declare namespace sap {
|
|
|
5862
5945
|
*/
|
|
5863
5946
|
contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5864
5947
|
|
|
5948
|
+
/**
|
|
5949
|
+
* This mode must be used when it is certain that a control must not persist it´s personalization state
|
|
5950
|
+
* upon initialization.
|
|
5951
|
+
*/
|
|
5952
|
+
ignorePersonalizationChanges?:
|
|
5953
|
+
| boolean
|
|
5954
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5955
|
+
| `{${string}}`;
|
|
5956
|
+
|
|
5865
5957
|
/**
|
|
5866
5958
|
* If true, the search is triggered automatically when a filter value is changed.
|
|
5867
5959
|
*/
|
|
@@ -5930,6 +6022,61 @@ declare namespace sap {
|
|
|
5930
6022
|
search?: (oEvent: sap.ui.base.Event) => void;
|
|
5931
6023
|
}
|
|
5932
6024
|
|
|
6025
|
+
/**
|
|
6026
|
+
* Describes the settings that can be provided to the Form constructor.
|
|
6027
|
+
*/
|
|
6028
|
+
interface $FormSettings extends sap.fe.macros.$MacroAPISettings {
|
|
6029
|
+
/**
|
|
6030
|
+
* Defines the path of the context used in the current page or block.
|
|
6031
|
+
* This setting is defined by the framework.
|
|
6032
|
+
*/
|
|
6033
|
+
contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
6034
|
+
|
|
6035
|
+
/**
|
|
6036
|
+
* Defines the relative path of the property in the metamodel, based on the current contextPath.
|
|
6037
|
+
*/
|
|
6038
|
+
metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
6039
|
+
|
|
6040
|
+
/**
|
|
6041
|
+
* Filters the navigation properties that can be used by flexibility features.
|
|
6042
|
+
* This property allows you to specify which navigation properties are available
|
|
6043
|
+
* for flexibility operations such as adding custom fields.
|
|
6044
|
+
* You can use the asterisk (*) wildcard to include all navigation properties,
|
|
6045
|
+
* or specify individual navigation property names to restrict the available options.
|
|
6046
|
+
* Example:
|
|
6047
|
+
* Allow all navigation properties: navigationPropertiesForAdaptationDialog: ["*"]
|
|
6048
|
+
* Example:
|
|
6049
|
+
* Allow only a specific navigation property: navigationPropertiesForAdaptationDialog: ["Customer/Name"]
|
|
6050
|
+
* Example:
|
|
6051
|
+
* Allow multiple specific navigation properties based on a wildcard: navigationPropertiesForAdaptationDialog:
|
|
6052
|
+
* ["Cust*\/Name"]
|
|
6053
|
+
*/
|
|
6054
|
+
navigationPropertiesForAdaptationDialog?:
|
|
6055
|
+
| string[]
|
|
6056
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
6057
|
+
| `{${string}}`;
|
|
6058
|
+
|
|
6059
|
+
/**
|
|
6060
|
+
* The title of the form control.
|
|
6061
|
+
*/
|
|
6062
|
+
title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
6063
|
+
|
|
6064
|
+
/**
|
|
6065
|
+
* Parameter which sets the visibility of the Form building block
|
|
6066
|
+
*/
|
|
6067
|
+
visible?:
|
|
6068
|
+
| boolean
|
|
6069
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
6070
|
+
| `{${string}}`;
|
|
6071
|
+
|
|
6072
|
+
/**
|
|
6073
|
+
* Defines the layout to be used within the form.
|
|
6074
|
+
* It defaults to the ColumnLayout, but you can also use a ResponsiveGridLayout.
|
|
6075
|
+
* All the properties of the ResponsiveGridLayout can be added to the configuration.
|
|
6076
|
+
*/
|
|
6077
|
+
layout?: sap.fe.macros.form.FormLayoutOptions;
|
|
6078
|
+
}
|
|
6079
|
+
|
|
5933
6080
|
/**
|
|
5934
6081
|
* Describes the settings that can be provided to the FormElement constructor.
|
|
5935
6082
|
*/
|
|
@@ -6199,11 +6346,7 @@ declare namespace sap {
|
|
|
6199
6346
|
/**
|
|
6200
6347
|
* Breadcrumbs to be displayed in the title area.
|
|
6201
6348
|
*/
|
|
6202
|
-
breadcrumbs?:
|
|
6203
|
-
| sap.ui.core.Control[]
|
|
6204
|
-
| sap.ui.core.Control
|
|
6205
|
-
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
6206
|
-
| `{${string}}`;
|
|
6349
|
+
breadcrumbs?: sap.ui.core.Control;
|
|
6207
6350
|
|
|
6208
6351
|
/**
|
|
6209
6352
|
* Footer content (for example, toolbar with buttons).
|
|
@@ -6565,6 +6708,21 @@ declare namespace sap {
|
|
|
6565
6708
|
*/
|
|
6566
6709
|
ignoredFields?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
6567
6710
|
|
|
6711
|
+
/**
|
|
6712
|
+
* Only use this mode when the building block is used in a temporary context, such as in a dialog,
|
|
6713
|
+
* and you don't want end-user personalization to persist across multiple invocations.
|
|
6714
|
+
* When set to `true`, end-user personalization changes are retained only for the current invocation instance
|
|
6715
|
+
* and are discarded on the next invocation, such as when the dialog is reopened.
|
|
6716
|
+
* Additionally, if the building block is associated with a variant,
|
|
6717
|
+
* changing the selected variant will not save or restore that variant in the next invocation.
|
|
6718
|
+
* Note: Don't use `ignorePersonalizationChanges` on a table with an existing ID. Create a new ID
|
|
6719
|
+
* for the control to use this feature.
|
|
6720
|
+
*/
|
|
6721
|
+
ignorePersonalizationChanges?:
|
|
6722
|
+
| boolean
|
|
6723
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
6724
|
+
| `{${string}}`;
|
|
6725
|
+
|
|
6568
6726
|
/**
|
|
6569
6727
|
* Indicates if the table should load data when initialized.
|
|
6570
6728
|
* This property is used only if a filter bar is associated with the table and doesn't use the liveMode.
|
|
@@ -6987,6 +7145,21 @@ declare namespace sap {
|
|
|
6987
7145
|
*/
|
|
6988
7146
|
ignoredFields?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
6989
7147
|
|
|
7148
|
+
/**
|
|
7149
|
+
* Only use this mode when the building block is used in a temporary context, such as in a dialog,
|
|
7150
|
+
* and you don't want end-user personalization to persist across multiple invocations.
|
|
7151
|
+
* When set to `true`, end-user personalization changes are retained only for the current invocation instance
|
|
7152
|
+
* and are discarded on the next invocation, such as when the dialog is reopened.
|
|
7153
|
+
* Additionally, if the building block is associated with a variant,
|
|
7154
|
+
* changing the selected variant will not save or restore that variant in the next invocation.
|
|
7155
|
+
* Note: Don't use `ignorePersonalizationChanges` on a table with an existing ID. Create a new ID
|
|
7156
|
+
* for the control to use this feature.
|
|
7157
|
+
*/
|
|
7158
|
+
ignorePersonalizationChanges?:
|
|
7159
|
+
| boolean
|
|
7160
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
7161
|
+
| `{${string}}`;
|
|
7162
|
+
|
|
6990
7163
|
/**
|
|
6991
7164
|
* Indicates if the table should load data when initialized.
|
|
6992
7165
|
* This property is used only if a filter bar is associated with the table and doesn't use the liveMode.
|
|
@@ -7306,64 +7479,6 @@ declare namespace sap {
|
|
|
7306
7479
|
interface $FlexibleColumnLayoutActionsSettings
|
|
7307
7480
|
extends sap.ui.core.$ControlSettings {}
|
|
7308
7481
|
|
|
7309
|
-
/**
|
|
7310
|
-
* Describes the settings that can be provided to the Form constructor.
|
|
7311
|
-
*/
|
|
7312
|
-
interface $FormSettings extends sap.ui.core.$ControlSettings {
|
|
7313
|
-
/**
|
|
7314
|
-
* Defines the path of the context used in the current page or block.
|
|
7315
|
-
* This setting is defined by the framework.
|
|
7316
|
-
*/
|
|
7317
|
-
contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
7318
|
-
|
|
7319
|
-
/**
|
|
7320
|
-
* Defines the layout to be used within the form.
|
|
7321
|
-
* It defaults to the ColumnLayout, but you can also use a ResponsiveGridLayout.
|
|
7322
|
-
* All the properties of the ResponsiveGridLayout can be added to the configuration.
|
|
7323
|
-
*/
|
|
7324
|
-
layout?:
|
|
7325
|
-
| object
|
|
7326
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
7327
|
-
| `{${string}}`;
|
|
7328
|
-
|
|
7329
|
-
/**
|
|
7330
|
-
* Defines the relative path of the property in the metamodel, based on the current contextPath.
|
|
7331
|
-
*/
|
|
7332
|
-
metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
7333
|
-
|
|
7334
|
-
/**
|
|
7335
|
-
* Filters the navigation properties that can be used by flexibility features.
|
|
7336
|
-
* This property allows you to specify which navigation properties are available
|
|
7337
|
-
* for flexibility operations such as adding custom fields.
|
|
7338
|
-
* You can use the asterisk (*) wildcard to include all navigation properties,
|
|
7339
|
-
* or specify individual navigation property names to restrict the available options.
|
|
7340
|
-
* Example:
|
|
7341
|
-
* Allow all navigation properties: navigationPropertiesForAdaptationDialog: ["*"]
|
|
7342
|
-
* Example:
|
|
7343
|
-
* Allow only a specific navigation property: navigationPropertiesForAdaptationDialog: ["Customer/Name"]
|
|
7344
|
-
* Example:
|
|
7345
|
-
* Allow multiple specific navigation properties based on a wildcard: navigationPropertiesForAdaptationDialog:
|
|
7346
|
-
* ["Cust*\/Name"]
|
|
7347
|
-
*/
|
|
7348
|
-
navigationPropertiesForAdaptationDialog?:
|
|
7349
|
-
| string[]
|
|
7350
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
7351
|
-
| `{${string}}`;
|
|
7352
|
-
|
|
7353
|
-
/**
|
|
7354
|
-
* The title of the form control.
|
|
7355
|
-
*/
|
|
7356
|
-
title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
7357
|
-
|
|
7358
|
-
/**
|
|
7359
|
-
* Parameter which sets the visibility of the Form building block
|
|
7360
|
-
*/
|
|
7361
|
-
visible?:
|
|
7362
|
-
| boolean
|
|
7363
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
7364
|
-
| `{${string}}`;
|
|
7365
|
-
}
|
|
7366
|
-
|
|
7367
7482
|
/**
|
|
7368
7483
|
* Parameters of the AlwaysEditableField#change event.
|
|
7369
7484
|
*/
|
|
@@ -7886,6 +8001,13 @@ declare namespace sap {
|
|
|
7886
8001
|
* @returns Value of property `headerVisible`
|
|
7887
8002
|
*/
|
|
7888
8003
|
getHeaderVisible(): boolean;
|
|
8004
|
+
/**
|
|
8005
|
+
* Gets current value of property ignorePersonalizationChanges.
|
|
8006
|
+
*
|
|
8007
|
+
*
|
|
8008
|
+
* @returns Value of property `ignorePersonalizationChanges`
|
|
8009
|
+
*/
|
|
8010
|
+
getIgnorePersonalizationChanges(): boolean;
|
|
7889
8011
|
/**
|
|
7890
8012
|
* Gets current value of property metaPath.
|
|
7891
8013
|
*
|
|
@@ -7966,6 +8088,13 @@ declare namespace sap {
|
|
|
7966
8088
|
* @returns Value of property `headerVisible`
|
|
7967
8089
|
*/
|
|
7968
8090
|
setHeaderVisible(): boolean;
|
|
8091
|
+
/**
|
|
8092
|
+
* Gets current value of property ignorePersonalizationChanges.
|
|
8093
|
+
*
|
|
8094
|
+
*
|
|
8095
|
+
* @returns Value of property `ignorePersonalizationChanges`
|
|
8096
|
+
*/
|
|
8097
|
+
setIgnorePersonalizationChanges(): boolean;
|
|
7969
8098
|
/**
|
|
7970
8099
|
* Gets current value of property metaPath.
|
|
7971
8100
|
*
|
|
@@ -8990,6 +9119,21 @@ declare namespace sap {
|
|
|
8990
9119
|
*/
|
|
8991
9120
|
triggerSearch(): Promise<object | undefined>;
|
|
8992
9121
|
}
|
|
9122
|
+
/**
|
|
9123
|
+
* Building block for creating a Form based on the metadata provided by OData V4.
|
|
9124
|
+
*
|
|
9125
|
+
*
|
|
9126
|
+
* It is designed to work based on a FieldGroup annotation but can also work if you provide a ReferenceFacet
|
|
9127
|
+
* or a CollectionFacet
|
|
9128
|
+
*
|
|
9129
|
+
* Usage example:
|
|
9130
|
+
*
|
|
9131
|
+
* ```javascript
|
|
9132
|
+
*
|
|
9133
|
+
* <macros:Form id="MyForm" metaPath="@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation" />
|
|
9134
|
+
* ```
|
|
9135
|
+
*/
|
|
9136
|
+
class Form extends sap.fe.macros.MacroAPI {}
|
|
8993
9137
|
/**
|
|
8994
9138
|
* Building block used to create a form element based on the metadata provided by OData V4.
|
|
8995
9139
|
*
|
|
@@ -10461,21 +10605,6 @@ declare namespace sap {
|
|
|
10461
10605
|
* @since 1.93.0
|
|
10462
10606
|
*/
|
|
10463
10607
|
class FlexibleColumnLayoutActions extends sap.ui.core.Control {}
|
|
10464
|
-
/**
|
|
10465
|
-
* Building block for creating a Form based on the metadata provided by OData V4.
|
|
10466
|
-
*
|
|
10467
|
-
*
|
|
10468
|
-
* It is designed to work based on a FieldGroup annotation but can also work if you provide a ReferenceFacet
|
|
10469
|
-
* or a CollectionFacet
|
|
10470
|
-
*
|
|
10471
|
-
* Usage example:
|
|
10472
|
-
*
|
|
10473
|
-
* ```javascript
|
|
10474
|
-
*
|
|
10475
|
-
* <macros:Form id="MyForm" metaPath="@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation" />
|
|
10476
|
-
* ```
|
|
10477
|
-
*/
|
|
10478
|
-
class Form extends sap.ui.core.Control {}
|
|
10479
10608
|
|
|
10480
10609
|
/**
|
|
10481
10610
|
* Event object of the AlwaysEditableField#change event.
|
|
@@ -10696,7 +10825,7 @@ declare namespace sap {
|
|
|
10696
10825
|
|
|
10697
10826
|
"sap/fe/macros/filterBar/FilterFieldOverride": undefined;
|
|
10698
10827
|
|
|
10699
|
-
"sap/fe/macros/
|
|
10828
|
+
"sap/fe/macros/Form": undefined;
|
|
10700
10829
|
|
|
10701
10830
|
"sap/fe/macros/form/FormLayoutOptions": undefined;
|
|
10702
10831
|
|