@openui5/ts-types 1.96.5 → 1.99.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,4 +1,4 @@
1
- // For Library Version: 1.96.5
1
+ // For Library Version: 1.99.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -186,7 +186,7 @@ declare namespace sap {
186
186
  selectedKey?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
187
187
 
188
188
  /**
189
- * @SINCE 1.96.2
189
+ * @SINCE 1.98
190
190
  *
191
191
  * Specifies an optional aria-label that can be used by the screen readers.
192
192
  */
@@ -1357,7 +1357,7 @@ declare namespace sap {
1357
1357
  }
1358
1358
  ): this;
1359
1359
  /**
1360
- * @SINCE 1.96.2
1360
+ * @SINCE 1.98
1361
1361
  *
1362
1362
  * Gets current value of property {@link #getAriaLabel ariaLabel}.
1363
1363
  *
@@ -1406,7 +1406,7 @@ declare namespace sap {
1406
1406
  */
1407
1407
  getSelectedKey(): string;
1408
1408
  /**
1409
- * @SINCE 1.96.2
1409
+ * @SINCE 1.98
1410
1410
  *
1411
1411
  * Sets a new value for property {@link #getAriaLabel ariaLabel}.
1412
1412
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.5
1
+ // For Library Version: 1.99.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -361,6 +361,12 @@ declare namespace sap {
361
361
  * Default value is `"100%"`.
362
362
  */
363
363
  getHeight(): sap.ui.core.CSSSize;
364
+ /**
365
+ * Returns the DOMNode ID to be used for the "labelFor" attribute of the label.
366
+ *
367
+ * By default, this is the ID of the control itself.
368
+ */
369
+ getIdForLabel(): string;
364
370
  /**
365
371
  * Gets current value of property {@link #getLineNumbers lineNumbers}.
366
372
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.5
1
+ // For Library Version: 1.99.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {