@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.
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.118.0
1
+ // For Library Version: 1.119.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.118.0
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.118.0
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;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.118.0
1
+ // For Library Version: 1.119.0
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";