@sapui5/ts-types-esm 1.131.1 → 1.132.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 +7 -7
- package/types/sap.apf.d.ts +1 -1
- 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.cux.home.d.ts +5 -0
- package/types/sap.esh.search.ui.d.ts +35 -1
- package/types/sap.f.d.ts +103 -197
- 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 +123 -94
- 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.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.131.0-esm-d.ts → sap.m.d.ts} +408 -56
- 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 +7 -2
- package/types/sap.rules.ui.d.ts +86 -1
- package/types/sap.sac.df.d.ts +1245 -890
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +7 -7
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.131.0-esm-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.131.0-esm-d.ts → sap.ui.commons.d.ts} +1 -1
- package/types/sap.ui.comp.d.ts +66 -5
- package/types/{core-1.131.0-esm-d.ts → sap.ui.core.d.ts} +363 -282
- package/types/{dt-1.131.0-esm-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +7 -1
- package/types/sap.ui.generic.app.d.ts +5 -11
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/{mdc-1.131.0-esm-d.ts → sap.ui.mdc.d.ts} +439 -342
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +3 -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 +13 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +25 -15
- package/types/{ux3-1.131.0-esm-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +96 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- 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 +5 -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.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.rta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.132.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/rta/api/startAdaptation" {
|
|
4
4
|
import Control from "sap/ui/core/Control";
|
|
@@ -106,6 +106,8 @@ declare namespace sap {
|
|
|
106
106
|
|
|
107
107
|
"sap/ui/rta/enablement/TestDelegate": undefined;
|
|
108
108
|
|
|
109
|
+
"sap/ui/rta/plugin/annotations/AnnotationChangeDialog": undefined;
|
|
110
|
+
|
|
109
111
|
"sap/ui/rta/service/Action": undefined;
|
|
110
112
|
|
|
111
113
|
"sap/ui/rta/service/ControllerExtension": undefined;
|
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.132.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/table/library" {
|
|
4
4
|
import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
|
|
@@ -1974,6 +1974,10 @@ declare module "sap/ui/table/Column" {
|
|
|
1974
1974
|
* If this property is set to `true` and the `sortOrder` property is `None`, `sortOrder` is automatically
|
|
1975
1975
|
* set to `Ascending`. If this property is `true` and `sortOrder` is `None`, the sort indicator is not shown.
|
|
1976
1976
|
*
|
|
1977
|
+
* **Note:** Even though the `sorted` property has been deprecated, is still required in the UI5 1.x versions
|
|
1978
|
+
* to show the sort indicator. With UI5 2.x, the `sorted` property will be removed and the sort indicator
|
|
1979
|
+
* will be shown based on the `sortOrder`.
|
|
1980
|
+
*
|
|
1977
1981
|
* Default value is `false`.
|
|
1978
1982
|
*
|
|
1979
1983
|
* @deprecated (since 1.120) - replaced by {@link sap.ui.core.SortOrder SortOrder.None} for the `sortOrder`
|
|
@@ -2495,6 +2499,10 @@ declare module "sap/ui/table/Column" {
|
|
|
2495
2499
|
* If this property is set to `true` and the `sortOrder` property is `None`, `sortOrder` is automatically
|
|
2496
2500
|
* set to `Ascending`. If this property is `true` and `sortOrder` is `None`, the sort indicator is not shown.
|
|
2497
2501
|
*
|
|
2502
|
+
* **Note:** Even though the `sorted` property has been deprecated, is still required in the UI5 1.x versions
|
|
2503
|
+
* to show the sort indicator. With UI5 2.x, the `sorted` property will be removed and the sort indicator
|
|
2504
|
+
* will be shown based on the `sortOrder`.
|
|
2505
|
+
*
|
|
2498
2506
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2499
2507
|
*
|
|
2500
2508
|
* Default value is `false`.
|
|
@@ -2685,6 +2693,10 @@ declare module "sap/ui/table/Column" {
|
|
|
2685
2693
|
* If this property is set to `true` and the `sortOrder` property is `None`, `sortOrder` is automatically
|
|
2686
2694
|
* set to `Ascending`. If this property is `true` and `sortOrder` is `None`, the sort indicator is not shown.
|
|
2687
2695
|
*
|
|
2696
|
+
* **Note:** Even though the `sorted` property has been deprecated, is still required in the UI5 1.x versions
|
|
2697
|
+
* to show the sort indicator. With UI5 2.x, the `sorted` property will be removed and the sort indicator
|
|
2698
|
+
* will be shown based on the `sortOrder`.
|
|
2699
|
+
*
|
|
2688
2700
|
* @deprecated (since 1.120) - replaced by {@link sap.ui.core.SortOrder SortOrder.None} for the `sortOrder`
|
|
2689
2701
|
* property
|
|
2690
2702
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.132.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/unified/library" {
|
|
4
4
|
/**
|
|
@@ -1015,8 +1015,14 @@ declare module "sap/ui/unified/Calendar" {
|
|
|
1015
1015
|
/**
|
|
1016
1016
|
* Gets current value of property {@link #getNonWorkingDays nonWorkingDays}.
|
|
1017
1017
|
*
|
|
1018
|
-
*
|
|
1019
|
-
*
|
|
1018
|
+
* This property sets chosen days of the week as non-working days, and overrides the weekend days defined
|
|
1019
|
+
* in the locale settings. If set, the provided weekdays are displayed as non-working days.
|
|
1020
|
+
*
|
|
1021
|
+
* Users could override the non-working days for each week. Valid values inside the array are from 0
|
|
1022
|
+
* to 6. For example:
|
|
1023
|
+
* - A single day for each week - `[3]`.
|
|
1024
|
+
* - All days for each week - `[0,1,2,3,4,5,6]`.
|
|
1025
|
+
* - None of the days for each week - `[]`. In this case all weekdays are working days.
|
|
1020
1026
|
*
|
|
1021
1027
|
* **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
|
|
1022
1028
|
* specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
|
|
@@ -1443,8 +1449,14 @@ declare module "sap/ui/unified/Calendar" {
|
|
|
1443
1449
|
/**
|
|
1444
1450
|
* Sets a new value for property {@link #getNonWorkingDays nonWorkingDays}.
|
|
1445
1451
|
*
|
|
1446
|
-
*
|
|
1447
|
-
*
|
|
1452
|
+
* This property sets chosen days of the week as non-working days, and overrides the weekend days defined
|
|
1453
|
+
* in the locale settings. If set, the provided weekdays are displayed as non-working days.
|
|
1454
|
+
*
|
|
1455
|
+
* Users could override the non-working days for each week. Valid values inside the array are from 0
|
|
1456
|
+
* to 6. For example:
|
|
1457
|
+
* - A single day for each week - `[3]`.
|
|
1458
|
+
* - All days for each week - `[0,1,2,3,4,5,6]`.
|
|
1459
|
+
* - None of the days for each week - `[]`. In this case all weekdays are working days.
|
|
1448
1460
|
*
|
|
1449
1461
|
* **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
|
|
1450
1462
|
* specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
|
|
@@ -1605,8 +1617,14 @@ declare module "sap/ui/unified/Calendar" {
|
|
|
1605
1617
|
firstDayOfWeek?: int | PropertyBindingInfo | `{${string}}`;
|
|
1606
1618
|
|
|
1607
1619
|
/**
|
|
1608
|
-
*
|
|
1609
|
-
*
|
|
1620
|
+
* This property sets chosen days of the week as non-working days, and overrides the weekend days defined
|
|
1621
|
+
* in the locale settings. If set, the provided weekdays are displayed as non-working days.
|
|
1622
|
+
*
|
|
1623
|
+
* Users could override the non-working days for each week. Valid values inside the array are from 0
|
|
1624
|
+
* to 6. For example:
|
|
1625
|
+
* - A single day for each week - `[3]`.
|
|
1626
|
+
* - All days for each week - `[0,1,2,3,4,5,6]`.
|
|
1627
|
+
* - None of the days for each week - `[]`. In this case all weekdays are working days.
|
|
1610
1628
|
*
|
|
1611
1629
|
* **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
|
|
1612
1630
|
* specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
|
|
@@ -18834,7 +18852,6 @@ declare module "sap/ui/unified/MenuItem" {
|
|
|
18834
18852
|
* Adds some endContent to the aggregation {@link #getEndContent endContent}.
|
|
18835
18853
|
*
|
|
18836
18854
|
* @since 1.131
|
|
18837
|
-
* @experimental
|
|
18838
18855
|
*
|
|
18839
18856
|
* @returns Reference to `this` in order to allow method chaining
|
|
18840
18857
|
*/
|
|
@@ -18848,7 +18865,6 @@ declare module "sap/ui/unified/MenuItem" {
|
|
|
18848
18865
|
* Destroys all the endContent in the aggregation {@link #getEndContent endContent}.
|
|
18849
18866
|
*
|
|
18850
18867
|
* @since 1.131
|
|
18851
|
-
* @experimental
|
|
18852
18868
|
*
|
|
18853
18869
|
* @returns Reference to `this` in order to allow method chaining
|
|
18854
18870
|
*/
|
|
@@ -18864,7 +18880,6 @@ declare module "sap/ui/unified/MenuItem" {
|
|
|
18864
18880
|
* of custom elements, such as icons and buttons.
|
|
18865
18881
|
*
|
|
18866
18882
|
* @since 1.131
|
|
18867
|
-
* @experimental
|
|
18868
18883
|
*/
|
|
18869
18884
|
getEndContent(): Control[];
|
|
18870
18885
|
/**
|
|
@@ -18916,7 +18931,6 @@ declare module "sap/ui/unified/MenuItem" {
|
|
|
18916
18931
|
* returns its index if found or -1 otherwise.
|
|
18917
18932
|
*
|
|
18918
18933
|
* @since 1.131
|
|
18919
|
-
* @experimental
|
|
18920
18934
|
*
|
|
18921
18935
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
18922
18936
|
*/
|
|
@@ -18930,7 +18944,6 @@ declare module "sap/ui/unified/MenuItem" {
|
|
|
18930
18944
|
* Inserts a endContent into the aggregation {@link #getEndContent endContent}.
|
|
18931
18945
|
*
|
|
18932
18946
|
* @since 1.131
|
|
18933
|
-
* @experimental
|
|
18934
18947
|
*
|
|
18935
18948
|
* @returns Reference to `this` in order to allow method chaining
|
|
18936
18949
|
*/
|
|
@@ -18959,7 +18972,6 @@ declare module "sap/ui/unified/MenuItem" {
|
|
|
18959
18972
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
18960
18973
|
*
|
|
18961
18974
|
* @since 1.131
|
|
18962
|
-
* @experimental
|
|
18963
18975
|
*
|
|
18964
18976
|
* @returns An array of the removed elements (might be empty)
|
|
18965
18977
|
*/
|
|
@@ -18980,7 +18992,6 @@ declare module "sap/ui/unified/MenuItem" {
|
|
|
18980
18992
|
* Removes a endContent from the aggregation {@link #getEndContent endContent}.
|
|
18981
18993
|
*
|
|
18982
18994
|
* @since 1.131
|
|
18983
|
-
* @experimental
|
|
18984
18995
|
*
|
|
18985
18996
|
* @returns The removed endContent or `null`
|
|
18986
18997
|
*/
|
|
@@ -19101,7 +19112,6 @@ declare module "sap/ui/unified/MenuItem" {
|
|
|
19101
19112
|
* of custom elements, such as icons and buttons.
|
|
19102
19113
|
*
|
|
19103
19114
|
* @since 1.131
|
|
19104
|
-
* @experimental
|
|
19105
19115
|
*/
|
|
19106
19116
|
endContent?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
19107
19117
|
|
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.132.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vk/library" {
|
|
4
4
|
/**
|
|
@@ -22316,6 +22316,8 @@ declare module "sap/ui/vk/svg/Viewport" {
|
|
|
22316
22316
|
|
|
22317
22317
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
22318
22318
|
|
|
22319
|
+
import Dialog from "sap/m/Dialog";
|
|
22320
|
+
|
|
22319
22321
|
import Scene from "sap/ui/vk/svg/Scene";
|
|
22320
22322
|
|
|
22321
22323
|
import VisibilityMode from "sap/ui/vk/VisibilityMode";
|
|
@@ -22513,6 +22515,13 @@ declare module "sap/ui/vk/svg/Viewport" {
|
|
|
22513
22515
|
*/
|
|
22514
22516
|
oListener?: object
|
|
22515
22517
|
): this;
|
|
22518
|
+
/**
|
|
22519
|
+
* Destroys the miniMap in the aggregation {@link #getMiniMap miniMap}.
|
|
22520
|
+
*
|
|
22521
|
+
*
|
|
22522
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
22523
|
+
*/
|
|
22524
|
+
destroyMiniMap(): this;
|
|
22516
22525
|
/**
|
|
22517
22526
|
* Detaches event handler `fnFunction` from the {@link #event:cameraChanged cameraChanged} event of this
|
|
22518
22527
|
* `sap.ui.vk.svg.Viewport`.
|
|
@@ -22642,6 +22651,10 @@ declare module "sap/ui/vk/svg/Viewport" {
|
|
|
22642
22651
|
*/
|
|
22643
22652
|
includeSelection: boolean
|
|
22644
22653
|
): string;
|
|
22654
|
+
/**
|
|
22655
|
+
* Gets content of aggregation {@link #getMiniMap miniMap}.
|
|
22656
|
+
*/
|
|
22657
|
+
getMiniMap(): Dialog;
|
|
22645
22658
|
/**
|
|
22646
22659
|
* Gets position and size of the viewport square. The information can be used for making calculations when
|
|
22647
22660
|
* restoring Redlining elements.
|
|
@@ -22712,6 +22725,18 @@ declare module "sap/ui/vk/svg/Viewport" {
|
|
|
22712
22725
|
*/
|
|
22713
22726
|
command: Function
|
|
22714
22727
|
): Viewport;
|
|
22728
|
+
/**
|
|
22729
|
+
* Sets the aggregated {@link #getMiniMap miniMap}.
|
|
22730
|
+
*
|
|
22731
|
+
*
|
|
22732
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
22733
|
+
*/
|
|
22734
|
+
setMiniMap(
|
|
22735
|
+
/**
|
|
22736
|
+
* The miniMap to set
|
|
22737
|
+
*/
|
|
22738
|
+
oMiniMap: Dialog
|
|
22739
|
+
): this;
|
|
22715
22740
|
/**
|
|
22716
22741
|
* Attaches the scene to the Viewport for rendering.
|
|
22717
22742
|
*
|
|
@@ -22833,6 +22858,8 @@ declare module "sap/ui/vk/svg/Viewport" {
|
|
|
22833
22858
|
* Describes the settings that can be provided to the Viewport constructor.
|
|
22834
22859
|
*/
|
|
22835
22860
|
export interface $ViewportSettings extends $ViewportBaseSettings {
|
|
22861
|
+
miniMap?: Dialog;
|
|
22862
|
+
|
|
22836
22863
|
cameraChanged?: (oEvent: Viewport$CameraChangedEvent) => void;
|
|
22837
22864
|
|
|
22838
22865
|
hotspotEnter?: (oEvent: Viewport$HotspotEnterEvent) => void;
|
|
@@ -39272,6 +39299,17 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39272
39299
|
* Content resources to load and display in the Viewer control.
|
|
39273
39300
|
*/
|
|
39274
39301
|
getContentResources(): ContentResource[];
|
|
39302
|
+
/**
|
|
39303
|
+
* Gets current value of property {@link #getEnableMiniMap enableMiniMap}.
|
|
39304
|
+
*
|
|
39305
|
+
* Disables the mini map control
|
|
39306
|
+
*
|
|
39307
|
+
* Default value is `true`.
|
|
39308
|
+
*
|
|
39309
|
+
*
|
|
39310
|
+
* @returns Value of property `enableMiniMap`
|
|
39311
|
+
*/
|
|
39312
|
+
getEnableMiniMap(): boolean;
|
|
39275
39313
|
/**
|
|
39276
39314
|
* Gets current value of property {@link #getEnableNotifications enableNotifications}.
|
|
39277
39315
|
*
|
|
@@ -39483,6 +39521,17 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39483
39521
|
* @returns Value of property `showDrawerToolbar`
|
|
39484
39522
|
*/
|
|
39485
39523
|
getShowDrawerToolbar(): boolean;
|
|
39524
|
+
/**
|
|
39525
|
+
* Gets current value of property {@link #getShowMiniMap showMiniMap}.
|
|
39526
|
+
*
|
|
39527
|
+
* Shows or hides the mini map control
|
|
39528
|
+
*
|
|
39529
|
+
* Default value is `false`.
|
|
39530
|
+
*
|
|
39531
|
+
*
|
|
39532
|
+
* @returns Value of property `showMiniMap`
|
|
39533
|
+
*/
|
|
39534
|
+
getShowMiniMap(): boolean;
|
|
39486
39535
|
/**
|
|
39487
39536
|
* Gets current value of property {@link #getShowSceneTree showSceneTree}.
|
|
39488
39537
|
*
|
|
@@ -39663,6 +39712,24 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39663
39712
|
*/
|
|
39664
39713
|
handler: DecryptionHandler
|
|
39665
39714
|
): this;
|
|
39715
|
+
/**
|
|
39716
|
+
* Sets a new value for property {@link #getEnableMiniMap enableMiniMap}.
|
|
39717
|
+
*
|
|
39718
|
+
* Disables the mini map control
|
|
39719
|
+
*
|
|
39720
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
39721
|
+
*
|
|
39722
|
+
* Default value is `true`.
|
|
39723
|
+
*
|
|
39724
|
+
*
|
|
39725
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39726
|
+
*/
|
|
39727
|
+
setEnableMiniMap(
|
|
39728
|
+
/**
|
|
39729
|
+
* New value for property `enableMiniMap`
|
|
39730
|
+
*/
|
|
39731
|
+
bEnableMiniMap?: boolean
|
|
39732
|
+
): this;
|
|
39666
39733
|
/**
|
|
39667
39734
|
* Sets a new value for property {@link #getEnableNotifications enableNotifications}.
|
|
39668
39735
|
*
|
|
@@ -39948,6 +40015,24 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39948
40015
|
*/
|
|
39949
40016
|
bShowDrawerToolbar?: boolean
|
|
39950
40017
|
): this;
|
|
40018
|
+
/**
|
|
40019
|
+
* Sets a new value for property {@link #getShowMiniMap showMiniMap}.
|
|
40020
|
+
*
|
|
40021
|
+
* Shows or hides the mini map control
|
|
40022
|
+
*
|
|
40023
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40024
|
+
*
|
|
40025
|
+
* Default value is `false`.
|
|
40026
|
+
*
|
|
40027
|
+
*
|
|
40028
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40029
|
+
*/
|
|
40030
|
+
setShowMiniMap(
|
|
40031
|
+
/**
|
|
40032
|
+
* New value for property `showMiniMap`
|
|
40033
|
+
*/
|
|
40034
|
+
bShowMiniMap?: boolean
|
|
40035
|
+
): this;
|
|
39951
40036
|
/**
|
|
39952
40037
|
* Sets a new value for property {@link #getShowSceneTree showSceneTree}.
|
|
39953
40038
|
*
|
|
@@ -40125,6 +40210,16 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40125
40210
|
*/
|
|
40126
40211
|
showDrawerToolbar?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40127
40212
|
|
|
40213
|
+
/**
|
|
40214
|
+
* Disables the mini map control
|
|
40215
|
+
*/
|
|
40216
|
+
enableMiniMap?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40217
|
+
|
|
40218
|
+
/**
|
|
40219
|
+
* Shows or hides the mini map control
|
|
40220
|
+
*/
|
|
40221
|
+
showMiniMap?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40222
|
+
|
|
40128
40223
|
/**
|
|
40129
40224
|
* Width of the Viewer control
|
|
40130
40225
|
*/
|
package/types/sap.ui.vtm.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.132.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -21,6 +21,10 @@ declare module "sap/ushell/library" {
|
|
|
21
21
|
* A space in spaces mode
|
|
22
22
|
*/
|
|
23
23
|
Space = "Space",
|
|
24
|
+
/**
|
|
25
|
+
* A visualization which is assigned to a space in spaces mode
|
|
26
|
+
*/
|
|
27
|
+
Visualization = "Visualization",
|
|
24
28
|
}
|
|
25
29
|
/**
|
|
26
30
|
* The state of a navigation operation
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED