@openui5/ts-types 1.120.20 → 1.120.21

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.120.20",
3
+ "version": "1.120.21",
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.120.20
1
+ // For Library Version: 1.120.21
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.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -122756,12 +122756,14 @@ declare namespace sap {
122756
122756
  sap.ui.core.ISemanticFormContent,
122757
122757
  sap.m.IOverflowToolbarContent,
122758
122758
  /* was: sap.m.IToolbarInteractiveControl */ Object,
122759
- sap.f.IShellBar {
122759
+ sap.f.IShellBar,
122760
+ /* was: sap.ui.core.ILabelable */ Object {
122760
122761
  __implements__sap_ui_core_IFormContent: boolean;
122761
122762
  __implements__sap_ui_core_ISemanticFormContent: boolean;
122762
122763
  __implements__sap_m_IOverflowToolbarContent: boolean;
122763
122764
  __implements__sap_m_IToolbarInteractiveControl: boolean;
122764
122765
  __implements__sap_f_IShellBar: boolean;
122766
+ __implements__sap_ui_core_ILabelable: boolean;
122765
122767
  /**
122766
122768
  * Constructor for a new `sap.m.Select`.
122767
122769
  *
@@ -123202,15 +123204,6 @@ declare namespace sap {
123202
123204
  * @returns Value of property `icon`
123203
123205
  */
123204
123206
  getIcon(): sap.ui.core.URI;
123205
- /**
123206
- * Returns the DOMNode Id to be used for the "labelFor" attribute of the label.
123207
- *
123208
- * By default, this is the Id of the control itself.
123209
- *
123210
- *
123211
- * @returns Id to be used for the `labelFor`
123212
- */
123213
- getIdForLabel(): string;
123214
123207
  /**
123215
123208
  * Gets the item from the aggregation named `items` at the given 0-based index.
123216
123209
  *
@@ -123461,6 +123454,13 @@ declare namespace sap {
123461
123454
  * @returns Value of property `wrapItemsText`
123462
123455
  */
123463
123456
  getWrapItemsText(): boolean;
123457
+ /**
123458
+ * Returns the DOMNode Id of the labelable HTML element for the `sap.m.Select`.
123459
+ *
123460
+ *
123461
+ * @returns Id of the labelable HTML element
123462
+ */
123463
+ hasLabelableHTMLElement(): string;
123464
123464
  /**
123465
123465
  * Checks for the provided `sap.ui.core.Item` in the aggregation {@link #getItems items}. and returns its
123466
123466
  * index if found or -1 otherwise.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.120.20
283
+ // For Library Version: 1.120.21
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -7940,7 +7940,7 @@ declare namespace sap {
7940
7940
  * Retrieve the {@link sap.ui.core.Core SAPUI5 Core} instance for the current window.
7941
7941
  *
7942
7942
  * @deprecated (since 1.118) - Please require 'sap/ui/core/Core' instead and use the module export directly
7943
- * without using 'new'."
7943
+ * without using 'new'.
7944
7944
  *
7945
7945
  * @returns the API of the current SAPUI5 Core instance.
7946
7946
  */
@@ -34856,7 +34856,7 @@ declare namespace sap {
34856
34856
  /**
34857
34857
  * Returns the Configuration of the Core.
34858
34858
  *
34859
- * @deprecated (since 1.120) - Please see {@link sap.ui.core.Configuration Configuration} for the corrsponding
34859
+ * @deprecated (since 1.120) - Please see {@link sap.ui.core.Configuration Configuration} for the corresponding
34860
34860
  * replacements.
34861
34861
  *
34862
34862
  * @returns the Configuration of the current Core.
@@ -35512,7 +35512,7 @@ declare namespace sap {
35512
35512
  *
35513
35513
  * @since 1.10
35514
35514
  * @deprecated (since 1.119) - without replacement. The need to define the location for a theme should be
35515
- * fully covered with the capabiltites of the {@link sap/base/config base configuration}.
35515
+ * fully covered with the capabilities of the {@link sap/base/config base configuration}.
35516
35516
  *
35517
35517
  * @returns the Core, to allow method chaining
35518
35518
  */
@@ -35583,7 +35583,7 @@ declare namespace sap {
35583
35583
  *
35584
35584
  * @since 1.10
35585
35585
  * @deprecated (since 1.119) - without replacement. The need to define the location for a theme should be
35586
- * fully covered with the capabiltites of the {@link sap/base/config base configuration}.
35586
+ * fully covered with the capabilities of the {@link sap/base/config base configuration}.
35587
35587
  *
35588
35588
  * @returns the Core, to allow method chaining
35589
35589
  */
@@ -49348,7 +49348,7 @@ declare namespace sap {
49348
49348
  /**
49349
49349
  * Specifies possible message types.
49350
49350
  *
49351
- * @deprecated (since 1.120) - Please use {@link sap.ui.core.message.MessageType} instead.
49351
+ * @deprecated (since 1.120) - Please use {@link module:sap/ui/core/message/MessageType} instead.
49352
49352
  */
49353
49353
  enum MessageType {
49354
49354
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -25298,6 +25298,8 @@ declare namespace sap {
25298
25298
 
25299
25299
  "sap/ui/mdc/util/DateUtil": undefined;
25300
25300
 
25301
+ "sap/ui/mdc/util/DensityHelper": undefined;
25302
+
25301
25303
  "sap/ui/mdc/util/FilterUtil": undefined;
25302
25304
 
25303
25305
  "sap/ui/mdc/util/InfoBar": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
2
2
 
3
3
  declare namespace sap {
4
4
  /**