@sapui5/ts-types-esm 1.132.1 → 1.134.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.
Files changed (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +12 -11
  3. package/types/sap.ca.ui.d.ts +413 -415
  4. package/types/sap.chart.d.ts +6 -6
  5. package/types/sap.collaboration.d.ts +31 -31
  6. package/types/sap.cux.home.d.ts +927 -110
  7. package/types/sap.esh.search.ui.d.ts +45 -1
  8. package/types/sap.f.d.ts +211 -183
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +40 -11
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +141 -99
  14. package/types/sap.fe.navigation.d.ts +3 -3
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +3 -8
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +576 -464
  22. package/types/sap.insights.d.ts +3 -3
  23. package/types/sap.m.d.ts +2574 -1193
  24. package/types/sap.makit.d.ts +182 -182
  25. package/types/sap.me.d.ts +25 -27
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +41 -41
  29. package/types/sap.sac.df.d.ts +465 -193
  30. package/types/sap.suite.ui.commons.d.ts +432 -487
  31. package/types/sap.suite.ui.generic.template.d.ts +80 -37
  32. package/types/sap.suite.ui.microchart.d.ts +55 -79
  33. package/types/sap.tnt.d.ts +335 -20
  34. package/types/sap.ui.codeeditor.d.ts +9 -7
  35. package/types/sap.ui.commons.d.ts +326 -335
  36. package/types/sap.ui.comp.d.ts +432 -445
  37. package/types/sap.ui.core.d.ts +46978 -46714
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +5 -5
  41. package/types/sap.ui.generic.app.d.ts +83 -66
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +322 -236
  44. package/types/sap.ui.layout.d.ts +90 -104
  45. package/types/sap.ui.mdc.d.ts +393 -153
  46. package/types/sap.ui.richtexteditor.d.ts +48 -8
  47. package/types/sap.ui.rta.d.ts +76 -1
  48. package/types/sap.ui.suite.d.ts +14 -14
  49. package/types/sap.ui.support.d.ts +2 -2
  50. package/types/sap.ui.table.d.ts +219 -197
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +170 -158
  53. package/types/sap.ui.ux3.d.ts +113 -117
  54. package/types/sap.ui.vbm.d.ts +391 -60
  55. package/types/sap.ui.vk.d.ts +138 -135
  56. package/types/sap.ui.vtm.d.ts +112 -103
  57. package/types/sap.ui.webc.common.d.ts +7 -7
  58. package/types/sap.ui.webc.fiori.d.ts +164 -176
  59. package/types/sap.ui.webc.main.d.ts +527 -531
  60. package/types/sap.uiext.inbox.d.ts +43 -43
  61. package/types/sap.ushell.d.ts +246 -126
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +39 -51
  64. package/types/sap.viz.d.ts +2782 -2858
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +17 -17
  67. package/types/sap.zen.crosstab.d.ts +10 -10
  68. package/types/sap.zen.dsh.d.ts +11 -11
@@ -1,10 +1,12 @@
1
- // For Library Version: 1.132.1
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
5
5
 
6
6
  import GridLayoutBase from "sap/ui/layout/cssgrid/GridLayoutBase";
7
7
 
8
+ import { CSSGapShortHand } from "sap/ui/core/library";
9
+
8
10
  /**
9
11
  * Available Background Design.
10
12
  *
@@ -53,7 +55,7 @@ declare module "sap/ui/layout/library" {
53
55
  /**
54
56
  * Background with bright and dark background colors
55
57
  *
56
- * @deprecated (since 1.50)
58
+ * @deprecated As of version 1.50.
57
59
  */
58
60
  Mixed = "Mixed",
59
61
  }
@@ -373,7 +375,7 @@ declare module "sap/ui/layout/library" {
373
375
  *
374
376
  * @since 1.60.0
375
377
  */
376
- type CSSGridGapShortHand = string;
378
+ type CSSGridGapShortHand = CSSGapShortHand;
377
379
 
378
380
  /**
379
381
  * A string type that represents one or two grid lines. Used to define the position and size of a single
@@ -424,8 +426,8 @@ declare module "sap/ui/layout/library" {
424
426
  /**
425
427
  * Uses the `GridLayout` layout to render the `SimpleForm` control
426
428
  *
427
- * @deprecated (since 1.67.0) - as the `sap.ui.commons` library is deprecated, and the `GridLayout` must
428
- * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
429
+ * @deprecated As of version 1.67.0. as the `sap.ui.commons` library is deprecated, and the `GridLayout`
430
+ * must not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
429
431
  */
430
432
  GridLayout = "GridLayout",
431
433
  /**
@@ -437,7 +439,7 @@ declare module "sap/ui/layout/library" {
437
439
  /**
438
440
  * Uses the `ResponsiveLayout` layout to render the `SimpleForm` control
439
441
  *
440
- * @deprecated (since 1.93) - replaced by {@link sap.ui.layout.form.SimpleFormLayout.ColumnLayout ColumnLayout}
442
+ * @deprecated As of version 1.93. replaced by {@link sap.ui.layout.form.SimpleFormLayout.ColumnLayout ColumnLayout}
441
443
  */
442
444
  ResponsiveLayout = "ResponsiveLayout",
443
445
  }
@@ -498,8 +500,8 @@ declare module "sap/ui/layout/library" {
498
500
  * It gets the full width of the row and the label is displayed above. **Note:** For labels full size has
499
501
  * no effect.
500
502
  *
501
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
502
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
503
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
504
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
503
505
  */
504
506
  type GridElementCells = string;
505
507
  }
@@ -653,7 +655,7 @@ declare module "sap/ui/layout/BlockLayout" {
653
655
  *
654
656
  * @returns Value of property `background`
655
657
  */
656
- getBackground(): BlockBackgroundType | keyof typeof BlockBackgroundType;
658
+ getBackground(): BlockBackgroundType;
657
659
  /**
658
660
  * Gets content of aggregation {@link #getContent content}.
659
661
  *
@@ -918,9 +920,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
918
920
  *
919
921
  * @returns Value of property `backgroundColorSet`
920
922
  */
921
- getBackgroundColorSet():
922
- | BlockLayoutCellColorSet
923
- | keyof typeof BlockLayoutCellColorSet;
923
+ getBackgroundColorSet(): BlockLayoutCellColorSet;
924
924
  /**
925
925
  * Gets current value of property {@link #getBackgroundColorShade backgroundColorShade}.
926
926
  *
@@ -931,9 +931,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
931
931
  *
932
932
  * @returns Value of property `backgroundColorShade`
933
933
  */
934
- getBackgroundColorShade():
935
- | BlockLayoutCellColorShade
936
- | keyof typeof BlockLayoutCellColorShade;
934
+ getBackgroundColorShade(): BlockLayoutCellColorShade;
937
935
  /**
938
936
  * Gets content of aggregation {@link #getContent content}.
939
937
  *
@@ -960,7 +958,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
960
958
  *
961
959
  * @returns Value of property `titleAlignment`
962
960
  */
963
- getTitleAlignment(): HorizontalAlign | keyof typeof HorizontalAlign;
961
+ getTitleAlignment(): HorizontalAlign;
964
962
  /**
965
963
  * Gets current value of property {@link #getTitleLevel titleLevel}.
966
964
  *
@@ -972,7 +970,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
972
970
  *
973
971
  * @returns Value of property `titleLevel`
974
972
  */
975
- getTitleLevel(): TitleLevel | keyof typeof TitleLevel;
973
+ getTitleLevel(): TitleLevel;
976
974
  /**
977
975
  * Gets content of aggregation {@link #getTitleLink titleLink}.
978
976
  *
@@ -1615,7 +1613,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
1615
1613
  *
1616
1614
  * @returns Value of property `rowColorSet`
1617
1615
  */
1618
- getRowColorSet(): BlockRowColorSets | keyof typeof BlockRowColorSets;
1616
+ getRowColorSet(): BlockRowColorSets;
1619
1617
  /**
1620
1618
  * Gets current value of property {@link #getScrollable scrollable}.
1621
1619
  *
@@ -1983,9 +1981,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
1983
1981
  *
1984
1982
  * @returns Value of property `gridAutoFlow`
1985
1983
  */
1986
- getGridAutoFlow():
1987
- | cssgrid.CSSGridAutoFlow
1988
- | keyof typeof cssgrid.CSSGridAutoFlow;
1984
+ getGridAutoFlow(): cssgrid.CSSGridAutoFlow;
1989
1985
  /**
1990
1986
  * Gets current value of property {@link #getGridAutoRows gridAutoRows}.
1991
1987
  *
@@ -2496,9 +2492,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
2496
2492
  *
2497
2493
  * @returns Value of property `gridAutoFlow`
2498
2494
  */
2499
- getGridAutoFlow():
2500
- | cssgrid.CSSGridAutoFlow
2501
- | keyof typeof cssgrid.CSSGridAutoFlow;
2495
+ getGridAutoFlow(): cssgrid.CSSGridAutoFlow;
2502
2496
  /**
2503
2497
  * Gets current value of property {@link #getGridAutoRows gridAutoRows}.
2504
2498
  *
@@ -3925,9 +3919,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
3925
3919
  *
3926
3920
  * @returns Value of property `gridAutoFlow`
3927
3921
  */
3928
- getGridAutoFlow():
3929
- | cssgrid.CSSGridAutoFlow
3930
- | keyof typeof cssgrid.CSSGridAutoFlow;
3922
+ getGridAutoFlow(): cssgrid.CSSGridAutoFlow;
3931
3923
  /**
3932
3924
  * Gets current value of property {@link #getGridAutoRows gridAutoRows}.
3933
3925
  *
@@ -4937,9 +4929,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
4937
4929
  *
4938
4930
  * @returns Value of property `sideContentFallDown`
4939
4931
  */
4940
- getSideContentFallDown():
4941
- | SideContentFallDown
4942
- | keyof typeof SideContentFallDown;
4932
+ getSideContentFallDown(): SideContentFallDown;
4943
4933
  /**
4944
4934
  * Gets current value of property {@link #getSideContentPosition sideContentPosition}.
4945
4935
  *
@@ -4951,9 +4941,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
4951
4941
  *
4952
4942
  * @returns Value of property `sideContentPosition`
4953
4943
  */
4954
- getSideContentPosition():
4955
- | SideContentPosition
4956
- | keyof typeof SideContentPosition;
4944
+ getSideContentPosition(): SideContentPosition;
4957
4945
  /**
4958
4946
  * Gets current value of property {@link #getSideContentVisibility sideContentVisibility}.
4959
4947
  *
@@ -4964,9 +4952,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
4964
4952
  *
4965
4953
  * @returns Value of property `sideContentVisibility`
4966
4954
  */
4967
- getSideContentVisibility():
4968
- | SideContentVisibility
4969
- | keyof typeof SideContentVisibility;
4955
+ getSideContentVisibility(): SideContentVisibility;
4970
4956
  /**
4971
4957
  * Gets current value of property {@link #getSideContentWidthL sideContentWidthL}.
4972
4958
  *
@@ -7812,7 +7798,7 @@ declare module "sap/ui/layout/form/FormLayout" {
7812
7798
  *
7813
7799
  * @returns Value of property `backgroundDesign`
7814
7800
  */
7815
- getBackgroundDesign(): BackgroundDesign | keyof typeof BackgroundDesign;
7801
+ getBackgroundDesign(): BackgroundDesign;
7816
7802
  /**
7817
7803
  * In {@link sap.ui.layout.SemanticFormElement SemanticFormElement}, delimiters are rendered. They should
7818
7804
  * use only a small space. So `Layout`-dependent `LayoutData` are needed.
@@ -7916,8 +7902,8 @@ declare module "sap/ui/layout/form/GridContainerData" {
7916
7902
  * The `GridLayout`-specific layout data for `FormContainers`.
7917
7903
  *
7918
7904
  * @since 1.16.0
7919
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
7920
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
7905
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
7906
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
7921
7907
  */
7922
7908
  export default class GridContainerData extends LayoutData {
7923
7909
  /**
@@ -8019,8 +8005,8 @@ declare module "sap/ui/layout/form/GridContainerData" {
8019
8005
  /**
8020
8006
  * Describes the settings that can be provided to the GridContainerData constructor.
8021
8007
  *
8022
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
8023
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8008
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
8009
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8024
8010
  */
8025
8011
  export interface $GridContainerDataSettings extends $LayoutDataSettings {
8026
8012
  /**
@@ -8048,8 +8034,8 @@ declare module "sap/ui/layout/form/GridElementData" {
8048
8034
  * The `GridLayout`-specific layout data for `FormElement` fields.
8049
8035
  *
8050
8036
  * @since 1.16.0
8051
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
8052
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8037
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
8038
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8053
8039
  */
8054
8040
  export default class GridElementData extends LayoutData {
8055
8041
  /**
@@ -8196,8 +8182,8 @@ declare module "sap/ui/layout/form/GridElementData" {
8196
8182
  /**
8197
8183
  * Describes the settings that can be provided to the GridElementData constructor.
8198
8184
  *
8199
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
8200
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8185
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
8186
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8201
8187
  */
8202
8188
  export interface $GridElementDataSettings extends $LayoutDataSettings {
8203
8189
  /**
@@ -8247,8 +8233,8 @@ declare module "sap/ui/layout/form/GridLayout" {
8247
8233
  * using the `layout` aggregation.
8248
8234
  *
8249
8235
  * @since 1.16.0
8250
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
8251
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8236
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
8237
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8252
8238
  */
8253
8239
  export default class GridLayout extends FormLayout {
8254
8240
  /**
@@ -8354,8 +8340,8 @@ declare module "sap/ui/layout/form/GridLayout" {
8354
8340
  /**
8355
8341
  * Describes the settings that can be provided to the GridLayout constructor.
8356
8342
  *
8357
- * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
8358
- * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8343
+ * @deprecated As of version 1.67.0. as `sap.ui.commons` library is deprecated and the `GridLayout` must
8344
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8359
8345
  */
8360
8346
  export interface $GridLayoutSettings extends $FormLayoutSettings {
8361
8347
  /**
@@ -9209,7 +9195,7 @@ declare module "sap/ui/layout/form/ResponsiveLayout" {
9209
9195
  * using the `layout` aggregation.
9210
9196
  *
9211
9197
  * @since 1.16.0
9212
- * @deprecated (since 1.93) - replaced by {@link sap.ui.layout.form.ColumnLayout ColumnLayout}
9198
+ * @deprecated As of version 1.93. replaced by {@link sap.ui.layout.form.ColumnLayout ColumnLayout}
9213
9199
  */
9214
9200
  export default class ResponsiveLayout extends FormLayout {
9215
9201
  /**
@@ -9284,7 +9270,7 @@ declare module "sap/ui/layout/form/ResponsiveLayout" {
9284
9270
  /**
9285
9271
  * Describes the settings that can be provided to the ResponsiveLayout constructor.
9286
9272
  *
9287
- * @deprecated (since 1.93) - replaced by {@link sap.ui.layout.form.ColumnLayout ColumnLayout}
9273
+ * @deprecated As of version 1.93. replaced by {@link sap.ui.layout.form.ColumnLayout ColumnLayout}
9288
9274
  */
9289
9275
  export interface $ResponsiveLayoutSettings extends $FormLayoutSettings {}
9290
9276
  }
@@ -9704,7 +9690,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9704
9690
  *
9705
9691
  * @returns Value of property `backgroundDesign`
9706
9692
  */
9707
- getBackgroundDesign(): BackgroundDesign | keyof typeof BackgroundDesign;
9693
+ getBackgroundDesign(): BackgroundDesign;
9708
9694
  /**
9709
9695
  * Gets current value of property {@link #getBreakpointL breakpointL}.
9710
9696
  *
@@ -9932,7 +9918,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9932
9918
  *
9933
9919
  * Default value is `192`.
9934
9920
  *
9935
- * @deprecated (since 1.93) - use another `Layout`
9921
+ * @deprecated As of version 1.93. use another `Layout`
9936
9922
  *
9937
9923
  * @returns Value of property `labelMinWidth`
9938
9924
  */
@@ -10022,7 +10008,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10022
10008
  *
10023
10009
  * @returns Value of property `layout`
10024
10010
  */
10025
- getLayout(): form.SimpleFormLayout | keyof typeof form.SimpleFormLayout;
10011
+ getLayout(): form.SimpleFormLayout;
10026
10012
  /**
10027
10013
  * Gets current value of property {@link #getMaxContainerCols maxContainerCols}.
10028
10014
  *
@@ -10052,7 +10038,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10052
10038
  *
10053
10039
  * Default value is `-1`.
10054
10040
  *
10055
- * @deprecated (since 1.93) - use another `Layout`
10041
+ * @deprecated As of version 1.93. use another `Layout`
10056
10042
  *
10057
10043
  * @returns Value of property `minWidth`
10058
10044
  */
@@ -10490,7 +10476,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10490
10476
  *
10491
10477
  * Default value is `192`.
10492
10478
  *
10493
- * @deprecated (since 1.93) - use another `Layout`
10479
+ * @deprecated As of version 1.93. use another `Layout`
10494
10480
  *
10495
10481
  * @returns Reference to `this` in order to allow method chaining
10496
10482
  */
@@ -10659,7 +10645,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10659
10645
  *
10660
10646
  * Default value is `-1`.
10661
10647
  *
10662
- * @deprecated (since 1.93) - use another `Layout`
10648
+ * @deprecated As of version 1.93. use another `Layout`
10663
10649
  *
10664
10650
  * @returns Reference to `this` in order to allow method chaining
10665
10651
  */
@@ -10761,7 +10747,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10761
10747
  *
10762
10748
  * **Note:** This property is only used if a `ResponsiveLayout` is used as a layout.
10763
10749
  *
10764
- * @deprecated (since 1.93) - use another `Layout`
10750
+ * @deprecated As of version 1.93. use another `Layout`
10765
10751
  */
10766
10752
  minWidth?: int | PropertyBindingInfo | `{${string}}`;
10767
10753
 
@@ -10793,7 +10779,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10793
10779
  *
10794
10780
  * **Note:** This property is only used if a `ResponsiveLayout` is used as a layout.
10795
10781
  *
10796
- * @deprecated (since 1.93) - use another `Layout`
10782
+ * @deprecated As of version 1.93. use another `Layout`
10797
10783
  */
10798
10784
  labelMinWidth?: int | PropertyBindingInfo | `{${string}}`;
10799
10785
 
@@ -11311,7 +11297,7 @@ declare module "sap/ui/layout/Grid" {
11311
11297
  *
11312
11298
  * @returns Value of property `position`
11313
11299
  */
11314
- getPosition(): GridPosition | keyof typeof GridPosition;
11300
+ getPosition(): GridPosition;
11315
11301
  /**
11316
11302
  * Gets current value of property {@link #getVSpacing vSpacing}.
11317
11303
  *
@@ -11738,7 +11724,7 @@ declare module "sap/ui/layout/GridData" {
11738
11724
  * Deprecated. Defines an indent value for large screens. This value overwrites the value for large screens
11739
11725
  * defined in the `indent` property.
11740
11726
  *
11741
- * @deprecated (since 1.17.1) - Use the `indentL` property instead.
11727
+ * @deprecated As of version 1.17.1. Use the `indentL` property instead.
11742
11728
  *
11743
11729
  * @returns Value of property `indentLarge`
11744
11730
  */
@@ -11759,7 +11745,7 @@ declare module "sap/ui/layout/GridData" {
11759
11745
  * Deprecated. Defines an indent value for medium screens. This value overwrites the value for medium screens
11760
11746
  * defined in the `indent` property.
11761
11747
  *
11762
- * @deprecated (since 1.17.1) - Use the `indentM` property instead.
11748
+ * @deprecated As of version 1.17.1. Use the `indentM` property instead.
11763
11749
  *
11764
11750
  * @returns Value of property `indentMedium`
11765
11751
  */
@@ -11780,7 +11766,7 @@ declare module "sap/ui/layout/GridData" {
11780
11766
  * Deprecated. Defines an indent value for small screens. This value overwrites the value for small screens
11781
11767
  * defined in the `indent` property.
11782
11768
  *
11783
- * @deprecated (since 1.17.1) - Use `indentS` property instead.
11769
+ * @deprecated As of version 1.17.1. Use `indentS` property instead.
11784
11770
  *
11785
11771
  * @returns Value of property `indentSmall`
11786
11772
  */
@@ -11904,7 +11890,7 @@ declare module "sap/ui/layout/GridData" {
11904
11890
  * Deprecated. Defines a span value for large screens. This value overwrites the value for large screens
11905
11891
  * defined in the `span` property.
11906
11892
  *
11907
- * @deprecated (since 1.17.1) - Use the `spanL` property instead.
11893
+ * @deprecated As of version 1.17.1. Use the `spanL` property instead.
11908
11894
  *
11909
11895
  * @returns Value of property `spanLarge`
11910
11896
  */
@@ -11925,7 +11911,7 @@ declare module "sap/ui/layout/GridData" {
11925
11911
  * Deprecated. Defines a span value for medium screens. This value overwrites the value for medium screens
11926
11912
  * defined in the `span` property.
11927
11913
  *
11928
- * @deprecated (since 1.17.1) - Use the `spanM` property instead.
11914
+ * @deprecated As of version 1.17.1. Use the `spanM` property instead.
11929
11915
  *
11930
11916
  * @returns Value of property `spanMedium`
11931
11917
  */
@@ -11946,7 +11932,7 @@ declare module "sap/ui/layout/GridData" {
11946
11932
  * Deprecated. Defines a span value for small screens. This value overwrites the value for small screens
11947
11933
  * defined in the `span` property.
11948
11934
  *
11949
- * @deprecated (since 1.17.1) - Use the `spanS` property instead.
11935
+ * @deprecated As of version 1.17.1. Use the `spanS` property instead.
11950
11936
  *
11951
11937
  * @returns Value of property `spanSmall`
11952
11938
  */
@@ -11990,7 +11976,7 @@ declare module "sap/ui/layout/GridData" {
11990
11976
  *
11991
11977
  * Default value is `true`.
11992
11978
  *
11993
- * @deprecated (since 1.17.1) - Use the `visibleL` property instead.
11979
+ * @deprecated As of version 1.17.1. Use the `visibleL` property instead.
11994
11980
  *
11995
11981
  * @returns Value of property `visibleOnLarge`
11996
11982
  */
@@ -12002,7 +11988,7 @@ declare module "sap/ui/layout/GridData" {
12002
11988
  *
12003
11989
  * Default value is `true`.
12004
11990
  *
12005
- * @deprecated (since 1.17.1) - Use the `visibleM` property instead.
11991
+ * @deprecated As of version 1.17.1. Use the `visibleM` property instead.
12006
11992
  *
12007
11993
  * @returns Value of property `visibleOnMedium`
12008
11994
  */
@@ -12014,7 +12000,7 @@ declare module "sap/ui/layout/GridData" {
12014
12000
  *
12015
12001
  * Default value is `true`.
12016
12002
  *
12017
- * @deprecated (since 1.17.1) - Use the `visibleS` property instead.
12003
+ * @deprecated As of version 1.17.1. Use the `visibleS` property instead.
12018
12004
  *
12019
12005
  * @returns Value of property `visibleOnSmall`
12020
12006
  */
@@ -12088,7 +12074,7 @@ declare module "sap/ui/layout/GridData" {
12088
12074
  *
12089
12075
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12090
12076
  *
12091
- * @deprecated (since 1.17.1) - Use the `indentL` property instead.
12077
+ * @deprecated As of version 1.17.1. Use the `indentL` property instead.
12092
12078
  *
12093
12079
  * @returns Reference to `this` in order to allow method chaining
12094
12080
  */
@@ -12123,7 +12109,7 @@ declare module "sap/ui/layout/GridData" {
12123
12109
  *
12124
12110
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12125
12111
  *
12126
- * @deprecated (since 1.17.1) - Use the `indentM` property instead.
12112
+ * @deprecated As of version 1.17.1. Use the `indentM` property instead.
12127
12113
  *
12128
12114
  * @returns Reference to `this` in order to allow method chaining
12129
12115
  */
@@ -12158,7 +12144,7 @@ declare module "sap/ui/layout/GridData" {
12158
12144
  *
12159
12145
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12160
12146
  *
12161
- * @deprecated (since 1.17.1) - Use `indentS` property instead.
12147
+ * @deprecated As of version 1.17.1. Use `indentS` property instead.
12162
12148
  *
12163
12149
  * @returns Reference to `this` in order to allow method chaining
12164
12150
  */
@@ -12359,7 +12345,7 @@ declare module "sap/ui/layout/GridData" {
12359
12345
  *
12360
12346
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12361
12347
  *
12362
- * @deprecated (since 1.17.1) - Use the `spanL` property instead.
12348
+ * @deprecated As of version 1.17.1. Use the `spanL` property instead.
12363
12349
  *
12364
12350
  * @returns Reference to `this` in order to allow method chaining
12365
12351
  */
@@ -12394,7 +12380,7 @@ declare module "sap/ui/layout/GridData" {
12394
12380
  *
12395
12381
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12396
12382
  *
12397
- * @deprecated (since 1.17.1) - Use the `spanM` property instead.
12383
+ * @deprecated As of version 1.17.1. Use the `spanM` property instead.
12398
12384
  *
12399
12385
  * @returns Reference to `this` in order to allow method chaining
12400
12386
  */
@@ -12429,7 +12415,7 @@ declare module "sap/ui/layout/GridData" {
12429
12415
  *
12430
12416
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12431
12417
  *
12432
- * @deprecated (since 1.17.1) - Use the `spanS` property instead.
12418
+ * @deprecated As of version 1.17.1. Use the `spanS` property instead.
12433
12419
  *
12434
12420
  * @returns Reference to `this` in order to allow method chaining
12435
12421
  */
@@ -12501,7 +12487,7 @@ declare module "sap/ui/layout/GridData" {
12501
12487
  *
12502
12488
  * Default value is `true`.
12503
12489
  *
12504
- * @deprecated (since 1.17.1) - Use the `visibleL` property instead.
12490
+ * @deprecated As of version 1.17.1. Use the `visibleL` property instead.
12505
12491
  *
12506
12492
  * @returns Reference to `this` in order to allow method chaining
12507
12493
  */
@@ -12520,7 +12506,7 @@ declare module "sap/ui/layout/GridData" {
12520
12506
  *
12521
12507
  * Default value is `true`.
12522
12508
  *
12523
- * @deprecated (since 1.17.1) - Use the `visibleM` property instead.
12509
+ * @deprecated As of version 1.17.1. Use the `visibleM` property instead.
12524
12510
  *
12525
12511
  * @returns Reference to `this` in order to allow method chaining
12526
12512
  */
@@ -12539,7 +12525,7 @@ declare module "sap/ui/layout/GridData" {
12539
12525
  *
12540
12526
  * Default value is `true`.
12541
12527
  *
12542
- * @deprecated (since 1.17.1) - Use the `visibleS` property instead.
12528
+ * @deprecated As of version 1.17.1. Use the `visibleS` property instead.
12543
12529
  *
12544
12530
  * @returns Reference to `this` in order to allow method chaining
12545
12531
  */
@@ -12724,7 +12710,7 @@ declare module "sap/ui/layout/GridData" {
12724
12710
  * Deprecated. Defines a span value for large screens. This value overwrites the value for large screens
12725
12711
  * defined in the `span` property.
12726
12712
  *
12727
- * @deprecated (since 1.17.1) - Use the `spanL` property instead.
12713
+ * @deprecated As of version 1.17.1. Use the `spanL` property instead.
12728
12714
  */
12729
12715
  spanLarge?: int | PropertyBindingInfo | `{${string}}`;
12730
12716
 
@@ -12732,7 +12718,7 @@ declare module "sap/ui/layout/GridData" {
12732
12718
  * Deprecated. Defines a span value for medium screens. This value overwrites the value for medium screens
12733
12719
  * defined in the `span` property.
12734
12720
  *
12735
- * @deprecated (since 1.17.1) - Use the `spanM` property instead.
12721
+ * @deprecated As of version 1.17.1. Use the `spanM` property instead.
12736
12722
  */
12737
12723
  spanMedium?: int | PropertyBindingInfo | `{${string}}`;
12738
12724
 
@@ -12740,7 +12726,7 @@ declare module "sap/ui/layout/GridData" {
12740
12726
  * Deprecated. Defines a span value for small screens. This value overwrites the value for small screens
12741
12727
  * defined in the `span` property.
12742
12728
  *
12743
- * @deprecated (since 1.17.1) - Use the `spanS` property instead.
12729
+ * @deprecated As of version 1.17.1. Use the `spanS` property instead.
12744
12730
  */
12745
12731
  spanSmall?: int | PropertyBindingInfo | `{${string}}`;
12746
12732
 
@@ -12748,7 +12734,7 @@ declare module "sap/ui/layout/GridData" {
12748
12734
  * Deprecated. Defines an indent value for large screens. This value overwrites the value for large screens
12749
12735
  * defined in the `indent` property.
12750
12736
  *
12751
- * @deprecated (since 1.17.1) - Use the `indentL` property instead.
12737
+ * @deprecated As of version 1.17.1. Use the `indentL` property instead.
12752
12738
  */
12753
12739
  indentLarge?: int | PropertyBindingInfo | `{${string}}`;
12754
12740
 
@@ -12756,7 +12742,7 @@ declare module "sap/ui/layout/GridData" {
12756
12742
  * Deprecated. Defines an indent value for medium screens. This value overwrites the value for medium screens
12757
12743
  * defined in the `indent` property.
12758
12744
  *
12759
- * @deprecated (since 1.17.1) - Use the `indentM` property instead.
12745
+ * @deprecated As of version 1.17.1. Use the `indentM` property instead.
12760
12746
  */
12761
12747
  indentMedium?: int | PropertyBindingInfo | `{${string}}`;
12762
12748
 
@@ -12764,28 +12750,28 @@ declare module "sap/ui/layout/GridData" {
12764
12750
  * Deprecated. Defines an indent value for small screens. This value overwrites the value for small screens
12765
12751
  * defined in the `indent` property.
12766
12752
  *
12767
- * @deprecated (since 1.17.1) - Use `indentS` property instead.
12753
+ * @deprecated As of version 1.17.1. Use `indentS` property instead.
12768
12754
  */
12769
12755
  indentSmall?: int | PropertyBindingInfo | `{${string}}`;
12770
12756
 
12771
12757
  /**
12772
12758
  * Deprecated. Defines if this control is visible on large screens.
12773
12759
  *
12774
- * @deprecated (since 1.17.1) - Use the `visibleL` property instead.
12760
+ * @deprecated As of version 1.17.1. Use the `visibleL` property instead.
12775
12761
  */
12776
12762
  visibleOnLarge?: boolean | PropertyBindingInfo | `{${string}}`;
12777
12763
 
12778
12764
  /**
12779
12765
  * Deprecated. Defines if this control is visible on medium screens.
12780
12766
  *
12781
- * @deprecated (since 1.17.1) - Use the `visibleM` property instead.
12767
+ * @deprecated As of version 1.17.1. Use the `visibleM` property instead.
12782
12768
  */
12783
12769
  visibleOnMedium?: boolean | PropertyBindingInfo | `{${string}}`;
12784
12770
 
12785
12771
  /**
12786
12772
  * Deprecated. Defines if this control is visible on small screens.
12787
12773
  *
12788
- * @deprecated (since 1.17.1) - Use the `visibleS` property instead.
12774
+ * @deprecated As of version 1.17.1. Use the `visibleS` property instead.
12789
12775
  */
12790
12776
  visibleOnSmall?: boolean | PropertyBindingInfo | `{${string}}`;
12791
12777
  }
@@ -13206,7 +13192,7 @@ declare module "sap/ui/layout/PaneContainer" {
13206
13192
  *
13207
13193
  * @returns Value of property `orientation`
13208
13194
  */
13209
- getOrientation(): Orientation | keyof typeof Orientation;
13195
+ getOrientation(): Orientation;
13210
13196
  /**
13211
13197
  * Gets content of aggregation {@link #getPanes panes}.
13212
13198
  *
@@ -14484,9 +14470,9 @@ declare module "sap/ui/layout/Splitter" {
14484
14470
  * the control changes its size. The resize handler is enabled in every control instance by default. For
14485
14471
  * performance reasons this behavior can be disabled by calling disableAutoResize()
14486
14472
  *
14487
- * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
14488
- * feature. It is declared as deprecated because the API might change in case the need for this is high
14489
- * enough to make it part of the official Splitter interface
14473
+ * @deprecated As of version 1.21. This method is declared as protected in order to assess the need for
14474
+ * this feature. It is declared as deprecated because the API might change in case the need for this is
14475
+ * high enough to make it part of the official Splitter interface
14490
14476
  * @ui5-protected Do not call from applications (only from related classes in the framework)
14491
14477
  */
14492
14478
  disableAutoResize(
@@ -14507,9 +14493,9 @@ declare module "sap/ui/layout/Splitter" {
14507
14493
  * Disables recalculation and resize of the splitter contents while dragging the splitter bar. This means
14508
14494
  * that the contents are resized only once after moving the splitter bar.
14509
14495
  *
14510
- * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
14511
- * feature. It is declared as deprecated because the API might change in case the need for this is high
14512
- * enough to make it part of the official Splitter interface
14496
+ * @deprecated As of version 1.21. This method is declared as protected in order to assess the need for
14497
+ * this feature. It is declared as deprecated because the API might change in case the need for this is
14498
+ * high enough to make it part of the official Splitter interface
14513
14499
  * @ui5-protected Do not call from applications (only from related classes in the framework)
14514
14500
  */
14515
14501
  disableLiveResize(): void;
@@ -14518,9 +14504,9 @@ declare module "sap/ui/layout/Splitter" {
14518
14504
  * the control changes its size. The resize handler is enabled in every control instance by default. For
14519
14505
  * performance reasons this behavior can be disabled by calling disableAutoResize()
14520
14506
  *
14521
- * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
14522
- * feature. It is declared as deprecated because the API might change in case the need for this is high
14523
- * enough to make it part of the official Splitter interface
14507
+ * @deprecated As of version 1.21. This method is declared as protected in order to assess the need for
14508
+ * this feature. It is declared as deprecated because the API might change in case the need for this is
14509
+ * high enough to make it part of the official Splitter interface
14524
14510
  * @ui5-protected Do not call from applications (only from related classes in the framework)
14525
14511
  */
14526
14512
  enableAutoResize(
@@ -14539,9 +14525,9 @@ declare module "sap/ui/layout/Splitter" {
14539
14525
  * Enables recalculation and resize of the splitter contents while dragging the splitter bar. This means
14540
14526
  * that the contents are resized several times per second when moving the splitter bar.
14541
14527
  *
14542
- * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
14543
- * feature. It is declared as deprecated because the API might change in case the need for this is high
14544
- * enough to make it part of the official Splitter interface
14528
+ * @deprecated As of version 1.21. This method is declared as protected in order to assess the need for
14529
+ * this feature. It is declared as deprecated because the API might change in case the need for this is
14530
+ * high enough to make it part of the official Splitter interface
14545
14531
  * @ui5-protected Do not call from applications (only from related classes in the framework)
14546
14532
  */
14547
14533
  enableLiveResize(): void;
@@ -14561,9 +14547,9 @@ declare module "sap/ui/layout/Splitter" {
14561
14547
  /**
14562
14548
  * Returns the current actual content sizes as pixel value - these values can change with every resize.
14563
14549
  *
14564
- * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
14565
- * feature. It is declared as deprecated because the API might change in case the need for this is high
14566
- * enough to make it part of the official Splitter interface
14550
+ * @deprecated As of version 1.21. This method is declared as protected in order to assess the need for
14551
+ * this feature. It is declared as deprecated because the API might change in case the need for this is
14552
+ * high enough to make it part of the official Splitter interface
14567
14553
  * @ui5-protected Do not call from applications (only from related classes in the framework)
14568
14554
  *
14569
14555
  * @returns Array of px values that correspond to the content area sizes
@@ -14596,7 +14582,7 @@ declare module "sap/ui/layout/Splitter" {
14596
14582
  *
14597
14583
  * @returns Value of property `orientation`
14598
14584
  */
14599
- getOrientation(): Orientation | keyof typeof Orientation;
14585
+ getOrientation(): Orientation;
14600
14586
  /**
14601
14587
  * Gets current value of property {@link #getWidth width}.
14602
14588
  *