@openui5/ts-types-esm 1.108.2 → 1.110.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.108.2
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -2197,12 +2197,12 @@ declare module "sap/ui/ux3/DataSet" {
2197
2197
  /**
2198
2198
  * View
2199
2199
  */
2200
- oView: object,
2200
+ oView: /* was: sap.m.Element */ any,
2201
2201
  /**
2202
2202
  * Index of view
2203
2203
  */
2204
2204
  iIndex: int
2205
- ): object;
2205
+ ): /* was: sap.m.Button */ any;
2206
2206
  /**
2207
2207
  * Destroys all the filter in the aggregation {@link #getFilter filter}.
2208
2208
  *
@@ -10232,6 +10232,8 @@ declare module "sap/ui/ux3/NotificationBar" {
10232
10232
  }
10233
10233
  ): this;
10234
10234
  /**
10235
+ * @SINCE 1.24.5
10236
+ *
10235
10237
  * Gets current value of property {@link #getAlwaysShowToggler alwaysShowToggler}.
10236
10238
  *
10237
10239
  * This property defines if the toggler should be displayed the whole time when the NotificationBar is shown.
@@ -10401,6 +10403,8 @@ declare module "sap/ui/ux3/NotificationBar" {
10401
10403
  resizeEnabled?: boolean | PropertyBindingInfo | `{${string}}`;
10402
10404
 
10403
10405
  /**
10406
+ * @SINCE 1.24.5
10407
+ *
10404
10408
  * This property defines if the toggler should be displayed the whole time when the NotificationBar is shown.
10405
10409
  */
10406
10410
  alwaysShowToggler?: boolean | PropertyBindingInfo | `{${string}}`;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -11958,11 +11958,11 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
11958
11958
  /**
11959
11959
  * Gets current value of property {@link #getFile file}.
11960
11960
  *
11961
- * Holds an instance of `File` associated with this item.
11961
+ * Holds an instance of File associated with this item.
11962
11962
  *
11963
11963
  * @returns Value of property `file`
11964
11964
  */
11965
- getFile(): object;
11965
+ getFile(): File;
11966
11966
  /**
11967
11967
  * Gets current value of property {@link #getFileName fileName}.
11968
11968
  *
@@ -12101,9 +12101,9 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
12101
12101
  bDisableDeleteButton?: boolean
12102
12102
  ): this;
12103
12103
  /**
12104
- * Sets a new value for property {@link #getFile file}.
12104
+ * Sets a new value for property {@link #setFile file}.
12105
12105
  *
12106
- * Holds an instance of `File` associated with this item.
12106
+ * Holds an instance of File associated with this item.
12107
12107
  *
12108
12108
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12109
12109
  *
@@ -12113,7 +12113,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
12113
12113
  /**
12114
12114
  * New value for property `file`
12115
12115
  */
12116
- oFile?: object
12116
+ oFile?: File
12117
12117
  ): this;
12118
12118
  /**
12119
12119
  * Sets a new value for property {@link #getFileName fileName}.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -9711,7 +9711,7 @@ declare module "sap/ui/webc/main/DatePicker" {
9711
9711
  /**
9712
9712
  * A Java Script date object to be formatted as string
9713
9713
  */
9714
- date: object
9714
+ date: Date
9715
9715
  ): void;
9716
9716
  /**
9717
9717
  * Gets current value of property {@link #getAccessibleName accessibleName}.
@@ -10676,7 +10676,7 @@ declare module "sap/ui/webc/main/DateRangePicker" {
10676
10676
  /**
10677
10677
  * A Java Script date object to be formatted as string
10678
10678
  */
10679
- date: object
10679
+ date: Date
10680
10680
  ): void;
10681
10681
  /**
10682
10682
  * Gets current value of property {@link #getAccessibleName accessibleName}.
@@ -11721,7 +11721,7 @@ declare module "sap/ui/webc/main/DateTimePicker" {
11721
11721
  /**
11722
11722
  * A Java Script date object to be formatted as string
11723
11723
  */
11724
- date: object
11724
+ date: Date
11725
11725
  ): void;
11726
11726
  /**
11727
11727
  * Gets current value of property {@link #getAccessibleName accessibleName}.
@@ -37145,7 +37145,7 @@ declare module "sap/ui/webc/main/TimePicker" {
37145
37145
  /**
37146
37146
  * A Java Script date object to be formatted as string
37147
37147
  */
37148
- date: object
37148
+ date: Date
37149
37149
  ): void;
37150
37150
  /**
37151
37151
  * Returns the currently selected time represented as JavaScript Date instance
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -2957,28 +2957,6 @@ declare module "sap/uxap/ObjectPageHeader" {
2957
2957
  */
2958
2958
  oBreadcrumbs: Breadcrumbs
2959
2959
  ): this;
2960
- /**
2961
- * @deprecated (since 1.40.1)
2962
- *
2963
- * Sets a new value for property {@link #getHeaderDesign headerDesign}.
2964
- *
2965
- * Determines the design of the header - Light or Dark. **Note: **This property is deprecated. It will continue
2966
- * to work in the Blue Crystal theme, but it will not be taken into account for the Belize themes.
2967
- *
2968
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2969
- *
2970
- * Default value is `Light`.
2971
- *
2972
- * @returns Reference to `this` in order to allow method chaining
2973
- */
2974
- setHeaderDesign(
2975
- /**
2976
- * New value for property `headerDesign`
2977
- */
2978
- sHeaderDesign?:
2979
- | ObjectPageHeaderDesign
2980
- | keyof typeof ObjectPageHeaderDesign
2981
- ): this;
2982
2960
  /**
2983
2961
  * Sets a new value for property {@link #getIsActionAreaAlwaysVisible isActionAreaAlwaysVisible}.
2984
2962
  *
@@ -6961,14 +6939,6 @@ declare module "sap/uxap/ObjectPageSectionBase" {
6961
6939
  */
6962
6940
  sImportance?: Importance | keyof typeof Importance
6963
6941
  ): this;
6964
- /**
6965
- * Returns the DOM Element that should get the focus.
6966
- *
6967
- * To be overwritten by the specific control method.
6968
- *
6969
- * @returns this for chaining
6970
- */
6971
- setInvisibleTextLabelValue(): this;
6972
6942
  /**
6973
6943
  * Sets a new value for property {@link #getTitle title}.
6974
6944
  *
@@ -7030,6 +7000,13 @@ declare module "sap/uxap/ObjectPageSectionBase" {
7030
7000
  */
7031
7001
  bVisible?: boolean
7032
7002
  ): this;
7003
+ /**
7004
+ * Performs the update of the invisible text label. This method is called for example when the section title
7005
+ * is changed.
7006
+ *
7007
+ * @returns this for chaining
7008
+ */
7009
+ updateInvisibleTextLabelValue(): this;
7033
7010
  }
7034
7011
 
7035
7012
  export interface $ObjectPageSectionBaseSettings extends $ControlSettings {