@openui5/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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.118.0",
3
+ "version": "1.119.0",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.118.0
1
+ // For Library Version: 1.119.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -185,6 +185,16 @@ declare namespace sap {
185
185
  | sap.ui.base.ManagedObject.PropertyBindingInfo
186
186
  | `{${string}}`;
187
187
 
188
+ /**
189
+ * @experimental (since 1.119) - this feature is experimental and the API may change.
190
+ *
191
+ * Defines the size of the icon.
192
+ */
193
+ iconSize?:
194
+ | sap.m.AvatarSize
195
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
196
+ | `{${string}}`;
197
+
188
198
  /**
189
199
  * Fires when the user presses the control.
190
200
  */
@@ -287,6 +297,16 @@ declare namespace sap {
287
297
  | sap.ui.base.ManagedObject.PropertyBindingInfo
288
298
  | `{${string}}`;
289
299
 
300
+ /**
301
+ * @experimental (since 1.119) - this feature is experimental and the API may change.
302
+ *
303
+ * Defines the size of the icon.
304
+ */
305
+ iconSize?:
306
+ | sap.m.AvatarSize
307
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
308
+ | `{${string}}`;
309
+
290
310
  /**
291
311
  * General unit of measurement for the header. Displayed as side information to the subtitle.
292
312
  */
@@ -300,6 +320,11 @@ declare namespace sap {
300
320
  */
301
321
  number?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
302
322
 
323
+ /**
324
+ * The size of the of the main indicator. Possible values are "S" and "L".
325
+ */
326
+ numberSize?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
327
+
303
328
  /**
304
329
  * @since 1.109
305
330
  *
@@ -872,6 +897,18 @@ declare namespace sap {
872
897
  * @returns Value of property `iconInitials`
873
898
  */
874
899
  getIconInitials(): string;
900
+ /**
901
+ * @experimental (since 1.119) - this feature is experimental and the API may change.
902
+ *
903
+ * Gets current value of property {@link #getIconSize iconSize}.
904
+ *
905
+ * Defines the size of the icon.
906
+ *
907
+ * Default value is `S`.
908
+ *
909
+ * @returns Value of property `iconSize`
910
+ */
911
+ getIconSize(): sap.m.AvatarSize;
875
912
  /**
876
913
  * Gets current value of property {@link #getIconSrc iconSrc}.
877
914
  *
@@ -1020,6 +1057,25 @@ declare namespace sap {
1020
1057
  */
1021
1058
  sIconInitials?: string
1022
1059
  ): this;
1060
+ /**
1061
+ * @experimental (since 1.119) - this feature is experimental and the API may change.
1062
+ *
1063
+ * Sets a new value for property {@link #getIconSize iconSize}.
1064
+ *
1065
+ * Defines the size of the icon.
1066
+ *
1067
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1068
+ *
1069
+ * Default value is `S`.
1070
+ *
1071
+ * @returns Reference to `this` in order to allow method chaining
1072
+ */
1073
+ setIconSize(
1074
+ /**
1075
+ * New value for property `iconSize`
1076
+ */
1077
+ sIconSize?: sap.m.AvatarSize
1078
+ ): this;
1023
1079
  /**
1024
1080
  * Sets a new value for property {@link #getIconSrc iconSrc}.
1025
1081
  *
@@ -1428,6 +1484,18 @@ declare namespace sap {
1428
1484
  * @returns Value of property `iconInitials`
1429
1485
  */
1430
1486
  getIconInitials(): string;
1487
+ /**
1488
+ * @experimental (since 1.119) - this feature is experimental and the API may change.
1489
+ *
1490
+ * Gets current value of property {@link #getIconSize iconSize}.
1491
+ *
1492
+ * Defines the size of the icon.
1493
+ *
1494
+ * Default value is `S`.
1495
+ *
1496
+ * @returns Value of property `iconSize`
1497
+ */
1498
+ getIconSize(): sap.m.AvatarSize;
1431
1499
  /**
1432
1500
  * @since 1.118
1433
1501
  * @experimental (since 1.118) - For usage only by Work Zone.
@@ -1463,6 +1531,16 @@ declare namespace sap {
1463
1531
  * @returns Value of property `number`
1464
1532
  */
1465
1533
  getNumber(): string;
1534
+ /**
1535
+ * Gets current value of property {@link #getNumberSize numberSize}.
1536
+ *
1537
+ * The size of the of the main indicator. Possible values are "S" and "L".
1538
+ *
1539
+ * Default value is `"L"`.
1540
+ *
1541
+ * @returns Value of property `numberSize`
1542
+ */
1543
+ getNumberSize(): string;
1466
1544
  /**
1467
1545
  * @since 1.109
1468
1546
  *
@@ -1765,6 +1843,25 @@ declare namespace sap {
1765
1843
  */
1766
1844
  sIconInitials?: string
1767
1845
  ): this;
1846
+ /**
1847
+ * @experimental (since 1.119) - this feature is experimental and the API may change.
1848
+ *
1849
+ * Sets a new value for property {@link #getIconSize iconSize}.
1850
+ *
1851
+ * Defines the size of the icon.
1852
+ *
1853
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1854
+ *
1855
+ * Default value is `S`.
1856
+ *
1857
+ * @returns Reference to `this` in order to allow method chaining
1858
+ */
1859
+ setIconSize(
1860
+ /**
1861
+ * New value for property `iconSize`
1862
+ */
1863
+ sIconSize?: sap.m.AvatarSize
1864
+ ): this;
1768
1865
  /**
1769
1866
  * @since 1.118
1770
1867
  * @experimental (since 1.118) - For usage only by Work Zone.
@@ -1821,6 +1918,23 @@ declare namespace sap {
1821
1918
  */
1822
1919
  sNumber: string
1823
1920
  ): this;
1921
+ /**
1922
+ * Sets a new value for property {@link #getNumberSize numberSize}.
1923
+ *
1924
+ * The size of the of the main indicator. Possible values are "S" and "L".
1925
+ *
1926
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1927
+ *
1928
+ * Default value is `"L"`.
1929
+ *
1930
+ * @returns Reference to `this` in order to allow method chaining
1931
+ */
1932
+ setNumberSize(
1933
+ /**
1934
+ * New value for property `numberSize`
1935
+ */
1936
+ sNumberSize?: string
1937
+ ): this;
1824
1938
  /**
1825
1939
  * @since 1.109
1826
1940
  *
@@ -2509,7 +2623,7 @@ declare namespace sap {
2509
2623
  /**
2510
2624
  * The value of the {@link sap.f.FlexibleColumnLayout#getLayout layout} property.
2511
2625
  */
2512
- layout?: string;
2626
+ layout?: sap.f.LayoutType;
2513
2627
  /**
2514
2628
  * The maximum number of columns that can be displayed at once based on the control width. See {@link sap.f.FlexibleColumnLayout#getMaxColumnsCount}
2515
2629
  */
@@ -14822,7 +14936,7 @@ declare namespace sap {
14822
14936
  * for the first two pages, all other pages will open in fullscreen), and `SingleColumn` (one page at a
14823
14937
  * time only).
14824
14938
  */
14825
- mode: string;
14939
+ mode?: string;
14826
14940
  }
14827
14941
  );
14828
14942