@sapui5/ts-types-esm 1.128.1 → 1.129.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.cux.home.d.ts +40 -0
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +10 -10
  11. package/types/sap.fe.ina.d.ts +1 -1
  12. package/types/sap.fe.macros.d.ts +105 -38
  13. package/types/sap.fe.navigation.d.ts +9 -2
  14. package/types/sap.fe.placeholder.d.ts +1 -1
  15. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  16. package/types/sap.fe.templates.d.ts +1 -1
  17. package/types/sap.fe.test.d.ts +1 -1
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +19 -4
  21. package/types/sap.insights.d.ts +7 -1
  22. package/types/sap.m.d.ts +199 -30
  23. package/types/sap.makit.d.ts +1 -1
  24. package/types/sap.me.d.ts +1 -1
  25. package/types/sap.ndc.d.ts +1 -1
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +1 -1
  28. package/types/sap.sac.df.d.ts +362 -20
  29. package/types/sap.suite.ui.commons.d.ts +112 -2
  30. package/types/sap.suite.ui.generic.template.d.ts +24 -1
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +1 -1
  33. package/types/sap.ui.codeeditor.d.ts +1 -1
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +446 -998
  36. package/types/sap.ui.core.d.ts +59 -65
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +7 -1
  39. package/types/sap.ui.fl.d.ts +13 -1
  40. package/types/sap.ui.generic.app.d.ts +1 -1
  41. package/types/sap.ui.generic.template.d.ts +1 -1
  42. package/types/sap.ui.integration.d.ts +37 -1
  43. package/types/sap.ui.layout.d.ts +1 -1
  44. package/types/sap.ui.mdc.d.ts +575 -28
  45. package/types/sap.ui.richtexteditor.d.ts +1 -1
  46. package/types/sap.ui.rta.d.ts +1 -1
  47. package/types/sap.ui.suite.d.ts +1 -1
  48. package/types/sap.ui.support.d.ts +1 -1
  49. package/types/sap.ui.table.d.ts +68 -18
  50. package/types/sap.ui.testrecorder.d.ts +1 -1
  51. package/types/sap.ui.unified.d.ts +102 -3
  52. package/types/sap.ui.ux3.d.ts +1 -1
  53. package/types/sap.ui.vbm.d.ts +1 -1
  54. package/types/sap.ui.vk.d.ts +1 -1
  55. package/types/sap.ui.vtm.d.ts +1 -1
  56. package/types/sap.ui.webc.common.d.ts +1 -1
  57. package/types/sap.ui.webc.fiori.d.ts +1 -1
  58. package/types/sap.ui.webc.main.d.ts +1 -1
  59. package/types/sap.uiext.inbox.d.ts +1 -1
  60. package/types/sap.ushell.d.ts +182 -169
  61. package/types/sap.ushell_abap.d.ts +1 -1
  62. package/types/sap.uxap.d.ts +1 -1
  63. package/types/sap.viz.d.ts +1 -1
  64. package/types/sap.webanalytics.core.d.ts +1 -1
  65. package/types/sap.zen.commons.d.ts +1 -1
  66. package/types/sap.zen.crosstab.d.ts +1 -1
  67. package/types/sap.zen.dsh.d.ts +1 -1
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.128.0
282
+ // For Library Version: 1.129.0
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -55127,10 +55127,10 @@ declare module "sap/ui/model/CompositeDataState" {
55127
55127
  getModelMessages(): Message[];
55128
55128
  /**
55129
55129
  * Returns whether the data state is dirty in the UI control. A data state is dirty in the UI control if
55130
- * the entered value did not yet pass the type validation.
55130
+ * an entered value did not pass the type validation.
55131
55131
  *
55132
55132
  *
55133
- * @returns Whether the control data state is dirty
55133
+ * @returns Whether this data state or at least one of the aggregated data states is dirty in the UI control
55134
55134
  */
55135
55135
  isControlDirty(): boolean;
55136
55136
  /**
@@ -55685,10 +55685,11 @@ declare module "sap/ui/model/DataState" {
55685
55685
  getValue(): any;
55686
55686
  /**
55687
55687
  * Returns whether the data state is dirty in the UI control. A data state is dirty in the UI control if
55688
- * the entered value did not yet pass the type validation.
55688
+ * an entered value did not pass the type validation. If the data state is used by a composite data state,
55689
+ * it is also checked whether the composite data state is dirty in the UI control.
55689
55690
  *
55690
55691
  *
55691
- * @returns Whether the data state is dirty
55692
+ * @returns Whether the data state is dirty in the UI control
55692
55693
  */
55693
55694
  isControlDirty(): boolean;
55694
55695
  /**
@@ -59956,6 +59957,26 @@ declare module "sap/ui/model/odata/ODataMetaModel" {
59956
59957
  * @returns Metadata object describing this class
59957
59958
  */
59958
59959
  static getMetadata(): Metadata;
59960
+ /**
59961
+ * Gets the metadata context for the given function import and parameter name. The result can be used with
59962
+ * {@link sap.ui.model.ODataMetaModel#getODataValueLists} to request the metadata for the value lists for
59963
+ * that function import parameter.
59964
+ *
59965
+ * @since 1.129.0
59966
+ *
59967
+ * @returns The metadata context referencing the given function import parameter
59968
+ */
59969
+ getFunctionImportParameterContext(
59970
+ /**
59971
+ * The function import name, either unqualified or qualified, e.g. "Save" or "MyService.Entities/Save";
59972
+ * if an unqualified name is used, the function import is searched for in the default entity container
59973
+ */
59974
+ sFunctionName: string,
59975
+ /**
59976
+ * The name of the function import parameter
59977
+ */
59978
+ sParameter: string
59979
+ ): Context;
59959
59980
  /**
59960
59981
  * Returns the OData meta model context corresponding to the given OData model path.
59961
59982
  *
@@ -60154,11 +60175,11 @@ declare module "sap/ui/model/odata/ODataMetaModel" {
60154
60175
  bAsPath?: boolean
60155
60176
  ): Property | string | undefined | null;
60156
60177
  /**
60157
- * Returns a `Promise` which is resolved with a map representing the `com.sap.vocabularies.Common.v1.ValueList`
60158
- * annotations of the given property or rejected with an error. The key in the map provided on successful
60159
- * resolution is the qualifier of the annotation or the empty string if no qualifier is defined. The value
60160
- * in the map is the JSON object for the annotation. The map is empty if the property has no `com.sap.vocabularies.Common.v1.ValueList`
60161
- * annotations.
60178
+ * Returns a `Promise` which either resolves with a map representing the `com.sap.vocabularies.Common.v1.ValueList`
60179
+ * annotations of the property or function import parameter referenced by the given metamodel context or
60180
+ * rejects with an error. The key in the map provided on successful resolution is the qualifier of the annotation
60181
+ * or the empty string if no qualifier is defined. The value in the map is the JSON object for the annotation.
60182
+ * The map is empty if the property has no `com.sap.vocabularies.Common.v1.ValueList` annotations.
60162
60183
  *
60163
60184
  * @since 1.29.1
60164
60185
  *
@@ -60167,9 +60188,10 @@ declare module "sap/ui/model/odata/ODataMetaModel" {
60167
60188
  */
60168
60189
  getODataValueLists(
60169
60190
  /**
60170
- * A model context for a structural property of an entity type or a complex type, as returned by {@link #getMetaContext getMetaContext}
60191
+ * A model context for a structural property of an entity type or a complex type, as returned by {@link #getMetaContext getMetaContext},
60192
+ * or (since 1.129.0) a model context for a parameter of a function import, as returned by {@link #getFunctionImportParameterContext}
60171
60193
  */
60172
- oPropertyContext: Context
60194
+ oPropertyOrParameterContext: Context
60173
60195
  ): Promise<Record<string, ValueListType>>;
60174
60196
  /**
60175
60197
  * Returns a promise which is fulfilled once the meta model data is loaded and can be used.
@@ -67572,51 +67594,12 @@ declare module "sap/ui/model/odata/v2/ODataModel" {
67572
67594
  * @returns Metadata object describing this class
67573
67595
  */
67574
67596
  static getMetadata(): Metadata;
67575
- /**
67576
- * Adds (a) new URL(s) whose content should be parsed as OData annotations, which are then merged into the
67577
- * annotations object which can be retrieved by calling the {@link #getServiceAnnotations}-method. If a
67578
- * `$metadata` URL is passed, the data will also be merged into the metadata object, which can be reached
67579
- * by calling the {@link #getServiceMetadata} method.
67580
- *
67581
- * @ui5-protected Do not call from applications (only from related classes in the framework)
67582
- *
67583
- * @returns The Promise to load the given URL(s), resolved if all URLs have been loaded, rejected if at
67584
- * least one fails to load. If this promise resolves it returns an object with the following properties:
67585
- * `annotations`: The annotation object `entitySets`: An array of EntitySet objects containing the newly
67586
- * merged EntitySets from a `$metadata` requests. The structure is the same as in the metadata object reached
67587
- * by the `getServiceMetadata()` method. For non-`$metadata` requests the array will be empty.
67588
- */
67589
- addAnnotationUrl(
67590
- /**
67591
- * Either one URL as string or an array of URL strings
67592
- */
67593
- vUrl: string | string[]
67594
- ): Promise<any>;
67595
- /**
67596
- * Adds new XML content to be parsed for OData annotations, which are then merged into the annotations object
67597
- * which can be retrieved by calling the {@link #getServiceAnnotations}-method.
67598
- *
67599
- * @ui5-protected Do not call from applications (only from related classes in the framework)
67600
- *
67601
- * @returns The Promise to parse the given XML-String, resolved if parsed without errors, rejected if errors
67602
- * occur
67603
- */
67604
- addAnnotationXML(
67605
- /**
67606
- * The string that should be parsed as annotation XML
67607
- */
67608
- sXMLContent: string,
67609
- /**
67610
- * Whether not to fire annotationsLoaded event on the annotationParser
67611
- */
67612
- bSuppressEvents?: boolean
67613
- ): Promise<any>;
67614
67597
  /**
67615
67598
  * Returns a promise that resolves with an array containing information about the initially loaded annotations.
67616
67599
  *
67617
67600
  * **Important**: This covers the annotations that were given to the model constructor, not the ones that
67618
- * might have been added later on using the protected API method {@link #addAnnotationUrl}. In order to
67619
- * get information about those, the event `annotationsLoaded` can be used.
67601
+ * might have been added later on using the API method {@link sap.ui.model.odata.ODataMetaModel#getODataValueLists}.
67602
+ * In order to get information about those, the event `annotationsLoaded` can be used.
67620
67603
  *
67621
67604
  * @since 1.42
67622
67605
  *
@@ -73506,7 +73489,9 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
73506
73489
  * Since 1.89.0, the **deprecated** property `"grandTotal like 1.84" : true` can be used to turn on the
73507
73490
  * handling of grand totals like in 1.84.0, using aggregates of aggregates and thus allowing to filter by
73508
73491
  * aggregated properties while grand totals are needed. Beware that methods like "average" or "countdistinct"
73509
- * are not compatible with this approach, and it cannot be combined with group levels.
73492
+ * are not compatible with this approach, and it cannot be combined with group levels. Since 1.129.0, this
73493
+ * property is not needed anymore and filtering by aggregated properties is supported even while grand totals
73494
+ * or subtotals are needed.
73510
73495
  * Since 1.117.0, either a read-only recursive hierarchy or pure data aggregation is supported, but no
73511
73496
  * mix; `hierarchyQualifier` is the leading property that decides between those two use cases. Since 1.125.0,
73512
73497
  * maintenance of a recursive hierarchy is supported.
@@ -73516,17 +73501,17 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
73516
73501
  * A map from aggregatable property names or aliases to objects containing the following details:
73517
73502
  * `grandTotal`: An optional boolean that tells whether a grand total for this aggregatable property is
73518
73503
  * needed (since 1.59.0); not supported in this case are:
73519
- * filtering by any aggregatable property (since 1.89.0), "$search" (since 1.93.0), the `vGroup`
73520
- * parameter of {@link sap.ui.model.Sorter} (since 1.107.0), shared requests (since 1.108.0).
73521
- * `subtotals`: An optional boolean that tells whether subtotals for this aggregatable property are
73522
- * needed `with`: An optional string that provides the name of the method (for example "sum") used
73523
- * for aggregation of this aggregatable property; see "3.1.2 Keyword with". `name`: An optional string
73524
- * that provides the original aggregatable property name in case a different alias is chosen as the name
73525
- * of the dynamic property used for aggregation of this aggregatable property; see "3.1.1 Keyword as"
73526
- * `unit`: An optional string that provides the name of the custom aggregate for a currency or unit of measure
73527
- * corresponding to this aggregatable property (since 1.86.0). The custom aggregate must return the single
73528
- * value of that unit in case there is only one, or `null` otherwise ("multi-unit situation"). (SQL suggestion:
73529
- * `CASE WHEN MIN(Unit) = MAX(Unit) THEN MIN(Unit) END`)
73504
+ * "$search" (since 1.93.0), the `vGroup` parameter of {@link sap.ui.model.Sorter} (since 1.107.0),
73505
+ * shared requests (since 1.108.0). `subtotals`: An optional boolean that tells whether
73506
+ * subtotals for this aggregatable property are needed `with`: An optional string that provides the
73507
+ * name of the method (for example "sum") used for aggregation of this aggregatable property; see "3.1.2
73508
+ * Keyword with". `name`: An optional string that provides the original aggregatable property name
73509
+ * in case a different alias is chosen as the name of the dynamic property used for aggregation of this
73510
+ * aggregatable property; see "3.1.1 Keyword as" `unit`: An optional string that provides the name
73511
+ * of the custom aggregate for a currency or unit of measure corresponding to this aggregatable property
73512
+ * (since 1.86.0). The custom aggregate must return the single value of that unit in case there is only
73513
+ * one, or `null` otherwise ("multi-unit situation"). (SQL suggestion: `CASE WHEN MIN(Unit) = MAX(Unit)
73514
+ * THEN MIN(Unit) END`)
73530
73515
  */
73531
73516
  aggregate?: object;
73532
73517
  /**
@@ -75181,6 +75166,15 @@ declare module "sap/ui/model/odata/v4/ODataModel" {
75181
75166
  * Whether the binding always uses an own service request to read its data; only the value `true` is allowed.
75182
75167
  */
75183
75168
  $$ownRequest?: boolean;
75169
+ /**
75170
+ * An array of navigation property names which are omitted from the main list request and loaded in a separate
75171
+ * request instead (@experimental as of version 1.129.0). This results in the main list becoming available
75172
+ * faster, while the separate properties are merged as soon as the data is received. Note that the separate
75173
+ * properties must be part of the '$expand' system query option, either automatically via the "autoExpandSelect"
75174
+ * model parameter (see {@link sap.ui.model.odata.v4.ODataModel#constructor}) or manually. The `$$separate`
75175
+ * parameter must not be combined with `$$aggregation`.
75176
+ */
75177
+ $$separate?: string[];
75184
75178
  /**
75185
75179
  * Whether multiple bindings for the same resource path share the data, so that it is requested only once.
75186
75180
  * This parameter can be inherited from the model's parameter "sharedRequests", see {@link sap.ui.model.odata.v4.ODataModel#constructor}.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -543,6 +543,7 @@ declare module "sap/ui/export/Spreadsheet" {
543
543
  * property are accepted: `[left, right, center, begin, end]`. If not specified, the columns are horizontally
544
544
  * aligned based on the property type.
545
545
  * - `scale` (number) - Number of digits after decimal point for numeric values
546
+ * - `autoScale` (boolean) - Allows automatic scale assignment based on unit of measure
546
547
  * - `delimiter` (boolean) - Set to `true` to display thousands separators in numeric values. The default
547
548
  * value is `false`.
548
549
  * - `unit` (string) - Text to display as the unit of measurement or currency next to the numeric value.
@@ -555,8 +556,13 @@ declare module "sap/ui/export/Spreadsheet" {
555
556
  * - `falseValue` (string) - Textual representation of a boolean type that has the value `false`
556
557
  * - `template` (string) - Formatting template that supports indexed placeholders within curly brackets
557
558
  *
559
+ * - `format` (string) - Output format for columns of type Date/DateTime/Time
558
560
  * - `inputFormat` (string) - Formatting template for string formatted dates
559
561
  * - `utc` (boolean) - Defines whether the `DateTime` is displayed as UTC or local time
562
+ * - `timezone` (string) - Defines a fixed IANA time zone
563
+ * - `timezoneProperty` (string) - References an OData property that contains the specific IANA time zone
564
+ *
565
+ * - `displayTimezone` (boolean) - Defines whether the IANA time zone is displayed within a cell
560
566
  * - `valueMap` (string) - Mapping object or Map containing the values that should be mapped to a particular
561
567
  * key
562
568
  * - `wrap` (boolean) - Indicates if wrapping is enabled for this particular column
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1504,8 +1504,12 @@ declare namespace sap {
1504
1504
  interface IUI5DefineDependencyNames {
1505
1505
  "sap/ui/fl/apply/_internal/changes/descriptor/app/AddAnnotationsToOData": undefined;
1506
1506
 
1507
+ "sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewDataSource": undefined;
1508
+
1507
1509
  "sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewInbound": undefined;
1508
1510
 
1511
+ "sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewOutbound": undefined;
1512
+
1509
1513
  "sap/ui/fl/apply/_internal/changes/descriptor/app/AddTechnicalAttributes": undefined;
1510
1514
 
1511
1515
  "sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeDataSource": undefined;
@@ -1608,6 +1612,8 @@ declare namespace sap {
1608
1612
 
1609
1613
  "sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
1610
1614
 
1615
+ "sap/ui/fl/apply/api/AnnotationChangeHandlerAPI": undefined;
1616
+
1611
1617
  "sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
1612
1618
 
1613
1619
  "sap/ui/fl/apply/api/DelegateMediatorAPI": undefined;
@@ -1664,8 +1670,12 @@ declare namespace sap {
1664
1670
 
1665
1671
  "sap/ui/fl/registry/Settings": undefined;
1666
1672
 
1673
+ "sap/ui/fl/support/_internal/getAllUIChanges": undefined;
1674
+
1667
1675
  "sap/ui/fl/support/_internal/getChangeDependencies": undefined;
1668
1676
 
1677
+ "sap/ui/fl/support/_internal/getFlexObjectInfos": undefined;
1678
+
1669
1679
  "sap/ui/fl/support/_internal/getFlexSettings": undefined;
1670
1680
 
1671
1681
  "sap/ui/fl/support/api/SupportAPI": undefined;
@@ -1718,6 +1728,8 @@ declare namespace sap {
1718
1728
 
1719
1729
  "sap/ui/fl/write/_internal/fieldExtensibility/SingleTenantABAPExtensibilityVariant": undefined;
1720
1730
 
1731
+ "sap/ui/fl/write/_internal/flexState/changes/UIChangeManager": undefined;
1732
+
1721
1733
  "sap/ui/fl/write/_internal/flexState/compVariants/CompVariantState": undefined;
1722
1734
 
1723
1735
  "sap/ui/fl/write/_internal/flexState/FlexObjectManager": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare module "sap/ui/generic/app/library" {
4
4
  export namespace navigation {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -2600,9 +2600,21 @@ declare module "sap/ui/integration/widgets/Card" {
2600
2600
 
2601
2601
  /**
2602
2602
  * The parameters related to the triggered action.
2603
+ *
2604
+ * **Disclaimer:** Since 1.129 the special parameter `data` for action `Submit` is deprecated and must not
2605
+ * be used. Use event parameter `formData` instead.
2603
2606
  */
2604
2607
  parameters?: object;
2605
2608
 
2609
+ /**
2610
+ * All form data that is filled inside the card. This parameter is available only with action types `Submit`
2611
+ * and `Custom`.
2612
+ *
2613
+ * The format will be the same as in the `form` model available in the card manifest. For more information
2614
+ * look at the documentation for each individual form type.
2615
+ */
2616
+ formData?: object;
2617
+
2606
2618
  /**
2607
2619
  * The type of the action.
2608
2620
  */
@@ -3557,9 +3569,21 @@ declare module "sap/ui/integration/Extension" {
3557
3569
 
3558
3570
  /**
3559
3571
  * The parameters related to the triggered action.
3572
+ *
3573
+ * **Disclaimer:** Since 1.129 the special parameter `data` for action `Submit` is deprecated and must not
3574
+ * be used. Use event parameter `formData` instead.
3560
3575
  */
3561
3576
  parameters?: object;
3562
3577
 
3578
+ /**
3579
+ * All form data that is filled inside the card. This parameter is available only with action types `Submit`
3580
+ * and `Custom`.
3581
+ *
3582
+ * The format will be the same as in the `form` model available in the card manifest. For more information
3583
+ * look at the documentation for each individual form type.
3584
+ */
3585
+ formData?: object;
3586
+
3563
3587
  /**
3564
3588
  * The type of the action.
3565
3589
  */
@@ -4383,9 +4407,21 @@ declare module "sap/ui/integration/Host" {
4383
4407
 
4384
4408
  /**
4385
4409
  * The parameters related to the triggered action.
4410
+ *
4411
+ * **Disclaimer:** Since 1.129 the special parameter `data` for action `Submit` is deprecated and must not
4412
+ * be used. Use event parameter `formData` instead.
4386
4413
  */
4387
4414
  parameters?: object;
4388
4415
 
4416
+ /**
4417
+ * All form data that is filled inside the card. This parameter is available only with action types `Submit`
4418
+ * and `Custom`.
4419
+ *
4420
+ * The format will be the same as in the `form` model available in the card manifest. For more information
4421
+ * look at the documentation for each individual form type.
4422
+ */
4423
+ formData?: object;
4424
+
4389
4425
  /**
4390
4426
  * The type of the action.
4391
4427
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";