@openui5/types 1.123.1 → 1.124.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.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -2494,7 +2494,8 @@ declare module "sap/tnt/ToolHeader" {
2494
2494
  */
2495
2495
  export default class ToolHeader
2496
2496
  extends OverflowToolbar
2497
- implements IToolHeader {
2497
+ implements IToolHeader
2498
+ {
2498
2499
  __implements__sap_tnt_IToolHeader: boolean;
2499
2500
  /**
2500
2501
  * Constructor for a new ToolHeader.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -3108,7 +3108,8 @@ declare module "sap/ui/commons/Button" {
3108
3108
  */
3109
3109
  export default class Button
3110
3110
  extends Control
3111
- implements ToolbarItem, IFormContent {
3111
+ implements ToolbarItem, IFormContent
3112
+ {
3112
3113
  __implements__sap_ui_commons_ToolbarItem: boolean;
3113
3114
  __implements__sap_ui_core_IFormContent: boolean;
3114
3115
  /**
@@ -8272,7 +8273,8 @@ declare module "sap/ui/commons/TextField" {
8272
8273
  */
8273
8274
  export default class TextField
8274
8275
  extends Control
8275
- implements ToolbarItem, IFormContent {
8276
+ implements ToolbarItem, IFormContent
8277
+ {
8276
8278
  __implements__sap_ui_commons_ToolbarItem: boolean;
8277
8279
  __implements__sap_ui_core_IFormContent: boolean;
8278
8280
  /**
@@ -10745,7 +10747,8 @@ declare module "sap/ui/commons/Image" {
10745
10747
  */
10746
10748
  export default class Image
10747
10749
  extends Control
10748
- implements ToolbarItem, FormattedTextViewControl, IFormContent {
10750
+ implements ToolbarItem, FormattedTextViewControl, IFormContent
10751
+ {
10749
10752
  __implements__sap_ui_commons_ToolbarItem: boolean;
10750
10753
  __implements__sap_ui_commons_FormattedTextViewControl: boolean;
10751
10754
  __implements__sap_ui_core_IFormContent: boolean;
@@ -15069,7 +15072,8 @@ declare module "sap/ui/commons/Link" {
15069
15072
  */
15070
15073
  export default class Link
15071
15074
  extends Control
15072
- implements ToolbarItem, FormattedTextViewControl, IFormContent {
15075
+ implements ToolbarItem, FormattedTextViewControl, IFormContent
15076
+ {
15073
15077
  __implements__sap_ui_commons_ToolbarItem: boolean;
15074
15078
  __implements__sap_ui_commons_FormattedTextViewControl: boolean;
15075
15079
  __implements__sap_ui_core_IFormContent: boolean;
@@ -20682,7 +20686,8 @@ declare module "sap/ui/commons/RadioButtonGroup" {
20682
20686
  */
20683
20687
  export default class RadioButtonGroup
20684
20688
  extends Control
20685
- implements IFormContent {
20689
+ implements IFormContent
20690
+ {
20686
20691
  __implements__sap_ui_core_IFormContent: boolean;
20687
20692
  /**
20688
20693
  * Constructor for a new RadioButtonGroup.
@@ -26292,7 +26297,8 @@ declare module "sap/ui/commons/SegmentedButton" {
26292
26297
  */
26293
26298
  export default class SegmentedButton
26294
26299
  extends Control
26295
- implements ToolbarItem, IFormContent {
26300
+ implements ToolbarItem, IFormContent
26301
+ {
26296
26302
  __implements__sap_ui_commons_ToolbarItem: boolean;
26297
26303
  __implements__sap_ui_core_IFormContent: boolean;
26298
26304
  /**
@@ -29083,7 +29089,8 @@ declare module "sap/ui/commons/TextView" {
29083
29089
  */
29084
29090
  export default class TextView
29085
29091
  extends Control
29086
- implements ToolbarItem, IFormContent {
29092
+ implements ToolbarItem, IFormContent
29093
+ {
29087
29094
  __implements__sap_ui_commons_ToolbarItem: boolean;
29088
29095
  __implements__sap_ui_core_IFormContent: boolean;
29089
29096
  /**
@@ -30265,7 +30272,8 @@ declare module "sap/ui/commons/ToolbarSeparator" {
30265
30272
  */
30266
30273
  export default class ToolbarSeparator
30267
30274
  extends UI5Element
30268
- implements ToolbarItem {
30275
+ implements ToolbarItem
30276
+ {
30269
30277
  __implements__sap_ui_commons_ToolbarItem: boolean;
30270
30278
  /**
30271
30279
  * Constructor for a new ToolbarSeparator.