@openui5/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.f.d.ts +121 -3
- package/types/sap.m.d.ts +483 -80
- 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.core.d.ts +517 -173
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -51
- 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 +1017 -246
- 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 +915 -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.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +85 -85
- package/types/sap.ui.webc.main.d.ts +225 -225
- package/types/sap.uxap.d.ts +1 -1
package/types/sap.ui.dt.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 module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -796,22 +796,6 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
796
796
|
* @returns Value of property `resetOnContextChange`
|
|
797
797
|
*/
|
|
798
798
|
getResetOnContextChange(): boolean;
|
|
799
|
-
/**
|
|
800
|
-
* @since 1.118
|
|
801
|
-
*
|
|
802
|
-
* Gets current value of property {@link #getShowAsText showAsText}.
|
|
803
|
-
*
|
|
804
|
-
* Renders the name of the variant as a text. The name of the variant is usually rendered as {@link sap.m.Title }
|
|
805
|
-
* but there are use cases - related to accessibility requirements - where the rendering should be done
|
|
806
|
-
* using {@link sap.m.Text} instead. **Note:**:
|
|
807
|
-
* If the name of the variant is rendered as `sap.m.Text`, all the `sap.m.Title`- specific information
|
|
808
|
-
* (`headerLevel` and `titleStyle`) is ignored.
|
|
809
|
-
*
|
|
810
|
-
* Default value is `false`.
|
|
811
|
-
*
|
|
812
|
-
* @returns Value of property `showAsText`
|
|
813
|
-
*/
|
|
814
|
-
getShowAsText(): boolean;
|
|
815
799
|
/**
|
|
816
800
|
* Gets current value of property {@link #getShowSetAsDefault showSetAsDefault}.
|
|
817
801
|
*
|
|
@@ -1023,29 +1007,6 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1023
1007
|
*/
|
|
1024
1008
|
bResetOnContextChange?: boolean
|
|
1025
1009
|
): this;
|
|
1026
|
-
/**
|
|
1027
|
-
* @since 1.118
|
|
1028
|
-
*
|
|
1029
|
-
* Sets a new value for property {@link #getShowAsText showAsText}.
|
|
1030
|
-
*
|
|
1031
|
-
* Renders the name of the variant as a text. The name of the variant is usually rendered as {@link sap.m.Title }
|
|
1032
|
-
* but there are use cases - related to accessibility requirements - where the rendering should be done
|
|
1033
|
-
* using {@link sap.m.Text} instead. **Note:**:
|
|
1034
|
-
* If the name of the variant is rendered as `sap.m.Text`, all the `sap.m.Title`- specific information
|
|
1035
|
-
* (`headerLevel` and `titleStyle`) is ignored.
|
|
1036
|
-
*
|
|
1037
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1038
|
-
*
|
|
1039
|
-
* Default value is `false`.
|
|
1040
|
-
*
|
|
1041
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
1042
|
-
*/
|
|
1043
|
-
setShowAsText(
|
|
1044
|
-
/**
|
|
1045
|
-
* New value for property `showAsText`
|
|
1046
|
-
*/
|
|
1047
|
-
bShowAsText?: boolean
|
|
1048
|
-
): this;
|
|
1049
1010
|
/**
|
|
1050
1011
|
* Sets a new value for property {@link #getShowSetAsDefault showSetAsDefault}.
|
|
1051
1012
|
*
|
|
@@ -1183,17 +1144,6 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1183
1144
|
*/
|
|
1184
1145
|
maxWidth?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
1185
1146
|
|
|
1186
|
-
/**
|
|
1187
|
-
* @since 1.118
|
|
1188
|
-
*
|
|
1189
|
-
* Renders the name of the variant as a text. The name of the variant is usually rendered as {@link sap.m.Title }
|
|
1190
|
-
* but there are use cases - related to accessibility requirements - where the rendering should be done
|
|
1191
|
-
* using {@link sap.m.Text} instead. **Note:**:
|
|
1192
|
-
* If the name of the variant is rendered as `sap.m.Text`, all the `sap.m.Title`- specific information
|
|
1193
|
-
* (`headerLevel` and `titleStyle`) is ignored.
|
|
1194
|
-
*/
|
|
1195
|
-
showAsText?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1196
|
-
|
|
1197
1147
|
/**
|
|
1198
1148
|
* Contains the ids of the controls for which the variant management is responsible.
|
|
1199
1149
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.119.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/integration/library" {
|
|
4
4
|
import { URI } from "sap/ui/core/library";
|
|
@@ -151,6 +151,14 @@ declare module "sap/ui/integration/library" {
|
|
|
151
151
|
* The standard card variant.
|
|
152
152
|
*/
|
|
153
153
|
Standard = "Standard",
|
|
154
|
+
/**
|
|
155
|
+
* Card renders and behaves like a tile of size 2x1.
|
|
156
|
+
*/
|
|
157
|
+
TileFlat = "TileFlat",
|
|
158
|
+
/**
|
|
159
|
+
* Card renders and behaves like a tile of size 4x1.
|
|
160
|
+
*/
|
|
161
|
+
TileFlatWide = "TileFlatWide",
|
|
154
162
|
/**
|
|
155
163
|
* Card renders and behaves like a tile of size 2x2.
|
|
156
164
|
*/
|
|
@@ -4395,6 +4403,8 @@ declare namespace sap {
|
|
|
4395
4403
|
|
|
4396
4404
|
"sap/ui/integration/editor/fields/viz/IconSelect": undefined;
|
|
4397
4405
|
|
|
4406
|
+
"sap/ui/integration/editor/fields/viz/ImageSelect": undefined;
|
|
4407
|
+
|
|
4398
4408
|
"sap/ui/integration/editor/fields/viz/ShapeSelect": undefined;
|
|
4399
4409
|
|
|
4400
4410
|
"sap/ui/integration/editor/fields/viz/VizBase": undefined;
|
package/types/sap.ui.layout.d.ts
CHANGED