@sapui5/ts-types 1.106.0 → 1.107.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/README.md +6 -2
- 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 +63 -25
- package/types/sap.f.d.ts +810 -163
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +47 -47
- package/types/sap.fe.macros.d.ts +82 -6
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +51 -4
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +9 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +149 -99
- 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 +301 -1
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +2 -37
- package/types/sap.suite.ui.generic.template.d.ts +15 -2
- 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 +61 -1
- package/types/sap.ui.core.d.ts +443 -147
- 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 +3 -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.integration.d.ts +195 -19
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +5 -1
- package/types/sap.ui.richtexteditor.d.ts +36 -17
- 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 +7 -7
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -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 +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +36 -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.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.107.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -1047,6 +1047,14 @@ declare namespace sap {
|
|
|
1047
1047
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1048
1048
|
| `{${string}}`;
|
|
1049
1049
|
|
|
1050
|
+
/**
|
|
1051
|
+
* Determines whether the Section title wraps on multiple lines, when the available space is not enough.
|
|
1052
|
+
*/
|
|
1053
|
+
wrapTitle?:
|
|
1054
|
+
| boolean
|
|
1055
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1056
|
+
| `{${string}}`;
|
|
1057
|
+
|
|
1050
1058
|
/**
|
|
1051
1059
|
* The list of Subsections.
|
|
1052
1060
|
*/
|
|
@@ -6565,6 +6573,16 @@ declare namespace sap {
|
|
|
6565
6573
|
* @returns Value of property `titleUppercase`
|
|
6566
6574
|
*/
|
|
6567
6575
|
getTitleUppercase(): boolean;
|
|
6576
|
+
/**
|
|
6577
|
+
* Gets current value of property {@link #getWrapTitle wrapTitle}.
|
|
6578
|
+
*
|
|
6579
|
+
* Determines whether the Section title wraps on multiple lines, when the available space is not enough.
|
|
6580
|
+
*
|
|
6581
|
+
* Default value is `false`.
|
|
6582
|
+
*
|
|
6583
|
+
* @returns Value of property `wrapTitle`
|
|
6584
|
+
*/
|
|
6585
|
+
getWrapTitle(): boolean;
|
|
6568
6586
|
/**
|
|
6569
6587
|
* Checks for the provided `sap.uxap.ObjectPageSubSection` in the aggregation {@link #getSubSections subSections}.
|
|
6570
6588
|
* and returns its index if found or -1 otherwise.
|
|
@@ -6672,6 +6690,23 @@ declare namespace sap {
|
|
|
6672
6690
|
*/
|
|
6673
6691
|
bTitleUppercase?: boolean
|
|
6674
6692
|
): this;
|
|
6693
|
+
/**
|
|
6694
|
+
* Sets a new value for property {@link #getWrapTitle wrapTitle}.
|
|
6695
|
+
*
|
|
6696
|
+
* Determines whether the Section title wraps on multiple lines, when the available space is not enough.
|
|
6697
|
+
*
|
|
6698
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6699
|
+
*
|
|
6700
|
+
* Default value is `false`.
|
|
6701
|
+
*
|
|
6702
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
6703
|
+
*/
|
|
6704
|
+
setWrapTitle(
|
|
6705
|
+
/**
|
|
6706
|
+
* New value for property `wrapTitle`
|
|
6707
|
+
*/
|
|
6708
|
+
bWrapTitle?: boolean
|
|
6709
|
+
): this;
|
|
6675
6710
|
}
|
|
6676
6711
|
/**
|
|
6677
6712
|
* @SINCE 1.26
|
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED