@sapui5/ts-types 1.118.0 → 1.119.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 +16 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +35 -1
- package/types/sap.f.d.ts +117 -3
- package/types/sap.fe.core.d.ts +87 -61
- package/types/sap.fe.macros.d.ts +164 -21
- package/types/sap.fe.navigation.d.ts +92 -87
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +25 -21
- 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 +67 -53
- package/types/sap.insights.d.ts +141 -40
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +458 -82
- 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 +519 -272
- package/types/sap.suite.ui.commons.d.ts +50 -6
- package/types/sap.suite.ui.generic.template.d.ts +22 -17
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +17 -15
- 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 +41 -62
- package/types/sap.ui.core.d.ts +504 -162
- 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 -54
- 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 +11 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1023 -262
- 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 +913 -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 +1 -1
- package/types/sap.ui.vk.d.ts +367 -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 +113 -115
- package/types/sap.ui.webc.main.d.ts +299 -306
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +534 -14
- 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.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.
|
|
1
|
+
// For Library Version: 1.119.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -113,20 +113,6 @@ declare namespace sap {
|
|
|
113
113
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
114
114
|
| `{${string}}`;
|
|
115
115
|
|
|
116
|
-
/**
|
|
117
|
-
* @since 1.118
|
|
118
|
-
*
|
|
119
|
-
* Renders the name of the variant as a text. The name of the variant is usually rendered as {@link sap.m.Title }
|
|
120
|
-
* but there are use cases - related to accessibility requirements - where the rendering should be done
|
|
121
|
-
* using {@link sap.m.Text} instead. **Note:**:
|
|
122
|
-
* If the name of the variant is rendered as `sap.m.Text`, all the `sap.m.Title`- specific information
|
|
123
|
-
* (`headerLevel` and `titleStyle`) is ignored.
|
|
124
|
-
*/
|
|
125
|
-
showAsText?:
|
|
126
|
-
| boolean
|
|
127
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
128
|
-
| `{${string}}`;
|
|
129
|
-
|
|
130
116
|
/**
|
|
131
117
|
* Contains the ids of the controls for which the variant management is responsible.
|
|
132
118
|
*/
|
|
@@ -828,22 +814,6 @@ declare namespace sap {
|
|
|
828
814
|
* @returns Value of property `resetOnContextChange`
|
|
829
815
|
*/
|
|
830
816
|
getResetOnContextChange(): boolean;
|
|
831
|
-
/**
|
|
832
|
-
* @since 1.118
|
|
833
|
-
*
|
|
834
|
-
* Gets current value of property {@link #getShowAsText showAsText}.
|
|
835
|
-
*
|
|
836
|
-
* Renders the name of the variant as a text. The name of the variant is usually rendered as {@link sap.m.Title }
|
|
837
|
-
* but there are use cases - related to accessibility requirements - where the rendering should be done
|
|
838
|
-
* using {@link sap.m.Text} instead. **Note:**:
|
|
839
|
-
* If the name of the variant is rendered as `sap.m.Text`, all the `sap.m.Title`- specific information
|
|
840
|
-
* (`headerLevel` and `titleStyle`) is ignored.
|
|
841
|
-
*
|
|
842
|
-
* Default value is `false`.
|
|
843
|
-
*
|
|
844
|
-
* @returns Value of property `showAsText`
|
|
845
|
-
*/
|
|
846
|
-
getShowAsText(): boolean;
|
|
847
817
|
/**
|
|
848
818
|
* Gets current value of property {@link #getShowSetAsDefault showSetAsDefault}.
|
|
849
819
|
*
|
|
@@ -1055,29 +1025,6 @@ declare namespace sap {
|
|
|
1055
1025
|
*/
|
|
1056
1026
|
bResetOnContextChange?: boolean
|
|
1057
1027
|
): this;
|
|
1058
|
-
/**
|
|
1059
|
-
* @since 1.118
|
|
1060
|
-
*
|
|
1061
|
-
* Sets a new value for property {@link #getShowAsText showAsText}.
|
|
1062
|
-
*
|
|
1063
|
-
* Renders the name of the variant as a text. The name of the variant is usually rendered as {@link sap.m.Title }
|
|
1064
|
-
* but there are use cases - related to accessibility requirements - where the rendering should be done
|
|
1065
|
-
* using {@link sap.m.Text} instead. **Note:**:
|
|
1066
|
-
* If the name of the variant is rendered as `sap.m.Text`, all the `sap.m.Title`- specific information
|
|
1067
|
-
* (`headerLevel` and `titleStyle`) is ignored.
|
|
1068
|
-
*
|
|
1069
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1070
|
-
*
|
|
1071
|
-
* Default value is `false`.
|
|
1072
|
-
*
|
|
1073
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
1074
|
-
*/
|
|
1075
|
-
setShowAsText(
|
|
1076
|
-
/**
|
|
1077
|
-
* New value for property `showAsText`
|
|
1078
|
-
*/
|
|
1079
|
-
bShowAsText?: boolean
|
|
1080
|
-
): this;
|
|
1081
1028
|
/**
|
|
1082
1029
|
* Sets a new value for property {@link #getShowSetAsDefault showSetAsDefault}.
|
|
1083
1030
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.119.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -4027,6 +4027,14 @@ declare namespace sap {
|
|
|
4027
4027
|
* The standard card variant.
|
|
4028
4028
|
*/
|
|
4029
4029
|
Standard = "Standard",
|
|
4030
|
+
/**
|
|
4031
|
+
* Card renders and behaves like a tile of size 2x1.
|
|
4032
|
+
*/
|
|
4033
|
+
TileFlat = "TileFlat",
|
|
4034
|
+
/**
|
|
4035
|
+
* Card renders and behaves like a tile of size 4x1.
|
|
4036
|
+
*/
|
|
4037
|
+
TileFlatWide = "TileFlatWide",
|
|
4030
4038
|
/**
|
|
4031
4039
|
* Card renders and behaves like a tile of size 2x2.
|
|
4032
4040
|
*/
|
|
@@ -4297,6 +4305,8 @@ declare namespace sap {
|
|
|
4297
4305
|
|
|
4298
4306
|
"sap/ui/integration/editor/fields/viz/IconSelect": undefined;
|
|
4299
4307
|
|
|
4308
|
+
"sap/ui/integration/editor/fields/viz/ImageSelect": undefined;
|
|
4309
|
+
|
|
4300
4310
|
"sap/ui/integration/editor/fields/viz/ShapeSelect": undefined;
|
|
4301
4311
|
|
|
4302
4312
|
"sap/ui/integration/editor/fields/viz/VizBase": undefined;
|
package/types/sap.ui.layout.d.ts
CHANGED