@sapui5/ts-types-esm 1.146.0 → 1.147.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -3
  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 +4 -7
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +1 -52
  8. package/types/sap.f.d.ts +148 -2
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +1 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +3892 -3211
  14. package/types/sap.fe.navigation.d.ts +1 -1
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +49 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +184 -1
  22. package/types/sap.insights.d.ts +14 -1
  23. package/types/sap.m.d.ts +371 -127
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +1 -1
  30. package/types/sap.suite.ui.commons.d.ts +122 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +79 -1
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +1 -4
  34. package/types/sap.ui.codeeditor.d.ts +82 -46
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +5 -15
  37. package/types/sap.ui.core.d.ts +172 -16
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +5 -1
  41. package/types/sap.ui.generic.app.d.ts +5 -5
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.geomap.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +23 -25
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/sap.ui.mdc.d.ts +112 -21
  47. package/types/sap.ui.richtexteditor.d.ts +1 -1
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +2 -2
  51. package/types/sap.ui.table.d.ts +1 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +6 -9
  54. package/types/sap.ui.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +8 -24
  56. package/types/sap.ui.vk.d.ts +1 -1
  57. package/types/sap.ui.vtm.d.ts +1 -1
  58. package/types/sap.uiext.inbox.d.ts +1 -1
  59. package/types/sap.ushell.d.ts +416 -67
  60. package/types/sap.ushell_abap.d.ts +1 -1
  61. package/types/sap.uxap.d.ts +151 -2
  62. package/types/sap.viz.d.ts +4 -5
  63. package/types/sap.webanalytics.core.d.ts +1 -1
  64. package/types/sap.zen.commons.d.ts +1 -1
  65. package/types/sap.zen.crosstab.d.ts +1 -1
  66. package/types/sap.zen.dsh.d.ts +1 -1
  67. package/types/sap.ui.webc.common.d.ts +0 -164
  68. package/types/sap.ui.webc.fiori.d.ts +0 -16235
  69. package/types/sap.ui.webc.main.d.ts +0 -51365
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.146.0
282
+ // For Library Version: 1.147.0
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -7745,9 +7745,9 @@ declare module "sap/ui/model/odata/v2/ODataModel" {
7745
7745
  * has been resolved!
7746
7746
  *
7747
7747
  *
7748
- * @returns The meta model for this `ODataModel`
7748
+ * @returns The meta model for this `ODataModel`, or `undefined` if the model has been destroyed
7749
7749
  */
7750
- getMetaModel(): ODataMetaModel;
7750
+ getMetaModel(): ODataMetaModel | undefined;
7751
7751
  /**
7752
7752
  * Returns a JSON object that is a copy of the entity data referenced by the given `sPath` and `oContext`.
7753
7753
  * It does not load any data and may not return all requested data if it is not available.
@@ -17444,7 +17444,6 @@ declare module "sap/ui/core/library" {
17444
17444
  /**
17445
17445
  * Implementing this interface allows a control to be accessible via access keys.
17446
17446
  *
17447
- * @since 1.104
17448
17447
  * @experimental As of version 1.104.
17449
17448
  */
17450
17449
  export interface IAccessKeySupport {
@@ -17454,21 +17453,18 @@ declare module "sap/ui/core/library" {
17454
17453
  * Returns a refence to DOM element to be focused during Access key navigation. If not implemented getFocusDomRef()
17455
17454
  * method is used.
17456
17455
  *
17457
- * @since 1.104
17458
17456
  * @experimental As of version 1.104.
17459
17457
  */
17460
17458
  getAccessKeysFocusTarget?(): void;
17461
17459
  /**
17462
17460
  * If implemented called when access keys feature is enabled and highlighting is over
17463
17461
  *
17464
- * @since 1.104
17465
17462
  * @experimental As of version 1.104.
17466
17463
  */
17467
17464
  onAccKeysHighlightEnd?(): void;
17468
17465
  /**
17469
17466
  * If implemented called when access keys feature is enabled and highlighting is ongoing
17470
17467
  *
17471
- * @since 1.104
17472
17468
  * @experimental As of version 1.104.
17473
17469
  */
17474
17470
  onAccKeysHighlightStart?(): void;
@@ -42242,6 +42238,59 @@ declare module "sap/ui/core/RenderManager" {
42242
42238
  */
42243
42239
  oTargetDomNode: Element
42244
42240
  ): void;
42241
+ /**
42242
+ * Executes a rendering callback and flushes the result into the provided DOM node.
42243
+ *
42244
+ * The rendering callback receives a RenderManager instance with the semantic rendering API implementation
42245
+ * (DOM interface methods like `openStart`, `attr`, `openEnd`, `text`, `close`, etc.).
42246
+ *
42247
+ * This method combines rendering and flushing in a single call, automatically handling non-HTML namespaces
42248
+ * (e.g., SVG, MathML) by detecting the namespace of the target DOM node.
42249
+ *
42250
+ * **Difference from calling render() then flush() separately:** When rendering into a non-HTML namespace
42251
+ * context (e.g., SVG or MathML elements), this method automatically detects the target node's namespace
42252
+ * and applies it as a fallback namespace for the rendering operation. This ensures that elements created
42253
+ * without an explicit parent element (such as when rendering into a DocumentFragment initially) inherit
42254
+ * the correct namespace.
42255
+ *
42256
+ * This function must not be called within control renderers.
42257
+ *
42258
+ * Usage:
42259
+ * ```javascript
42260
+ *
42261
+ * const oRM = new RenderManager().getInterface();
42262
+ *
42263
+ * // assume that oSvgContainer is already part of the DOM and we want to render a circle into it
42264
+ * oRM.renderAndFlush(function(oRM) {
42265
+ * oRM.openStart("circle").attr("cx", "50").attr("cy", "50").attr("r", "40");
42266
+ * oRM.openEnd();
42267
+ * oRM.close("circle");
42268
+ * }, oSvgContainer);
42269
+ *
42270
+ * oRM.destroy();
42271
+ * ```
42272
+ *
42273
+ *
42274
+ * @since 1.147
42275
+ *
42276
+ * @returns Reference to `this` to allow method chaining
42277
+ */
42278
+ renderAndFlush(
42279
+ /**
42280
+ * Rendering callback that receives a RenderManager instance with the semantic rendering API implementation
42281
+ * (DOM interface methods like `openStart`, `attr`, `openEnd`, `text`, `close`, etc.)
42282
+ */
42283
+ fnRender: (p1: RenderManager) => void,
42284
+ /**
42285
+ * Node in the DOM where the result should be flushed into
42286
+ */
42287
+ oTargetDomNode: Element,
42288
+ /**
42289
+ * Determines whether the buffer of the target DOM node is expanded (`true`) or replaced (`false`), or the
42290
+ * new entry is inserted at a specific position (value of type `int`)
42291
+ */
42292
+ vInsert?: boolean | int
42293
+ ): this;
42245
42294
  /**
42246
42295
  * Turns the given control into its HTML representation and appends it to the rendering buffer.
42247
42296
  *
@@ -53254,6 +53303,9 @@ declare module "sap/ui/core/ws/SapPcpWebSocket" {
53254
53303
  * 'SUPPORTED_PROTOCOLS'.
53255
53304
  */
53256
53305
  enum SUPPORTED_PROTOCOLS {
53306
+ /**
53307
+ * Protocol v10.pcp.sap.com
53308
+ */
53257
53309
  v10 = "v10.pcp.sap.com",
53258
53310
  }
53259
53311
  /**
@@ -62981,7 +63033,7 @@ declare module "sap/ui/model/Model" {
62981
63033
  /**
62982
63034
  * HTTP status code returned by the request (if available)
62983
63035
  */
62984
- statusCode?: string;
63036
+ statusCode?: string | number;
62985
63037
 
62986
63038
  /**
62987
63039
  * The status as a text, details not specified, intended only for diagnosis output
@@ -73616,11 +73668,24 @@ declare module "sap/ui/model/odata/v4/Context" {
73616
73668
  * @returns `true` if this context is kept alive
73617
73669
  */
73618
73670
  isKeepAlive(): boolean;
73671
+ /**
73672
+ * Tells whether this context is outdated:
73673
+ * `undefined`: The outdated state has not been determined yet `true`: The context is outdated `false`:
73674
+ * The context is up to date
73675
+ *
73676
+ * The outdated state can also be accessed via the instance annotation "@$ui5.context.isOutdated".
73677
+ *
73678
+ * @experimental As of version 1.147.
73679
+ *
73680
+ * @returns Whether this context is outdated, or `undefined` if the outdated state has not been determined
73681
+ * yet
73682
+ */
73683
+ isOutdated(): boolean | undefined;
73619
73684
  /**
73620
73685
  * Tells whether this context is currently selected, but not {@link #delete deleted} on the client. Selection
73621
- * was experimental as of version 1.111.0. Since 1.122.0, the selection state can also be accessed via instance
73622
- * annotation "@$ui5.context.isSelected" at the entity. Note that the annotation does not take the deletion
73623
- * state into account.
73686
+ * was experimental as of version 1.111.0. Since 1.122.0, the selection state can also be accessed via the
73687
+ * instance annotation "@$ui5.context.isSelected" at the entity. Note that the annotation does not take
73688
+ * the deletion state into account.
73624
73689
  * See:
73625
73690
  * #setSelected
73626
73691
  *
@@ -73896,9 +73961,11 @@ declare module "sap/ui/model/odata/v4/Context" {
73896
73961
  * effects fail to load. Use it to set fields affected by side effects to read-only before {@link #requestSideEffects }
73897
73962
  * and make them editable again when the promise resolves; in the error handler, you can repeat the loading
73898
73963
  * of side effects.
73899
- * The promise is rejected if the call wants to refresh a whole list binding (via header context or an
73900
- * absolute path), but the deletion of a row context (see {@link #delete}) is pending with a different group
73901
- * ID.
73964
+ * The promise is rejected if
73965
+ * the call attempts to refresh an entire list binding (via header context or an absolute path) while
73966
+ * the deletion of a row context (see {@link #delete}) is pending with a different group ID, this is
73967
+ * the row context of a list binding with data aggregation which has `groupLevels` or `"grandTotal like
73968
+ * 1.84"`, or this context does not represent a single entity
73902
73969
  */
73903
73970
  requestSideEffects(
73904
73971
  /**
@@ -75427,9 +75494,11 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
75427
75494
  */
75428
75495
  getGroupId(): string;
75429
75496
  /**
75430
- * Returns the header context which allows binding to `$count` or `@$ui5.context.isSelected`.
75497
+ * Returns the header context which allows binding to `$count`, `@$ui5.context.isOutdated`, or `@$ui5.context.isSelected`.
75431
75498
  * See:
75432
75499
  * #getCount
75500
+ * sap.ui.model.odata.v4.Context#isOutdated
75501
+ * sap.ui.model.odata.v4.Context#isSelected
75433
75502
  *
75434
75503
  * @since 1.45.0
75435
75504
  *
@@ -79911,6 +79980,11 @@ declare module "sap/ui/model/Sorter" {
79911
79980
  * See `vGroup` parameter
79912
79981
  */
79913
79982
  group?: boolean | Function;
79983
+ /**
79984
+ * An array of paths that are required for grouping. Supported since 1.147.0; consult the documentation
79985
+ * of the specific model implementation whether it evaluates these paths.
79986
+ */
79987
+ groupPaths?: string[];
79914
79988
  /**
79915
79989
  * The binding path for this sorter
79916
79990
  */
@@ -80020,6 +80094,14 @@ declare module "sap/ui/model/Sorter" {
80020
80094
  * @returns The group function
80021
80095
  */
80022
80096
  getGroupFunction(): Function;
80097
+ /**
80098
+ * Returns the group paths.
80099
+ *
80100
+ * @since 1.147.0
80101
+ *
80102
+ * @returns The array of group paths or `undefined` if this sorter has no group paths.
80103
+ */
80104
+ getGroupPaths(): string[] | undefined;
80023
80105
  /**
80024
80106
  * Returns the binding path for this sorter; see the path parameter of {@link sap.ui.model.Sorter#constructor}.
80025
80107
  *
@@ -82821,6 +82903,10 @@ declare module "sap/ui/test/actions/Press" {
82821
82903
  * The `Press` action is used to simulate a press interaction with a control. Most controls are supported,
82822
82904
  * for example buttons, links, list items, tables, filters, and form controls.
82823
82905
  *
82906
+ * The `Press` action can also simulate right-click (context menu) interactions by setting the `rightClick`
82907
+ * property to true. This is useful for testing controls with custom context menus, such as `sap.ui.table.Table`
82908
+ * and `sap.m.Table`.
82909
+ *
82824
82910
  * The `Press` action targets a special DOM element representing the control. This DOM element can be customized.
82825
82911
  *
82826
82912
  * For most most controls (even custom ones), the DOM focus reference is an appropriate choice. You can
@@ -82917,7 +83003,9 @@ declare module "sap/ui/test/actions/Press" {
82917
83003
  /**
82918
83004
  * Sets focus on given control and triggers a 'tap' event on it (which is internally translated into a 'press'
82919
83005
  * event). If `keyDown` or `keyUp` is set to `true`, dispatches the corresponding keyboard event instead
82920
- * of mouse events. Logs an error if control is not visible (i.e. has no dom representation)
83006
+ * of mouse events. If `rightClick` property is set to `true`, triggers a `contextmenu` event instead, along
83007
+ * with appropriate `mousedown` and `mouseup` events. Logs an error if control is not visible (i.e. has
83008
+ * no dom representation)
82921
83009
  */
82922
83010
  executeOn(
82923
83011
  /**
@@ -82967,6 +83055,21 @@ declare module "sap/ui/test/actions/Press" {
82967
83055
  * @returns Value of property `keyUp`
82968
83056
  */
82969
83057
  getKeyUp(): boolean;
83058
+ /**
83059
+ * Gets current value of property {@link #getRightClick rightClick}.
83060
+ *
83061
+ * If set to `true`, a right-click (context menu) event will be triggered instead of a left-click. This
83062
+ * simulates the native browser right-click behavior by dispatching `mousedown` and `mouseup` with `button:
83063
+ * 2`, followed by a `contextmenu` event. The `xPercentage` and `yPercentage` properties can be used to
83064
+ * specify the position of the right-click event.
83065
+ *
83066
+ * Default value is `false`.
83067
+ *
83068
+ * @since 1.147
83069
+ *
83070
+ * @returns Value of property `rightClick`
83071
+ */
83072
+ getRightClick(): boolean;
82970
83073
  /**
82971
83074
  * Gets current value of property {@link #getShiftKey shiftKey}.
82972
83075
  *
@@ -83069,6 +83172,28 @@ declare module "sap/ui/test/actions/Press" {
83069
83172
  */
83070
83173
  bKeyUp: boolean
83071
83174
  ): this;
83175
+ /**
83176
+ * Sets a new value for property {@link #getRightClick rightClick}.
83177
+ *
83178
+ * If set to `true`, a right-click (context menu) event will be triggered instead of a left-click. This
83179
+ * simulates the native browser right-click behavior by dispatching `mousedown` and `mouseup` with `button:
83180
+ * 2`, followed by a `contextmenu` event. The `xPercentage` and `yPercentage` properties can be used to
83181
+ * specify the position of the right-click event.
83182
+ *
83183
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
83184
+ *
83185
+ * Default value is `false`.
83186
+ *
83187
+ * @since 1.147
83188
+ *
83189
+ * @returns Reference to `this` in order to allow method chaining
83190
+ */
83191
+ setRightClick(
83192
+ /**
83193
+ * New value for property `rightClick`
83194
+ */
83195
+ bRightClick?: boolean
83196
+ ): this;
83072
83197
  /**
83073
83198
  * Sets a new value for property {@link #getShiftKey shiftKey}.
83074
83199
  *
@@ -83179,6 +83304,16 @@ declare module "sap/ui/test/actions/Press" {
83179
83304
  * @since 1.146
83180
83305
  */
83181
83306
  keyUp?: boolean | PropertyBindingInfo | `{${string}}`;
83307
+
83308
+ /**
83309
+ * If set to `true`, a right-click (context menu) event will be triggered instead of a left-click. This
83310
+ * simulates the native browser right-click behavior by dispatching `mousedown` and `mouseup` with `button:
83311
+ * 2`, followed by a `contextmenu` event. The `xPercentage` and `yPercentage` properties can be used to
83312
+ * specify the position of the right-click event.
83313
+ *
83314
+ * @since 1.147
83315
+ */
83316
+ rightClick?: boolean | PropertyBindingInfo | `{${string}}`;
83182
83317
  }
83183
83318
  }
83184
83319
 
@@ -86655,6 +86790,27 @@ declare module "sap/ui/test/Opa5" {
86655
86790
  * Use when there are multiple views with the same viewName.
86656
86791
  */
86657
86792
  viewId?: string;
86793
+ /**
86794
+ * The namespace to be prepended to the view name defined in the `viewName` parameter. When set, all `waitFor`
86795
+ * calls inside the page object will resolve the view by `viewNamespace + "." + viewName`.
86796
+ *
86797
+ * Example:
86798
+ * ```javascript
86799
+ *
86800
+ * Opa5.createPageObjects({
86801
+ * onMyPage: {
86802
+ * viewName: "myView",
86803
+ * viewNamespace: "my.app.namespace",
86804
+ * assertions: { ... }
86805
+ * }
86806
+ * });
86807
+ * ```
86808
+ *
86809
+ *
86810
+ * Note: If all page objects share the same `viewNamespace`, consider setting it globally via {@link sap.ui.test.Opa5.extendConfig }
86811
+ * to avoid repetition.
86812
+ */
86813
+ viewNamespace?: string;
86658
86814
  /**
86659
86815
  * Base class for the page object's actions and assertions
86660
86816
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/ui/dt/library" {
4
4
  export namespace designtime {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  import ListBinding from "sap/ui/model/ListBinding";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1663,6 +1663,8 @@ declare namespace sap {
1663
1663
 
1664
1664
  "sap/ui/fl/initial/_internal/connectors/Utils": undefined;
1665
1665
 
1666
+ "sap/ui/fl/initial/_internal/FlexConfiguration": undefined;
1667
+
1666
1668
  "sap/ui/fl/initial/_internal/preprocessors/ComponentLifecycleHooks": undefined;
1667
1669
 
1668
1670
  "sap/ui/fl/initial/_internal/preprocessors/ControllerExtension": undefined;
@@ -1771,6 +1773,8 @@ declare namespace sap {
1771
1773
 
1772
1774
  "sap/ui/fl/write/api/ControlPersonalizationWriteAPI": undefined;
1773
1775
 
1776
+ "sap/ui/fl/write/api/ControlVariantWriteAPI": undefined;
1777
+
1774
1778
  "sap/ui/fl/write/api/FeaturesAPI": undefined;
1775
1779
 
1776
1780
  "sap/ui/fl/write/api/FieldExtensibility": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/ui/generic/app/library" {
4
4
  export namespace navigation {
@@ -1924,7 +1924,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
1924
1924
  declare module "sap/ui/generic/app/transaction/BaseController" {
1925
1925
  import EventProvider from "sap/ui/base/EventProvider";
1926
1926
 
1927
- import ODataModel from "sap/ui/model/odata/ODataModel";
1927
+ import ODataModel from "sap/ui/model/odata/v2/ODataModel";
1928
1928
 
1929
1929
  import Metadata from "sap/ui/base/Metadata";
1930
1930
 
@@ -2065,7 +2065,7 @@ declare module "sap/ui/generic/app/transaction/BaseController" {
2065
2065
  declare module "sap/ui/generic/app/transaction/DraftContext" {
2066
2066
  import BaseObject from "sap/ui/base/Object";
2067
2067
 
2068
- import ODataModel from "sap/ui/model/odata/ODataModel";
2068
+ import ODataModel from "sap/ui/model/odata/v2/ODataModel";
2069
2069
 
2070
2070
  import Metadata from "sap/ui/base/Metadata";
2071
2071
 
@@ -2298,7 +2298,7 @@ declare module "sap/ui/generic/app/transaction/DraftContext" {
2298
2298
  declare module "sap/ui/generic/app/transaction/DraftController" {
2299
2299
  import BaseController from "sap/ui/generic/app/transaction/BaseController";
2300
2300
 
2301
- import ODataModel from "sap/ui/model/odata/ODataModel";
2301
+ import ODataModel from "sap/ui/model/odata/v2/ODataModel";
2302
2302
 
2303
2303
  import Context from "sap/ui/model/Context";
2304
2304
 
@@ -2579,7 +2579,7 @@ declare module "sap/ui/generic/app/transaction/DraftController" {
2579
2579
  declare module "sap/ui/generic/app/transaction/TransactionController" {
2580
2580
  import BaseController from "sap/ui/generic/app/transaction/BaseController";
2581
2581
 
2582
- import ODataModel from "sap/ui/model/odata/ODataModel";
2582
+ import ODataModel from "sap/ui/model/odata/v2/ODataModel";
2583
2583
 
2584
2584
  import Context from "sap/ui/model/Context";
2585
2585
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/ui/geomap/gen/sap_webcomponents/geomap" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1449,11 +1449,15 @@ declare module "sap/ui/integration/widgets/Card" {
1449
1449
  /**
1450
1450
  * Gets current value of property {@link #getBaseUrl baseUrl}.
1451
1451
  *
1452
- * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
1453
- * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
1454
- * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
1452
+ * Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
1453
+ * a URL. The base URL is used to load relatively referenced resources.
1454
+ *
1455
+ * If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
1456
+ * URL.
1457
+ * - If both the manifest URL and the base URL are defined, the base URL is used.
1458
+ * - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
1459
+ *
1455
1460
  *
1456
- * @experimental As of version 1.70.
1457
1461
  *
1458
1462
  * @returns Value of property `baseUrl`
1459
1463
  */
@@ -1878,13 +1882,17 @@ declare module "sap/ui/integration/widgets/Card" {
1878
1882
  /**
1879
1883
  * Sets a new value for property {@link #getBaseUrl baseUrl}.
1880
1884
  *
1881
- * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
1882
- * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
1883
- * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
1885
+ * Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
1886
+ * a URL. The base URL is used to load relatively referenced resources.
1887
+ *
1888
+ * If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
1889
+ * URL.
1890
+ * - If both the manifest URL and the base URL are defined, the base URL is used.
1891
+ * - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
1892
+ *
1884
1893
  *
1885
1894
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1886
1895
  *
1887
- * @experimental As of version 1.70.
1888
1896
  *
1889
1897
  * @returns Reference to `this` in order to allow method chaining
1890
1898
  */
@@ -2248,18 +2256,6 @@ declare module "sap/ui/integration/widgets/Card" {
2248
2256
  * @experimental As of version 1.85.
2249
2257
  */
2250
2258
  getActionDefinitions(): ActionDefinition[];
2251
- /**
2252
- * Gets current value of property {@link #getBaseUrl baseUrl}.
2253
- *
2254
- * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
2255
- * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
2256
- * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
2257
- *
2258
- * @experimental As of version 1.70.
2259
- *
2260
- * @returns Value of property `baseUrl`
2261
- */
2262
- getBaseUrl(): URI;
2263
2259
  /**
2264
2260
  * Get information about the blocking message in the card.
2265
2261
  *
@@ -2632,11 +2628,13 @@ declare module "sap/ui/integration/widgets/Card" {
2632
2628
  | `{${string}}`;
2633
2629
 
2634
2630
  /**
2635
- * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
2636
- * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
2637
- * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
2631
+ * Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
2632
+ * a URL. The base URL is used to load relatively referenced resources.
2638
2633
  *
2639
- * @experimental As of version 1.70.
2634
+ * If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
2635
+ * URL.
2636
+ * - If both the manifest URL and the base URL are defined, the base URL is used.
2637
+ * - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
2640
2638
  */
2641
2639
  baseUrl?: URI | PropertyBindingInfo | `{${string}}`;
2642
2640
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";