@sapui5/ts-types 1.145.0 → 1.146.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/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.esh.search.ui.d.ts +61 -18
- package/types/sap.f.d.ts +71 -528
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +258 -35
- 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 +48 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +328 -18
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +173 -10
- 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 +9 -16
- 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.core.d.ts +1036 -362
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +65 -265
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +2 -2
- package/types/sap.ui.richtexteditor.d.ts +6 -6
- 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 +36 -3
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +216 -2
- package/types/sap.ui.vtm.d.ts +2 -2
- 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 +184 -131
- 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.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.146.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -10957,7 +10957,7 @@ declare namespace sap {
|
|
|
10957
10957
|
visible?: boolean;
|
|
10958
10958
|
/**
|
|
10959
10959
|
* Key of the group in which the property is located. Used to visually group properties in personalization
|
|
10960
|
-
* dialogs.
|
|
10960
|
+
* dialogs. The group with the `basic` key is always shown as the first group.
|
|
10961
10961
|
*/
|
|
10962
10962
|
group?: string;
|
|
10963
10963
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.146.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -278,7 +278,7 @@ declare namespace sap {
|
|
|
278
278
|
* Defines the footer of the control. The footer will be available only with custom toolbar. **Note:** The
|
|
279
279
|
* footer aggregation accepts only controls inheriting `sap.m.IBar`.
|
|
280
280
|
*
|
|
281
|
-
* @
|
|
281
|
+
* @since 1.135
|
|
282
282
|
*/
|
|
283
283
|
footer?: sap.ui.core.Control;
|
|
284
284
|
|
|
@@ -874,7 +874,7 @@ declare namespace sap {
|
|
|
874
874
|
/**
|
|
875
875
|
* Destroys the footer in the aggregation {@link #getFooter footer}.
|
|
876
876
|
*
|
|
877
|
-
* @
|
|
877
|
+
* @since 1.135
|
|
878
878
|
*
|
|
879
879
|
* @returns Reference to `this` in order to allow method chaining
|
|
880
880
|
*/
|
|
@@ -1123,7 +1123,7 @@ declare namespace sap {
|
|
|
1123
1123
|
* Defines the footer of the control. The footer will be available only with custom toolbar. **Note:** The
|
|
1124
1124
|
* footer aggregation accepts only controls inheriting `sap.m.IBar`.
|
|
1125
1125
|
*
|
|
1126
|
-
* @
|
|
1126
|
+
* @since 1.135
|
|
1127
1127
|
*/
|
|
1128
1128
|
getFooter(): sap.ui.core.Control;
|
|
1129
1129
|
/**
|
|
@@ -1632,7 +1632,7 @@ declare namespace sap {
|
|
|
1632
1632
|
/**
|
|
1633
1633
|
* Sets the aggregated {@link #getFooter footer}.
|
|
1634
1634
|
*
|
|
1635
|
-
* @
|
|
1635
|
+
* @since 1.135
|
|
1636
1636
|
*
|
|
1637
1637
|
* @returns Reference to `this` in order to allow method chaining
|
|
1638
1638
|
*/
|
|
@@ -2201,7 +2201,7 @@ declare namespace sap {
|
|
|
2201
2201
|
/**
|
|
2202
2202
|
* Uses TinyMCE version 6 as editor
|
|
2203
2203
|
*
|
|
2204
|
-
* @deprecated As of version 1.
|
|
2204
|
+
* @deprecated As of version 1.136.13. TinyMCE 6 is no longer supported. Use the {@link sap.ui.richtexteditor.EditorType.TinyMCE }
|
|
2205
2205
|
* instead.
|
|
2206
2206
|
*/
|
|
2207
2207
|
TinyMCE6 = "TinyMCE6",
|
package/types/sap.ui.rta.d.ts
CHANGED
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.146.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -7454,6 +7454,9 @@ declare namespace sap {
|
|
|
7454
7454
|
/**
|
|
7455
7455
|
* Allows users to upload all files from a given directory and its corresponding subdirectories.
|
|
7456
7456
|
*
|
|
7457
|
+
* **Note:** This feature is supported on all WebKit-based browsers as well as Microsoft Edge and Firefox
|
|
7458
|
+
* after version 50. **Note:** Multiple directory selection is not supported.
|
|
7459
|
+
*
|
|
7457
7460
|
* @since 1.105.0
|
|
7458
7461
|
*/
|
|
7459
7462
|
directory?:
|
|
@@ -7464,6 +7467,10 @@ declare namespace sap {
|
|
|
7464
7467
|
/**
|
|
7465
7468
|
* Indicates whether the file uploader is required.
|
|
7466
7469
|
*
|
|
7470
|
+
* **Note:** The control can be marked as required either by setting this property to `true` or by using
|
|
7471
|
+
* the legacy approach of setting the `required` property to `true` on a `sap.m.Label` that has its `labelFor`
|
|
7472
|
+
* property pointing to this control.
|
|
7473
|
+
*
|
|
7467
7474
|
* @since 1.144
|
|
7468
7475
|
*/
|
|
7469
7476
|
required?:
|
|
@@ -16953,6 +16960,9 @@ declare namespace sap {
|
|
|
16953
16960
|
*
|
|
16954
16961
|
* Allows users to upload all files from a given directory and its corresponding subdirectories.
|
|
16955
16962
|
*
|
|
16963
|
+
* **Note:** This feature is supported on all WebKit-based browsers as well as Microsoft Edge and Firefox
|
|
16964
|
+
* after version 50. **Note:** Multiple directory selection is not supported.
|
|
16965
|
+
*
|
|
16956
16966
|
* Default value is `false`.
|
|
16957
16967
|
*
|
|
16958
16968
|
* @since 1.105.0
|
|
@@ -16995,7 +17005,7 @@ declare namespace sap {
|
|
|
16995
17005
|
*
|
|
16996
17006
|
* Chosen HTTP request method for file upload.
|
|
16997
17007
|
*
|
|
16998
|
-
* Default value is `
|
|
17008
|
+
* Default value is `POST`.
|
|
16999
17009
|
*
|
|
17000
17010
|
* @since 1.81.0
|
|
17001
17011
|
*
|
|
@@ -17184,6 +17194,10 @@ declare namespace sap {
|
|
|
17184
17194
|
*
|
|
17185
17195
|
* Indicates whether the file uploader is required.
|
|
17186
17196
|
*
|
|
17197
|
+
* **Note:** The control can be marked as required either by setting this property to `true` or by using
|
|
17198
|
+
* the legacy approach of setting the `required` property to `true` on a `sap.m.Label` that has its `labelFor`
|
|
17199
|
+
* property pointing to this control.
|
|
17200
|
+
*
|
|
17187
17201
|
* Default value is `false`.
|
|
17188
17202
|
*
|
|
17189
17203
|
* @since 1.144
|
|
@@ -17526,6 +17540,9 @@ declare namespace sap {
|
|
|
17526
17540
|
*
|
|
17527
17541
|
* Allows users to upload all files from a given directory and its corresponding subdirectories.
|
|
17528
17542
|
*
|
|
17543
|
+
* **Note:** This feature is supported on all WebKit-based browsers as well as Microsoft Edge and Firefox
|
|
17544
|
+
* after version 50. **Note:** Multiple directory selection is not supported.
|
|
17545
|
+
*
|
|
17529
17546
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17530
17547
|
*
|
|
17531
17548
|
* Default value is `false`.
|
|
@@ -17585,7 +17602,7 @@ declare namespace sap {
|
|
|
17585
17602
|
*
|
|
17586
17603
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17587
17604
|
*
|
|
17588
|
-
* Default value is `
|
|
17605
|
+
* Default value is `POST`.
|
|
17589
17606
|
*
|
|
17590
17607
|
* @since 1.81.0
|
|
17591
17608
|
*
|
|
@@ -17820,6 +17837,10 @@ declare namespace sap {
|
|
|
17820
17837
|
*
|
|
17821
17838
|
* Indicates whether the file uploader is required.
|
|
17822
17839
|
*
|
|
17840
|
+
* **Note:** The control can be marked as required either by setting this property to `true` or by using
|
|
17841
|
+
* the legacy approach of setting the `required` property to `true` on a `sap.m.Label` that has its `labelFor`
|
|
17842
|
+
* property pointing to this control.
|
|
17843
|
+
*
|
|
17823
17844
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17824
17845
|
*
|
|
17825
17846
|
* Default value is `false`.
|
|
@@ -22953,10 +22974,22 @@ declare namespace sap {
|
|
|
22953
22974
|
/**
|
|
22954
22975
|
* HTTP request POST method.
|
|
22955
22976
|
*/
|
|
22977
|
+
POST = "POST",
|
|
22978
|
+
/**
|
|
22979
|
+
* HTTP request POST method.
|
|
22980
|
+
*
|
|
22981
|
+
* @deprecated As of version 1.145.0. use {@link sap.ui.unified.FileUploaderHttpRequestMethod.POST} instead
|
|
22982
|
+
*/
|
|
22956
22983
|
Post = "POST",
|
|
22957
22984
|
/**
|
|
22958
22985
|
* HTTP request PUT method.
|
|
22959
22986
|
*/
|
|
22987
|
+
PUT = "PUT",
|
|
22988
|
+
/**
|
|
22989
|
+
* HTTP request PUT method.
|
|
22990
|
+
*
|
|
22991
|
+
* @deprecated As of version 1.145.0. use {@link sap.ui.unified.FileUploaderHttpRequestMethod.PUT} instead
|
|
22992
|
+
*/
|
|
22960
22993
|
Put = "PUT",
|
|
22961
22994
|
}
|
|
22962
22995
|
/**
|
package/types/sap.ui.ux3.d.ts
CHANGED
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.146.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -4845,7 +4845,7 @@ declare namespace sap {
|
|
|
4845
4845
|
* Include selected nodes
|
|
4846
4846
|
*/
|
|
4847
4847
|
includeSelection: boolean
|
|
4848
|
-
): string
|
|
4848
|
+
): Promise<string>;
|
|
4849
4849
|
/**
|
|
4850
4850
|
* Gets content of aggregation {@link #getMiniMap miniMap}.
|
|
4851
4851
|
*/
|
|
@@ -8263,6 +8263,21 @@ declare namespace sap {
|
|
|
8263
8263
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
8264
8264
|
| `{${string}}`;
|
|
8265
8265
|
|
|
8266
|
+
outlineColor?:
|
|
8267
|
+
| sap.ui.core.CSSColor
|
|
8268
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
8269
|
+
| `{${string}}`;
|
|
8270
|
+
|
|
8271
|
+
outlineWidth?:
|
|
8272
|
+
| float
|
|
8273
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
8274
|
+
| `{${string}}`;
|
|
8275
|
+
|
|
8276
|
+
showOutline?:
|
|
8277
|
+
| boolean
|
|
8278
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
8279
|
+
| `{${string}}`;
|
|
8280
|
+
|
|
8266
8281
|
cappingColor?:
|
|
8267
8282
|
| sap.ui.core.CSSColor
|
|
8268
8283
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
@@ -8277,6 +8292,12 @@ declare namespace sap {
|
|
|
8277
8292
|
| boolean
|
|
8278
8293
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
8279
8294
|
| `{${string}}`;
|
|
8295
|
+
|
|
8296
|
+
/**
|
|
8297
|
+
* This event is fired when the tool's setState method is called and the new state is applied. The event
|
|
8298
|
+
* can be used to update of the UI.
|
|
8299
|
+
*/
|
|
8300
|
+
stateChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
8280
8301
|
}
|
|
8281
8302
|
|
|
8282
8303
|
/**
|
|
@@ -9104,6 +9125,11 @@ declare namespace sap {
|
|
|
9104
9125
|
request?: any;
|
|
9105
9126
|
}
|
|
9106
9127
|
|
|
9128
|
+
/**
|
|
9129
|
+
* Parameters of the CrossSectionTool#stateChanged event.
|
|
9130
|
+
*/
|
|
9131
|
+
interface CrossSectionTool$StateChangedEventParameters {}
|
|
9132
|
+
|
|
9107
9133
|
/**
|
|
9108
9134
|
* Parameters of the DuplicateSvgElementTool#nodesCreated event.
|
|
9109
9135
|
*/
|
|
@@ -11510,6 +11536,93 @@ declare namespace sap {
|
|
|
11510
11536
|
* @returns Metadata object describing this class
|
|
11511
11537
|
*/
|
|
11512
11538
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
11539
|
+
/**
|
|
11540
|
+
* Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.vk.tools.CrossSectionTool`.
|
|
11541
|
+
*
|
|
11542
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
11543
|
+
* otherwise it will be bound to this `sap.ui.vk.tools.CrossSectionTool` itself.
|
|
11544
|
+
*
|
|
11545
|
+
* This event is fired when the tool's setState method is called and the new state is applied. The event
|
|
11546
|
+
* can be used to update of the UI.
|
|
11547
|
+
*
|
|
11548
|
+
*
|
|
11549
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
11550
|
+
*/
|
|
11551
|
+
attachStateChanged(
|
|
11552
|
+
/**
|
|
11553
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
11554
|
+
* object when firing the event
|
|
11555
|
+
*/
|
|
11556
|
+
oData: object,
|
|
11557
|
+
/**
|
|
11558
|
+
* The function to be called when the event occurs
|
|
11559
|
+
*/
|
|
11560
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
11561
|
+
/**
|
|
11562
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.CrossSectionTool` itself
|
|
11563
|
+
*/
|
|
11564
|
+
oListener?: object
|
|
11565
|
+
): this;
|
|
11566
|
+
/**
|
|
11567
|
+
* Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.vk.tools.CrossSectionTool`.
|
|
11568
|
+
*
|
|
11569
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
11570
|
+
* otherwise it will be bound to this `sap.ui.vk.tools.CrossSectionTool` itself.
|
|
11571
|
+
*
|
|
11572
|
+
* This event is fired when the tool's setState method is called and the new state is applied. The event
|
|
11573
|
+
* can be used to update of the UI.
|
|
11574
|
+
*
|
|
11575
|
+
*
|
|
11576
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
11577
|
+
*/
|
|
11578
|
+
attachStateChanged(
|
|
11579
|
+
/**
|
|
11580
|
+
* The function to be called when the event occurs
|
|
11581
|
+
*/
|
|
11582
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
11583
|
+
/**
|
|
11584
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.CrossSectionTool` itself
|
|
11585
|
+
*/
|
|
11586
|
+
oListener?: object
|
|
11587
|
+
): this;
|
|
11588
|
+
/**
|
|
11589
|
+
* Detaches event handler `fnFunction` from the {@link #event:stateChanged stateChanged} event of this `sap.ui.vk.tools.CrossSectionTool`.
|
|
11590
|
+
*
|
|
11591
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
11592
|
+
*
|
|
11593
|
+
*
|
|
11594
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
11595
|
+
*/
|
|
11596
|
+
detachStateChanged(
|
|
11597
|
+
/**
|
|
11598
|
+
* The function to be called, when the event occurs
|
|
11599
|
+
*/
|
|
11600
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
11601
|
+
/**
|
|
11602
|
+
* Context object on which the given function had to be called
|
|
11603
|
+
*/
|
|
11604
|
+
oListener?: object
|
|
11605
|
+
): this;
|
|
11606
|
+
/**
|
|
11607
|
+
* Fires event {@link #event:stateChanged stateChanged} to attached listeners.
|
|
11608
|
+
*
|
|
11609
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11610
|
+
*
|
|
11611
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
11612
|
+
*/
|
|
11613
|
+
fireStateChanged(
|
|
11614
|
+
/**
|
|
11615
|
+
* Parameters to pass along with the event
|
|
11616
|
+
*/
|
|
11617
|
+
mParameters?: object
|
|
11618
|
+
): this;
|
|
11619
|
+
/**
|
|
11620
|
+
* Gets the clipping plane axis.
|
|
11621
|
+
*
|
|
11622
|
+
*
|
|
11623
|
+
* @returns Axis index from 0 to 2: 0 - X, 1 - Y, 2 - Z.
|
|
11624
|
+
*/
|
|
11625
|
+
getAxis(): number;
|
|
11513
11626
|
/**
|
|
11514
11627
|
* Gets current value of property {@link #getCappingColor cappingColor}.
|
|
11515
11628
|
*
|
|
@@ -11528,6 +11641,24 @@ declare namespace sap {
|
|
|
11528
11641
|
* @returns Value of property `cappingOpacity`
|
|
11529
11642
|
*/
|
|
11530
11643
|
getCappingOpacity(): float;
|
|
11644
|
+
/**
|
|
11645
|
+
* Gets current value of property {@link #getOutlineColor outlineColor}.
|
|
11646
|
+
*
|
|
11647
|
+
* Default value is `"#000000"`.
|
|
11648
|
+
*
|
|
11649
|
+
*
|
|
11650
|
+
* @returns Value of property `outlineColor`
|
|
11651
|
+
*/
|
|
11652
|
+
getOutlineColor(): sap.ui.core.CSSColor;
|
|
11653
|
+
/**
|
|
11654
|
+
* Gets current value of property {@link #getOutlineWidth outlineWidth}.
|
|
11655
|
+
*
|
|
11656
|
+
* Default value is `2`.
|
|
11657
|
+
*
|
|
11658
|
+
*
|
|
11659
|
+
* @returns Value of property `outlineWidth`
|
|
11660
|
+
*/
|
|
11661
|
+
getOutlineWidth(): float;
|
|
11531
11662
|
/**
|
|
11532
11663
|
* Gets current value of property {@link #getShowCapping showCapping}.
|
|
11533
11664
|
*
|
|
@@ -11548,6 +11679,15 @@ declare namespace sap {
|
|
|
11548
11679
|
* @returns Value of property `showEditingUI`
|
|
11549
11680
|
*/
|
|
11550
11681
|
getShowEditingUI(): boolean;
|
|
11682
|
+
/**
|
|
11683
|
+
* Gets current value of property {@link #getShowOutline showOutline}.
|
|
11684
|
+
*
|
|
11685
|
+
* Default value is `true`.
|
|
11686
|
+
*
|
|
11687
|
+
*
|
|
11688
|
+
* @returns Value of property `showOutline`
|
|
11689
|
+
*/
|
|
11690
|
+
getShowOutline(): boolean;
|
|
11551
11691
|
/**
|
|
11552
11692
|
* Gets information about the current state.
|
|
11553
11693
|
*
|
|
@@ -11626,6 +11766,38 @@ declare namespace sap {
|
|
|
11626
11766
|
*/
|
|
11627
11767
|
flip?: boolean
|
|
11628
11768
|
): this;
|
|
11769
|
+
/**
|
|
11770
|
+
* Sets a new value for property {@link #getOutlineColor outlineColor}.
|
|
11771
|
+
*
|
|
11772
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
11773
|
+
*
|
|
11774
|
+
* Default value is `"#000000"`.
|
|
11775
|
+
*
|
|
11776
|
+
*
|
|
11777
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
11778
|
+
*/
|
|
11779
|
+
setOutlineColor(
|
|
11780
|
+
/**
|
|
11781
|
+
* New value for property `outlineColor`
|
|
11782
|
+
*/
|
|
11783
|
+
sOutlineColor?: sap.ui.core.CSSColor
|
|
11784
|
+
): this;
|
|
11785
|
+
/**
|
|
11786
|
+
* Sets a new value for property {@link #getOutlineWidth outlineWidth}.
|
|
11787
|
+
*
|
|
11788
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
11789
|
+
*
|
|
11790
|
+
* Default value is `2`.
|
|
11791
|
+
*
|
|
11792
|
+
*
|
|
11793
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
11794
|
+
*/
|
|
11795
|
+
setOutlineWidth(
|
|
11796
|
+
/**
|
|
11797
|
+
* New value for property `outlineWidth`
|
|
11798
|
+
*/
|
|
11799
|
+
fOutlineWidth?: float
|
|
11800
|
+
): this;
|
|
11629
11801
|
/**
|
|
11630
11802
|
* Sets a new value for property {@link #getShowCapping showCapping}.
|
|
11631
11803
|
*
|
|
@@ -11660,6 +11832,22 @@ declare namespace sap {
|
|
|
11660
11832
|
*/
|
|
11661
11833
|
bShowEditingUI?: boolean
|
|
11662
11834
|
): this;
|
|
11835
|
+
/**
|
|
11836
|
+
* Sets a new value for property {@link #getShowOutline showOutline}.
|
|
11837
|
+
*
|
|
11838
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
11839
|
+
*
|
|
11840
|
+
* Default value is `true`.
|
|
11841
|
+
*
|
|
11842
|
+
*
|
|
11843
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
11844
|
+
*/
|
|
11845
|
+
setShowOutline(
|
|
11846
|
+
/**
|
|
11847
|
+
* New value for property `showOutline`
|
|
11848
|
+
*/
|
|
11849
|
+
bShowOutline?: boolean
|
|
11850
|
+
): this;
|
|
11663
11851
|
/**
|
|
11664
11852
|
* Sets the current state.
|
|
11665
11853
|
*
|
|
@@ -11688,6 +11876,18 @@ declare namespace sap {
|
|
|
11688
11876
|
* The position of the clipping planes defined as [x, y, z].
|
|
11689
11877
|
*/
|
|
11690
11878
|
position?: number[];
|
|
11879
|
+
/**
|
|
11880
|
+
* The color of the outline defined as a CSS color string.
|
|
11881
|
+
*/
|
|
11882
|
+
outlineColor?: string;
|
|
11883
|
+
/**
|
|
11884
|
+
* The width of the outline defined as a float.
|
|
11885
|
+
*/
|
|
11886
|
+
outlineWidth?: number;
|
|
11887
|
+
/**
|
|
11888
|
+
* Specifies whether the outline should be shown.
|
|
11889
|
+
*/
|
|
11890
|
+
showOutline?: boolean;
|
|
11691
11891
|
/**
|
|
11692
11892
|
* The color of the capping defined as a CSS color string.
|
|
11693
11893
|
*/
|
|
@@ -11700,6 +11900,10 @@ declare namespace sap {
|
|
|
11700
11900
|
* Specifies whether the capping should be shown.
|
|
11701
11901
|
*/
|
|
11702
11902
|
showCapping?: boolean;
|
|
11903
|
+
/**
|
|
11904
|
+
* Specifies whether the editing UI should be shown.
|
|
11905
|
+
*/
|
|
11906
|
+
showEditingUI?: boolean;
|
|
11703
11907
|
},
|
|
11704
11908
|
/**
|
|
11705
11909
|
* The viewport where the tool is used.
|
|
@@ -18215,6 +18419,14 @@ declare namespace sap {
|
|
|
18215
18419
|
CreateTextTool
|
|
18216
18420
|
>;
|
|
18217
18421
|
|
|
18422
|
+
/**
|
|
18423
|
+
* Event object of the CrossSectionTool#stateChanged event.
|
|
18424
|
+
*/
|
|
18425
|
+
type CrossSectionTool$StateChangedEvent = sap.ui.base.Event<
|
|
18426
|
+
CrossSectionTool$StateChangedEventParameters,
|
|
18427
|
+
CrossSectionTool
|
|
18428
|
+
>;
|
|
18429
|
+
|
|
18218
18430
|
/**
|
|
18219
18431
|
* Event object of the DuplicateSvgElementTool#nodesCreated event.
|
|
18220
18432
|
*/
|
|
@@ -46406,6 +46618,8 @@ declare namespace sap {
|
|
|
46406
46618
|
|
|
46407
46619
|
CrossSectionSeparator = "VIT-Cross-Section-Separator",
|
|
46408
46620
|
|
|
46621
|
+
CrossSectionSettings = "VIT-Cross-Section-Settings",
|
|
46622
|
+
|
|
46409
46623
|
EcadSeparator = "VIT-ECAD-Separator",
|
|
46410
46624
|
|
|
46411
46625
|
FitToPage = "VIT-Fit-To-Page",
|
package/types/sap.ui.vtm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.146.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -6935,7 +6935,7 @@ declare namespace sap {
|
|
|
6935
6935
|
* Example:
|
|
6936
6936
|
* ```javascript
|
|
6937
6937
|
* {
|
|
6938
|
-
* id:
|
|
6938
|
+
* id: sap.base.util.uid(),
|
|
6939
6939
|
* name: "Tree item name",
|
|
6940
6940
|
* iconUrl: "sap-icon://tree",
|
|
6941
6941
|
* iconTooltip: "Group"
|