@sapui5/ts-types-esm 1.136.10 → 1.136.12
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 +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +3 -0
- 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 +51 -2
- 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 +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- 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.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -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 +1 -1
- 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 +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +6 -4
- package/types/sap.ui.vk.d.ts +323 -12
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.fe.controls-1.136.9-esm-d.ts +0 -3
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
/// <reference path="./sap.cux.home.d.ts"/>
|
|
46
46
|
/// <reference path="./sap.esh.search.ui.d.ts"/>
|
|
47
47
|
/// <reference path="./sap.fe.base.d.ts"/>
|
|
48
|
-
/// <reference path="./sap.fe.controls
|
|
48
|
+
/// <reference path="./sap.fe.controls.d.ts"/>
|
|
49
49
|
/// <reference path="./sap.fe.core.d.ts"/>
|
|
50
50
|
/// <reference path="./sap.fe.ina.d.ts"/>
|
|
51
51
|
/// <reference path="./sap.fe.macros.d.ts"/>
|
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.11
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/Chart" {
|
|
4
4
|
import {
|
|
@@ -327,7 +327,7 @@ declare module "sap/fe/macros/CollectionBindingInfo" {
|
|
|
327
327
|
import Sorter from "sap/ui/model/Sorter";
|
|
328
328
|
|
|
329
329
|
/**
|
|
330
|
-
* API to add parameters to the collection binding
|
|
330
|
+
* API to add parameters to the collection binding info.
|
|
331
331
|
*/
|
|
332
332
|
export default class CollectionBindingInfo {
|
|
333
333
|
/**
|
|
@@ -357,6 +357,27 @@ declare module "sap/fe/macros/CollectionBindingInfo" {
|
|
|
357
357
|
*/
|
|
358
358
|
sorter: Sorter
|
|
359
359
|
): void;
|
|
360
|
+
/**
|
|
361
|
+
* Attach the events to the table binding.
|
|
362
|
+
*/
|
|
363
|
+
attachEvent(
|
|
364
|
+
/**
|
|
365
|
+
* The event ID to attach the callback to
|
|
366
|
+
*/
|
|
367
|
+
eventId: string,
|
|
368
|
+
/**
|
|
369
|
+
* The callback function to be executed when the event is triggered
|
|
370
|
+
*/
|
|
371
|
+
callback: Function,
|
|
372
|
+
/**
|
|
373
|
+
* The listener object that will be used as the context for the callback function
|
|
374
|
+
*/
|
|
375
|
+
listener?: object,
|
|
376
|
+
/**
|
|
377
|
+
* Data that will be passed to the callback function when the event is triggered
|
|
378
|
+
*/
|
|
379
|
+
data?: object
|
|
380
|
+
): void;
|
|
360
381
|
/**
|
|
361
382
|
* Retrieve the 'serialized' binding info, useful if you want to create your own binding
|
|
362
383
|
*
|
|
@@ -3532,6 +3553,13 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3532
3553
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
3533
3554
|
}
|
|
3534
3555
|
): Promise<string>;
|
|
3556
|
+
/**
|
|
3557
|
+
* Get the count of the row binding of the table.
|
|
3558
|
+
*
|
|
3559
|
+
*
|
|
3560
|
+
* @returns The count of the row binding
|
|
3561
|
+
*/
|
|
3562
|
+
getCount(): number | undefined;
|
|
3535
3563
|
/**
|
|
3536
3564
|
* Get the variant management applied to the table.
|
|
3537
3565
|
*
|
|
@@ -4088,6 +4116,13 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4088
4116
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
4089
4117
|
}
|
|
4090
4118
|
): Promise<string>;
|
|
4119
|
+
/**
|
|
4120
|
+
* Get the count of the row binding of the table.
|
|
4121
|
+
*
|
|
4122
|
+
*
|
|
4123
|
+
* @returns The count of the row binding
|
|
4124
|
+
*/
|
|
4125
|
+
getCount(): number | undefined;
|
|
4091
4126
|
/**
|
|
4092
4127
|
* Get the variant management applied to the table.
|
|
4093
4128
|
*
|
|
@@ -4715,6 +4750,13 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4715
4750
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
4716
4751
|
}
|
|
4717
4752
|
): Promise<string>;
|
|
4753
|
+
/**
|
|
4754
|
+
* Get the count of the row binding of the table.
|
|
4755
|
+
*
|
|
4756
|
+
*
|
|
4757
|
+
* @returns The count of the row binding
|
|
4758
|
+
*/
|
|
4759
|
+
getCount(): number | undefined;
|
|
4718
4760
|
/**
|
|
4719
4761
|
* Get the variant management applied to the table.
|
|
4720
4762
|
*
|
|
@@ -5303,6 +5345,13 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5303
5345
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
5304
5346
|
}
|
|
5305
5347
|
): Promise<string>;
|
|
5348
|
+
/**
|
|
5349
|
+
* Get the count of the row binding of the table.
|
|
5350
|
+
*
|
|
5351
|
+
*
|
|
5352
|
+
* @returns The count of the row binding
|
|
5353
|
+
*/
|
|
5354
|
+
getCount(): number | undefined;
|
|
5306
5355
|
/**
|
|
5307
5356
|
* Get the variant management applied to the table.
|
|
5308
5357
|
*
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vbm/library" {
|
|
4
4
|
/**
|
|
@@ -12398,6 +12398,8 @@ declare module "sap/ui/vbm/MapContainer" {
|
|
|
12398
12398
|
$ContainerBaseSettings,
|
|
12399
12399
|
} from "sap/ui/vbm/ContainerBase";
|
|
12400
12400
|
|
|
12401
|
+
import ListPanelStack from "sap/ui/vbm/ListPanelStack";
|
|
12402
|
+
|
|
12401
12403
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
12402
12404
|
|
|
12403
12405
|
import { URI } from "sap/ui/core/library";
|
|
@@ -12482,7 +12484,7 @@ declare module "sap/ui/vbm/MapContainer" {
|
|
|
12482
12484
|
*
|
|
12483
12485
|
* List Panel aggregation
|
|
12484
12486
|
*/
|
|
12485
|
-
getListPanelStack():
|
|
12487
|
+
getListPanelStack(): ListPanelStack;
|
|
12486
12488
|
/**
|
|
12487
12489
|
* Gets current value of property {@link #getShowHome showHome}.
|
|
12488
12490
|
*
|
|
@@ -12548,7 +12550,7 @@ declare module "sap/ui/vbm/MapContainer" {
|
|
|
12548
12550
|
/**
|
|
12549
12551
|
* The listPanelStack to set
|
|
12550
12552
|
*/
|
|
12551
|
-
oListPanelStack:
|
|
12553
|
+
oListPanelStack: ListPanelStack
|
|
12552
12554
|
): this;
|
|
12553
12555
|
/**
|
|
12554
12556
|
* Sets a new value for property {@link #getShowHome showHome}.
|
|
@@ -12737,7 +12739,7 @@ declare module "sap/ui/vbm/MapContainer" {
|
|
|
12737
12739
|
/**
|
|
12738
12740
|
* List Panel aggregation
|
|
12739
12741
|
*/
|
|
12740
|
-
listPanelStack?:
|
|
12742
|
+
listPanelStack?: ListPanelStack;
|
|
12741
12743
|
}
|
|
12742
12744
|
}
|
|
12743
12745
|
|
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.3
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vk/library" {
|
|
4
4
|
/**
|
|
@@ -4905,6 +4905,8 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
4905
4905
|
/**
|
|
4906
4906
|
* Gets current value of property {@link #getSourceType sourceType}.
|
|
4907
4907
|
*
|
|
4908
|
+
* The source type of the content resource. Valid types:
|
|
4909
|
+
*
|
|
4908
4910
|
*
|
|
4909
4911
|
* - vds
|
|
4910
4912
|
* - vds4
|
|
@@ -5321,6 +5323,8 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5321
5323
|
/**
|
|
5322
5324
|
* Sets a new value for property {@link #getSourceType sourceType}.
|
|
5323
5325
|
*
|
|
5326
|
+
* The source type of the content resource. Valid types:
|
|
5327
|
+
*
|
|
5324
5328
|
*
|
|
5325
5329
|
* - vds
|
|
5326
5330
|
* - vds4
|
|
@@ -5404,6 +5408,8 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5404
5408
|
source?: any | PropertyBindingInfo | `{${string}}`;
|
|
5405
5409
|
|
|
5406
5410
|
/**
|
|
5411
|
+
* The source type of the content resource. Valid types:
|
|
5412
|
+
*
|
|
5407
5413
|
*
|
|
5408
5414
|
* - vds
|
|
5409
5415
|
* - vds4
|
|
@@ -5910,12 +5916,16 @@ declare module "sap/ui/vk/DrawerToolbarButton" {
|
|
|
5910
5916
|
enum DrawerToolbarButton {
|
|
5911
5917
|
CrossSection = "VIT-Cross-Section",
|
|
5912
5918
|
|
|
5919
|
+
EcadSeparator = "VIT-ECAD-Separator",
|
|
5920
|
+
|
|
5913
5921
|
FitToPage = "VIT-Fit-To-Page",
|
|
5914
5922
|
|
|
5915
5923
|
FitToView = "VIT-Fit-To-View",
|
|
5916
5924
|
|
|
5917
5925
|
FitToWidth = "VIT-Fit-To-Width",
|
|
5918
5926
|
|
|
5927
|
+
Flip = "VIT-Flip",
|
|
5928
|
+
|
|
5919
5929
|
FullScreen = "VIT-Fullscreen",
|
|
5920
5930
|
|
|
5921
5931
|
Hide = "VIT-Hide",
|
|
@@ -5938,6 +5948,10 @@ declare module "sap/ui/vk/DrawerToolbarButton" {
|
|
|
5938
5948
|
|
|
5939
5949
|
RectangularSelection = "VIT-Rectangular-Selection",
|
|
5940
5950
|
|
|
5951
|
+
RotateCCW = "VIT-Rotate-CCW",
|
|
5952
|
+
|
|
5953
|
+
RotateCW = "VIT-Rotate-CW",
|
|
5954
|
+
|
|
5941
5955
|
Show = "VIT-Show",
|
|
5942
5956
|
|
|
5943
5957
|
Turntable = "VIT-Turntable",
|
|
@@ -8617,9 +8631,7 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
|
|
|
8617
8631
|
|
|
8618
8632
|
import Event from "sap/ui/base/Event";
|
|
8619
8633
|
|
|
8620
|
-
import
|
|
8621
|
-
|
|
8622
|
-
import { ID } from "sap/ui/core/library";
|
|
8634
|
+
import { ID, CSSSize } from "sap/ui/core/library";
|
|
8623
8635
|
|
|
8624
8636
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
8625
8637
|
|
|
@@ -8627,6 +8639,8 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
|
|
|
8627
8639
|
|
|
8628
8640
|
import ViewStateManagerBase from "sap/ui/vk/ViewStateManagerBase";
|
|
8629
8641
|
|
|
8642
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
8643
|
+
|
|
8630
8644
|
/**
|
|
8631
8645
|
* Provides a flat list view of all the ECAD layers in a given scene in table format.
|
|
8632
8646
|
*
|
|
@@ -8786,17 +8800,35 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
|
|
|
8786
8800
|
/**
|
|
8787
8801
|
* Gets content of aggregation {@link #getContent content}.
|
|
8788
8802
|
*/
|
|
8789
|
-
getContent():
|
|
8803
|
+
getContent(): Control;
|
|
8790
8804
|
/**
|
|
8791
8805
|
* ID of the element which is the current target of the association {@link #getContentConnector contentConnector},
|
|
8792
8806
|
* or `null`.
|
|
8793
8807
|
*/
|
|
8794
8808
|
getContentConnector(): ID | null;
|
|
8809
|
+
/**
|
|
8810
|
+
* Gets current value of property {@link #getHeight height}.
|
|
8811
|
+
*
|
|
8812
|
+
* Default value is `"100%"`.
|
|
8813
|
+
*
|
|
8814
|
+
*
|
|
8815
|
+
* @returns Value of property `height`
|
|
8816
|
+
*/
|
|
8817
|
+
getHeight(): CSSSize;
|
|
8795
8818
|
/**
|
|
8796
8819
|
* ID of the element which is the current target of the association {@link #getViewStateManager viewStateManager},
|
|
8797
8820
|
* or `null`.
|
|
8798
8821
|
*/
|
|
8799
8822
|
getViewStateManager(): ID | null;
|
|
8823
|
+
/**
|
|
8824
|
+
* Gets current value of property {@link #getWidth width}.
|
|
8825
|
+
*
|
|
8826
|
+
* Default value is `"auto"`.
|
|
8827
|
+
*
|
|
8828
|
+
*
|
|
8829
|
+
* @returns Value of property `width`
|
|
8830
|
+
*/
|
|
8831
|
+
getWidth(): CSSSize;
|
|
8800
8832
|
/**
|
|
8801
8833
|
* Sets the aggregated {@link #getContent content}.
|
|
8802
8834
|
*
|
|
@@ -8807,7 +8839,7 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
|
|
|
8807
8839
|
/**
|
|
8808
8840
|
* The content to set
|
|
8809
8841
|
*/
|
|
8810
|
-
oContent:
|
|
8842
|
+
oContent: Control
|
|
8811
8843
|
): this;
|
|
8812
8844
|
/**
|
|
8813
8845
|
* Sets the associated {@link #getContentConnector contentConnector}.
|
|
@@ -8822,6 +8854,22 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
|
|
|
8822
8854
|
*/
|
|
8823
8855
|
oContentConnector: ID | ContentConnector
|
|
8824
8856
|
): this;
|
|
8857
|
+
/**
|
|
8858
|
+
* Sets a new value for property {@link #getHeight height}.
|
|
8859
|
+
*
|
|
8860
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8861
|
+
*
|
|
8862
|
+
* Default value is `"100%"`.
|
|
8863
|
+
*
|
|
8864
|
+
*
|
|
8865
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8866
|
+
*/
|
|
8867
|
+
setHeight(
|
|
8868
|
+
/**
|
|
8869
|
+
* New value for property `height`
|
|
8870
|
+
*/
|
|
8871
|
+
sHeight?: CSSSize
|
|
8872
|
+
): this;
|
|
8825
8873
|
/**
|
|
8826
8874
|
* Sets the associated {@link #getViewStateManager viewStateManager}.
|
|
8827
8875
|
*
|
|
@@ -8835,12 +8883,32 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
|
|
|
8835
8883
|
*/
|
|
8836
8884
|
oViewStateManager: ID | ViewStateManagerBase
|
|
8837
8885
|
): this;
|
|
8886
|
+
/**
|
|
8887
|
+
* Sets a new value for property {@link #getWidth width}.
|
|
8888
|
+
*
|
|
8889
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8890
|
+
*
|
|
8891
|
+
* Default value is `"auto"`.
|
|
8892
|
+
*
|
|
8893
|
+
*
|
|
8894
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8895
|
+
*/
|
|
8896
|
+
setWidth(
|
|
8897
|
+
/**
|
|
8898
|
+
* New value for property `width`
|
|
8899
|
+
*/
|
|
8900
|
+
sWidth?: CSSSize
|
|
8901
|
+
): this;
|
|
8838
8902
|
}
|
|
8839
8903
|
/**
|
|
8840
8904
|
* Describes the settings that can be provided to the LayersPanel constructor.
|
|
8841
8905
|
*/
|
|
8842
8906
|
export interface $LayersPanelSettings extends $ControlSettings {
|
|
8843
|
-
|
|
8907
|
+
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
8908
|
+
|
|
8909
|
+
height?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
8910
|
+
|
|
8911
|
+
content?: Control;
|
|
8844
8912
|
|
|
8845
8913
|
/**
|
|
8846
8914
|
* An association to the `ContentConnector` instance that manages content resources.
|
|
@@ -38916,7 +38984,12 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
38916
38984
|
*
|
|
38917
38985
|
* @returns `this` to allow method chaining.
|
|
38918
38986
|
*/
|
|
38919
|
-
activateFullScreenMode(
|
|
38987
|
+
activateFullScreenMode(
|
|
38988
|
+
/**
|
|
38989
|
+
* If `true`, it activates full screen mode; if `false`, it deactivates full screen mode.
|
|
38990
|
+
*/
|
|
38991
|
+
value: boolean
|
|
38992
|
+
): this;
|
|
38920
38993
|
/**
|
|
38921
38994
|
* Activates the redline design control.
|
|
38922
38995
|
*
|
|
@@ -39605,6 +39678,28 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39605
39678
|
* Content resources to load and display in the Viewer control.
|
|
39606
39679
|
*/
|
|
39607
39680
|
getContentResources(): ContentResource[];
|
|
39681
|
+
/**
|
|
39682
|
+
* Gets current value of property {@link #getEnableElementsPanel enableElementsPanel}.
|
|
39683
|
+
*
|
|
39684
|
+
* Disables the ECAD elements panel control
|
|
39685
|
+
*
|
|
39686
|
+
* Default value is `true`.
|
|
39687
|
+
*
|
|
39688
|
+
*
|
|
39689
|
+
* @returns Value of property `enableElementsPanel`
|
|
39690
|
+
*/
|
|
39691
|
+
getEnableElementsPanel(): boolean;
|
|
39692
|
+
/**
|
|
39693
|
+
* Gets current value of property {@link #getEnableLayersPanel enableLayersPanel}.
|
|
39694
|
+
*
|
|
39695
|
+
* Disables the ECAD layers panel control
|
|
39696
|
+
*
|
|
39697
|
+
* Default value is `true`.
|
|
39698
|
+
*
|
|
39699
|
+
*
|
|
39700
|
+
* @returns Value of property `enableLayersPanel`
|
|
39701
|
+
*/
|
|
39702
|
+
getEnableLayersPanel(): boolean;
|
|
39608
39703
|
/**
|
|
39609
39704
|
* Gets current value of property {@link #getEnableMiniMap enableMiniMap}.
|
|
39610
39705
|
*
|
|
@@ -39627,6 +39722,17 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39627
39722
|
* @returns Value of property `enableNotifications`
|
|
39628
39723
|
*/
|
|
39629
39724
|
getEnableNotifications(): boolean;
|
|
39725
|
+
/**
|
|
39726
|
+
* Gets current value of property {@link #getEnablePageGallery enablePageGallery}.
|
|
39727
|
+
*
|
|
39728
|
+
* Disables the page gallery control
|
|
39729
|
+
*
|
|
39730
|
+
* Default value is `true`.
|
|
39731
|
+
*
|
|
39732
|
+
*
|
|
39733
|
+
* @returns Value of property `enablePageGallery`
|
|
39734
|
+
*/
|
|
39735
|
+
getEnablePageGallery(): boolean;
|
|
39630
39736
|
/**
|
|
39631
39737
|
* Gets current value of property {@link #getEnableProgressIndicator enableProgressIndicator}.
|
|
39632
39738
|
*
|
|
@@ -39694,7 +39800,7 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39694
39800
|
*
|
|
39695
39801
|
* Color used for highlighting Smart2D hotspots in the CSS Color format.
|
|
39696
39802
|
*
|
|
39697
|
-
* Default value is `"rgba(
|
|
39803
|
+
* Default value is `"rgba(89, 0, 0, 0.73)"`.
|
|
39698
39804
|
*
|
|
39699
39805
|
*
|
|
39700
39806
|
* @returns Value of property `hotspotColor`
|
|
@@ -39705,12 +39811,23 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39705
39811
|
*
|
|
39706
39812
|
* Color used for highlighting Smart2D hotspots in the ABGR format.
|
|
39707
39813
|
*
|
|
39708
|
-
* Default value is `
|
|
39814
|
+
* Default value is `0x590000BB`.
|
|
39709
39815
|
*
|
|
39710
39816
|
*
|
|
39711
39817
|
* @returns Value of property `hotspotColorABGR`
|
|
39712
39818
|
*/
|
|
39713
39819
|
getHotspotColorABGR(): int;
|
|
39820
|
+
/**
|
|
39821
|
+
* Gets current value of property {@link #getHotspotsEnabled hotspotsEnabled}.
|
|
39822
|
+
*
|
|
39823
|
+
* Shows or hides showing of all hotspots toggle button
|
|
39824
|
+
*
|
|
39825
|
+
* Default value is `true`.
|
|
39826
|
+
*
|
|
39827
|
+
*
|
|
39828
|
+
* @returns Value of property `hotspotsEnabled`
|
|
39829
|
+
*/
|
|
39830
|
+
getHotspotsEnabled(): boolean;
|
|
39714
39831
|
/**
|
|
39715
39832
|
* Gets the 2D viewport used for displaying format natively supported by the browser - 2D images etc.
|
|
39716
39833
|
*
|
|
@@ -39812,6 +39929,28 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39812
39929
|
* @returns Value of property `showDrawerToolbar`
|
|
39813
39930
|
*/
|
|
39814
39931
|
getShowDrawerToolbar(): boolean;
|
|
39932
|
+
/**
|
|
39933
|
+
* Gets current value of property {@link #getShowElementsPanel showElementsPanel}.
|
|
39934
|
+
*
|
|
39935
|
+
* Shows or hides the ECAD elements panel control
|
|
39936
|
+
*
|
|
39937
|
+
* Default value is `true`.
|
|
39938
|
+
*
|
|
39939
|
+
*
|
|
39940
|
+
* @returns Value of property `showElementsPanel`
|
|
39941
|
+
*/
|
|
39942
|
+
getShowElementsPanel(): boolean;
|
|
39943
|
+
/**
|
|
39944
|
+
* Gets current value of property {@link #getShowLayersPanel showLayersPanel}.
|
|
39945
|
+
*
|
|
39946
|
+
* Shows or hides the ECAD layers panel control
|
|
39947
|
+
*
|
|
39948
|
+
* Default value is `true`.
|
|
39949
|
+
*
|
|
39950
|
+
*
|
|
39951
|
+
* @returns Value of property `showLayersPanel`
|
|
39952
|
+
*/
|
|
39953
|
+
getShowLayersPanel(): boolean;
|
|
39815
39954
|
/**
|
|
39816
39955
|
* Gets current value of property {@link #getShowMiniMap showMiniMap}.
|
|
39817
39956
|
*
|
|
@@ -39823,6 +39962,17 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39823
39962
|
* @returns Value of property `showMiniMap`
|
|
39824
39963
|
*/
|
|
39825
39964
|
getShowMiniMap(): boolean;
|
|
39965
|
+
/**
|
|
39966
|
+
* Gets current value of property {@link #getShowPageGallery showPageGallery}.
|
|
39967
|
+
*
|
|
39968
|
+
* Shows or hides the page gallery control
|
|
39969
|
+
*
|
|
39970
|
+
* Default value is `true`.
|
|
39971
|
+
*
|
|
39972
|
+
*
|
|
39973
|
+
* @returns Value of property `showPageGallery`
|
|
39974
|
+
*/
|
|
39975
|
+
getShowPageGallery(): boolean;
|
|
39826
39976
|
/**
|
|
39827
39977
|
* Gets current value of property {@link #getShowSceneTree showSceneTree}.
|
|
39828
39978
|
*
|
|
@@ -40003,6 +40153,42 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40003
40153
|
*/
|
|
40004
40154
|
handler: DecryptionHandler
|
|
40005
40155
|
): this;
|
|
40156
|
+
/**
|
|
40157
|
+
* Sets a new value for property {@link #getEnableElementsPanel enableElementsPanel}.
|
|
40158
|
+
*
|
|
40159
|
+
* Disables the ECAD elements panel control
|
|
40160
|
+
*
|
|
40161
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40162
|
+
*
|
|
40163
|
+
* Default value is `true`.
|
|
40164
|
+
*
|
|
40165
|
+
*
|
|
40166
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40167
|
+
*/
|
|
40168
|
+
setEnableElementsPanel(
|
|
40169
|
+
/**
|
|
40170
|
+
* New value for property `enableElementsPanel`
|
|
40171
|
+
*/
|
|
40172
|
+
bEnableElementsPanel?: boolean
|
|
40173
|
+
): this;
|
|
40174
|
+
/**
|
|
40175
|
+
* Sets a new value for property {@link #getEnableLayersPanel enableLayersPanel}.
|
|
40176
|
+
*
|
|
40177
|
+
* Disables the ECAD layers panel control
|
|
40178
|
+
*
|
|
40179
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40180
|
+
*
|
|
40181
|
+
* Default value is `true`.
|
|
40182
|
+
*
|
|
40183
|
+
*
|
|
40184
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40185
|
+
*/
|
|
40186
|
+
setEnableLayersPanel(
|
|
40187
|
+
/**
|
|
40188
|
+
* New value for property `enableLayersPanel`
|
|
40189
|
+
*/
|
|
40190
|
+
bEnableLayersPanel?: boolean
|
|
40191
|
+
): this;
|
|
40006
40192
|
/**
|
|
40007
40193
|
* Sets a new value for property {@link #getEnableMiniMap enableMiniMap}.
|
|
40008
40194
|
*
|
|
@@ -40039,6 +40225,24 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40039
40225
|
*/
|
|
40040
40226
|
bEnableNotifications?: boolean
|
|
40041
40227
|
): this;
|
|
40228
|
+
/**
|
|
40229
|
+
* Sets a new value for property {@link #getEnablePageGallery enablePageGallery}.
|
|
40230
|
+
*
|
|
40231
|
+
* Disables the page gallery control
|
|
40232
|
+
*
|
|
40233
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40234
|
+
*
|
|
40235
|
+
* Default value is `true`.
|
|
40236
|
+
*
|
|
40237
|
+
*
|
|
40238
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40239
|
+
*/
|
|
40240
|
+
setEnablePageGallery(
|
|
40241
|
+
/**
|
|
40242
|
+
* New value for property `enablePageGallery`
|
|
40243
|
+
*/
|
|
40244
|
+
bEnablePageGallery?: boolean
|
|
40245
|
+
): this;
|
|
40042
40246
|
/**
|
|
40043
40247
|
* Sets a new value for property {@link #getEnableProgressIndicator enableProgressIndicator}.
|
|
40044
40248
|
*
|
|
@@ -40134,7 +40338,7 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40134
40338
|
*
|
|
40135
40339
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40136
40340
|
*
|
|
40137
|
-
* Default value is `"rgba(
|
|
40341
|
+
* Default value is `"rgba(89, 0, 0, 0.73)"`.
|
|
40138
40342
|
*
|
|
40139
40343
|
*
|
|
40140
40344
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -40152,7 +40356,7 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40152
40356
|
*
|
|
40153
40357
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40154
40358
|
*
|
|
40155
|
-
* Default value is `
|
|
40359
|
+
* Default value is `0x590000BB`.
|
|
40156
40360
|
*
|
|
40157
40361
|
*
|
|
40158
40362
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -40163,6 +40367,24 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40163
40367
|
*/
|
|
40164
40368
|
iHotspotColorABGR?: int
|
|
40165
40369
|
): this;
|
|
40370
|
+
/**
|
|
40371
|
+
* Sets a new value for property {@link #getHotspotsEnabled hotspotsEnabled}.
|
|
40372
|
+
*
|
|
40373
|
+
* Shows or hides showing of all hotspots toggle button
|
|
40374
|
+
*
|
|
40375
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40376
|
+
*
|
|
40377
|
+
* Default value is `true`.
|
|
40378
|
+
*
|
|
40379
|
+
*
|
|
40380
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40381
|
+
*/
|
|
40382
|
+
setHotspotsEnabled(
|
|
40383
|
+
/**
|
|
40384
|
+
* New value for property `hotspotsEnabled`
|
|
40385
|
+
*/
|
|
40386
|
+
bHotspotsEnabled?: boolean
|
|
40387
|
+
): this;
|
|
40166
40388
|
/**
|
|
40167
40389
|
* Sets a new value for property {@link #getOverlayStepNavigation overlayStepNavigation}.
|
|
40168
40390
|
*
|
|
@@ -40276,6 +40498,42 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40276
40498
|
*/
|
|
40277
40499
|
bShowDrawerToolbar?: boolean
|
|
40278
40500
|
): this;
|
|
40501
|
+
/**
|
|
40502
|
+
* Sets a new value for property {@link #getShowElementsPanel showElementsPanel}.
|
|
40503
|
+
*
|
|
40504
|
+
* Shows or hides the ECAD elements panel control
|
|
40505
|
+
*
|
|
40506
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40507
|
+
*
|
|
40508
|
+
* Default value is `true`.
|
|
40509
|
+
*
|
|
40510
|
+
*
|
|
40511
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40512
|
+
*/
|
|
40513
|
+
setShowElementsPanel(
|
|
40514
|
+
/**
|
|
40515
|
+
* New value for property `showElementsPanel`
|
|
40516
|
+
*/
|
|
40517
|
+
bShowElementsPanel?: boolean
|
|
40518
|
+
): this;
|
|
40519
|
+
/**
|
|
40520
|
+
* Sets a new value for property {@link #getShowLayersPanel showLayersPanel}.
|
|
40521
|
+
*
|
|
40522
|
+
* Shows or hides the ECAD layers panel control
|
|
40523
|
+
*
|
|
40524
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40525
|
+
*
|
|
40526
|
+
* Default value is `true`.
|
|
40527
|
+
*
|
|
40528
|
+
*
|
|
40529
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40530
|
+
*/
|
|
40531
|
+
setShowLayersPanel(
|
|
40532
|
+
/**
|
|
40533
|
+
* New value for property `showLayersPanel`
|
|
40534
|
+
*/
|
|
40535
|
+
bShowLayersPanel?: boolean
|
|
40536
|
+
): this;
|
|
40279
40537
|
/**
|
|
40280
40538
|
* Sets a new value for property {@link #getShowMiniMap showMiniMap}.
|
|
40281
40539
|
*
|
|
@@ -40294,6 +40552,24 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40294
40552
|
*/
|
|
40295
40553
|
bShowMiniMap?: boolean
|
|
40296
40554
|
): this;
|
|
40555
|
+
/**
|
|
40556
|
+
* Sets a new value for property {@link #getShowPageGallery showPageGallery}.
|
|
40557
|
+
*
|
|
40558
|
+
* Shows or hides the page gallery control
|
|
40559
|
+
*
|
|
40560
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40561
|
+
*
|
|
40562
|
+
* Default value is `true`.
|
|
40563
|
+
*
|
|
40564
|
+
*
|
|
40565
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40566
|
+
*/
|
|
40567
|
+
setShowPageGallery(
|
|
40568
|
+
/**
|
|
40569
|
+
* New value for property `showPageGallery`
|
|
40570
|
+
*/
|
|
40571
|
+
bShowPageGallery?: boolean
|
|
40572
|
+
): this;
|
|
40297
40573
|
/**
|
|
40298
40574
|
* Sets a new value for property {@link #getShowSceneTree showSceneTree}.
|
|
40299
40575
|
*
|
|
@@ -40451,6 +40727,36 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40451
40727
|
*/
|
|
40452
40728
|
overlayStepNavigation?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40453
40729
|
|
|
40730
|
+
/**
|
|
40731
|
+
* Disables the ECAD layers panel control
|
|
40732
|
+
*/
|
|
40733
|
+
enableLayersPanel?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40734
|
+
|
|
40735
|
+
/**
|
|
40736
|
+
* Shows or hides the ECAD layers panel control
|
|
40737
|
+
*/
|
|
40738
|
+
showLayersPanel?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40739
|
+
|
|
40740
|
+
/**
|
|
40741
|
+
* Disables the ECAD elements panel control
|
|
40742
|
+
*/
|
|
40743
|
+
enableElementsPanel?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40744
|
+
|
|
40745
|
+
/**
|
|
40746
|
+
* Shows or hides the ECAD elements panel control
|
|
40747
|
+
*/
|
|
40748
|
+
showElementsPanel?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40749
|
+
|
|
40750
|
+
/**
|
|
40751
|
+
* Disables the page gallery control
|
|
40752
|
+
*/
|
|
40753
|
+
enablePageGallery?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40754
|
+
|
|
40755
|
+
/**
|
|
40756
|
+
* Shows or hides the page gallery control
|
|
40757
|
+
*/
|
|
40758
|
+
showPageGallery?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40759
|
+
|
|
40454
40760
|
/**
|
|
40455
40761
|
* Shows or hides Toolbar control
|
|
40456
40762
|
*/
|
|
@@ -40525,6 +40831,11 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40525
40831
|
*/
|
|
40526
40832
|
webGLContextAttributes?: object | PropertyBindingInfo | `{${string}}`;
|
|
40527
40833
|
|
|
40834
|
+
/**
|
|
40835
|
+
* Shows or hides showing of all hotspots toggle button
|
|
40836
|
+
*/
|
|
40837
|
+
hotspotsEnabled?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40838
|
+
|
|
40528
40839
|
/**
|
|
40529
40840
|
* Enables or disables showing of all hotspots
|
|
40530
40841
|
*/
|
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED