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