@sapui5/ts-types-esm 1.136.9 → 1.136.11
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/{mdc-1.136.6-esm-d.ts → mdc-1.136.7-esm-d.ts} +1 -1
- package/types/sap.chart.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 +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 +1 -1
- 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 +3 -3
- 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 +106 -2
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.sac.df.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 +2 -2
- 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.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.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/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
/// <reference path="./sap.ui.integration.d.ts"/>
|
|
33
33
|
/// <reference path="./sap.ui.layout.d.ts"/>
|
|
34
34
|
/// <reference path="./sap.makit.d.ts"/>
|
|
35
|
-
/// <reference path="./mdc-1.136.
|
|
35
|
+
/// <reference path="./mdc-1.136.7-esm-d.ts"/>
|
|
36
36
|
/// <reference path="./mobile-1.136.2-esm-d.ts"/>
|
|
37
37
|
/// <reference path="./sap.me.d.ts"/>
|
|
38
38
|
/// <reference path="./sap.ndc.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
package/types/sap.fe.test.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.10
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/test/library" {}
|
|
4
4
|
|
|
@@ -3356,7 +3356,7 @@ declare module "sap/fe/test/JourneyRunner" {
|
|
|
3356
3356
|
* ```javascript
|
|
3357
3357
|
* .run(mSettings, Journey1, Journey2, ...)```
|
|
3358
3358
|
*/
|
|
3359
|
-
_vJourneys: Array<
|
|
3359
|
+
_vJourneys: Array<Function> | string[]
|
|
3360
3360
|
): object;
|
|
3361
3361
|
/**
|
|
3362
3362
|
* Executes the journeys in the given order.
|
|
@@ -3374,7 +3374,7 @@ declare module "sap/fe/test/JourneyRunner" {
|
|
|
3374
3374
|
* ```javascript
|
|
3375
3375
|
* .run(mSettings, Journey1, Journey2, ...)```
|
|
3376
3376
|
*/
|
|
3377
|
-
_vJourneys: Array<
|
|
3377
|
+
_vJourneys: Array<Function> | string[]
|
|
3378
3378
|
): object;
|
|
3379
3379
|
}
|
|
3380
3380
|
}
|
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.8
|
|
2
2
|
|
|
3
3
|
declare module "sap/ndc/library" {}
|
|
4
4
|
|
|
@@ -210,7 +210,12 @@ declare module "sap/ndc/BarcodeScanner" {
|
|
|
210
210
|
/**
|
|
211
211
|
* Flag, which defines whether the Barcode input dialog should be shown.
|
|
212
212
|
*/
|
|
213
|
-
disableBarcodeInputDialog?: boolean
|
|
213
|
+
disableBarcodeInputDialog?: boolean,
|
|
214
|
+
/**
|
|
215
|
+
* Function to be called when either the cancel button in the scan dialog is pressed, or no scanning library
|
|
216
|
+
* is available. If unset, the default input dialog will be used.
|
|
217
|
+
*/
|
|
218
|
+
customInput?: Function
|
|
214
219
|
): void;
|
|
215
220
|
/**
|
|
216
221
|
* Set the configs of the control Barcode Scanner.
|
|
@@ -362,6 +367,55 @@ declare module "sap/ndc/BarcodeScannerButton" {
|
|
|
362
367
|
* @returns Metadata object describing this class
|
|
363
368
|
*/
|
|
364
369
|
static getMetadata(): ElementMetadata;
|
|
370
|
+
/**
|
|
371
|
+
* Attaches event handler `fnFunction` to the {@link #event:customInput customInput} event of this `sap.ndc.BarcodeScannerButton`.
|
|
372
|
+
*
|
|
373
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
374
|
+
* otherwise it will be bound to this `sap.ndc.BarcodeScannerButton` itself.
|
|
375
|
+
*
|
|
376
|
+
* Event is fired when either the cancel button in the scan dialog is pressed, or no scanning library is
|
|
377
|
+
* available. If unset, the default input dialog will be used.
|
|
378
|
+
*
|
|
379
|
+
*
|
|
380
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
381
|
+
*/
|
|
382
|
+
attachCustomInput(
|
|
383
|
+
/**
|
|
384
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
385
|
+
* object when firing the event
|
|
386
|
+
*/
|
|
387
|
+
oData: object,
|
|
388
|
+
/**
|
|
389
|
+
* The function to be called when the event occurs
|
|
390
|
+
*/
|
|
391
|
+
fnFunction: (p1: Event) => void,
|
|
392
|
+
/**
|
|
393
|
+
* Context object to call the event handler with. Defaults to this `sap.ndc.BarcodeScannerButton` itself
|
|
394
|
+
*/
|
|
395
|
+
oListener?: object
|
|
396
|
+
): this;
|
|
397
|
+
/**
|
|
398
|
+
* Attaches event handler `fnFunction` to the {@link #event:customInput customInput} event of this `sap.ndc.BarcodeScannerButton`.
|
|
399
|
+
*
|
|
400
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
401
|
+
* otherwise it will be bound to this `sap.ndc.BarcodeScannerButton` itself.
|
|
402
|
+
*
|
|
403
|
+
* Event is fired when either the cancel button in the scan dialog is pressed, or no scanning library is
|
|
404
|
+
* available. If unset, the default input dialog will be used.
|
|
405
|
+
*
|
|
406
|
+
*
|
|
407
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
408
|
+
*/
|
|
409
|
+
attachCustomInput(
|
|
410
|
+
/**
|
|
411
|
+
* The function to be called when the event occurs
|
|
412
|
+
*/
|
|
413
|
+
fnFunction: (p1: Event) => void,
|
|
414
|
+
/**
|
|
415
|
+
* Context object to call the event handler with. Defaults to this `sap.ndc.BarcodeScannerButton` itself
|
|
416
|
+
*/
|
|
417
|
+
oListener?: object
|
|
418
|
+
): this;
|
|
365
419
|
/**
|
|
366
420
|
* Attaches event handler `fnFunction` to the {@link #event:inputLiveUpdate inputLiveUpdate} event of this
|
|
367
421
|
* `sap.ndc.BarcodeScannerButton`.
|
|
@@ -505,6 +559,24 @@ declare module "sap/ndc/BarcodeScannerButton" {
|
|
|
505
559
|
*/
|
|
506
560
|
oListener?: object
|
|
507
561
|
): this;
|
|
562
|
+
/**
|
|
563
|
+
* Detaches event handler `fnFunction` from the {@link #event:customInput customInput} event of this `sap.ndc.BarcodeScannerButton`.
|
|
564
|
+
*
|
|
565
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
566
|
+
*
|
|
567
|
+
*
|
|
568
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
569
|
+
*/
|
|
570
|
+
detachCustomInput(
|
|
571
|
+
/**
|
|
572
|
+
* The function to be called, when the event occurs
|
|
573
|
+
*/
|
|
574
|
+
fnFunction: (p1: Event) => void,
|
|
575
|
+
/**
|
|
576
|
+
* Context object on which the given function had to be called
|
|
577
|
+
*/
|
|
578
|
+
oListener?: object
|
|
579
|
+
): this;
|
|
508
580
|
/**
|
|
509
581
|
* Detaches event handler `fnFunction` from the {@link #event:inputLiveUpdate inputLiveUpdate} event of
|
|
510
582
|
* this `sap.ndc.BarcodeScannerButton`.
|
|
@@ -560,6 +632,19 @@ declare module "sap/ndc/BarcodeScannerButton" {
|
|
|
560
632
|
*/
|
|
561
633
|
oListener?: object
|
|
562
634
|
): this;
|
|
635
|
+
/**
|
|
636
|
+
* Fires event {@link #event:customInput customInput} to attached listeners.
|
|
637
|
+
*
|
|
638
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
639
|
+
*
|
|
640
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
641
|
+
*/
|
|
642
|
+
fireCustomInput(
|
|
643
|
+
/**
|
|
644
|
+
* Parameters to pass along with the event
|
|
645
|
+
*/
|
|
646
|
+
mParameters?: object
|
|
647
|
+
): this;
|
|
563
648
|
/**
|
|
564
649
|
* Fires event {@link #event:inputLiveUpdate inputLiveUpdate} to attached listeners.
|
|
565
650
|
*
|
|
@@ -879,8 +964,27 @@ declare module "sap/ndc/BarcodeScannerButton" {
|
|
|
879
964
|
inputLiveUpdate?: (
|
|
880
965
|
oEvent: BarcodeScannerButton$InputLiveUpdateEvent
|
|
881
966
|
) => void;
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* Event is fired when either the cancel button in the scan dialog is pressed, or no scanning library is
|
|
970
|
+
* available. If unset, the default input dialog will be used.
|
|
971
|
+
*/
|
|
972
|
+
customInput?: (oEvent: Event) => void;
|
|
882
973
|
}
|
|
883
974
|
|
|
975
|
+
/**
|
|
976
|
+
* Parameters of the BarcodeScannerButton#customInput event.
|
|
977
|
+
*/
|
|
978
|
+
export interface BarcodeScannerButton$CustomInputEventParameters {}
|
|
979
|
+
|
|
980
|
+
/**
|
|
981
|
+
* Event object of the BarcodeScannerButton#customInput event.
|
|
982
|
+
*/
|
|
983
|
+
export type BarcodeScannerButton$CustomInputEvent = Event<
|
|
984
|
+
BarcodeScannerButton$CustomInputEventParameters,
|
|
985
|
+
BarcodeScannerButton
|
|
986
|
+
>;
|
|
987
|
+
|
|
884
988
|
/**
|
|
885
989
|
* Parameters of the BarcodeScannerButton#inputLiveUpdate event.
|
|
886
990
|
*/
|
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.sac.df.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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.8
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/integration/library" {
|
|
4
4
|
import { URI } from "sap/ui/core/library";
|
|
@@ -3706,7 +3706,7 @@ declare module "sap/ui/integration/Extension" {
|
|
|
3706
3706
|
*
|
|
3707
3707
|
* @returns Value of property `formatters`
|
|
3708
3708
|
*/
|
|
3709
|
-
getFormatters(): Record<string,
|
|
3709
|
+
getFormatters(): Record<string, Function> | undefined;
|
|
3710
3710
|
/**
|
|
3711
3711
|
* Override this method to lazy load dependencies for the extension.
|
|
3712
3712
|
*
|
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.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
package/types/sap.zen.dsh.d.ts
CHANGED