@sapui5/ts-types 1.97.2 → 1.100.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 -4
- package/types/sap.apf.d.ts +2 -2
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +2 -240
- package/types/sap.f.d.ts +263 -636
- package/types/sap.fe.common.d.ts +2 -6
- package/types/sap.fe.core.d.ts +399 -305
- package/types/sap.fe.macros.d.ts +567 -36
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +5 -1
- package/types/sap.fe.test.d.ts +19 -14
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +827 -12
- package/types/sap.landvisz.d.ts +49 -1
- package/types/sap.m.d.ts +4111 -397
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +38 -3
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +3 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +29 -7
- package/types/sap.suite.ui.microchart.d.ts +5 -5
- package/types/sap.tnt.d.ts +31 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +313 -46
- package/types/sap.ui.core.d.ts +2094 -799
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +17 -5
- package/types/sap.ui.generic.app.d.ts +4 -3
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +49 -13
- package/types/sap.ui.layout.d.ts +7 -4
- package/types/sap.ui.mdc.d.ts +24 -6
- package/types/sap.ui.richtexteditor.d.ts +7 -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 +6 -12
- package/types/sap.ui.table.d.ts +24 -2
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -3
- package/types/sap.ui.vk.d.ts +124 -31
- package/types/sap.ui.vtm.d.ts +4 -4
- package/types/sap.uiext.inbox.d.ts +2 -2
- package/types/sap.ushell.d.ts +4999 -5059
- package/types/sap.ushell_abap.d.ts +1 -495
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +105 -231
- 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 +2 -6
- package/types/sap.fe.placeholder.d.ts +0 -3
- package/types/sap.fe.plugins.d.ts +0 -3
- package/types/sap.fe.semantics.d.ts +0 -3
- package/types/sap.fe.tools.d.ts +0 -3
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.100.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -5561,7 +5561,7 @@ declare namespace sap {
|
|
|
5561
5561
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5562
5562
|
}
|
|
5563
5563
|
|
|
5564
|
-
interface $
|
|
5564
|
+
interface $DuplicateSvgElementToolSettings
|
|
5565
5565
|
extends sap.ui.vk.tools.$ToolSettings {
|
|
5566
5566
|
/**
|
|
5567
5567
|
* Parent node for new elements.
|
|
@@ -7907,11 +7907,11 @@ declare namespace sap {
|
|
|
7907
7907
|
): this;
|
|
7908
7908
|
}
|
|
7909
7909
|
/**
|
|
7910
|
-
* The
|
|
7910
|
+
* The DuplicateSvgElementTool allows applications to duplicate svg elements.
|
|
7911
7911
|
*/
|
|
7912
|
-
class
|
|
7912
|
+
class DuplicateSvgElementTool extends sap.ui.vk.tools.Tool {
|
|
7913
7913
|
/**
|
|
7914
|
-
* Constructor for a new
|
|
7914
|
+
* Constructor for a new DuplicateSvgElementTool.
|
|
7915
7915
|
*
|
|
7916
7916
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
7917
7917
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
@@ -7921,10 +7921,10 @@ declare namespace sap {
|
|
|
7921
7921
|
/**
|
|
7922
7922
|
* An optional map/JSON object with initial property values, aggregated objects etc. for the new tool instance.
|
|
7923
7923
|
*/
|
|
7924
|
-
mSettings?: sap.ui.vk.tools.$
|
|
7924
|
+
mSettings?: sap.ui.vk.tools.$DuplicateSvgElementToolSettings
|
|
7925
7925
|
);
|
|
7926
7926
|
/**
|
|
7927
|
-
* Constructor for a new
|
|
7927
|
+
* Constructor for a new DuplicateSvgElementTool.
|
|
7928
7928
|
*
|
|
7929
7929
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
7930
7930
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
@@ -7939,11 +7939,11 @@ declare namespace sap {
|
|
|
7939
7939
|
/**
|
|
7940
7940
|
* An optional map/JSON object with initial property values, aggregated objects etc. for the new tool instance.
|
|
7941
7941
|
*/
|
|
7942
|
-
mSettings?: sap.ui.vk.tools.$
|
|
7942
|
+
mSettings?: sap.ui.vk.tools.$DuplicateSvgElementToolSettings
|
|
7943
7943
|
);
|
|
7944
7944
|
|
|
7945
7945
|
/**
|
|
7946
|
-
* Creates a new subclass of class sap.ui.vk.tools.
|
|
7946
|
+
* Creates a new subclass of class sap.ui.vk.tools.DuplicateSvgElementTool with name `sClassName` and enriches
|
|
7947
7947
|
* it with the information contained in `oClassInfo`.
|
|
7948
7948
|
*
|
|
7949
7949
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.vk.tools.Tool.extend}.
|
|
@@ -7958,7 +7958,7 @@ declare namespace sap {
|
|
|
7958
7958
|
*/
|
|
7959
7959
|
oClassInfo?: sap.ClassInfo<
|
|
7960
7960
|
T,
|
|
7961
|
-
sap.ui.vk.tools.
|
|
7961
|
+
sap.ui.vk.tools.DuplicateSvgElementTool
|
|
7962
7962
|
>,
|
|
7963
7963
|
/**
|
|
7964
7964
|
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
@@ -7967,14 +7967,14 @@ declare namespace sap {
|
|
|
7967
7967
|
FNMetaImpl?: Function
|
|
7968
7968
|
): Function;
|
|
7969
7969
|
/**
|
|
7970
|
-
* Returns a metadata object for class sap.ui.vk.tools.
|
|
7970
|
+
* Returns a metadata object for class sap.ui.vk.tools.DuplicateSvgElementTool.
|
|
7971
7971
|
*/
|
|
7972
7972
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7973
7973
|
/**
|
|
7974
|
-
* Attaches event handler `fnFunction` to the {@link #event:nodesCreated nodesCreated} event of this `sap.ui.vk.tools.
|
|
7974
|
+
* Attaches event handler `fnFunction` to the {@link #event:nodesCreated nodesCreated} event of this `sap.ui.vk.tools.DuplicateSvgElementTool`.
|
|
7975
7975
|
*
|
|
7976
7976
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
7977
|
-
* otherwise it will be bound to this `sap.ui.vk.tools.
|
|
7977
|
+
* otherwise it will be bound to this `sap.ui.vk.tools.DuplicateSvgElementTool` itself.
|
|
7978
7978
|
*
|
|
7979
7979
|
* Fired when the duplicated nodes are created.
|
|
7980
7980
|
*/
|
|
@@ -7989,16 +7989,16 @@ declare namespace sap {
|
|
|
7989
7989
|
*/
|
|
7990
7990
|
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
7991
7991
|
/**
|
|
7992
|
-
* Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.
|
|
7992
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.DuplicateSvgElementTool`
|
|
7993
7993
|
* itself
|
|
7994
7994
|
*/
|
|
7995
7995
|
oListener?: object
|
|
7996
7996
|
): this;
|
|
7997
7997
|
/**
|
|
7998
|
-
* Attaches event handler `fnFunction` to the {@link #event:nodesCreated nodesCreated} event of this `sap.ui.vk.tools.
|
|
7998
|
+
* Attaches event handler `fnFunction` to the {@link #event:nodesCreated nodesCreated} event of this `sap.ui.vk.tools.DuplicateSvgElementTool`.
|
|
7999
7999
|
*
|
|
8000
8000
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
8001
|
-
* otherwise it will be bound to this `sap.ui.vk.tools.
|
|
8001
|
+
* otherwise it will be bound to this `sap.ui.vk.tools.DuplicateSvgElementTool` itself.
|
|
8002
8002
|
*
|
|
8003
8003
|
* Fired when the duplicated nodes are created.
|
|
8004
8004
|
*/
|
|
@@ -8008,13 +8008,13 @@ declare namespace sap {
|
|
|
8008
8008
|
*/
|
|
8009
8009
|
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
8010
8010
|
/**
|
|
8011
|
-
* Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.
|
|
8011
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.DuplicateSvgElementTool`
|
|
8012
8012
|
* itself
|
|
8013
8013
|
*/
|
|
8014
8014
|
oListener?: object
|
|
8015
8015
|
): this;
|
|
8016
8016
|
/**
|
|
8017
|
-
* Detaches event handler `fnFunction` from the {@link #event:nodesCreated nodesCreated} event of this `sap.ui.vk.tools.
|
|
8017
|
+
* Detaches event handler `fnFunction` from the {@link #event:nodesCreated nodesCreated} event of this `sap.ui.vk.tools.DuplicateSvgElementTool`.
|
|
8018
8018
|
*
|
|
8019
8019
|
* The passed function and listener object must match the ones used for event registration.
|
|
8020
8020
|
*/
|
|
@@ -8077,7 +8077,7 @@ declare namespace sap {
|
|
|
8077
8077
|
* The command to be executed.
|
|
8078
8078
|
*/
|
|
8079
8079
|
command: Function
|
|
8080
|
-
): sap.ui.vk.tools.
|
|
8080
|
+
): sap.ui.vk.tools.DuplicateSvgElementTool;
|
|
8081
8081
|
/**
|
|
8082
8082
|
* Sets a new value for property {@link #getNodeList nodeList}.
|
|
8083
8083
|
*
|
|
@@ -13555,8 +13555,8 @@ declare namespace sap {
|
|
|
13555
13555
|
* View state managers.
|
|
13556
13556
|
*/
|
|
13557
13557
|
viewStateManagers?:
|
|
13558
|
-
| sap.ui.vk.
|
|
13559
|
-
| sap.ui.vk.
|
|
13558
|
+
| sap.ui.vk.ViewStateManagerBase[]
|
|
13559
|
+
| sap.ui.vk.ViewStateManagerBase
|
|
13560
13560
|
| sap.ui.base.ManagedObject.AggregationBindingInfo;
|
|
13561
13561
|
|
|
13562
13562
|
/**
|
|
@@ -14765,6 +14765,20 @@ declare namespace sap {
|
|
|
14765
14765
|
autoPlayAnimation?:
|
|
14766
14766
|
| boolean
|
|
14767
14767
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
14768
|
+
|
|
14769
|
+
/**
|
|
14770
|
+
* Background top color (optional)
|
|
14771
|
+
*/
|
|
14772
|
+
topColor?:
|
|
14773
|
+
| sap.ui.core.CSSColor
|
|
14774
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
14775
|
+
|
|
14776
|
+
/**
|
|
14777
|
+
* Background bottom color (optional)
|
|
14778
|
+
*/
|
|
14779
|
+
bottomColor?:
|
|
14780
|
+
| sap.ui.core.CSSColor
|
|
14781
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
14768
14782
|
}
|
|
14769
14783
|
|
|
14770
14784
|
interface $ViewerSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -15254,6 +15268,8 @@ declare namespace sap {
|
|
|
15254
15268
|
| boolean
|
|
15255
15269
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
15256
15270
|
|
|
15271
|
+
features?: string[] | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
15272
|
+
|
|
15257
15273
|
contentConnector?: sap.ui.vk.ContentConnector | string;
|
|
15258
15274
|
|
|
15259
15275
|
viewManager?: /* was: sap.ui.vk.ViewManager */ any | string;
|
|
@@ -17277,7 +17293,7 @@ declare namespace sap {
|
|
|
17277
17293
|
/**
|
|
17278
17294
|
* The viewStateManager to add; if empty, nothing is inserted
|
|
17279
17295
|
*/
|
|
17280
|
-
oViewStateManager: sap.ui.vk.
|
|
17296
|
+
oViewStateManager: sap.ui.vk.ViewStateManagerBase
|
|
17281
17297
|
): this;
|
|
17282
17298
|
/**
|
|
17283
17299
|
* Attaches event handler `fnFunction` to the {@link #event:contentChangesFinished contentChangesFinished}
|
|
@@ -17788,12 +17804,20 @@ declare namespace sap {
|
|
|
17788
17804
|
* Content resources to load and display.
|
|
17789
17805
|
*/
|
|
17790
17806
|
getContentResources(): sap.ui.vk.ContentResource[];
|
|
17807
|
+
/**
|
|
17808
|
+
* @SINCE 1.99.0
|
|
17809
|
+
*
|
|
17810
|
+
* Gets the default view state manager.
|
|
17811
|
+
*
|
|
17812
|
+
* The type of the default view state manager depends on the type of the currently loaded content.
|
|
17813
|
+
*/
|
|
17814
|
+
getDefaultViewStateManager(): sap.ui.vk.ViewStateManagerBase | null;
|
|
17791
17815
|
/**
|
|
17792
17816
|
* Gets content of aggregation {@link #getViewStateManagers viewStateManagers}.
|
|
17793
17817
|
*
|
|
17794
17818
|
* View state managers.
|
|
17795
17819
|
*/
|
|
17796
|
-
getViewStateManagers(): sap.ui.vk.
|
|
17820
|
+
getViewStateManagers(): sap.ui.vk.ViewStateManagerBase[];
|
|
17797
17821
|
/**
|
|
17798
17822
|
* Checks for the provided `sap.ui.vk.ContentResource` in the aggregation {@link #getContentResources contentResources}.
|
|
17799
17823
|
* and returns its index if found or -1 otherwise.
|
|
@@ -17805,14 +17829,14 @@ declare namespace sap {
|
|
|
17805
17829
|
oContentResource: sap.ui.vk.ContentResource
|
|
17806
17830
|
): int;
|
|
17807
17831
|
/**
|
|
17808
|
-
* Checks for the provided `sap.ui.vk.
|
|
17832
|
+
* Checks for the provided `sap.ui.vk.ViewStateManagerBase` in the aggregation {@link #getViewStateManagers
|
|
17809
17833
|
* viewStateManagers}. and returns its index if found or -1 otherwise.
|
|
17810
17834
|
*/
|
|
17811
17835
|
indexOfViewStateManager(
|
|
17812
17836
|
/**
|
|
17813
17837
|
* The viewStateManager whose index is looked for
|
|
17814
17838
|
*/
|
|
17815
|
-
oViewStateManager: sap.ui.vk.
|
|
17839
|
+
oViewStateManager: sap.ui.vk.ViewStateManagerBase
|
|
17816
17840
|
): int;
|
|
17817
17841
|
/**
|
|
17818
17842
|
* Inserts a contentResource into the aggregation {@link #getContentResources contentResources}.
|
|
@@ -17836,7 +17860,7 @@ declare namespace sap {
|
|
|
17836
17860
|
/**
|
|
17837
17861
|
* The viewStateManager to insert; if empty, nothing is inserted
|
|
17838
17862
|
*/
|
|
17839
|
-
oViewStateManager: sap.ui.vk.
|
|
17863
|
+
oViewStateManager: sap.ui.vk.ViewStateManagerBase,
|
|
17840
17864
|
/**
|
|
17841
17865
|
* The `0`-based index the viewStateManager should be inserted at; for a negative value of `iIndex`, the
|
|
17842
17866
|
* viewStateManager is inserted at position 0; for a value greater than the current size of the aggregation,
|
|
@@ -17855,7 +17879,7 @@ declare namespace sap {
|
|
|
17855
17879
|
*
|
|
17856
17880
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
17857
17881
|
*/
|
|
17858
|
-
removeAllViewStateManagers(): sap.ui.vk.
|
|
17882
|
+
removeAllViewStateManagers(): sap.ui.vk.ViewStateManagerBase[];
|
|
17859
17883
|
/**
|
|
17860
17884
|
* Removes a contentResource from the aggregation {@link #getContentResources contentResources}.
|
|
17861
17885
|
*/
|
|
@@ -17872,8 +17896,8 @@ declare namespace sap {
|
|
|
17872
17896
|
/**
|
|
17873
17897
|
* The viewStateManager to remove or its index or id
|
|
17874
17898
|
*/
|
|
17875
|
-
vViewStateManager: int | string | sap.ui.vk.
|
|
17876
|
-
): sap.ui.vk.
|
|
17899
|
+
vViewStateManager: int | string | sap.ui.vk.ViewStateManagerBase
|
|
17900
|
+
): sap.ui.vk.ViewStateManagerBase;
|
|
17877
17901
|
/**
|
|
17878
17902
|
* @SINCE 1.60.0
|
|
17879
17903
|
*
|
|
@@ -21611,6 +21635,10 @@ declare namespace sap {
|
|
|
21611
21635
|
*/
|
|
21612
21636
|
z: float
|
|
21613
21637
|
): sap.ui.vk.NativeViewport;
|
|
21638
|
+
/**
|
|
21639
|
+
* Zooms the viewport to fit to the content bounds
|
|
21640
|
+
*/
|
|
21641
|
+
zoomTo(): sap.ui.vk.NativeViewport;
|
|
21614
21642
|
}
|
|
21615
21643
|
/**
|
|
21616
21644
|
* Provides the ability to explore a Scene object's node structure.
|
|
@@ -28308,6 +28336,14 @@ declare namespace sap {
|
|
|
28308
28336
|
* Default value is `true`.
|
|
28309
28337
|
*/
|
|
28310
28338
|
getAutoPlayAnimation(): boolean;
|
|
28339
|
+
/**
|
|
28340
|
+
* Gets current value of property {@link #getBottomColor bottomColor}.
|
|
28341
|
+
*
|
|
28342
|
+
* Background bottom color (optional)
|
|
28343
|
+
*
|
|
28344
|
+
* Default value is `"rgba(255, 255, 255, 1)"`.
|
|
28345
|
+
*/
|
|
28346
|
+
getBottomColor(): sap.ui.core.CSSColor;
|
|
28311
28347
|
/**
|
|
28312
28348
|
* @EXPERIMENTAL (since 1.73.0)
|
|
28313
28349
|
*
|
|
@@ -28332,6 +28368,14 @@ declare namespace sap {
|
|
|
28332
28368
|
* Get parameters of nodes defined in view
|
|
28333
28369
|
*/
|
|
28334
28370
|
getNodeInfos(): object[];
|
|
28371
|
+
/**
|
|
28372
|
+
* Gets current value of property {@link #getTopColor topColor}.
|
|
28373
|
+
*
|
|
28374
|
+
* Background top color (optional)
|
|
28375
|
+
*
|
|
28376
|
+
* Default value is `"rgba(238, 238, 238, 1)"`.
|
|
28377
|
+
*/
|
|
28378
|
+
getTopColor(): sap.ui.core.CSSColor;
|
|
28335
28379
|
/**
|
|
28336
28380
|
* Gets current value of property {@link #getViewId viewId}.
|
|
28337
28381
|
*
|
|
@@ -28367,6 +28411,21 @@ declare namespace sap {
|
|
|
28367
28411
|
*/
|
|
28368
28412
|
bAutoPlayAnimation?: boolean
|
|
28369
28413
|
): this;
|
|
28414
|
+
/**
|
|
28415
|
+
* Sets a new value for property {@link #getBottomColor bottomColor}.
|
|
28416
|
+
*
|
|
28417
|
+
* Background bottom color (optional)
|
|
28418
|
+
*
|
|
28419
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
28420
|
+
*
|
|
28421
|
+
* Default value is `"rgba(255, 255, 255, 1)"`.
|
|
28422
|
+
*/
|
|
28423
|
+
setBottomColor(
|
|
28424
|
+
/**
|
|
28425
|
+
* New value for property `bottomColor`
|
|
28426
|
+
*/
|
|
28427
|
+
sBottomColor?: sap.ui.core.CSSColor
|
|
28428
|
+
): this;
|
|
28370
28429
|
/**
|
|
28371
28430
|
* @EXPERIMENTAL (since 1.73.0)
|
|
28372
28431
|
*
|
|
@@ -28444,6 +28503,21 @@ declare namespace sap {
|
|
|
28444
28503
|
annotationId: float;
|
|
28445
28504
|
}>
|
|
28446
28505
|
): sap.ui.vk.View;
|
|
28506
|
+
/**
|
|
28507
|
+
* Sets a new value for property {@link #getTopColor topColor}.
|
|
28508
|
+
*
|
|
28509
|
+
* Background top color (optional)
|
|
28510
|
+
*
|
|
28511
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
28512
|
+
*
|
|
28513
|
+
* Default value is `"rgba(238, 238, 238, 1)"`.
|
|
28514
|
+
*/
|
|
28515
|
+
setTopColor(
|
|
28516
|
+
/**
|
|
28517
|
+
* New value for property `topColor`
|
|
28518
|
+
*/
|
|
28519
|
+
sTopColor?: sap.ui.core.CSSColor
|
|
28520
|
+
): this;
|
|
28447
28521
|
/**
|
|
28448
28522
|
* Sets a new value for property {@link #getViewId viewId}.
|
|
28449
28523
|
*
|
|
@@ -33591,7 +33665,7 @@ declare namespace sap {
|
|
|
33591
33665
|
*/
|
|
33592
33666
|
visible?: any[];
|
|
33593
33667
|
/**
|
|
33594
|
-
*
|
|
33668
|
+
* References of newly hidden nodes.
|
|
33595
33669
|
*/
|
|
33596
33670
|
hidden?: any[];
|
|
33597
33671
|
}
|
|
@@ -33601,6 +33675,12 @@ declare namespace sap {
|
|
|
33601
33675
|
* or `null`.
|
|
33602
33676
|
*/
|
|
33603
33677
|
getContentConnector(): sap.ui.core.ID;
|
|
33678
|
+
/**
|
|
33679
|
+
* Gets current value of property {@link #getFeatures features}.
|
|
33680
|
+
*
|
|
33681
|
+
* Default value is `[]`.
|
|
33682
|
+
*/
|
|
33683
|
+
getFeatures(): string[];
|
|
33604
33684
|
/**
|
|
33605
33685
|
* Gets the NodeHierarchy object associated with this ViewStateManagerBase object.
|
|
33606
33686
|
*/
|
|
@@ -33774,6 +33854,19 @@ declare namespace sap {
|
|
|
33774
33854
|
*/
|
|
33775
33855
|
oContentConnector: sap.ui.core.ID | sap.ui.vk.ContentConnector
|
|
33776
33856
|
): this;
|
|
33857
|
+
/**
|
|
33858
|
+
* Sets a new value for property {@link #getFeatures features}.
|
|
33859
|
+
*
|
|
33860
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
33861
|
+
*
|
|
33862
|
+
* Default value is `[]`.
|
|
33863
|
+
*/
|
|
33864
|
+
setFeatures(
|
|
33865
|
+
/**
|
|
33866
|
+
* New value for property `features`
|
|
33867
|
+
*/
|
|
33868
|
+
sFeatures?: string[]
|
|
33869
|
+
): this;
|
|
33777
33870
|
/**
|
|
33778
33871
|
* Set highlight display state.
|
|
33779
33872
|
*/
|
|
@@ -34421,7 +34514,7 @@ declare namespace sap {
|
|
|
34421
34514
|
|
|
34422
34515
|
"sap/ui/vk/tools/CrossSectionTool": undefined;
|
|
34423
34516
|
|
|
34424
|
-
"sap/ui/vk/tools/
|
|
34517
|
+
"sap/ui/vk/tools/DuplicateSvgElementTool": undefined;
|
|
34425
34518
|
|
|
34426
34519
|
"sap/ui/vk/tools/ExplodeAxis": undefined;
|
|
34427
34520
|
|
package/types/sap.ui.vtm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.100.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -2980,12 +2980,12 @@ declare namespace sap {
|
|
|
2980
2980
|
*
|
|
2981
2981
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2982
2982
|
*/
|
|
2983
|
-
// @ts-ignore - unlike the overridden method in the base class, Column.setTooltip() only accepts strings because sap.ui.vtm.Column re-defines the 'tooltip' aggregation as a property
|
|
2984
2983
|
setTooltip(
|
|
2985
2984
|
/**
|
|
2986
|
-
* New value for property `tooltip
|
|
2985
|
+
* New value for property `tooltip`. NOTE: in sap.ui.vtm.Column you can ONLY use a string, not a TooltipBase,
|
|
2986
|
+
* even though the API formally allows it for TypeScript compatibility reasons.
|
|
2987
2987
|
*/
|
|
2988
|
-
sTooltip
|
|
2988
|
+
sTooltip: string | sap.ui.core.TooltipBase
|
|
2989
2989
|
): this;
|
|
2990
2990
|
/**
|
|
2991
2991
|
* Sets a new value for property {@link #getTooltipFormatter tooltipFormatter}.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.100.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace uiext {
|
|
@@ -2058,7 +2058,7 @@ declare namespace sap {
|
|
|
2058
2058
|
extends sap.ui.core.$ControlSettings {}
|
|
2059
2059
|
|
|
2060
2060
|
/**
|
|
2061
|
-
* Enumeration for Primary Filters This value will be applied for the DropDown Filter in Inbox
|
|
2061
|
+
* Enumeration for Primary Filters. This value will be applied for the DropDown Filter in Inbox
|
|
2062
2062
|
*/
|
|
2063
2063
|
interface InboxPrimaryFilterEnum {
|
|
2064
2064
|
/**
|