@sapui5/ts-types-esm 1.127.1 → 1.128.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 (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 +221 -22
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +1414 -225
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +13 -28
  11. package/types/sap.fe.ina.d.ts +1 -1
  12. package/types/sap.fe.macros.d.ts +7 -1
  13. package/types/sap.fe.navigation.d.ts +1 -1
  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 +14 -3
  17. package/types/sap.fe.test.d.ts +3 -3
  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 +123 -64
  21. package/types/sap.insights.d.ts +24 -1
  22. package/types/sap.m.d.ts +327 -26
  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 +110 -29
  29. package/types/sap.suite.ui.commons.d.ts +1 -1
  30. package/types/sap.suite.ui.generic.template.d.ts +1 -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 +10 -4
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +997 -4
  36. package/types/sap.ui.core.d.ts +48 -28
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +1 -1
  39. package/types/sap.ui.fl.d.ts +10 -4
  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 +55 -5
  43. package/types/sap.ui.layout.d.ts +5 -5
  44. package/types/sap.ui.mdc.d.ts +426 -212
  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 +91 -23
  50. package/types/sap.ui.testrecorder.d.ts +1 -1
  51. package/types/sap.ui.unified.d.ts +624 -1
  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 +48 -23
  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 +16 -8
  61. package/types/sap.ushell_abap.d.ts +1 -1
  62. package/types/sap.uxap.d.ts +44 -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.127.0
282
+ // For Library Version: 1.128.0
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -14142,7 +14142,7 @@ declare module "sap/ui/core/library" {
14142
14142
  *
14143
14143
  * This enum is part of the 'sap/ui/core/library' module export and must be accessed by the property 'MessageType'.
14144
14144
  *
14145
- * @deprecated (since 1.120) - Please use {@link sap.ui.core.message.MessageType} instead.
14145
+ * @deprecated (since 1.120) - Please use {@link module:sap/ui/core/message/MessageType} instead.
14146
14146
  */
14147
14147
  export enum MessageType {
14148
14148
  /**
@@ -20312,7 +20312,7 @@ declare module "sap/ui/core/Core" {
20312
20312
  /**
20313
20313
  * Returns the Configuration of the Core.
20314
20314
  *
20315
- * @deprecated (since 1.120) - Please see {@link sap.ui.core.Configuration Configuration} for the corrsponding
20315
+ * @deprecated (since 1.120) - Please see {@link sap.ui.core.Configuration Configuration} for the corresponding
20316
20316
  * replacements.
20317
20317
  *
20318
20318
  * @returns the Configuration of the current Core.
@@ -20508,7 +20508,7 @@ declare module "sap/ui/core/Core" {
20508
20508
  *
20509
20509
  * @deprecated (since 0.15.0) - Replaced by `createRenderManager()`
20510
20510
  *
20511
- * @returns A newly createdRenderManeger
20511
+ * @returns A newly created RenderManager
20512
20512
  */
20513
20513
  getRenderManager(): RenderManager;
20514
20514
  /**
@@ -20827,7 +20827,7 @@ declare module "sap/ui/core/Core" {
20827
20827
  * example at the `<body>` tag. Controls can listen to the themeChanged event to realign their appearance
20828
20828
  * after changing the theme. Changing the cozy/compact CSS class should then also be handled as a theme
20829
20829
  * change. In more simple scenarios where the cozy/compact CSS class is added to a DOM element which contains
20830
- * only a few controls it might not be necessary to trigger the realigment of all controls placed in the
20830
+ * only a few controls it might not be necessary to trigger the realignment of all controls placed in the
20831
20831
  * DOM, for example changing the cozy/compact CSS class at a single control
20832
20832
  *
20833
20833
  * @deprecated (since 1.119) - Please use {@link module:sap/ui/core/Theming.notifyContentDensityChanged Theming.notifyContentDensityChanged }
@@ -20860,7 +20860,7 @@ declare module "sap/ui/core/Core" {
20860
20860
  * internal usage only. They unfortunately allow access to all internals of the Core and therefore break
20861
20861
  * encapsulation and hinder evolution of the Core. The most common use case of accessing the set of all
20862
20862
  * controls/elements or all components can now be addressed by using the APIs {@link sap.ui.core.Element.registry }
20863
- * or {@link sap.ui.core.Component.registry}, respectively. Future refactorings of the Core will only take
20863
+ * or {@link sap.ui.core.Component.registry}, respectively. Future refactoring of the Core will only take
20864
20864
  * existing plugins in the OpenUI5 repository into account.
20865
20865
  */
20866
20866
  registerPlugin(
@@ -20963,7 +20963,7 @@ declare module "sap/ui/core/Core" {
20963
20963
  *
20964
20964
  * @since 1.10
20965
20965
  * @deprecated (since 1.119) - without replacement. The need to define the location for a theme should be
20966
- * fully covered with the capabiltites of the {@link sap/base/config base configuration}.
20966
+ * fully covered with the capabilities of the {@link sap/base/config base configuration}.
20967
20967
  *
20968
20968
  * @returns the Core, to allow method chaining
20969
20969
  */
@@ -21034,7 +21034,7 @@ declare module "sap/ui/core/Core" {
21034
21034
  *
21035
21035
  * @since 1.10
21036
21036
  * @deprecated (since 1.119) - without replacement. The need to define the location for a theme should be
21037
- * fully covered with the capabiltites of the {@link sap/base/config base configuration}.
21037
+ * fully covered with the capabilities of the {@link sap/base/config base configuration}.
21038
21038
  *
21039
21039
  * @returns the Core, to allow method chaining
21040
21040
  */
@@ -21068,7 +21068,7 @@ declare module "sap/ui/core/Core" {
21068
21068
  * internal usage only. They unfortunately allow access to all internals of the Core and therefore break
21069
21069
  * encapsulation and hinder evolution of the Core. The most common use case of accessing the set of all
21070
21070
  * controls/elements or all components can now be addressed by using the APIs {@link sap.ui.core.Element.registry }
21071
- * or {@link sap.ui.core.Component.registry}, respectively. Future refactorings of the Core will only take
21071
+ * or {@link sap.ui.core.Component.registry}, respectively. Future refactoring of the Core will only take
21072
21072
  * existing plugins in the OpenUI5 repository into account.
21073
21073
  */
21074
21074
  unregisterPlugin(
@@ -21846,6 +21846,11 @@ declare module "sap/ui/core/delegate/ScrollEnablement" {
21846
21846
  * Native scrolling does not need content wrapper. In this case, ID of the container element should be provided.
21847
21847
  */
21848
21848
  scrollContainerId?: string;
21849
+ /**
21850
+ * if true, the delegate event listeners are called before the event listeners of the element; default is
21851
+ * "false".
21852
+ */
21853
+ callBefore?: boolean;
21849
21854
  }
21850
21855
  );
21851
21856
 
@@ -67482,7 +67487,8 @@ declare module "sap/ui/model/odata/v2/ODataModel" {
67482
67487
  */
67483
67488
  refreshAfterChange?: boolean;
67484
67489
  /**
67485
- * Whether to sequentialize all requests, needed in case the service cannot handle parallel requests
67490
+ * Whether to sequentialize all requests, needed in case the service cannot handle parallel requests. **Deprecated**
67491
+ * as of version 1.128.0, the concept has been discarded.
67486
67492
  */
67487
67493
  sequentializeRequests?: boolean;
67488
67494
  /**
@@ -71175,7 +71181,12 @@ declare module "sap/ui/model/odata/v4/Context" {
71175
71181
  *
71176
71182
  * @since 1.83.0
71177
71183
  */
71178
- collapse(): void;
71184
+ collapse(
71185
+ /**
71186
+ * Whether to collapse the node and all its descendants (@experimental as of version 1.128.0)
71187
+ */
71188
+ bAll?: boolean
71189
+ ): void;
71179
71190
  /**
71180
71191
  * Returns a promise that is resolved without data when the entity represented by this context has been
71181
71192
  * created in the back end and all selected properties of this entity are available. Expanded navigation
@@ -71539,12 +71550,12 @@ declare module "sap/ui/model/odata/v4/Context" {
71539
71550
  * will be the new parent itself). Any descendants of that node are then themselves in the "created" state
71540
71551
  * and also become "persisted"; otherwise, their states remain unaffected by the move.
71541
71552
  *
71542
- * Note that a node in the "created" state is not shown in its usual position as defined by the service
71543
- * and the current sort order, but out of place as the first child of its parent. It is even shown if it
71544
- * doesn't match current search or filter criteria! Once it becomes simply "persisted" due to the move (as
71545
- * described above), this special handling ends. The node is then shown in place again, or it might even
71546
- * not be shown anymore due to the search or filter criteria. If the latter happens to this context, its
71547
- * {@link #getIndex index} becomes `undefined`.
71553
+ * Note that nodes in the "created" state are not shown in their usual position as defined by the service
71554
+ * and the current sort order, but out of place as the first children of their parent or as the first roots.
71555
+ * They are even shown if they don't match current search or filter criteria! Once they become simply "persisted"
71556
+ * due to the move (as described above), this special handling ends. These nodes are then shown in place
71557
+ * again, or they might even not be shown anymore due to the search or filter criteria. If the latter happens
71558
+ * to this context, its {@link #getIndex index} becomes `undefined`.
71548
71559
  *
71549
71560
  * @since 1.125.0
71550
71561
  *
@@ -73521,7 +73532,8 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
73521
73532
  /**
73522
73533
  * Whether created nodes are shown in place at the position specified by the service (@experimental as of
73523
73534
  * version 1.125.0); only the value `true` is allowed. Otherwise, created nodes are displayed out of place
73524
- * as the first child of their parent.
73535
+ * as the first children of their parent or as the first roots, but not in their usual position as defined
73536
+ * by the service and the current sort order.
73525
73537
  */
73526
73538
  createInPlace?: boolean;
73527
73539
  /**
@@ -83146,7 +83158,13 @@ declare module "sap/ui/test/Opa5" {
83146
83158
  * See:
83147
83159
  * {@link https://ui5.sap.com/#/topic/2696ab50faad458f9b4027ec2f9b884d Opa5}
83148
83160
  */
83149
- constructor();
83161
+ constructor(
83162
+ /**
83163
+ * An object containing properties and functions. The newly created Opa will be extended by these properties
83164
+ * and functions using jQuery.extend.
83165
+ */
83166
+ extensionObject?: object
83167
+ );
83150
83168
  /**
83151
83169
  * "and" property for chaining
83152
83170
  */
@@ -84983,7 +85001,7 @@ declare namespace sap {
84983
85001
  * // module 'Something' wants to use third party library 'URI.js'
84984
85002
  * // It is packaged by UI5 as non-UI5-module 'sap/ui/thirdparty/URI'
84985
85003
  * // the following shim helps UI5 to correctly load URI.js and to retrieve the module's export value
84986
- * // Apps don't have to define that shim, it is already applied by ui5loader-autconfig.js
85004
+ * // Apps don't have to define that shim, it is already applied by ui5loader-autoconfig.js
84987
85005
  * sap.ui.loader.config({
84988
85006
  * shim: {
84989
85007
  * 'sap/ui/thirdparty/URI': {
@@ -85232,7 +85250,7 @@ declare namespace sap {
85232
85250
  * // module 'Something' wants to use third party library 'URI.js'
85233
85251
  * // It is packaged by UI5 as non-UI5-module 'sap/ui/thirdparty/URI'
85234
85252
  * // the following shim helps UI5 to correctly load URI.js and to retrieve the module's export value
85235
- * // Apps don't have to define that shim, it is already applied by ui5loader-autconfig.js
85253
+ * // Apps don't have to define that shim, it is already applied by ui5loader-autoconfig.js
85236
85254
  * sap.ui.loader.config({
85237
85255
  * shim: {
85238
85256
  * 'sap/ui/thirdparty/URI': {
@@ -85475,7 +85493,7 @@ declare namespace sap {
85475
85493
  * // module 'Something' wants to use third party library 'URI.js'
85476
85494
  * // It is packaged by UI5 as non-UI5-module 'sap/ui/thirdparty/URI'
85477
85495
  * // the following shim helps UI5 to correctly load URI.js and to retrieve the module's export value
85478
- * // Apps don't have to define that shim, it is already applied by ui5loader-autconfig.js
85496
+ * // Apps don't have to define that shim, it is already applied by ui5loader-autoconfig.js
85479
85497
  * sap.ui.loader.config({
85480
85498
  * shim: {
85481
85499
  * 'sap/ui/thirdparty/URI': {
@@ -85719,7 +85737,7 @@ declare namespace sap {
85719
85737
  * // module 'Something' wants to use third party library 'URI.js'
85720
85738
  * // It is packaged by UI5 as non-UI5-module 'sap/ui/thirdparty/URI'
85721
85739
  * // the following shim helps UI5 to correctly load URI.js and to retrieve the module's export value
85722
- * // Apps don't have to define that shim, it is already applied by ui5loader-autconfig.js
85740
+ * // Apps don't have to define that shim, it is already applied by ui5loader-autoconfig.js
85723
85741
  * sap.ui.loader.config({
85724
85742
  * shim: {
85725
85743
  * 'sap/ui/thirdparty/URI': {
@@ -85893,7 +85911,7 @@ declare namespace sap {
85893
85911
  * Retrieve the {@link sap.ui.core.Core SAPUI5 Core} instance for the current window.
85894
85912
  *
85895
85913
  * @deprecated (since 1.118) - Please require 'sap/ui/core/Core' instead and use the module export directly
85896
- * without using 'new'."
85914
+ * without using 'new'.
85897
85915
  *
85898
85916
  * @returns the API of the current SAPUI5 Core instance.
85899
85917
  */
@@ -86336,8 +86354,9 @@ declare namespace sap {
86336
86354
  *
86337
86355
  * **Note:** Any other call signature will lead to a runtime error.
86338
86356
  *
86339
- * @deprecated (since 1.56) - Use {@link sap.ui.core.mvc.View.extend View.extend} to define the view class
86340
- * and {@link sap.ui.core.mvc.View.create View.create} to create view instances
86357
+ * @deprecated (since 1.56) - Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views} by
86358
+ * defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and creating the view instances
86359
+ * with {@link sap.ui.core.mvc.View.create View.create}.
86341
86360
  *
86342
86361
  * @returns the created JSView instance in the creation case, otherwise undefined
86343
86362
  */
@@ -86388,8 +86407,9 @@ declare namespace sap {
86388
86407
  *
86389
86408
  * **Note:** Any other call signature will lead to a runtime error.
86390
86409
  *
86391
- * @deprecated (since 1.56) - Use {@link sap.ui.core.mvc.View.extend View.extend} to define the view class
86392
- * and {@link sap.ui.core.mvc.View.create View.create} to create view instances
86410
+ * @deprecated (since 1.56) - Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views} by
86411
+ * defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and creating the view instances
86412
+ * with {@link sap.ui.core.mvc.View.create View.create}.
86393
86413
  *
86394
86414
  * @returns the created JSView instance in the creation case, otherwise undefined
86395
86415
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1506,14 +1506,20 @@ declare namespace sap {
1506
1506
 
1507
1507
  "sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewInbound": undefined;
1508
1508
 
1509
+ "sap/ui/fl/apply/_internal/changes/descriptor/app/AddTechnicalAttributes": undefined;
1510
+
1509
1511
  "sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeDataSource": undefined;
1510
1512
 
1511
1513
  "sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeInbound": undefined;
1512
1514
 
1515
+ "sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeOutbound": undefined;
1516
+
1513
1517
  "sap/ui/fl/apply/_internal/changes/descriptor/app/RemoveAllInboundsExceptOne": undefined;
1514
1518
 
1515
1519
  "sap/ui/fl/apply/_internal/changes/descriptor/app/SetAch": undefined;
1516
1520
 
1521
+ "sap/ui/fl/apply/_internal/changes/descriptor/app/SetDescription": undefined;
1522
+
1517
1523
  "sap/ui/fl/apply/_internal/changes/descriptor/app/SetTitle": undefined;
1518
1524
 
1519
1525
  "sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetAbstract": undefined;
@@ -1554,6 +1560,8 @@ declare namespace sap {
1554
1560
 
1555
1561
  "sap/ui/fl/apply/_internal/extensionPoint/Registry": undefined;
1556
1562
 
1563
+ "sap/ui/fl/apply/_internal/flexObjects/AnnotationChange": undefined;
1564
+
1557
1565
  "sap/ui/fl/apply/_internal/flexObjects/AppDescriptorChange": undefined;
1558
1566
 
1559
1567
  "sap/ui/fl/apply/_internal/flexObjects/CompVariant": undefined;
@@ -1656,8 +1664,6 @@ declare namespace sap {
1656
1664
 
1657
1665
  "sap/ui/fl/registry/Settings": undefined;
1658
1666
 
1659
- "sap/ui/fl/support/_internal/getAllUIChanges": undefined;
1660
-
1661
1667
  "sap/ui/fl/support/_internal/getChangeDependencies": undefined;
1662
1668
 
1663
1669
  "sap/ui/fl/support/_internal/getFlexSettings": undefined;
@@ -1714,7 +1720,7 @@ declare namespace sap {
1714
1720
 
1715
1721
  "sap/ui/fl/write/_internal/flexState/compVariants/CompVariantState": undefined;
1716
1722
 
1717
- "sap/ui/fl/write/_internal/flexState/FlexObjectState": undefined;
1723
+ "sap/ui/fl/write/_internal/flexState/FlexObjectManager": undefined;
1718
1724
 
1719
1725
  "sap/ui/fl/write/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
1720
1726
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.128.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.127.0
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -104,7 +104,7 @@ declare module "sap/ui/integration/library" {
104
104
  */
105
105
  export enum CardBlockingMessageType {
106
106
  /**
107
- * An error ocurred in the card.
107
+ * An error occurred in the card.
108
108
  */
109
109
  Error = "Error",
110
110
  /**
@@ -253,6 +253,45 @@ declare module "sap/ui/integration/library" {
253
253
  parameters: object;
254
254
  };
255
255
 
256
+ /**
257
+ * Card message strip types.
258
+ *
259
+ * This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
260
+ * 'CardMessageType'.
261
+ *
262
+ * @experimental (since 1.128)
263
+ */
264
+ export enum CardMessageType {
265
+ /**
266
+ * Message is an error
267
+ */
268
+ Error = "Error",
269
+ /**
270
+ * Message should be just an information
271
+ */
272
+ Information = "Information",
273
+ /**
274
+ * Informs the user that the content is busy at that moment with a loading operation. Blocks the content
275
+ * from interaction.
276
+ */
277
+ Loading = "Loading",
278
+ /**
279
+ * Message has no specific level
280
+ */
281
+ None = "None",
282
+ /**
283
+ * Message is a success message
284
+ */
285
+ Success = "Success",
286
+ /**
287
+ * Message is an informative brief toast message. For this type the default behavior is to auto close.
288
+ */
289
+ Toast = "Toast",
290
+ /**
291
+ * Message is a warning
292
+ */
293
+ Warning = "Warning",
294
+ }
256
295
  /**
257
296
  * Preview modes for `{@link sap.ui.integration.widgets.Card}`. Helpful in scenarios when the end user is
258
297
  * choosing or configuring a card.
@@ -716,6 +755,7 @@ declare module "sap/ui/integration/widgets/Card" {
716
755
  CardDisplayVariant,
717
756
  CardPreviewMode,
718
757
  CardArea,
758
+ CardMessageType,
719
759
  CardActionType,
720
760
  } from "sap/ui/integration/library";
721
761
 
@@ -729,7 +769,7 @@ declare module "sap/ui/integration/widgets/Card" {
729
769
 
730
770
  import Event from "sap/ui/base/Event";
731
771
 
732
- import { URI, ID, MessageType } from "sap/ui/core/library";
772
+ import { URI, ID } from "sap/ui/core/library";
733
773
 
734
774
  import Host from "sap/ui/integration/Host";
735
775
 
@@ -1951,7 +1991,12 @@ declare module "sap/ui/integration/widgets/Card" {
1951
1991
  /**
1952
1992
  * Type of the message.
1953
1993
  */
1954
- sType: MessageType
1994
+ sType: CardMessageType | keyof typeof CardMessageType,
1995
+ /**
1996
+ * Close the message automatically. Default is `false` for most message types. It is `true` for message
1997
+ * type `Toast`. **Note** This property has no effect for message type `Loading`.
1998
+ */
1999
+ bAutoClose: boolean
1955
2000
  ): void;
1956
2001
  /**
1957
2002
  * Triggers an action inside the card.
@@ -2291,7 +2336,12 @@ declare module "sap/ui/integration/widgets/Card" {
2291
2336
  /**
2292
2337
  * Type of the message.
2293
2338
  */
2294
- sType: MessageType
2339
+ sType: CardMessageType | keyof typeof CardMessageType,
2340
+ /**
2341
+ * Close the message automatically. Default is `false` for most message types. It is `true` for message
2342
+ * type `Toast`. **Note** This property has no effect for message type `Loading`.
2343
+ */
2344
+ bAutoClose: boolean
2295
2345
  ): void;
2296
2346
  /**
2297
2347
  * Triggers an action inside the card.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -8387,13 +8387,13 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8387
8387
  * and the labels are rendered in the same row as the fields or above the fields. This behavior can be influenced
8388
8388
  * by the properties of this layout control.
8389
8389
  *
8390
- * On the {@link sap.ui.layout.form.FormContainer FormContainers}, labels and content fields, {@link sap.ui.layout.GridGata GridData }
8391
- * can be used to change the default rendering. {@link sap.ui.layout.GridGata GridData} is not supported
8390
+ * On the {@link sap.ui.layout.form.FormContainer FormContainers}, labels and content fields, {@link sap.ui.layout.GridData GridData }
8391
+ * can be used to change the default rendering. {@link sap.ui.layout.GridData GridData} is not supported
8392
8392
  * for {@link sap.ui.layout.form.FormElement FormElements}.
8393
8393
  *
8394
- * **Note:** If {@link sap.ui.layout.GridGata GridData} is used, this may result in a much more complex
8394
+ * **Note:** If {@link sap.ui.layout.GridData GridData} is used, this may result in a much more complex
8395
8395
  * layout than the default one. This means that in some cases, the calculation for the other content may
8396
- * not bring the expected result. In such cases, {@link sap.ui.layout.GridGata GridData} should be used
8396
+ * not bring the expected result. In such cases, {@link sap.ui.layout.GridData GridData} should be used
8397
8397
  * for all content controls to disable the default behavior.
8398
8398
  *
8399
8399
  * This control cannot be used stand-alone, it just renders a {@link sap.ui.layout.form.Form Form}, so it