@sapui5/ts-types 1.141.2 → 1.142.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 +8 -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.base.d.ts +3 -0
- package/types/sap.esh.search.ui.d.ts +152 -3
- package/types/sap.f.d.ts +1 -1
- 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 +50 -32
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +2646 -125
- package/types/sap.fe.navigation.d.ts +2 -2
- 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 +23 -11
- package/types/sap.fe.test.d.ts +8 -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 +4 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.141.0-d.ts → sap.m.d.ts} +401 -54
- 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.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +13 -3587
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +30 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.141.0-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.141.0-d.ts → sap.ui.commons.d.ts} +1 -1
- package/types/sap.ui.comp.d.ts +78 -9
- package/types/{core-1.141.0-d.ts → sap.ui.core.d.ts} +712 -187
- package/types/{dt-1.141.0-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +56 -1
- package/types/sap.ui.fl.d.ts +1 -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 +1 -1
- package/types/sap.ui.layout.d.ts +100 -94
- package/types/{mdc-1.141.0-d.ts → sap.ui.mdc.d.ts} +1600 -260
- 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 +13 -41
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +34 -78
- package/types/{ux3-1.141.0-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 +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 +13 -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 +326 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.142.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace zen {
|
|
@@ -901,6 +901,52 @@ declare namespace sap {
|
|
|
901
901
|
mSettings?: sap.zen.commons.layout.$MatrixLayoutCellSettings
|
|
902
902
|
);
|
|
903
903
|
|
|
904
|
+
/**
|
|
905
|
+
* Creates a new subclass of class sap.zen.commons.MatrixLayoutCell with name `sClassName` and enriches
|
|
906
|
+
* it with the information contained in `oClassInfo`.
|
|
907
|
+
*
|
|
908
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
909
|
+
*
|
|
910
|
+
*
|
|
911
|
+
* @returns Created class / constructor function
|
|
912
|
+
*/
|
|
913
|
+
static extend<T extends Record<string, unknown>>(
|
|
914
|
+
/**
|
|
915
|
+
* Name of the class being created
|
|
916
|
+
*/
|
|
917
|
+
sClassName: string,
|
|
918
|
+
/**
|
|
919
|
+
* Object literal with information about the class
|
|
920
|
+
*/
|
|
921
|
+
oClassInfo?: sap.ClassInfo<
|
|
922
|
+
T,
|
|
923
|
+
sap.zen.commons.layout.MatrixLayoutCell
|
|
924
|
+
>,
|
|
925
|
+
/**
|
|
926
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
927
|
+
* used by this class
|
|
928
|
+
*/
|
|
929
|
+
FNMetaImpl?: Function
|
|
930
|
+
): Function;
|
|
931
|
+
/**
|
|
932
|
+
* Returns a metadata object for class sap.zen.commons.MatrixLayoutCell.
|
|
933
|
+
*
|
|
934
|
+
*
|
|
935
|
+
* @returns Metadata object describing this class
|
|
936
|
+
*/
|
|
937
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
938
|
+
/**
|
|
939
|
+
* Adds some content to the aggregation {@link #getContent content}.
|
|
940
|
+
*
|
|
941
|
+
*
|
|
942
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
943
|
+
*/
|
|
944
|
+
addContent(
|
|
945
|
+
/**
|
|
946
|
+
* The content to add; if empty, nothing is inserted
|
|
947
|
+
*/
|
|
948
|
+
oContent: sap.ui.core.Control
|
|
949
|
+
): this;
|
|
904
950
|
/**
|
|
905
951
|
* The string given as "sStyleClass" will be added to the "class" attribute of this element's root HTML
|
|
906
952
|
* element.
|
|
@@ -939,6 +985,103 @@ declare namespace sap {
|
|
|
939
985
|
*/
|
|
940
986
|
sStyleClass: string
|
|
941
987
|
): sap.zen.commons.layout.MatrixLayoutCell;
|
|
988
|
+
/**
|
|
989
|
+
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
990
|
+
*
|
|
991
|
+
*
|
|
992
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
993
|
+
*/
|
|
994
|
+
destroyContent(): this;
|
|
995
|
+
/**
|
|
996
|
+
* Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
|
|
997
|
+
*
|
|
998
|
+
* Determines the matrix layout cell's background design.
|
|
999
|
+
*
|
|
1000
|
+
* Default value is `'Transparent'`.
|
|
1001
|
+
*
|
|
1002
|
+
*
|
|
1003
|
+
* @returns Value of property `backgroundDesign`
|
|
1004
|
+
*/
|
|
1005
|
+
getBackgroundDesign(): /* was: sap.zen.commons.BackgroundDesign */ any;
|
|
1006
|
+
/**
|
|
1007
|
+
* Gets current value of property {@link #getColSpan colSpan}.
|
|
1008
|
+
*
|
|
1009
|
+
* Determines how many columns of the underlying grid structure are occupied by this matrix layout cell.
|
|
1010
|
+
*
|
|
1011
|
+
* Default value is `1`.
|
|
1012
|
+
*
|
|
1013
|
+
*
|
|
1014
|
+
* @returns Value of property `colSpan`
|
|
1015
|
+
*/
|
|
1016
|
+
getColSpan(): int;
|
|
1017
|
+
/**
|
|
1018
|
+
* Gets content of aggregation {@link #getContent content}.
|
|
1019
|
+
*
|
|
1020
|
+
* The matrix layout cell's content (arbitrary controls).
|
|
1021
|
+
*
|
|
1022
|
+
* If the matrix row has a defined height and the matrix has layoutFixed = true, the controls inside of
|
|
1023
|
+
* a cell should all use the same unit for its height property.
|
|
1024
|
+
*/
|
|
1025
|
+
getContent(): sap.ui.core.Control[];
|
|
1026
|
+
/**
|
|
1027
|
+
* Gets current value of property {@link #getHAlign hAlign}.
|
|
1028
|
+
*
|
|
1029
|
+
* Determines the horizontal alignment of the matrix layout cell's content with the cell's borders.
|
|
1030
|
+
*
|
|
1031
|
+
* Default value is `'Begin'`.
|
|
1032
|
+
*
|
|
1033
|
+
*
|
|
1034
|
+
* @returns Value of property `hAlign`
|
|
1035
|
+
*/
|
|
1036
|
+
getHAlign(): sap.zen.commons.HAlign;
|
|
1037
|
+
/**
|
|
1038
|
+
* Gets current value of property {@link #getPadding padding}.
|
|
1039
|
+
*
|
|
1040
|
+
* Determines the padding of the matrix layout cell's content within the cell's borders. The default value
|
|
1041
|
+
* is appropriate for all cells in a form-like layout. Consider to remove the padding on the outer layout
|
|
1042
|
+
* in case of nesting.
|
|
1043
|
+
*
|
|
1044
|
+
* Default value is `'End'`.
|
|
1045
|
+
*
|
|
1046
|
+
*
|
|
1047
|
+
* @returns Value of property `padding`
|
|
1048
|
+
*/
|
|
1049
|
+
getPadding(): sap.zen.commons.Padding;
|
|
1050
|
+
/**
|
|
1051
|
+
* Gets current value of property {@link #getRowSpan rowSpan}.
|
|
1052
|
+
*
|
|
1053
|
+
* Determines how many rows of the underlying grid structure are occupied by this matrix layout cell. In
|
|
1054
|
+
* case a row-height is used, all rows affected by the RowSpan must have the same unit.
|
|
1055
|
+
*
|
|
1056
|
+
* Default value is `1`.
|
|
1057
|
+
*
|
|
1058
|
+
*
|
|
1059
|
+
* @returns Value of property `rowSpan`
|
|
1060
|
+
*/
|
|
1061
|
+
getRowSpan(): int;
|
|
1062
|
+
/**
|
|
1063
|
+
* Gets current value of property {@link #getSeparation separation}.
|
|
1064
|
+
*
|
|
1065
|
+
* Determines how a matrix layout cell is separated from its predecessor, via a vertical gutter of variable
|
|
1066
|
+
* width, with or without a vertical line.
|
|
1067
|
+
*
|
|
1068
|
+
* Default value is `'None'`.
|
|
1069
|
+
*
|
|
1070
|
+
*
|
|
1071
|
+
* @returns Value of property `separation`
|
|
1072
|
+
*/
|
|
1073
|
+
getSeparation(): sap.zen.commons.Separation;
|
|
1074
|
+
/**
|
|
1075
|
+
* Gets current value of property {@link #getVAlign vAlign}.
|
|
1076
|
+
*
|
|
1077
|
+
* Determines the vertical alignment of the matrix layout cell's content with the cell's borders.
|
|
1078
|
+
*
|
|
1079
|
+
* Default value is `'Middle'`.
|
|
1080
|
+
*
|
|
1081
|
+
*
|
|
1082
|
+
* @returns Value of property `vAlign`
|
|
1083
|
+
*/
|
|
1084
|
+
getVAlign(): sap.zen.commons.VAlign;
|
|
942
1085
|
/**
|
|
943
1086
|
* Returns true if the given style class string is valid and if this Element has this style class set via
|
|
944
1087
|
* a previous call to addStyleClass().
|
|
@@ -949,6 +1092,58 @@ declare namespace sap {
|
|
|
949
1092
|
*/
|
|
950
1093
|
sStyleClass: string
|
|
951
1094
|
): boolean;
|
|
1095
|
+
/**
|
|
1096
|
+
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
|
|
1097
|
+
* its index if found or -1 otherwise.
|
|
1098
|
+
*
|
|
1099
|
+
*
|
|
1100
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
1101
|
+
*/
|
|
1102
|
+
indexOfContent(
|
|
1103
|
+
/**
|
|
1104
|
+
* The content whose index is looked for
|
|
1105
|
+
*/
|
|
1106
|
+
oContent: sap.ui.core.Control
|
|
1107
|
+
): int;
|
|
1108
|
+
/**
|
|
1109
|
+
* Inserts a content into the aggregation {@link #getContent content}.
|
|
1110
|
+
*
|
|
1111
|
+
*
|
|
1112
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1113
|
+
*/
|
|
1114
|
+
insertContent(
|
|
1115
|
+
/**
|
|
1116
|
+
* The content to insert; if empty, nothing is inserted
|
|
1117
|
+
*/
|
|
1118
|
+
oContent: sap.ui.core.Control,
|
|
1119
|
+
/**
|
|
1120
|
+
* The `0`-based index the content should be inserted at; for a negative value of `iIndex`, the content
|
|
1121
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the content
|
|
1122
|
+
* is inserted at the last position
|
|
1123
|
+
*/
|
|
1124
|
+
iIndex: int
|
|
1125
|
+
): this;
|
|
1126
|
+
/**
|
|
1127
|
+
* Removes all the controls from the aggregation {@link #getContent content}.
|
|
1128
|
+
*
|
|
1129
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
1130
|
+
*
|
|
1131
|
+
*
|
|
1132
|
+
* @returns An array of the removed elements (might be empty)
|
|
1133
|
+
*/
|
|
1134
|
+
removeAllContent(): sap.ui.core.Control[];
|
|
1135
|
+
/**
|
|
1136
|
+
* Removes a content from the aggregation {@link #getContent content}.
|
|
1137
|
+
*
|
|
1138
|
+
*
|
|
1139
|
+
* @returns The removed content or `null`
|
|
1140
|
+
*/
|
|
1141
|
+
removeContent(
|
|
1142
|
+
/**
|
|
1143
|
+
* The content to remove or its index or id
|
|
1144
|
+
*/
|
|
1145
|
+
vContent: int | string | sap.ui.core.Control
|
|
1146
|
+
): sap.ui.core.Control | null;
|
|
952
1147
|
/**
|
|
953
1148
|
* Removes the given string from the list of custom style classes that have been set previously. Regular
|
|
954
1149
|
* style classes like "sapUiBtn" cannot be removed.
|
|
@@ -961,6 +1156,136 @@ declare namespace sap {
|
|
|
961
1156
|
*/
|
|
962
1157
|
sStyleClass: string
|
|
963
1158
|
): sap.zen.commons.layout.MatrixLayoutCell;
|
|
1159
|
+
/**
|
|
1160
|
+
* Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
|
|
1161
|
+
*
|
|
1162
|
+
* Determines the matrix layout cell's background design.
|
|
1163
|
+
*
|
|
1164
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1165
|
+
*
|
|
1166
|
+
* Default value is `'Transparent'`.
|
|
1167
|
+
*
|
|
1168
|
+
*
|
|
1169
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1170
|
+
*/
|
|
1171
|
+
setBackgroundDesign(
|
|
1172
|
+
/**
|
|
1173
|
+
* New value for property `backgroundDesign`
|
|
1174
|
+
*/
|
|
1175
|
+
sBackgroundDesign?: /* was: sap.zen.commons.BackgroundDesign */ any
|
|
1176
|
+
): this;
|
|
1177
|
+
/**
|
|
1178
|
+
* Sets a new value for property {@link #getColSpan colSpan}.
|
|
1179
|
+
*
|
|
1180
|
+
* Determines how many columns of the underlying grid structure are occupied by this matrix layout cell.
|
|
1181
|
+
*
|
|
1182
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1183
|
+
*
|
|
1184
|
+
* Default value is `1`.
|
|
1185
|
+
*
|
|
1186
|
+
*
|
|
1187
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1188
|
+
*/
|
|
1189
|
+
setColSpan(
|
|
1190
|
+
/**
|
|
1191
|
+
* New value for property `colSpan`
|
|
1192
|
+
*/
|
|
1193
|
+
iColSpan?: int
|
|
1194
|
+
): this;
|
|
1195
|
+
/**
|
|
1196
|
+
* Sets a new value for property {@link #getHAlign hAlign}.
|
|
1197
|
+
*
|
|
1198
|
+
* Determines the horizontal alignment of the matrix layout cell's content with the cell's borders.
|
|
1199
|
+
*
|
|
1200
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1201
|
+
*
|
|
1202
|
+
* Default value is `'Begin'`.
|
|
1203
|
+
*
|
|
1204
|
+
*
|
|
1205
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1206
|
+
*/
|
|
1207
|
+
setHAlign(
|
|
1208
|
+
/**
|
|
1209
|
+
* New value for property `hAlign`
|
|
1210
|
+
*/
|
|
1211
|
+
sHAlign?: sap.zen.commons.HAlign
|
|
1212
|
+
): this;
|
|
1213
|
+
/**
|
|
1214
|
+
* Sets a new value for property {@link #getPadding padding}.
|
|
1215
|
+
*
|
|
1216
|
+
* Determines the padding of the matrix layout cell's content within the cell's borders. The default value
|
|
1217
|
+
* is appropriate for all cells in a form-like layout. Consider to remove the padding on the outer layout
|
|
1218
|
+
* in case of nesting.
|
|
1219
|
+
*
|
|
1220
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1221
|
+
*
|
|
1222
|
+
* Default value is `'End'`.
|
|
1223
|
+
*
|
|
1224
|
+
*
|
|
1225
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1226
|
+
*/
|
|
1227
|
+
setPadding(
|
|
1228
|
+
/**
|
|
1229
|
+
* New value for property `padding`
|
|
1230
|
+
*/
|
|
1231
|
+
sPadding?: sap.zen.commons.Padding
|
|
1232
|
+
): this;
|
|
1233
|
+
/**
|
|
1234
|
+
* Sets a new value for property {@link #getRowSpan rowSpan}.
|
|
1235
|
+
*
|
|
1236
|
+
* Determines how many rows of the underlying grid structure are occupied by this matrix layout cell. In
|
|
1237
|
+
* case a row-height is used, all rows affected by the RowSpan must have the same unit.
|
|
1238
|
+
*
|
|
1239
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1240
|
+
*
|
|
1241
|
+
* Default value is `1`.
|
|
1242
|
+
*
|
|
1243
|
+
*
|
|
1244
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1245
|
+
*/
|
|
1246
|
+
setRowSpan(
|
|
1247
|
+
/**
|
|
1248
|
+
* New value for property `rowSpan`
|
|
1249
|
+
*/
|
|
1250
|
+
iRowSpan?: int
|
|
1251
|
+
): this;
|
|
1252
|
+
/**
|
|
1253
|
+
* Sets a new value for property {@link #getSeparation separation}.
|
|
1254
|
+
*
|
|
1255
|
+
* Determines how a matrix layout cell is separated from its predecessor, via a vertical gutter of variable
|
|
1256
|
+
* width, with or without a vertical line.
|
|
1257
|
+
*
|
|
1258
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1259
|
+
*
|
|
1260
|
+
* Default value is `'None'`.
|
|
1261
|
+
*
|
|
1262
|
+
*
|
|
1263
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1264
|
+
*/
|
|
1265
|
+
setSeparation(
|
|
1266
|
+
/**
|
|
1267
|
+
* New value for property `separation`
|
|
1268
|
+
*/
|
|
1269
|
+
sSeparation?: sap.zen.commons.Separation
|
|
1270
|
+
): this;
|
|
1271
|
+
/**
|
|
1272
|
+
* Sets a new value for property {@link #getVAlign vAlign}.
|
|
1273
|
+
*
|
|
1274
|
+
* Determines the vertical alignment of the matrix layout cell's content with the cell's borders.
|
|
1275
|
+
*
|
|
1276
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1277
|
+
*
|
|
1278
|
+
* Default value is `'Middle'`.
|
|
1279
|
+
*
|
|
1280
|
+
*
|
|
1281
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1282
|
+
*/
|
|
1283
|
+
setVAlign(
|
|
1284
|
+
/**
|
|
1285
|
+
* New value for property `vAlign`
|
|
1286
|
+
*/
|
|
1287
|
+
sVAlign?: sap.zen.commons.VAlign
|
|
1288
|
+
): this;
|
|
964
1289
|
}
|
|
965
1290
|
/**
|
|
966
1291
|
* Non-control element used as part of a matrix layout's inner structure.
|
package/types/sap.zen.dsh.d.ts
CHANGED