@openui5/ts-types 1.96.15 → 1.96.16

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.96.15",
3
+ "version": "1.96.16",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -17966,6 +17966,15 @@ declare namespace sap {
17966
17966
  | sap.m.EmptyIndicatorMode
17967
17967
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
17968
17968
 
17969
+ /**
17970
+ * @SINCE 1.110
17971
+ *
17972
+ * Еnables overriding of the default state announcement.
17973
+ */
17974
+ stateAnnouncementText?:
17975
+ | string
17976
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
17977
+
17969
17978
  /**
17970
17979
  * Association to controls / IDs, which describe this control (see WAI-ARIA attribute aria-describedby).
17971
17980
  */
@@ -67960,6 +67969,14 @@ declare namespace sap {
67960
67969
  * Default value is `ValueState.None`.
67961
67970
  */
67962
67971
  getState(): string;
67972
+ /**
67973
+ * @SINCE 1.110
67974
+ *
67975
+ * Gets current value of property {@link #getStateAnnouncementText stateAnnouncementText}.
67976
+ *
67977
+ * Еnables overriding of the default state announcement.
67978
+ */
67979
+ getStateAnnouncementText(): string;
67963
67980
  /**
67964
67981
  * Gets current value of property {@link #getText text}.
67965
67982
  *
@@ -68088,6 +68105,21 @@ declare namespace sap {
68088
68105
  */
68089
68106
  sValue: string
68090
68107
  ): this;
68108
+ /**
68109
+ * @SINCE 1.110
68110
+ *
68111
+ * Sets a new value for property {@link #getStateAnnouncementText stateAnnouncementText}.
68112
+ *
68113
+ * Еnables overriding of the default state announcement.
68114
+ *
68115
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
68116
+ */
68117
+ setStateAnnouncementText(
68118
+ /**
68119
+ * New value for property `stateAnnouncementText`
68120
+ */
68121
+ sStateAnnouncementText: string
68122
+ ): this;
68091
68123
  /**
68092
68124
  * Sets a new value for property {@link #getText text}.
68093
68125
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.96.15
267
+ // For Library Version: 1.96.16
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -238,7 +238,7 @@ declare namespace sap {
238
238
  static getType(): string;
239
239
  }
240
240
  /**
241
- * @SINCE 1.96.15
241
+ * @SINCE 1.96.16
242
242
  *
243
243
  * Defines the Audiences.
244
244
  */
@@ -257,7 +257,7 @@ declare namespace sap {
257
257
  Internal = "Internal",
258
258
  }
259
259
  /**
260
- * @SINCE 1.96.15
260
+ * @SINCE 1.96.16
261
261
  *
262
262
  * Issue Categories.
263
263
  */
@@ -312,7 +312,7 @@ declare namespace sap {
312
312
  Usage = "Usage",
313
313
  }
314
314
  /**
315
- * @SINCE 1.96.15
315
+ * @SINCE 1.96.16
316
316
  *
317
317
  * Analysis history formats.
318
318
  */
@@ -327,7 +327,7 @@ declare namespace sap {
327
327
  String = "String",
328
328
  }
329
329
  /**
330
- * @SINCE 1.96.15
330
+ * @SINCE 1.96.16
331
331
  *
332
332
  * Defines severity types.
333
333
  */
@@ -346,7 +346,7 @@ declare namespace sap {
346
346
  Medium = "Medium",
347
347
  }
348
348
  /**
349
- * @SINCE 1.96.15
349
+ * @SINCE 1.96.16
350
350
  *
351
351
  * Contains the available system presets.
352
352
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare namespace sap {
4
4
  /**