@sapui5/ts-types 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.
- package/package.json +1 -1
- package/types/index.d.ts +0 -3
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +4 -7
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -52
- package/types/sap.f.d.ts +144 -1
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- 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 +1666 -1005
- package/types/sap.fe.navigation.d.ts +1 -1
- 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 +49 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +182 -1
- package/types/sap.insights.d.ts +14 -1
- package/types/sap.m.d.ts +376 -127
- 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 +122 -1
- package/types/sap.suite.ui.generic.template.d.ts +79 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -4
- package/types/sap.ui.codeeditor.d.ts +82 -46
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +5 -15
- package/types/sap.ui.core.d.ts +175 -16
- 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 +5 -1
- package/types/sap.ui.generic.app.d.ts +5 -5
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +23 -25
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +107 -20
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +6 -9
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +8 -24
- 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 +407 -66
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +146 -1
- package/types/sap.viz.d.ts +4 -5
- 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.ui.webc.common.d.ts +0 -173
- package/types/sap.ui.webc.fiori.d.ts +0 -16012
- package/types/sap.ui.webc.main.d.ts +0 -51158
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -279,7 +279,7 @@ declare namespace sap {
|
|
|
279
279
|
"sap/ui/thirdparty/qunit-2": undefined;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
// For Library Version: 1.
|
|
282
|
+
// For Library Version: 1.147.0
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -33157,6 +33157,9 @@ declare namespace sap {
|
|
|
33157
33157
|
* 'SUPPORTED_PROTOCOLS'.
|
|
33158
33158
|
*/
|
|
33159
33159
|
enum SUPPORTED_PROTOCOLS {
|
|
33160
|
+
/**
|
|
33161
|
+
* Protocol v10.pcp.sap.com
|
|
33162
|
+
*/
|
|
33160
33163
|
v10 = "v10.pcp.sap.com",
|
|
33161
33164
|
}
|
|
33162
33165
|
}
|
|
@@ -33767,7 +33770,6 @@ declare namespace sap {
|
|
|
33767
33770
|
/**
|
|
33768
33771
|
* Implementing this interface allows a control to be accessible via access keys.
|
|
33769
33772
|
*
|
|
33770
|
-
* @since 1.104
|
|
33771
33773
|
* @experimental As of version 1.104.
|
|
33772
33774
|
*/
|
|
33773
33775
|
interface IAccessKeySupport {
|
|
@@ -33777,21 +33779,18 @@ declare namespace sap {
|
|
|
33777
33779
|
* Returns a refence to DOM element to be focused during Access key navigation. If not implemented getFocusDomRef()
|
|
33778
33780
|
* method is used.
|
|
33779
33781
|
*
|
|
33780
|
-
* @since 1.104
|
|
33781
33782
|
* @experimental As of version 1.104.
|
|
33782
33783
|
*/
|
|
33783
33784
|
getAccessKeysFocusTarget?(): void;
|
|
33784
33785
|
/**
|
|
33785
33786
|
* If implemented called when access keys feature is enabled and highlighting is over
|
|
33786
33787
|
*
|
|
33787
|
-
* @since 1.104
|
|
33788
33788
|
* @experimental As of version 1.104.
|
|
33789
33789
|
*/
|
|
33790
33790
|
onAccKeysHighlightEnd?(): void;
|
|
33791
33791
|
/**
|
|
33792
33792
|
* If implemented called when access keys feature is enabled and highlighting is ongoing
|
|
33793
33793
|
*
|
|
33794
|
-
* @since 1.104
|
|
33795
33794
|
* @experimental As of version 1.104.
|
|
33796
33795
|
*/
|
|
33797
33796
|
onAccKeysHighlightStart?(): void;
|
|
@@ -48727,6 +48726,59 @@ declare namespace sap {
|
|
|
48727
48726
|
*/
|
|
48728
48727
|
oTargetDomNode: /* was Element */ global_Element
|
|
48729
48728
|
): void;
|
|
48729
|
+
/**
|
|
48730
|
+
* Executes a rendering callback and flushes the result into the provided DOM node.
|
|
48731
|
+
*
|
|
48732
|
+
* The rendering callback receives a RenderManager instance with the semantic rendering API implementation
|
|
48733
|
+
* (DOM interface methods like `openStart`, `attr`, `openEnd`, `text`, `close`, etc.).
|
|
48734
|
+
*
|
|
48735
|
+
* This method combines rendering and flushing in a single call, automatically handling non-HTML namespaces
|
|
48736
|
+
* (e.g., SVG, MathML) by detecting the namespace of the target DOM node.
|
|
48737
|
+
*
|
|
48738
|
+
* **Difference from calling render() then flush() separately:** When rendering into a non-HTML namespace
|
|
48739
|
+
* context (e.g., SVG or MathML elements), this method automatically detects the target node's namespace
|
|
48740
|
+
* and applies it as a fallback namespace for the rendering operation. This ensures that elements created
|
|
48741
|
+
* without an explicit parent element (such as when rendering into a DocumentFragment initially) inherit
|
|
48742
|
+
* the correct namespace.
|
|
48743
|
+
*
|
|
48744
|
+
* This function must not be called within control renderers.
|
|
48745
|
+
*
|
|
48746
|
+
* Usage:
|
|
48747
|
+
* ```javascript
|
|
48748
|
+
*
|
|
48749
|
+
* const oRM = new RenderManager().getInterface();
|
|
48750
|
+
*
|
|
48751
|
+
* // assume that oSvgContainer is already part of the DOM and we want to render a circle into it
|
|
48752
|
+
* oRM.renderAndFlush(function(oRM) {
|
|
48753
|
+
* oRM.openStart("circle").attr("cx", "50").attr("cy", "50").attr("r", "40");
|
|
48754
|
+
* oRM.openEnd();
|
|
48755
|
+
* oRM.close("circle");
|
|
48756
|
+
* }, oSvgContainer);
|
|
48757
|
+
*
|
|
48758
|
+
* oRM.destroy();
|
|
48759
|
+
* ```
|
|
48760
|
+
*
|
|
48761
|
+
*
|
|
48762
|
+
* @since 1.147
|
|
48763
|
+
*
|
|
48764
|
+
* @returns Reference to `this` to allow method chaining
|
|
48765
|
+
*/
|
|
48766
|
+
renderAndFlush(
|
|
48767
|
+
/**
|
|
48768
|
+
* Rendering callback that receives a RenderManager instance with the semantic rendering API implementation
|
|
48769
|
+
* (DOM interface methods like `openStart`, `attr`, `openEnd`, `text`, `close`, etc.)
|
|
48770
|
+
*/
|
|
48771
|
+
fnRender: (p1: sap.ui.core.RenderManager) => void,
|
|
48772
|
+
/**
|
|
48773
|
+
* Node in the DOM where the result should be flushed into
|
|
48774
|
+
*/
|
|
48775
|
+
oTargetDomNode: /* was Element */ global_Element,
|
|
48776
|
+
/**
|
|
48777
|
+
* Determines whether the buffer of the target DOM node is expanded (`true`) or replaced (`false`), or the
|
|
48778
|
+
* new entry is inserted at a specific position (value of type `int`)
|
|
48779
|
+
*/
|
|
48780
|
+
vInsert?: boolean | int
|
|
48781
|
+
): this;
|
|
48730
48782
|
/**
|
|
48731
48783
|
* Turns the given control into its HTML representation and appends it to the rendering buffer.
|
|
48732
48784
|
*
|
|
@@ -62737,9 +62789,9 @@ declare namespace sap {
|
|
|
62737
62789
|
* has been resolved!
|
|
62738
62790
|
*
|
|
62739
62791
|
*
|
|
62740
|
-
* @returns The meta model for this `ODataModel`
|
|
62792
|
+
* @returns The meta model for this `ODataModel`, or `undefined` if the model has been destroyed
|
|
62741
62793
|
*/
|
|
62742
|
-
getMetaModel(): sap.ui.model.odata.ODataMetaModel;
|
|
62794
|
+
getMetaModel(): sap.ui.model.odata.ODataMetaModel | undefined;
|
|
62743
62795
|
/**
|
|
62744
62796
|
* Returns a JSON object that is a copy of the entity data referenced by the given `sPath` and `oContext`.
|
|
62745
62797
|
* It does not load any data and may not return all requested data if it is not available.
|
|
@@ -65446,11 +65498,24 @@ declare namespace sap {
|
|
|
65446
65498
|
* @returns `true` if this context is kept alive
|
|
65447
65499
|
*/
|
|
65448
65500
|
isKeepAlive(): boolean;
|
|
65501
|
+
/**
|
|
65502
|
+
* Tells whether this context is outdated:
|
|
65503
|
+
* `undefined`: The outdated state has not been determined yet `true`: The context is outdated `false`:
|
|
65504
|
+
* The context is up to date
|
|
65505
|
+
*
|
|
65506
|
+
* The outdated state can also be accessed via the instance annotation "@$ui5.context.isOutdated".
|
|
65507
|
+
*
|
|
65508
|
+
* @experimental As of version 1.147.
|
|
65509
|
+
*
|
|
65510
|
+
* @returns Whether this context is outdated, or `undefined` if the outdated state has not been determined
|
|
65511
|
+
* yet
|
|
65512
|
+
*/
|
|
65513
|
+
isOutdated(): boolean | undefined;
|
|
65449
65514
|
/**
|
|
65450
65515
|
* Tells whether this context is currently selected, but not {@link #delete deleted} on the client. Selection
|
|
65451
|
-
* was experimental as of version 1.111.0. Since 1.122.0, the selection state can also be accessed via
|
|
65452
|
-
* annotation "@$ui5.context.isSelected" at the entity. Note that the annotation does not take
|
|
65453
|
-
* state into account.
|
|
65516
|
+
* was experimental as of version 1.111.0. Since 1.122.0, the selection state can also be accessed via the
|
|
65517
|
+
* instance annotation "@$ui5.context.isSelected" at the entity. Note that the annotation does not take
|
|
65518
|
+
* the deletion state into account.
|
|
65454
65519
|
* See:
|
|
65455
65520
|
* #setSelected
|
|
65456
65521
|
*
|
|
@@ -65726,9 +65791,11 @@ declare namespace sap {
|
|
|
65726
65791
|
* effects fail to load. Use it to set fields affected by side effects to read-only before {@link #requestSideEffects }
|
|
65727
65792
|
* and make them editable again when the promise resolves; in the error handler, you can repeat the loading
|
|
65728
65793
|
* of side effects.
|
|
65729
|
-
* The promise is rejected if
|
|
65730
|
-
*
|
|
65731
|
-
* ID
|
|
65794
|
+
* The promise is rejected if
|
|
65795
|
+
* the call attempts to refresh an entire list binding (via header context or an absolute path) while
|
|
65796
|
+
* the deletion of a row context (see {@link #delete}) is pending with a different group ID, this is
|
|
65797
|
+
* the row context of a list binding with data aggregation which has `groupLevels` or `"grandTotal like
|
|
65798
|
+
* 1.84"`, or this context does not represent a single entity
|
|
65732
65799
|
*/
|
|
65733
65800
|
requestSideEffects(
|
|
65734
65801
|
/**
|
|
@@ -67142,9 +67209,11 @@ declare namespace sap {
|
|
|
67142
67209
|
*/
|
|
67143
67210
|
getGroupId(): string;
|
|
67144
67211
|
/**
|
|
67145
|
-
* Returns the header context which allows binding to `$count
|
|
67212
|
+
* Returns the header context which allows binding to `$count`, `@$ui5.context.isOutdated`, or `@$ui5.context.isSelected`.
|
|
67146
67213
|
* See:
|
|
67147
67214
|
* #getCount
|
|
67215
|
+
* sap.ui.model.odata.v4.Context#isOutdated
|
|
67216
|
+
* sap.ui.model.odata.v4.Context#isSelected
|
|
67148
67217
|
*
|
|
67149
67218
|
* @since 1.45.0
|
|
67150
67219
|
*
|
|
@@ -76559,7 +76628,7 @@ declare namespace sap {
|
|
|
76559
76628
|
/**
|
|
76560
76629
|
* HTTP status code returned by the request (if available)
|
|
76561
76630
|
*/
|
|
76562
|
-
statusCode?: string;
|
|
76631
|
+
statusCode?: string | number;
|
|
76563
76632
|
|
|
76564
76633
|
/**
|
|
76565
76634
|
* The status as a text, details not specified, intended only for diagnosis output
|
|
@@ -81034,6 +81103,11 @@ declare namespace sap {
|
|
|
81034
81103
|
* See `vGroup` parameter
|
|
81035
81104
|
*/
|
|
81036
81105
|
group?: boolean | Function;
|
|
81106
|
+
/**
|
|
81107
|
+
* An array of paths that are required for grouping. Supported since 1.147.0; consult the documentation
|
|
81108
|
+
* of the specific model implementation whether it evaluates these paths.
|
|
81109
|
+
*/
|
|
81110
|
+
groupPaths?: string[];
|
|
81037
81111
|
/**
|
|
81038
81112
|
* The binding path for this sorter
|
|
81039
81113
|
*/
|
|
@@ -81143,6 +81217,14 @@ declare namespace sap {
|
|
|
81143
81217
|
* @returns The group function
|
|
81144
81218
|
*/
|
|
81145
81219
|
getGroupFunction(): Function;
|
|
81220
|
+
/**
|
|
81221
|
+
* Returns the group paths.
|
|
81222
|
+
*
|
|
81223
|
+
* @since 1.147.0
|
|
81224
|
+
*
|
|
81225
|
+
* @returns The array of group paths or `undefined` if this sorter has no group paths.
|
|
81226
|
+
*/
|
|
81227
|
+
getGroupPaths(): string[] | undefined;
|
|
81146
81228
|
/**
|
|
81147
81229
|
* Returns the binding path for this sorter; see the path parameter of {@link sap.ui.model.Sorter#constructor}.
|
|
81148
81230
|
*
|
|
@@ -82916,6 +82998,19 @@ declare namespace sap {
|
|
|
82916
82998
|
| boolean
|
|
82917
82999
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
82918
83000
|
| `{${string}}`;
|
|
83001
|
+
|
|
83002
|
+
/**
|
|
83003
|
+
* If set to `true`, a right-click (context menu) event will be triggered instead of a left-click. This
|
|
83004
|
+
* simulates the native browser right-click behavior by dispatching `mousedown` and `mouseup` with `button:
|
|
83005
|
+
* 2`, followed by a `contextmenu` event. The `xPercentage` and `yPercentage` properties can be used to
|
|
83006
|
+
* specify the position of the right-click event.
|
|
83007
|
+
*
|
|
83008
|
+
* @since 1.147
|
|
83009
|
+
*/
|
|
83010
|
+
rightClick?:
|
|
83011
|
+
| boolean
|
|
83012
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
83013
|
+
| `{${string}}`;
|
|
82919
83014
|
}
|
|
82920
83015
|
|
|
82921
83016
|
/**
|
|
@@ -83534,6 +83629,10 @@ declare namespace sap {
|
|
|
83534
83629
|
* The `Press` action is used to simulate a press interaction with a control. Most controls are supported,
|
|
83535
83630
|
* for example buttons, links, list items, tables, filters, and form controls.
|
|
83536
83631
|
*
|
|
83632
|
+
* The `Press` action can also simulate right-click (context menu) interactions by setting the `rightClick`
|
|
83633
|
+
* property to true. This is useful for testing controls with custom context menus, such as `sap.ui.table.Table`
|
|
83634
|
+
* and `sap.m.Table`.
|
|
83635
|
+
*
|
|
83537
83636
|
* The `Press` action targets a special DOM element representing the control. This DOM element can be customized.
|
|
83538
83637
|
*
|
|
83539
83638
|
* For most most controls (even custom ones), the DOM focus reference is an appropriate choice. You can
|
|
@@ -83633,7 +83732,9 @@ declare namespace sap {
|
|
|
83633
83732
|
/**
|
|
83634
83733
|
* Sets focus on given control and triggers a 'tap' event on it (which is internally translated into a 'press'
|
|
83635
83734
|
* event). If `keyDown` or `keyUp` is set to `true`, dispatches the corresponding keyboard event instead
|
|
83636
|
-
* of mouse events.
|
|
83735
|
+
* of mouse events. If `rightClick` property is set to `true`, triggers a `contextmenu` event instead, along
|
|
83736
|
+
* with appropriate `mousedown` and `mouseup` events. Logs an error if control is not visible (i.e. has
|
|
83737
|
+
* no dom representation)
|
|
83637
83738
|
*/
|
|
83638
83739
|
executeOn(
|
|
83639
83740
|
/**
|
|
@@ -83683,6 +83784,21 @@ declare namespace sap {
|
|
|
83683
83784
|
* @returns Value of property `keyUp`
|
|
83684
83785
|
*/
|
|
83685
83786
|
getKeyUp(): boolean;
|
|
83787
|
+
/**
|
|
83788
|
+
* Gets current value of property {@link #getRightClick rightClick}.
|
|
83789
|
+
*
|
|
83790
|
+
* If set to `true`, a right-click (context menu) event will be triggered instead of a left-click. This
|
|
83791
|
+
* simulates the native browser right-click behavior by dispatching `mousedown` and `mouseup` with `button:
|
|
83792
|
+
* 2`, followed by a `contextmenu` event. The `xPercentage` and `yPercentage` properties can be used to
|
|
83793
|
+
* specify the position of the right-click event.
|
|
83794
|
+
*
|
|
83795
|
+
* Default value is `false`.
|
|
83796
|
+
*
|
|
83797
|
+
* @since 1.147
|
|
83798
|
+
*
|
|
83799
|
+
* @returns Value of property `rightClick`
|
|
83800
|
+
*/
|
|
83801
|
+
getRightClick(): boolean;
|
|
83686
83802
|
/**
|
|
83687
83803
|
* Gets current value of property {@link #getShiftKey shiftKey}.
|
|
83688
83804
|
*
|
|
@@ -83785,6 +83901,28 @@ declare namespace sap {
|
|
|
83785
83901
|
*/
|
|
83786
83902
|
bKeyUp: boolean
|
|
83787
83903
|
): this;
|
|
83904
|
+
/**
|
|
83905
|
+
* Sets a new value for property {@link #getRightClick rightClick}.
|
|
83906
|
+
*
|
|
83907
|
+
* If set to `true`, a right-click (context menu) event will be triggered instead of a left-click. This
|
|
83908
|
+
* simulates the native browser right-click behavior by dispatching `mousedown` and `mouseup` with `button:
|
|
83909
|
+
* 2`, followed by a `contextmenu` event. The `xPercentage` and `yPercentage` properties can be used to
|
|
83910
|
+
* specify the position of the right-click event.
|
|
83911
|
+
*
|
|
83912
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
83913
|
+
*
|
|
83914
|
+
* Default value is `false`.
|
|
83915
|
+
*
|
|
83916
|
+
* @since 1.147
|
|
83917
|
+
*
|
|
83918
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
83919
|
+
*/
|
|
83920
|
+
setRightClick(
|
|
83921
|
+
/**
|
|
83922
|
+
* New value for property `rightClick`
|
|
83923
|
+
*/
|
|
83924
|
+
bRightClick?: boolean
|
|
83925
|
+
): this;
|
|
83788
83926
|
/**
|
|
83789
83927
|
* Sets a new value for property {@link #getShiftKey shiftKey}.
|
|
83790
83928
|
*
|
|
@@ -87787,6 +87925,27 @@ declare namespace sap {
|
|
|
87787
87925
|
* Use when there are multiple views with the same viewName.
|
|
87788
87926
|
*/
|
|
87789
87927
|
viewId?: string;
|
|
87928
|
+
/**
|
|
87929
|
+
* The namespace to be prepended to the view name defined in the `viewName` parameter. When set, all `waitFor`
|
|
87930
|
+
* calls inside the page object will resolve the view by `viewNamespace + "." + viewName`.
|
|
87931
|
+
*
|
|
87932
|
+
* Example:
|
|
87933
|
+
* ```javascript
|
|
87934
|
+
*
|
|
87935
|
+
* Opa5.createPageObjects({
|
|
87936
|
+
* onMyPage: {
|
|
87937
|
+
* viewName: "myView",
|
|
87938
|
+
* viewNamespace: "my.app.namespace",
|
|
87939
|
+
* assertions: { ... }
|
|
87940
|
+
* }
|
|
87941
|
+
* });
|
|
87942
|
+
* ```
|
|
87943
|
+
*
|
|
87944
|
+
*
|
|
87945
|
+
* Note: If all page objects share the same `viewNamespace`, consider setting it globally via {@link sap.ui.test.Opa5.extendConfig }
|
|
87946
|
+
* to avoid repetition.
|
|
87947
|
+
*/
|
|
87948
|
+
viewNamespace?: string;
|
|
87790
87949
|
/**
|
|
87791
87950
|
* Base class for the page object's actions and assertions
|
|
87792
87951
|
*/
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1471,6 +1471,8 @@ declare namespace sap {
|
|
|
1471
1471
|
|
|
1472
1472
|
"sap/ui/fl/initial/_internal/connectors/Utils": undefined;
|
|
1473
1473
|
|
|
1474
|
+
"sap/ui/fl/initial/_internal/FlexConfiguration": undefined;
|
|
1475
|
+
|
|
1474
1476
|
"sap/ui/fl/initial/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1475
1477
|
|
|
1476
1478
|
"sap/ui/fl/initial/_internal/preprocessors/ControllerExtension": undefined;
|
|
@@ -1579,6 +1581,8 @@ declare namespace sap {
|
|
|
1579
1581
|
|
|
1580
1582
|
"sap/ui/fl/write/api/ControlPersonalizationWriteAPI": undefined;
|
|
1581
1583
|
|
|
1584
|
+
"sap/ui/fl/write/api/ControlVariantWriteAPI": undefined;
|
|
1585
|
+
|
|
1582
1586
|
"sap/ui/fl/write/api/FeaturesAPI": undefined;
|
|
1583
1587
|
|
|
1584
1588
|
"sap/ui/fl/write/api/FieldExtensibility": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1733,7 +1733,7 @@ declare namespace sap {
|
|
|
1733
1733
|
/**
|
|
1734
1734
|
* The OData model currently used
|
|
1735
1735
|
*/
|
|
1736
|
-
oModel: sap.ui.model.odata.ODataModel,
|
|
1736
|
+
oModel: sap.ui.model.odata.v2.ODataModel,
|
|
1737
1737
|
/**
|
|
1738
1738
|
* Optional HTTP request queue
|
|
1739
1739
|
*/
|
|
@@ -1867,7 +1867,7 @@ declare namespace sap {
|
|
|
1867
1867
|
/**
|
|
1868
1868
|
* The OData model currently used
|
|
1869
1869
|
*/
|
|
1870
|
-
oModel: sap.ui.model.odata.ODataModel
|
|
1870
|
+
oModel: sap.ui.model.odata.v2.ODataModel
|
|
1871
1871
|
);
|
|
1872
1872
|
|
|
1873
1873
|
/**
|
|
@@ -2102,7 +2102,7 @@ declare namespace sap {
|
|
|
2102
2102
|
/**
|
|
2103
2103
|
* The OData model currently used
|
|
2104
2104
|
*/
|
|
2105
|
-
oModel: sap.ui.model.odata.ODataModel,
|
|
2105
|
+
oModel: sap.ui.model.odata.v2.ODataModel,
|
|
2106
2106
|
/**
|
|
2107
2107
|
* Optional HTTP request queue
|
|
2108
2108
|
*/
|
|
@@ -2371,7 +2371,7 @@ declare namespace sap {
|
|
|
2371
2371
|
/**
|
|
2372
2372
|
* The OData model currently used
|
|
2373
2373
|
*/
|
|
2374
|
-
oModel: sap.ui.model.odata.ODataModel,
|
|
2374
|
+
oModel: sap.ui.model.odata.v2.ODataModel,
|
|
2375
2375
|
/**
|
|
2376
2376
|
* Optional HTTP request queue
|
|
2377
2377
|
*/
|
package/types/sap.ui.geomap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -433,18 +433,6 @@ declare namespace sap {
|
|
|
433
433
|
* @experimental As of version 1.85.
|
|
434
434
|
*/
|
|
435
435
|
getActionDefinitions(): sap.ui.integration.ActionDefinition[];
|
|
436
|
-
/**
|
|
437
|
-
* Gets current value of property {@link #getBaseUrl baseUrl}.
|
|
438
|
-
*
|
|
439
|
-
* Defines the base URL of the card manifest. It should be used when manifest property is an object instead
|
|
440
|
-
* of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
|
|
441
|
-
* If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
|
|
442
|
-
*
|
|
443
|
-
* @experimental As of version 1.70.
|
|
444
|
-
*
|
|
445
|
-
* @returns Value of property `baseUrl`
|
|
446
|
-
*/
|
|
447
|
-
getBaseUrl(): sap.ui.core.URI;
|
|
448
436
|
/**
|
|
449
437
|
* Get information about the blocking message in the card.
|
|
450
438
|
*
|
|
@@ -826,11 +814,13 @@ declare namespace sap {
|
|
|
826
814
|
| `{${string}}`;
|
|
827
815
|
|
|
828
816
|
/**
|
|
829
|
-
* Defines the base URL of the card manifest. It
|
|
830
|
-
*
|
|
831
|
-
* If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
|
|
817
|
+
* Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
|
|
818
|
+
* a URL. The base URL is used to load relatively referenced resources.
|
|
832
819
|
*
|
|
833
|
-
*
|
|
820
|
+
* If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
|
|
821
|
+
* URL.
|
|
822
|
+
* - If both the manifest URL and the base URL are defined, the base URL is used.
|
|
823
|
+
* - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
|
|
834
824
|
*/
|
|
835
825
|
baseUrl?:
|
|
836
826
|
| sap.ui.core.URI
|
|
@@ -1552,11 +1542,15 @@ declare namespace sap {
|
|
|
1552
1542
|
/**
|
|
1553
1543
|
* Gets current value of property {@link #getBaseUrl baseUrl}.
|
|
1554
1544
|
*
|
|
1555
|
-
* Defines the base URL of the card manifest. It
|
|
1556
|
-
*
|
|
1557
|
-
*
|
|
1545
|
+
* Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
|
|
1546
|
+
* a URL. The base URL is used to load relatively referenced resources.
|
|
1547
|
+
*
|
|
1548
|
+
* If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
|
|
1549
|
+
* URL.
|
|
1550
|
+
* - If both the manifest URL and the base URL are defined, the base URL is used.
|
|
1551
|
+
* - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
|
|
1552
|
+
*
|
|
1558
1553
|
*
|
|
1559
|
-
* @experimental As of version 1.70.
|
|
1560
1554
|
*
|
|
1561
1555
|
* @returns Value of property `baseUrl`
|
|
1562
1556
|
*/
|
|
@@ -1984,13 +1978,17 @@ declare namespace sap {
|
|
|
1984
1978
|
/**
|
|
1985
1979
|
* Sets a new value for property {@link #getBaseUrl baseUrl}.
|
|
1986
1980
|
*
|
|
1987
|
-
* Defines the base URL of the card manifest. It
|
|
1988
|
-
*
|
|
1989
|
-
*
|
|
1981
|
+
* Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
|
|
1982
|
+
* a URL. The base URL is used to load relatively referenced resources.
|
|
1983
|
+
*
|
|
1984
|
+
* If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
|
|
1985
|
+
* URL.
|
|
1986
|
+
* - If both the manifest URL and the base URL are defined, the base URL is used.
|
|
1987
|
+
* - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
|
|
1988
|
+
*
|
|
1990
1989
|
*
|
|
1991
1990
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1992
1991
|
*
|
|
1993
|
-
* @experimental As of version 1.70.
|
|
1994
1992
|
*
|
|
1995
1993
|
* @returns Reference to `this` in order to allow method chaining
|
|
1996
1994
|
*/
|
package/types/sap.ui.layout.d.ts
CHANGED