@openui5/ts-types 1.119.0 → 1.120.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.f.d.ts +2 -2
- package/types/sap.m.d.ts +6447 -913
- package/types/sap.tnt.d.ts +47 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1925 -329
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +125 -102
- package/types/sap.ui.mdc.d.ts +1857 -1151
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +7 -1
- package/types/sap.ui.table.d.ts +117 -47
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +470 -136
- package/types/sap.ui.webc.main.d.ts +3623 -1052
- package/types/sap.uxap.d.ts +1 -1
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.120.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1415,6 +1415,8 @@ declare namespace sap {
|
|
|
1415
1415
|
|
|
1416
1416
|
"sap/ui/fl/write/_internal/flexState/FlexObjectState": undefined;
|
|
1417
1417
|
|
|
1418
|
+
"sap/ui/fl/write/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
|
|
1419
|
+
|
|
1418
1420
|
"sap/ui/fl/write/_internal/Storage": undefined;
|
|
1419
1421
|
|
|
1420
1422
|
"sap/ui/fl/write/_internal/StorageFeaturesMerger": undefined;
|
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.120.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -3083,8 +3083,9 @@ declare namespace sap {
|
|
|
3083
3083
|
*
|
|
3084
3084
|
* Default span for labels in large size.
|
|
3085
3085
|
*
|
|
3086
|
-
* **Note:** If `adjustLabelSpan` is set, this property is only used if more than 1
|
|
3087
|
-
* one line. If only 1
|
|
3086
|
+
* **Note:** If `adjustLabelSpan` is set, this property is only used if more than 1 {@link sap.ui.layout.form.FormContainer FormContainer }
|
|
3087
|
+
* is in one line. If only 1 {@link sap.ui.layout.form.FormContainer FormContainer} is in the line, then
|
|
3088
|
+
* the `labelSpanM` value is used.
|
|
3088
3089
|
*/
|
|
3089
3090
|
labelSpanL?:
|
|
3090
3091
|
| int
|
|
@@ -3096,8 +3097,9 @@ declare namespace sap {
|
|
|
3096
3097
|
*
|
|
3097
3098
|
* Default span for labels in medium size.
|
|
3098
3099
|
*
|
|
3099
|
-
* **Note:** If `adjustLabelSpan` is set this property is used for full-size
|
|
3100
|
-
* one
|
|
3100
|
+
* **Note:** If `adjustLabelSpan` is set this property is used for full-size {@link sap.ui.layout.form.FormContainer FormContainers}.
|
|
3101
|
+
* If more than one {@link sap.ui.layout.form.FormContainer FormContainer} is in one line, `labelSpanL`
|
|
3102
|
+
* is used.
|
|
3101
3103
|
*/
|
|
3102
3104
|
labelSpanM?:
|
|
3103
3105
|
| int
|
|
@@ -3117,14 +3119,15 @@ declare namespace sap {
|
|
|
3117
3119
|
/**
|
|
3118
3120
|
* @since 1.34.0
|
|
3119
3121
|
*
|
|
3120
|
-
* If set, the usage of `labelSpanL` and `labelSpanM` are dependent on the number of
|
|
3121
|
-
* one row. If only one
|
|
3122
|
-
* of the label. This is the same for medium and large `Forms`.
|
|
3123
|
-
*
|
|
3124
|
-
*
|
|
3122
|
+
* If set, the usage of `labelSpanL` and `labelSpanM` are dependent on the number of {@link sap.ui.layout.form.FormContainer FormContainers }
|
|
3123
|
+
* in one row. If only one {@link sap.ui.layout.form.FormContainer FormContainer} is displayed in one row,
|
|
3124
|
+
* `labelSpanM` is used to define the size of the label. This is the same for medium and large `Forms`.
|
|
3125
|
+
* This is done to align the labels on forms where full-size {@link sap.ui.layout.form.FormContainer FormContainers }
|
|
3126
|
+
* and multiple-column rows are used in the same {@link sap.ui.layout.form.Form Form} (because every {@link sap.ui.layout.form.FormContainer FormContainer }
|
|
3127
|
+
* has its own {@link sap.ui.layout.Grid Grid} inside).
|
|
3125
3128
|
*
|
|
3126
|
-
* If not set, the usage of `labelSpanL` and `labelSpanM` are dependent on the
|
|
3127
|
-
*
|
|
3129
|
+
* If not set, the usage of `labelSpanL` and `labelSpanM` are dependent on the {@link sap.ui.layout.form.Form Form }
|
|
3130
|
+
* size. The number of {@link sap.ui.layout.form.FormContainer FormContainers} doesn't matter in this case.
|
|
3128
3131
|
*/
|
|
3129
3132
|
adjustLabelSpan?:
|
|
3130
3133
|
| boolean
|
|
@@ -3213,11 +3216,13 @@ declare namespace sap {
|
|
|
3213
3216
|
/**
|
|
3214
3217
|
* @since 1.34.0
|
|
3215
3218
|
*
|
|
3216
|
-
* If the
|
|
3217
|
-
*
|
|
3218
|
-
*
|
|
3219
|
+
* If the {@link sap.ui.layout.form.Form Form} contains only one single {@link sap.ui.layout.form.FormContainer FormContainer }
|
|
3220
|
+
* and this property is set, the {@link sap.ui.layout.form.FormContainer FormContainer} is displayed using
|
|
3221
|
+
* the full size of the {@link sap.ui.layout.form.Form Form}. In this case the properties `columnsXL`, `columnsL`
|
|
3222
|
+
* and `columnsM` are ignored.
|
|
3219
3223
|
*
|
|
3220
|
-
* In all other cases the
|
|
3224
|
+
* In all other cases the {@link sap.ui.layout.form.FormContainer FormContainer} is displayed in the size
|
|
3225
|
+
* of one column.
|
|
3221
3226
|
*/
|
|
3222
3227
|
singleContainerFullSize?:
|
|
3223
3228
|
| boolean
|
|
@@ -3985,38 +3990,46 @@ declare namespace sap {
|
|
|
3985
3990
|
/**
|
|
3986
3991
|
* @since 1.56.0
|
|
3987
3992
|
*
|
|
3988
|
-
* The `ColumnLayout` control renders a
|
|
3989
|
-
* size, the
|
|
3990
|
-
* M - max. 2 columns and S - 1 column.)
|
|
3991
|
-
*
|
|
3992
|
-
* The
|
|
3993
|
-
*
|
|
3994
|
-
*
|
|
3995
|
-
*
|
|
3996
|
-
*
|
|
3997
|
-
*
|
|
3998
|
-
* will
|
|
3999
|
-
*
|
|
4000
|
-
*
|
|
4001
|
-
*
|
|
4002
|
-
*
|
|
4003
|
-
*
|
|
4004
|
-
*
|
|
4005
|
-
*
|
|
4006
|
-
*
|
|
4007
|
-
*
|
|
4008
|
-
*
|
|
4009
|
-
*
|
|
4010
|
-
*
|
|
4011
|
-
*
|
|
4012
|
-
*
|
|
4013
|
-
*
|
|
4014
|
-
*
|
|
4015
|
-
*
|
|
4016
|
-
*
|
|
4017
|
-
*
|
|
4018
|
-
*
|
|
4019
|
-
*
|
|
3993
|
+
* The `ColumnLayout` control renders a {@link sap.ui.layout.form.Form Form} control in a column-based responsive
|
|
3994
|
+
* way. Depending on its size, the {@link sap.ui.layout.form.Form Form} control is divided into one or more
|
|
3995
|
+
* columns. (XL - max. 4 columns, L - max. 3 columns, M - max. 2 columns and S - 1 column.)
|
|
3996
|
+
*
|
|
3997
|
+
* The {@link sap.ui.layout.form.FormContainer FormContainer} elements are spread out to the columns depending
|
|
3998
|
+
* on the number of {@link sap.ui.layout.form.FormContainer FormContainer} elements and their size. For
|
|
3999
|
+
* example, if there are 4 columns and 2 {@link sap.ui.layout.form.FormContainer FormContainer} elements,
|
|
4000
|
+
* each {@link sap.ui.layout.form.FormContainer FormContainer} element will use 2 columns. If there are
|
|
4001
|
+
* 3 columns and 2 {@link sap.ui.layout.form.FormContainer FormContainer} elements, the larger one will
|
|
4002
|
+
* use 2 columns, the smaller one 1 column. The size of a {@link sap.ui.layout.form.FormContainer FormContainer }
|
|
4003
|
+
* element will be determined based on the number of visible {@link sap.ui.layout.form.FormElement FormElement }
|
|
4004
|
+
* elements assigned to it. If there are more {@link sap.ui.layout.form.FormContainer FormContainer} elements
|
|
4005
|
+
* than columns, every {@link sap.ui.layout.form.FormContainer FormContainer} element uses only one column.
|
|
4006
|
+
* So the last row of the {@link sap.ui.layout.form.Form Form} control will not be fully used.
|
|
4007
|
+
*
|
|
4008
|
+
* The default size of the {@link sap.ui.layout.form.FormContainer FormContainer} element can be overwritten
|
|
4009
|
+
* by using {@link sap.ui.layout.form.ColumnContainerData ColumnContainerData} as `LayoutData`. If one {@link sap.ui.layout.form.FormContainer FormContainer }
|
|
4010
|
+
* element has {@link sap.ui.layout.form.ColumnContainerData ColumnContainerData} set, the size calculation
|
|
4011
|
+
* of the other {@link sap.ui.layout.form.FormContainer FormContainer} elements might not lead to the expected
|
|
4012
|
+
* result. In this case, use {@link sap.ui.layout.form.ColumnContainerData ColumnContainerData} also for
|
|
4013
|
+
* the other {@link sap.ui.layout.form.FormContainer FormContainer} elements.
|
|
4014
|
+
*
|
|
4015
|
+
* The {@link sap.ui.layout.form.FormElement FormElement} elements are spread out to the columns of a {@link sap.ui.layout.form.FormContainer FormContainer }
|
|
4016
|
+
* element arranged in a newspaper-like order. The position of the labels and fields depends on the size
|
|
4017
|
+
* of the used column. If there is enough space, the labels are beside the fields, otherwise above the fields.
|
|
4018
|
+
*
|
|
4019
|
+
* The default size of a content control of a {@link sap.ui.layout.form.FormElement FormElement} element
|
|
4020
|
+
* can be overwritten using {@link sap.ui.layout.form.ColumnElementData ColumnElementData} as `LayoutData`.
|
|
4021
|
+
* If one control assigned to a {@link sap.ui.layout.form.FormElement FormElement} element has {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
|
|
4022
|
+
* set, the size calculation of the other controls assigned to the {@link sap.ui.layout.form.FormElement FormElement }
|
|
4023
|
+
* element might not lead to the expected result. In this case, use {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
|
|
4024
|
+
* for the other controls, assigned to the {@link sap.ui.layout.form.FormElement FormElement} element, too.
|
|
4025
|
+
*
|
|
4026
|
+
* The placement of the {@link sap.ui.layout.form.FormElement FormElement} elements is made by the browser
|
|
4027
|
+
* `column-count` logic. So this can be different in different browsers and lead in some cases to other
|
|
4028
|
+
* results than might be expected.
|
|
4029
|
+
*
|
|
4030
|
+
* **Note:** This control cannot be used stand-alone, it just renders a {@link sap.ui.layout.form.Form Form }
|
|
4031
|
+
* control, so it must be assigned to a {@link sap.ui.layout.form.Form Form} control using the `layout`
|
|
4032
|
+
* aggregation.
|
|
4020
4033
|
*/
|
|
4021
4034
|
class ColumnLayout extends sap.ui.layout.form.FormLayout {
|
|
4022
4035
|
/**
|
|
@@ -5317,6 +5330,8 @@ declare namespace sap {
|
|
|
5317
5330
|
}
|
|
5318
5331
|
/**
|
|
5319
5332
|
* @since 1.16.0
|
|
5333
|
+
* @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
|
|
5334
|
+
* be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
|
|
5320
5335
|
*
|
|
5321
5336
|
* The `GridLayout`-specific layout data for `FormContainers`.
|
|
5322
5337
|
*/
|
|
@@ -5415,6 +5430,8 @@ declare namespace sap {
|
|
|
5415
5430
|
}
|
|
5416
5431
|
/**
|
|
5417
5432
|
* @since 1.16.0
|
|
5433
|
+
* @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
|
|
5434
|
+
* be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
|
|
5418
5435
|
*
|
|
5419
5436
|
* The `GridLayout`-specific layout data for `FormElement` fields.
|
|
5420
5437
|
*/
|
|
@@ -5672,21 +5689,24 @@ declare namespace sap {
|
|
|
5672
5689
|
/**
|
|
5673
5690
|
* @since 1.16.0
|
|
5674
5691
|
*
|
|
5675
|
-
* The `ResponsiveGridLayout` control renders a
|
|
5676
|
-
*
|
|
5677
|
-
*
|
|
5678
|
-
*
|
|
5679
|
-
*
|
|
5692
|
+
* The `ResponsiveGridLayout` control renders a {@link sap.ui.layout.form.Form Form} using a responsive
|
|
5693
|
+
* grid. Internally the {@link sap.ui.layout.Grid Grid} control is used for rendering. Using this layout,
|
|
5694
|
+
* the {@link sap.ui.layout.form.Form Form} is rendered in a responsive way. Depending on the available
|
|
5695
|
+
* space, the {@link sap.ui.layout.form.FormContainer FormContainers} are rendered in one or different columns
|
|
5696
|
+
* and the labels are rendered in the same row as the fields or above the fields. This behavior can be influenced
|
|
5697
|
+
* by the properties of this layout control.
|
|
5680
5698
|
*
|
|
5681
|
-
* On the
|
|
5682
|
-
*
|
|
5699
|
+
* On the {@link sap.ui.layout.form.FormContainer FormContainers}, labels and content fields, {@link sap.ui.layout.GridGata GridData }
|
|
5700
|
+
* can be used to change the default rendering. {@link sap.ui.layout.GridGata GridData} is not supported
|
|
5701
|
+
* for {@link sap.ui.layout.form.FormElement FormElements}.
|
|
5683
5702
|
*
|
|
5684
|
-
* **Note:** If
|
|
5685
|
-
* This means that in some cases, the calculation for the other content may
|
|
5686
|
-
* In such cases,
|
|
5703
|
+
* **Note:** If {@link sap.ui.layout.GridGata GridData} is used, this may result in a much more complex
|
|
5704
|
+
* layout than the default one. This means that in some cases, the calculation for the other content may
|
|
5705
|
+
* not bring the expected result. In such cases, {@link sap.ui.layout.GridGata GridData} should be used
|
|
5706
|
+
* for all content controls to disable the default behavior.
|
|
5687
5707
|
*
|
|
5688
|
-
* This control cannot be used stand-alone, it just renders a
|
|
5689
|
-
* using the `layout` aggregation.
|
|
5708
|
+
* This control cannot be used stand-alone, it just renders a {@link sap.ui.layout.form.Form Form}, so it
|
|
5709
|
+
* must be assigned to a {@link sap.ui.layout.form.Form Form} using the `layout` aggregation.
|
|
5690
5710
|
*/
|
|
5691
5711
|
class ResponsiveGridLayout extends sap.ui.layout.form.FormLayout {
|
|
5692
5712
|
/**
|
|
@@ -5757,14 +5777,15 @@ declare namespace sap {
|
|
|
5757
5777
|
*
|
|
5758
5778
|
* Gets current value of property {@link #getAdjustLabelSpan adjustLabelSpan}.
|
|
5759
5779
|
*
|
|
5760
|
-
* If set, the usage of `labelSpanL` and `labelSpanM` are dependent on the number of
|
|
5761
|
-
* one row. If only one
|
|
5762
|
-
* of the label. This is the same for medium and large `Forms`.
|
|
5763
|
-
*
|
|
5764
|
-
*
|
|
5780
|
+
* If set, the usage of `labelSpanL` and `labelSpanM` are dependent on the number of {@link sap.ui.layout.form.FormContainer FormContainers }
|
|
5781
|
+
* in one row. If only one {@link sap.ui.layout.form.FormContainer FormContainer} is displayed in one row,
|
|
5782
|
+
* `labelSpanM` is used to define the size of the label. This is the same for medium and large `Forms`.
|
|
5783
|
+
* This is done to align the labels on forms where full-size {@link sap.ui.layout.form.FormContainer FormContainers }
|
|
5784
|
+
* and multiple-column rows are used in the same {@link sap.ui.layout.form.Form Form} (because every {@link sap.ui.layout.form.FormContainer FormContainer }
|
|
5785
|
+
* has its own {@link sap.ui.layout.Grid Grid} inside).
|
|
5765
5786
|
*
|
|
5766
|
-
* If not set, the usage of `labelSpanL` and `labelSpanM` are dependent on the
|
|
5767
|
-
*
|
|
5787
|
+
* If not set, the usage of `labelSpanL` and `labelSpanM` are dependent on the {@link sap.ui.layout.form.Form Form }
|
|
5788
|
+
* size. The number of {@link sap.ui.layout.form.FormContainer FormContainers} doesn't matter in this case.
|
|
5768
5789
|
*
|
|
5769
5790
|
* Default value is `true`.
|
|
5770
5791
|
*
|
|
@@ -5907,8 +5928,9 @@ declare namespace sap {
|
|
|
5907
5928
|
*
|
|
5908
5929
|
* Default span for labels in large size.
|
|
5909
5930
|
*
|
|
5910
|
-
* **Note:** If `adjustLabelSpan` is set, this property is only used if more than 1
|
|
5911
|
-
* one line. If only 1
|
|
5931
|
+
* **Note:** If `adjustLabelSpan` is set, this property is only used if more than 1 {@link sap.ui.layout.form.FormContainer FormContainer }
|
|
5932
|
+
* is in one line. If only 1 {@link sap.ui.layout.form.FormContainer FormContainer} is in the line, then
|
|
5933
|
+
* the `labelSpanM` value is used.
|
|
5912
5934
|
*
|
|
5913
5935
|
* Default value is `4`.
|
|
5914
5936
|
*
|
|
@@ -5922,8 +5944,9 @@ declare namespace sap {
|
|
|
5922
5944
|
*
|
|
5923
5945
|
* Default span for labels in medium size.
|
|
5924
5946
|
*
|
|
5925
|
-
* **Note:** If `adjustLabelSpan` is set this property is used for full-size
|
|
5926
|
-
* one
|
|
5947
|
+
* **Note:** If `adjustLabelSpan` is set this property is used for full-size {@link sap.ui.layout.form.FormContainer FormContainers}.
|
|
5948
|
+
* If more than one {@link sap.ui.layout.form.FormContainer FormContainer} is in one line, `labelSpanL`
|
|
5949
|
+
* is used.
|
|
5927
5950
|
*
|
|
5928
5951
|
* Default value is `2`.
|
|
5929
5952
|
*
|
|
@@ -5962,11 +5985,13 @@ declare namespace sap {
|
|
|
5962
5985
|
*
|
|
5963
5986
|
* Gets current value of property {@link #getSingleContainerFullSize singleContainerFullSize}.
|
|
5964
5987
|
*
|
|
5965
|
-
* If the
|
|
5966
|
-
*
|
|
5967
|
-
*
|
|
5988
|
+
* If the {@link sap.ui.layout.form.Form Form} contains only one single {@link sap.ui.layout.form.FormContainer FormContainer }
|
|
5989
|
+
* and this property is set, the {@link sap.ui.layout.form.FormContainer FormContainer} is displayed using
|
|
5990
|
+
* the full size of the {@link sap.ui.layout.form.Form Form}. In this case the properties `columnsXL`, `columnsL`
|
|
5991
|
+
* and `columnsM` are ignored.
|
|
5968
5992
|
*
|
|
5969
|
-
* In all other cases the
|
|
5993
|
+
* In all other cases the {@link sap.ui.layout.form.FormContainer FormContainer} is displayed in the size
|
|
5994
|
+
* of one column.
|
|
5970
5995
|
*
|
|
5971
5996
|
* Default value is `true`.
|
|
5972
5997
|
*
|
|
@@ -5978,14 +6003,15 @@ declare namespace sap {
|
|
|
5978
6003
|
*
|
|
5979
6004
|
* Sets a new value for property {@link #getAdjustLabelSpan adjustLabelSpan}.
|
|
5980
6005
|
*
|
|
5981
|
-
* If set, the usage of `labelSpanL` and `labelSpanM` are dependent on the number of
|
|
5982
|
-
* one row. If only one
|
|
5983
|
-
* of the label. This is the same for medium and large `Forms`.
|
|
5984
|
-
*
|
|
5985
|
-
*
|
|
6006
|
+
* If set, the usage of `labelSpanL` and `labelSpanM` are dependent on the number of {@link sap.ui.layout.form.FormContainer FormContainers }
|
|
6007
|
+
* in one row. If only one {@link sap.ui.layout.form.FormContainer FormContainer} is displayed in one row,
|
|
6008
|
+
* `labelSpanM` is used to define the size of the label. This is the same for medium and large `Forms`.
|
|
6009
|
+
* This is done to align the labels on forms where full-size {@link sap.ui.layout.form.FormContainer FormContainers }
|
|
6010
|
+
* and multiple-column rows are used in the same {@link sap.ui.layout.form.Form Form} (because every {@link sap.ui.layout.form.FormContainer FormContainer }
|
|
6011
|
+
* has its own {@link sap.ui.layout.Grid Grid} inside).
|
|
5986
6012
|
*
|
|
5987
|
-
* If not set, the usage of `labelSpanL` and `labelSpanM` are dependent on the
|
|
5988
|
-
*
|
|
6013
|
+
* If not set, the usage of `labelSpanL` and `labelSpanM` are dependent on the {@link sap.ui.layout.form.Form Form }
|
|
6014
|
+
* size. The number of {@link sap.ui.layout.form.FormContainer FormContainers} doesn't matter in this case.
|
|
5989
6015
|
*
|
|
5990
6016
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5991
6017
|
*
|
|
@@ -6205,8 +6231,9 @@ declare namespace sap {
|
|
|
6205
6231
|
*
|
|
6206
6232
|
* Default span for labels in large size.
|
|
6207
6233
|
*
|
|
6208
|
-
* **Note:** If `adjustLabelSpan` is set, this property is only used if more than 1
|
|
6209
|
-
* one line. If only 1
|
|
6234
|
+
* **Note:** If `adjustLabelSpan` is set, this property is only used if more than 1 {@link sap.ui.layout.form.FormContainer FormContainer }
|
|
6235
|
+
* is in one line. If only 1 {@link sap.ui.layout.form.FormContainer FormContainer} is in the line, then
|
|
6236
|
+
* the `labelSpanM` value is used.
|
|
6210
6237
|
*
|
|
6211
6238
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6212
6239
|
*
|
|
@@ -6227,8 +6254,9 @@ declare namespace sap {
|
|
|
6227
6254
|
*
|
|
6228
6255
|
* Default span for labels in medium size.
|
|
6229
6256
|
*
|
|
6230
|
-
* **Note:** If `adjustLabelSpan` is set this property is used for full-size
|
|
6231
|
-
* one
|
|
6257
|
+
* **Note:** If `adjustLabelSpan` is set this property is used for full-size {@link sap.ui.layout.form.FormContainer FormContainers}.
|
|
6258
|
+
* If more than one {@link sap.ui.layout.form.FormContainer FormContainer} is in one line, `labelSpanL`
|
|
6259
|
+
* is used.
|
|
6232
6260
|
*
|
|
6233
6261
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6234
6262
|
*
|
|
@@ -6288,11 +6316,13 @@ declare namespace sap {
|
|
|
6288
6316
|
*
|
|
6289
6317
|
* Sets a new value for property {@link #getSingleContainerFullSize singleContainerFullSize}.
|
|
6290
6318
|
*
|
|
6291
|
-
* If the
|
|
6292
|
-
*
|
|
6293
|
-
*
|
|
6319
|
+
* If the {@link sap.ui.layout.form.Form Form} contains only one single {@link sap.ui.layout.form.FormContainer FormContainer }
|
|
6320
|
+
* and this property is set, the {@link sap.ui.layout.form.FormContainer FormContainer} is displayed using
|
|
6321
|
+
* the full size of the {@link sap.ui.layout.form.Form Form}. In this case the properties `columnsXL`, `columnsL`
|
|
6322
|
+
* and `columnsM` are ignored.
|
|
6294
6323
|
*
|
|
6295
|
-
* In all other cases the
|
|
6324
|
+
* In all other cases the {@link sap.ui.layout.form.FormContainer FormContainer} is displayed in the size
|
|
6325
|
+
* of one column.
|
|
6296
6326
|
*
|
|
6297
6327
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6298
6328
|
*
|
|
@@ -7840,6 +7870,9 @@ declare namespace sap {
|
|
|
7840
7870
|
type EmptyCells = int;
|
|
7841
7871
|
|
|
7842
7872
|
/**
|
|
7873
|
+
* @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
|
|
7874
|
+
* be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
|
|
7875
|
+
*
|
|
7843
7876
|
* A string that defines the number of used cells in a `GridLayout`. This can be a number from 1 to 16,
|
|
7844
7877
|
* "auto" or "full". If set to "auto" the size is determined by the number of fields and the available cells.
|
|
7845
7878
|
* For labels the auto size is 3 cells. If set to "full" only one field is allowed within the `FormElement`.
|
|
@@ -8794,9 +8827,6 @@ declare namespace sap {
|
|
|
8794
8827
|
|
|
8795
8828
|
/**
|
|
8796
8829
|
* The size of the splitter content. This property is updated when the area is resized by the user.
|
|
8797
|
-
*
|
|
8798
|
-
* **Note:** Resizing areas in the sap.ui.layout.Splitter sets this property to "px" values, while resizing
|
|
8799
|
-
* areas in the sap.ui.layout.ResponsiveSplitter sets it to % values.
|
|
8800
8830
|
*/
|
|
8801
8831
|
size?:
|
|
8802
8832
|
| sap.ui.core.CSSSize
|
|
@@ -13659,9 +13689,8 @@ declare namespace sap {
|
|
|
13659
13689
|
* @since 1.22.0
|
|
13660
13690
|
* @experimental (since 1.22.0) - API is not yet finished and might change completely
|
|
13661
13691
|
*
|
|
13662
|
-
* Holds layout data for the splitter contents. Allowed size values are numeric values ending in "px"
|
|
13663
|
-
* "%" and
|
|
13664
|
-
* the content dynamically and is not directly set as style property.)
|
|
13692
|
+
* Holds layout data for the splitter contents. Allowed size values are numeric values ending in "px", "rem",
|
|
13693
|
+
* "%" and "auto".
|
|
13665
13694
|
*/
|
|
13666
13695
|
class SplitterLayoutData extends sap.ui.core.LayoutData {
|
|
13667
13696
|
/**
|
|
@@ -13749,9 +13778,6 @@ declare namespace sap {
|
|
|
13749
13778
|
*
|
|
13750
13779
|
* The size of the splitter content. This property is updated when the area is resized by the user.
|
|
13751
13780
|
*
|
|
13752
|
-
* **Note:** Resizing areas in the sap.ui.layout.Splitter sets this property to "px" values, while resizing
|
|
13753
|
-
* areas in the sap.ui.layout.ResponsiveSplitter sets it to % values.
|
|
13754
|
-
*
|
|
13755
13781
|
* Default value is `'auto'`.
|
|
13756
13782
|
*
|
|
13757
13783
|
* @returns Value of property `size`
|
|
@@ -13796,9 +13822,6 @@ declare namespace sap {
|
|
|
13796
13822
|
*
|
|
13797
13823
|
* The size of the splitter content. This property is updated when the area is resized by the user.
|
|
13798
13824
|
*
|
|
13799
|
-
* **Note:** Resizing areas in the sap.ui.layout.Splitter sets this property to "px" values, while resizing
|
|
13800
|
-
* areas in the sap.ui.layout.ResponsiveSplitter sets it to % values.
|
|
13801
|
-
*
|
|
13802
13825
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
13803
13826
|
*
|
|
13804
13827
|
* Default value is `'auto'`.
|