@openui5/types 1.132.1 → 1.133.1

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.132.1
1
+ // For Library Version: 1.133.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.1
1
+ // For Library Version: 1.133.1
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -114,7 +114,7 @@ declare module "sap/ui/fl/transport/TransportDialog" {
114
114
  * transport request. It is not a generic utility, but part of the Variantmanament and therefore cannot
115
115
  * be used in any other application.
116
116
  *
117
- * @deprecated (since 1.74) - The TransportDialog should be used only internally inside the `sap.ui.fl`
117
+ * @deprecated As of version 1.74. The TransportDialog should be used only internally inside the `sap.ui.fl`
118
118
  * library.
119
119
  */
120
120
  export default class TransportDialog extends Dialog {
@@ -190,7 +190,7 @@ declare module "sap/ui/fl/transport/TransportDialog" {
190
190
  /**
191
191
  * Describes the settings that can be provided to the TransportDialog constructor.
192
192
  *
193
- * @deprecated (since 1.74) - The TransportDialog should be used only internally inside the `sap.ui.fl`
193
+ * @deprecated As of version 1.74. The TransportDialog should be used only internally inside the `sap.ui.fl`
194
194
  * library.
195
195
  */
196
196
  export interface $TransportDialogSettings extends $DialogSettings {}
@@ -761,7 +761,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
761
761
  *
762
762
  * @returns Value of property `headerLevel`
763
763
  */
764
- getHeaderLevel(): TitleLevel | keyof typeof TitleLevel;
764
+ getHeaderLevel(): TitleLevel;
765
765
  /**
766
766
  * Gets current value of property {@link #getInErrorState inErrorState}.
767
767
  *
@@ -853,7 +853,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
853
853
  *
854
854
  * @returns Value of property `titleStyle`
855
855
  */
856
- getTitleStyle(): TitleLevel | keyof typeof TitleLevel;
856
+ getTitleStyle(): TitleLevel;
857
857
  /**
858
858
  * Gets current value of property {@link #getUpdateVariantInURL updateVariantInURL}.
859
859
  *