@openui5/ts-types 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 namespace sap {
4
4
  namespace ui {
@@ -1278,6 +1278,8 @@ declare namespace sap {
1278
1278
  | `{${string}}`;
1279
1279
 
1280
1280
  /**
1281
+ * @SINCE 1.24.5
1282
+ *
1281
1283
  * This property defines if the toggler should be displayed the whole time when the NotificationBar is shown.
1282
1284
  */
1283
1285
  alwaysShowToggler?:
@@ -4062,12 +4064,12 @@ declare namespace sap {
4062
4064
  /**
4063
4065
  * View
4064
4066
  */
4065
- oView: object,
4067
+ oView: /* was: sap.m.Element */ any,
4066
4068
  /**
4067
4069
  * Index of view
4068
4070
  */
4069
4071
  iIndex: int
4070
- ): object;
4072
+ ): /* was: sap.m.Button */ any;
4071
4073
  /**
4072
4074
  * Destroys all the filter in the aggregation {@link #getFilter filter}.
4073
4075
  *
@@ -11023,6 +11025,8 @@ declare namespace sap {
11023
11025
  }
11024
11026
  ): this;
11025
11027
  /**
11028
+ * @SINCE 1.24.5
11029
+ *
11026
11030
  * Gets current value of property {@link #getAlwaysShowToggler alwaysShowToggler}.
11027
11031
  *
11028
11032
  * This property defines if the toggler should be displayed the whole time when the NotificationBar is shown.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -11240,11 +11240,11 @@ declare namespace sap {
11240
11240
  /**
11241
11241
  * Gets current value of property {@link #getFile file}.
11242
11242
  *
11243
- * Holds an instance of `File` associated with this item.
11243
+ * Holds an instance of File associated with this item.
11244
11244
  *
11245
11245
  * @returns Value of property `file`
11246
11246
  */
11247
- getFile(): object;
11247
+ getFile(): File;
11248
11248
  /**
11249
11249
  * Gets current value of property {@link #getFileName fileName}.
11250
11250
  *
@@ -11383,9 +11383,9 @@ declare namespace sap {
11383
11383
  bDisableDeleteButton?: boolean
11384
11384
  ): this;
11385
11385
  /**
11386
- * Sets a new value for property {@link #getFile file}.
11386
+ * Sets a new value for property {@link #setFile file}.
11387
11387
  *
11388
- * Holds an instance of `File` associated with this item.
11388
+ * Holds an instance of File associated with this item.
11389
11389
  *
11390
11390
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11391
11391
  *
@@ -11395,7 +11395,7 @@ declare namespace sap {
11395
11395
  /**
11396
11396
  * New value for property `file`
11397
11397
  */
11398
- oFile?: object
11398
+ oFile?: File
11399
11399
  ): this;
11400
11400
  /**
11401
11401
  * 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 namespace sap {
4
4
  namespace ui {
@@ -13448,7 +13448,7 @@ declare namespace sap {
13448
13448
  /**
13449
13449
  * A Java Script date object to be formatted as string
13450
13450
  */
13451
- date: object
13451
+ date: Date
13452
13452
  ): void;
13453
13453
  /**
13454
13454
  * Gets current value of property {@link #getAccessibleName accessibleName}.
@@ -14259,7 +14259,7 @@ declare namespace sap {
14259
14259
  /**
14260
14260
  * A Java Script date object to be formatted as string
14261
14261
  */
14262
- date: object
14262
+ date: Date
14263
14263
  ): void;
14264
14264
  /**
14265
14265
  * Gets current value of property {@link #getAccessibleName accessibleName}.
@@ -15144,7 +15144,7 @@ declare namespace sap {
15144
15144
  /**
15145
15145
  * A Java Script date object to be formatted as string
15146
15146
  */
15147
- date: object
15147
+ date: Date
15148
15148
  ): void;
15149
15149
  /**
15150
15150
  * Gets current value of property {@link #getAccessibleName accessibleName}.
@@ -36591,7 +36591,7 @@ declare namespace sap {
36591
36591
  /**
36592
36592
  * A Java Script date object to be formatted as string
36593
36593
  */
36594
- date: object
36594
+ date: Date
36595
36595
  ): void;
36596
36596
  /**
36597
36597
  * 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 namespace sap {
4
4
  /**
@@ -3625,26 +3625,6 @@ declare namespace sap {
3625
3625
  */
3626
3626
  oBreadcrumbs: sap.m.Breadcrumbs
3627
3627
  ): this;
3628
- /**
3629
- * @deprecated (since 1.40.1)
3630
- *
3631
- * Sets a new value for property {@link #getHeaderDesign headerDesign}.
3632
- *
3633
- * Determines the design of the header - Light or Dark. **Note: **This property is deprecated. It will continue
3634
- * to work in the Blue Crystal theme, but it will not be taken into account for the Belize themes.
3635
- *
3636
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3637
- *
3638
- * Default value is `Light`.
3639
- *
3640
- * @returns Reference to `this` in order to allow method chaining
3641
- */
3642
- setHeaderDesign(
3643
- /**
3644
- * New value for property `headerDesign`
3645
- */
3646
- sHeaderDesign?: sap.uxap.ObjectPageHeaderDesign
3647
- ): this;
3648
3628
  /**
3649
3629
  * Sets a new value for property {@link #getIsActionAreaAlwaysVisible isActionAreaAlwaysVisible}.
3650
3630
  *
@@ -6885,14 +6865,6 @@ declare namespace sap {
6885
6865
  */
6886
6866
  sImportance?: sap.uxap.Importance
6887
6867
  ): this;
6888
- /**
6889
- * Returns the DOM Element that should get the focus.
6890
- *
6891
- * To be overwritten by the specific control method.
6892
- *
6893
- * @returns this for chaining
6894
- */
6895
- setInvisibleTextLabelValue(): this;
6896
6868
  /**
6897
6869
  * Sets a new value for property {@link #getTitle title}.
6898
6870
  *
@@ -6954,6 +6926,13 @@ declare namespace sap {
6954
6926
  */
6955
6927
  bVisible?: boolean
6956
6928
  ): this;
6929
+ /**
6930
+ * Performs the update of the invisible text label. This method is called for example when the section title
6931
+ * is changed.
6932
+ *
6933
+ * @returns this for chaining
6934
+ */
6935
+ updateInvisibleTextLabelValue(): this;
6957
6936
  }
6958
6937
  /**
6959
6938
  * @SINCE 1.26