@openui5/ts-types 1.132.0 → 1.133.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.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -3208,8 +3208,8 @@ declare namespace sap {
3208
3208
  /**
3209
3209
  * Describes the settings that can be provided to the GridContainerData constructor.
3210
3210
  *
3211
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
3212
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
3211
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
3212
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
3213
3213
  */
3214
3214
  interface $GridContainerDataSettings
3215
3215
  extends sap.ui.core.$LayoutDataSettings {
@@ -3227,8 +3227,8 @@ declare namespace sap {
3227
3227
  /**
3228
3228
  * Describes the settings that can be provided to the GridElementData constructor.
3229
3229
  *
3230
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
3231
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
3230
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
3231
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
3232
3232
  */
3233
3233
  interface $GridElementDataSettings
3234
3234
  extends sap.ui.core.$LayoutDataSettings {
@@ -3262,8 +3262,8 @@ declare namespace sap {
3262
3262
  /**
3263
3263
  * Describes the settings that can be provided to the GridLayout constructor.
3264
3264
  *
3265
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
3266
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
3265
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
3266
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
3267
3267
  */
3268
3268
  interface $GridLayoutSettings
3269
3269
  extends sap.ui.layout.form.$FormLayoutSettings {
@@ -3483,7 +3483,7 @@ declare namespace sap {
3483
3483
  /**
3484
3484
  * Describes the settings that can be provided to the ResponsiveLayout constructor.
3485
3485
  *
3486
- * @deprecated (since 1.93) - replaced by {@link sap.ui.layout.form.ColumnLayout ColumnLayout}
3486
+ * @deprecated As of version 1.93. replaced by {@link sap.ui.layout.form.ColumnLayout ColumnLayout}
3487
3487
  */
3488
3488
  interface $ResponsiveLayoutSettings
3489
3489
  extends sap.ui.layout.form.$FormLayoutSettings {}
@@ -3541,7 +3541,7 @@ declare namespace sap {
3541
3541
  *
3542
3542
  * **Note:** This property is only used if a `ResponsiveLayout` is used as a layout.
3543
3543
  *
3544
- * @deprecated (since 1.93) - use another `Layout`
3544
+ * @deprecated As of version 1.93. use another `Layout`
3545
3545
  */
3546
3546
  minWidth?:
3547
3547
  | int
@@ -3582,7 +3582,7 @@ declare namespace sap {
3582
3582
  *
3583
3583
  * **Note:** This property is only used if a `ResponsiveLayout` is used as a layout.
3584
3584
  *
3585
- * @deprecated (since 1.93) - use another `Layout`
3585
+ * @deprecated As of version 1.93. use another `Layout`
3586
3586
  */
3587
3587
  labelMinWidth?:
3588
3588
  | int
@@ -5645,8 +5645,8 @@ declare namespace sap {
5645
5645
  * The `GridLayout`-specific layout data for `FormContainers`.
5646
5646
  *
5647
5647
  * @since 1.16.0
5648
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
5649
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
5648
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
5649
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
5650
5650
  */
5651
5651
  class GridContainerData extends sap.ui.core.LayoutData {
5652
5652
  /**
@@ -5749,8 +5749,8 @@ declare namespace sap {
5749
5749
  * The `GridLayout`-specific layout data for `FormElement` fields.
5750
5750
  *
5751
5751
  * @since 1.16.0
5752
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
5753
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
5752
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
5753
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
5754
5754
  */
5755
5755
  class GridElementData extends sap.ui.core.LayoutData {
5756
5756
  /**
@@ -5909,8 +5909,8 @@ declare namespace sap {
5909
5909
  * using the `layout` aggregation.
5910
5910
  *
5911
5911
  * @since 1.16.0
5912
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
5913
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
5912
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
5913
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
5914
5914
  */
5915
5915
  class GridLayout extends sap.ui.layout.form.FormLayout {
5916
5916
  /**
@@ -6686,7 +6686,7 @@ declare namespace sap {
6686
6686
  * using the `layout` aggregation.
6687
6687
  *
6688
6688
  * @since 1.16.0
6689
- * @deprecated (since 1.93) - replaced by {@link sap.ui.layout.form.ColumnLayout ColumnLayout}
6689
+ * @deprecated As of version 1.93. replaced by {@link sap.ui.layout.form.ColumnLayout ColumnLayout}
6690
6690
  */
6691
6691
  class ResponsiveLayout extends sap.ui.layout.form.FormLayout {
6692
6692
  /**
@@ -7348,7 +7348,7 @@ declare namespace sap {
7348
7348
  *
7349
7349
  * Default value is `192`.
7350
7350
  *
7351
- * @deprecated (since 1.93) - use another `Layout`
7351
+ * @deprecated As of version 1.93. use another `Layout`
7352
7352
  *
7353
7353
  * @returns Value of property `labelMinWidth`
7354
7354
  */
@@ -7468,7 +7468,7 @@ declare namespace sap {
7468
7468
  *
7469
7469
  * Default value is `-1`.
7470
7470
  *
7471
- * @deprecated (since 1.93) - use another `Layout`
7471
+ * @deprecated As of version 1.93. use another `Layout`
7472
7472
  *
7473
7473
  * @returns Value of property `minWidth`
7474
7474
  */
@@ -7906,7 +7906,7 @@ declare namespace sap {
7906
7906
  *
7907
7907
  * Default value is `192`.
7908
7908
  *
7909
- * @deprecated (since 1.93) - use another `Layout`
7909
+ * @deprecated As of version 1.93. use another `Layout`
7910
7910
  *
7911
7911
  * @returns Reference to `this` in order to allow method chaining
7912
7912
  */
@@ -8075,7 +8075,7 @@ declare namespace sap {
8075
8075
  *
8076
8076
  * Default value is `-1`.
8077
8077
  *
8078
- * @deprecated (since 1.93) - use another `Layout`
8078
+ * @deprecated As of version 1.93. use another `Layout`
8079
8079
  *
8080
8080
  * @returns Reference to `this` in order to allow method chaining
8081
8081
  */
@@ -8171,8 +8171,8 @@ declare namespace sap {
8171
8171
  /**
8172
8172
  * Uses the `GridLayout` layout to render the `SimpleForm` control
8173
8173
  *
8174
- * @deprecated (since 1.67.0) - as the `sap.ui.commons` library is deprecated, and the `GridLayout` must
8175
- * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8174
+ * @deprecated As of version 1.67.0. as the `sap.ui.commons` library is deprecated, and the `GridLayout`
8175
+ * must not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8176
8176
  */
8177
8177
  GridLayout = "GridLayout",
8178
8178
  /**
@@ -8184,7 +8184,7 @@ declare namespace sap {
8184
8184
  /**
8185
8185
  * Uses the `ResponsiveLayout` layout to render the `SimpleForm` control
8186
8186
  *
8187
- * @deprecated (since 1.93) - replaced by {@link sap.ui.layout.form.SimpleFormLayout.ColumnLayout ColumnLayout}
8187
+ * @deprecated As of version 1.93. replaced by {@link sap.ui.layout.form.SimpleFormLayout.ColumnLayout ColumnLayout}
8188
8188
  */
8189
8189
  ResponsiveLayout = "ResponsiveLayout",
8190
8190
  }
@@ -8245,8 +8245,8 @@ declare namespace sap {
8245
8245
  * It gets the full width of the row and the label is displayed above. **Note:** For labels full size has
8246
8246
  * no effect.
8247
8247
  *
8248
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
8249
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8248
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
8249
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8250
8250
  */
8251
8251
  type GridElementCells = string;
8252
8252
  }
@@ -8940,7 +8940,7 @@ declare namespace sap {
8940
8940
  * Deprecated. Defines a span value for large screens. This value overwrites the value for large screens
8941
8941
  * defined in the `span` property.
8942
8942
  *
8943
- * @deprecated (since 1.17.1) - Use the `spanL` property instead.
8943
+ * @deprecated As of version 1.17.1. Use the `spanL` property instead.
8944
8944
  */
8945
8945
  spanLarge?:
8946
8946
  | int
@@ -8951,7 +8951,7 @@ declare namespace sap {
8951
8951
  * Deprecated. Defines a span value for medium screens. This value overwrites the value for medium screens
8952
8952
  * defined in the `span` property.
8953
8953
  *
8954
- * @deprecated (since 1.17.1) - Use the `spanM` property instead.
8954
+ * @deprecated As of version 1.17.1. Use the `spanM` property instead.
8955
8955
  */
8956
8956
  spanMedium?:
8957
8957
  | int
@@ -8962,7 +8962,7 @@ declare namespace sap {
8962
8962
  * Deprecated. Defines a span value for small screens. This value overwrites the value for small screens
8963
8963
  * defined in the `span` property.
8964
8964
  *
8965
- * @deprecated (since 1.17.1) - Use the `spanS` property instead.
8965
+ * @deprecated As of version 1.17.1. Use the `spanS` property instead.
8966
8966
  */
8967
8967
  spanSmall?:
8968
8968
  | int
@@ -8973,7 +8973,7 @@ declare namespace sap {
8973
8973
  * Deprecated. Defines an indent value for large screens. This value overwrites the value for large screens
8974
8974
  * defined in the `indent` property.
8975
8975
  *
8976
- * @deprecated (since 1.17.1) - Use the `indentL` property instead.
8976
+ * @deprecated As of version 1.17.1. Use the `indentL` property instead.
8977
8977
  */
8978
8978
  indentLarge?:
8979
8979
  | int
@@ -8984,7 +8984,7 @@ declare namespace sap {
8984
8984
  * Deprecated. Defines an indent value for medium screens. This value overwrites the value for medium screens
8985
8985
  * defined in the `indent` property.
8986
8986
  *
8987
- * @deprecated (since 1.17.1) - Use the `indentM` property instead.
8987
+ * @deprecated As of version 1.17.1. Use the `indentM` property instead.
8988
8988
  */
8989
8989
  indentMedium?:
8990
8990
  | int
@@ -8995,7 +8995,7 @@ declare namespace sap {
8995
8995
  * Deprecated. Defines an indent value for small screens. This value overwrites the value for small screens
8996
8996
  * defined in the `indent` property.
8997
8997
  *
8998
- * @deprecated (since 1.17.1) - Use `indentS` property instead.
8998
+ * @deprecated As of version 1.17.1. Use `indentS` property instead.
8999
8999
  */
9000
9000
  indentSmall?:
9001
9001
  | int
@@ -9005,7 +9005,7 @@ declare namespace sap {
9005
9005
  /**
9006
9006
  * Deprecated. Defines if this control is visible on large screens.
9007
9007
  *
9008
- * @deprecated (since 1.17.1) - Use the `visibleL` property instead.
9008
+ * @deprecated As of version 1.17.1. Use the `visibleL` property instead.
9009
9009
  */
9010
9010
  visibleOnLarge?:
9011
9011
  | boolean
@@ -9015,7 +9015,7 @@ declare namespace sap {
9015
9015
  /**
9016
9016
  * Deprecated. Defines if this control is visible on medium screens.
9017
9017
  *
9018
- * @deprecated (since 1.17.1) - Use the `visibleM` property instead.
9018
+ * @deprecated As of version 1.17.1. Use the `visibleM` property instead.
9019
9019
  */
9020
9020
  visibleOnMedium?:
9021
9021
  | boolean
@@ -9025,7 +9025,7 @@ declare namespace sap {
9025
9025
  /**
9026
9026
  * Deprecated. Defines if this control is visible on small screens.
9027
9027
  *
9028
- * @deprecated (since 1.17.1) - Use the `visibleS` property instead.
9028
+ * @deprecated As of version 1.17.1. Use the `visibleS` property instead.
9029
9029
  */
9030
9030
  visibleOnSmall?:
9031
9031
  | boolean
@@ -11990,7 +11990,7 @@ declare namespace sap {
11990
11990
  * Deprecated. Defines an indent value for large screens. This value overwrites the value for large screens
11991
11991
  * defined in the `indent` property.
11992
11992
  *
11993
- * @deprecated (since 1.17.1) - Use the `indentL` property instead.
11993
+ * @deprecated As of version 1.17.1. Use the `indentL` property instead.
11994
11994
  *
11995
11995
  * @returns Value of property `indentLarge`
11996
11996
  */
@@ -12011,7 +12011,7 @@ declare namespace sap {
12011
12011
  * Deprecated. Defines an indent value for medium screens. This value overwrites the value for medium screens
12012
12012
  * defined in the `indent` property.
12013
12013
  *
12014
- * @deprecated (since 1.17.1) - Use the `indentM` property instead.
12014
+ * @deprecated As of version 1.17.1. Use the `indentM` property instead.
12015
12015
  *
12016
12016
  * @returns Value of property `indentMedium`
12017
12017
  */
@@ -12032,7 +12032,7 @@ declare namespace sap {
12032
12032
  * Deprecated. Defines an indent value for small screens. This value overwrites the value for small screens
12033
12033
  * defined in the `indent` property.
12034
12034
  *
12035
- * @deprecated (since 1.17.1) - Use `indentS` property instead.
12035
+ * @deprecated As of version 1.17.1. Use `indentS` property instead.
12036
12036
  *
12037
12037
  * @returns Value of property `indentSmall`
12038
12038
  */
@@ -12156,7 +12156,7 @@ declare namespace sap {
12156
12156
  * Deprecated. Defines a span value for large screens. This value overwrites the value for large screens
12157
12157
  * defined in the `span` property.
12158
12158
  *
12159
- * @deprecated (since 1.17.1) - Use the `spanL` property instead.
12159
+ * @deprecated As of version 1.17.1. Use the `spanL` property instead.
12160
12160
  *
12161
12161
  * @returns Value of property `spanLarge`
12162
12162
  */
@@ -12177,7 +12177,7 @@ declare namespace sap {
12177
12177
  * Deprecated. Defines a span value for medium screens. This value overwrites the value for medium screens
12178
12178
  * defined in the `span` property.
12179
12179
  *
12180
- * @deprecated (since 1.17.1) - Use the `spanM` property instead.
12180
+ * @deprecated As of version 1.17.1. Use the `spanM` property instead.
12181
12181
  *
12182
12182
  * @returns Value of property `spanMedium`
12183
12183
  */
@@ -12198,7 +12198,7 @@ declare namespace sap {
12198
12198
  * Deprecated. Defines a span value for small screens. This value overwrites the value for small screens
12199
12199
  * defined in the `span` property.
12200
12200
  *
12201
- * @deprecated (since 1.17.1) - Use the `spanS` property instead.
12201
+ * @deprecated As of version 1.17.1. Use the `spanS` property instead.
12202
12202
  *
12203
12203
  * @returns Value of property `spanSmall`
12204
12204
  */
@@ -12242,7 +12242,7 @@ declare namespace sap {
12242
12242
  *
12243
12243
  * Default value is `true`.
12244
12244
  *
12245
- * @deprecated (since 1.17.1) - Use the `visibleL` property instead.
12245
+ * @deprecated As of version 1.17.1. Use the `visibleL` property instead.
12246
12246
  *
12247
12247
  * @returns Value of property `visibleOnLarge`
12248
12248
  */
@@ -12254,7 +12254,7 @@ declare namespace sap {
12254
12254
  *
12255
12255
  * Default value is `true`.
12256
12256
  *
12257
- * @deprecated (since 1.17.1) - Use the `visibleM` property instead.
12257
+ * @deprecated As of version 1.17.1. Use the `visibleM` property instead.
12258
12258
  *
12259
12259
  * @returns Value of property `visibleOnMedium`
12260
12260
  */
@@ -12266,7 +12266,7 @@ declare namespace sap {
12266
12266
  *
12267
12267
  * Default value is `true`.
12268
12268
  *
12269
- * @deprecated (since 1.17.1) - Use the `visibleS` property instead.
12269
+ * @deprecated As of version 1.17.1. Use the `visibleS` property instead.
12270
12270
  *
12271
12271
  * @returns Value of property `visibleOnSmall`
12272
12272
  */
@@ -12340,7 +12340,7 @@ declare namespace sap {
12340
12340
  *
12341
12341
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12342
12342
  *
12343
- * @deprecated (since 1.17.1) - Use the `indentL` property instead.
12343
+ * @deprecated As of version 1.17.1. Use the `indentL` property instead.
12344
12344
  *
12345
12345
  * @returns Reference to `this` in order to allow method chaining
12346
12346
  */
@@ -12375,7 +12375,7 @@ declare namespace sap {
12375
12375
  *
12376
12376
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12377
12377
  *
12378
- * @deprecated (since 1.17.1) - Use the `indentM` property instead.
12378
+ * @deprecated As of version 1.17.1. Use the `indentM` property instead.
12379
12379
  *
12380
12380
  * @returns Reference to `this` in order to allow method chaining
12381
12381
  */
@@ -12410,7 +12410,7 @@ declare namespace sap {
12410
12410
  *
12411
12411
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12412
12412
  *
12413
- * @deprecated (since 1.17.1) - Use `indentS` property instead.
12413
+ * @deprecated As of version 1.17.1. Use `indentS` property instead.
12414
12414
  *
12415
12415
  * @returns Reference to `this` in order to allow method chaining
12416
12416
  */
@@ -12611,7 +12611,7 @@ declare namespace sap {
12611
12611
  *
12612
12612
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12613
12613
  *
12614
- * @deprecated (since 1.17.1) - Use the `spanL` property instead.
12614
+ * @deprecated As of version 1.17.1. Use the `spanL` property instead.
12615
12615
  *
12616
12616
  * @returns Reference to `this` in order to allow method chaining
12617
12617
  */
@@ -12646,7 +12646,7 @@ declare namespace sap {
12646
12646
  *
12647
12647
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12648
12648
  *
12649
- * @deprecated (since 1.17.1) - Use the `spanM` property instead.
12649
+ * @deprecated As of version 1.17.1. Use the `spanM` property instead.
12650
12650
  *
12651
12651
  * @returns Reference to `this` in order to allow method chaining
12652
12652
  */
@@ -12681,7 +12681,7 @@ declare namespace sap {
12681
12681
  *
12682
12682
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12683
12683
  *
12684
- * @deprecated (since 1.17.1) - Use the `spanS` property instead.
12684
+ * @deprecated As of version 1.17.1. Use the `spanS` property instead.
12685
12685
  *
12686
12686
  * @returns Reference to `this` in order to allow method chaining
12687
12687
  */
@@ -12753,7 +12753,7 @@ declare namespace sap {
12753
12753
  *
12754
12754
  * Default value is `true`.
12755
12755
  *
12756
- * @deprecated (since 1.17.1) - Use the `visibleL` property instead.
12756
+ * @deprecated As of version 1.17.1. Use the `visibleL` property instead.
12757
12757
  *
12758
12758
  * @returns Reference to `this` in order to allow method chaining
12759
12759
  */
@@ -12772,7 +12772,7 @@ declare namespace sap {
12772
12772
  *
12773
12773
  * Default value is `true`.
12774
12774
  *
12775
- * @deprecated (since 1.17.1) - Use the `visibleM` property instead.
12775
+ * @deprecated As of version 1.17.1. Use the `visibleM` property instead.
12776
12776
  *
12777
12777
  * @returns Reference to `this` in order to allow method chaining
12778
12778
  */
@@ -12791,7 +12791,7 @@ declare namespace sap {
12791
12791
  *
12792
12792
  * Default value is `true`.
12793
12793
  *
12794
- * @deprecated (since 1.17.1) - Use the `visibleS` property instead.
12794
+ * @deprecated As of version 1.17.1. Use the `visibleS` property instead.
12795
12795
  *
12796
12796
  * @returns Reference to `this` in order to allow method chaining
12797
12797
  */
@@ -14267,9 +14267,9 @@ declare namespace sap {
14267
14267
  * the control changes its size. The resize handler is enabled in every control instance by default. For
14268
14268
  * performance reasons this behavior can be disabled by calling disableAutoResize()
14269
14269
  *
14270
- * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
14271
- * feature. It is declared as deprecated because the API might change in case the need for this is high
14272
- * enough to make it part of the official Splitter interface
14270
+ * @deprecated As of version 1.21. This method is declared as protected in order to assess the need for
14271
+ * this feature. It is declared as deprecated because the API might change in case the need for this is
14272
+ * high enough to make it part of the official Splitter interface
14273
14273
  * @ui5-protected Do not call from applications (only from related classes in the framework)
14274
14274
  */
14275
14275
  disableAutoResize(
@@ -14290,9 +14290,9 @@ declare namespace sap {
14290
14290
  * Disables recalculation and resize of the splitter contents while dragging the splitter bar. This means
14291
14291
  * that the contents are resized only once after moving the splitter bar.
14292
14292
  *
14293
- * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
14294
- * feature. It is declared as deprecated because the API might change in case the need for this is high
14295
- * enough to make it part of the official Splitter interface
14293
+ * @deprecated As of version 1.21. This method is declared as protected in order to assess the need for
14294
+ * this feature. It is declared as deprecated because the API might change in case the need for this is
14295
+ * high enough to make it part of the official Splitter interface
14296
14296
  * @ui5-protected Do not call from applications (only from related classes in the framework)
14297
14297
  */
14298
14298
  disableLiveResize(): void;
@@ -14301,9 +14301,9 @@ declare namespace sap {
14301
14301
  * the control changes its size. The resize handler is enabled in every control instance by default. For
14302
14302
  * performance reasons this behavior can be disabled by calling disableAutoResize()
14303
14303
  *
14304
- * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
14305
- * feature. It is declared as deprecated because the API might change in case the need for this is high
14306
- * enough to make it part of the official Splitter interface
14304
+ * @deprecated As of version 1.21. This method is declared as protected in order to assess the need for
14305
+ * this feature. It is declared as deprecated because the API might change in case the need for this is
14306
+ * high enough to make it part of the official Splitter interface
14307
14307
  * @ui5-protected Do not call from applications (only from related classes in the framework)
14308
14308
  */
14309
14309
  enableAutoResize(
@@ -14322,9 +14322,9 @@ declare namespace sap {
14322
14322
  * Enables recalculation and resize of the splitter contents while dragging the splitter bar. This means
14323
14323
  * that the contents are resized several times per second when moving the splitter bar.
14324
14324
  *
14325
- * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
14326
- * feature. It is declared as deprecated because the API might change in case the need for this is high
14327
- * enough to make it part of the official Splitter interface
14325
+ * @deprecated As of version 1.21. This method is declared as protected in order to assess the need for
14326
+ * this feature. It is declared as deprecated because the API might change in case the need for this is
14327
+ * high enough to make it part of the official Splitter interface
14328
14328
  * @ui5-protected Do not call from applications (only from related classes in the framework)
14329
14329
  */
14330
14330
  enableLiveResize(): void;
@@ -14344,9 +14344,9 @@ declare namespace sap {
14344
14344
  /**
14345
14345
  * Returns the current actual content sizes as pixel value - these values can change with every resize.
14346
14346
  *
14347
- * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
14348
- * feature. It is declared as deprecated because the API might change in case the need for this is high
14349
- * enough to make it part of the official Splitter interface
14347
+ * @deprecated As of version 1.21. This method is declared as protected in order to assess the need for
14348
+ * this feature. It is declared as deprecated because the API might change in case the need for this is
14349
+ * high enough to make it part of the official Splitter interface
14350
14350
  * @ui5-protected Do not call from applications (only from related classes in the framework)
14351
14351
  *
14352
14352
  * @returns Array of px values that correspond to the content area sizes
@@ -14933,7 +14933,7 @@ declare namespace sap {
14933
14933
  /**
14934
14934
  * Background with bright and dark background colors
14935
14935
  *
14936
- * @deprecated (since 1.50)
14936
+ * @deprecated As of version 1.50.
14937
14937
  */
14938
14938
  Mixed = "Mixed",
14939
14939
  }