@openui5/types 1.120.11 → 1.120.13
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 +372 -54
- package/types/sap.m.d.ts +3123 -276
- package/types/sap.tnt.d.ts +40 -8
- package/types/sap.ui.codeeditor.d.ts +16 -2
- package/types/sap.ui.commons.d.ts +756 -90
- package/types/sap.ui.core.d.ts +1112 -135
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +44 -3
- package/types/sap.ui.integration.d.ts +144 -6
- package/types/sap.ui.layout.d.ts +166 -41
- package/types/sap.ui.mdc.d.ts +430 -38
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +27 -3
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +222 -19
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +431 -35
- package/types/sap.ui.ux3.d.ts +524 -31
- package/types/sap.ui.webc.common.d.ts +7 -1
- package/types/sap.ui.webc.fiori.d.ts +351 -29
- package/types/sap.ui.webc.main.d.ts +1035 -83
- package/types/sap.uxap.d.ts +118 -18
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.13
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/layout/library" {
|
|
4
4
|
import Control from "sap/ui/core/Control";
|
|
@@ -739,7 +739,9 @@ declare module "sap/ui/layout/BlockLayout" {
|
|
|
739
739
|
bKeepFontSize?: boolean
|
|
740
740
|
): this;
|
|
741
741
|
}
|
|
742
|
-
|
|
742
|
+
/**
|
|
743
|
+
* Describes the settings that can be provided to the BlockLayout constructor.
|
|
744
|
+
*/
|
|
743
745
|
export interface $BlockLayoutSettings extends $ControlSettings {
|
|
744
746
|
/**
|
|
745
747
|
* Determines the background used for the Layout
|
|
@@ -1148,7 +1150,9 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1148
1150
|
iWidth: number
|
|
1149
1151
|
): this;
|
|
1150
1152
|
}
|
|
1151
|
-
|
|
1153
|
+
/**
|
|
1154
|
+
* Describes the settings that can be provided to the BlockLayoutCell constructor.
|
|
1155
|
+
*/
|
|
1152
1156
|
export interface $BlockLayoutCellSettings extends $ControlSettings {
|
|
1153
1157
|
/**
|
|
1154
1158
|
* Defines the title of the cell. **Note:** When the `titleLink` aggregation is provided, the title of the
|
|
@@ -1423,7 +1427,9 @@ declare module "sap/ui/layout/BlockLayoutCellData" {
|
|
|
1423
1427
|
iXlSize?: int
|
|
1424
1428
|
): this;
|
|
1425
1429
|
}
|
|
1426
|
-
|
|
1430
|
+
/**
|
|
1431
|
+
* Describes the settings that can be provided to the BlockLayoutCellData constructor.
|
|
1432
|
+
*/
|
|
1427
1433
|
export interface $BlockLayoutCellDataSettings extends $LayoutDataSettings {
|
|
1428
1434
|
/**
|
|
1429
1435
|
* Sets the width of the cell for S size of the BlockLayout.
|
|
@@ -1700,7 +1706,9 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1700
1706
|
bScrollable?: boolean
|
|
1701
1707
|
): this;
|
|
1702
1708
|
}
|
|
1703
|
-
|
|
1709
|
+
/**
|
|
1710
|
+
* Describes the settings that can be provided to the BlockLayoutRow constructor.
|
|
1711
|
+
*/
|
|
1704
1712
|
export interface $BlockLayoutRowSettings extends $ControlSettings {
|
|
1705
1713
|
/**
|
|
1706
1714
|
* Sets the rendering mode of the BlockLayoutRow to scrollable. In scrollable mode, the cells get aligned
|
|
@@ -2285,7 +2293,9 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2285
2293
|
sWidth?: CSSSize
|
|
2286
2294
|
): this;
|
|
2287
2295
|
}
|
|
2288
|
-
|
|
2296
|
+
/**
|
|
2297
|
+
* Describes the settings that can be provided to the CSSGrid constructor.
|
|
2298
|
+
*/
|
|
2289
2299
|
export interface $CSSGridSettings extends $ControlSettings {
|
|
2290
2300
|
/**
|
|
2291
2301
|
* The width of the control
|
|
@@ -2677,7 +2687,9 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2677
2687
|
sGridTemplateRows?: cssgrid.CSSGridTrack
|
|
2678
2688
|
): this;
|
|
2679
2689
|
}
|
|
2680
|
-
|
|
2690
|
+
/**
|
|
2691
|
+
* Describes the settings that can be provided to the GridBasicLayout constructor.
|
|
2692
|
+
*/
|
|
2681
2693
|
export interface $GridBasicLayoutSettings extends $GridLayoutBaseSettings {
|
|
2682
2694
|
/**
|
|
2683
2695
|
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
|
|
@@ -2920,7 +2932,9 @@ declare module "sap/ui/layout/cssgrid/GridBoxLayout" {
|
|
|
2920
2932
|
sBoxWidth?: CSSSize
|
|
2921
2933
|
): this;
|
|
2922
2934
|
}
|
|
2923
|
-
|
|
2935
|
+
/**
|
|
2936
|
+
* Describes the settings that can be provided to the GridBoxLayout constructor.
|
|
2937
|
+
*/
|
|
2924
2938
|
export interface $GridBoxLayoutSettings extends $GridLayoutBaseSettings {
|
|
2925
2939
|
/**
|
|
2926
2940
|
* Defines the minimum width of the Boxes
|
|
@@ -3197,7 +3211,9 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
3197
3211
|
sGridRowStart?: cssgrid.CSSGridLine
|
|
3198
3212
|
): this;
|
|
3199
3213
|
}
|
|
3200
|
-
|
|
3214
|
+
/**
|
|
3215
|
+
* Describes the settings that can be provided to the GridItemLayoutData constructor.
|
|
3216
|
+
*/
|
|
3201
3217
|
export interface $GridItemLayoutDataSettings extends $LayoutDataSettings {
|
|
3202
3218
|
/**
|
|
3203
3219
|
* Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start MDN web docs: grid-column-start}
|
|
@@ -3382,7 +3398,9 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3382
3398
|
oEvent: jQuery.Event
|
|
3383
3399
|
): void;
|
|
3384
3400
|
}
|
|
3385
|
-
|
|
3401
|
+
/**
|
|
3402
|
+
* Describes the settings that can be provided to the GridLayoutBase constructor.
|
|
3403
|
+
*/
|
|
3386
3404
|
export interface $GridLayoutBaseSettings extends $ManagedObjectSettings {}
|
|
3387
3405
|
}
|
|
3388
3406
|
|
|
@@ -3718,7 +3736,9 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3718
3736
|
oLayoutXL: GridSettings
|
|
3719
3737
|
): this;
|
|
3720
3738
|
}
|
|
3721
|
-
|
|
3739
|
+
/**
|
|
3740
|
+
* Describes the settings that can be provided to the GridResponsiveLayout constructor.
|
|
3741
|
+
*/
|
|
3722
3742
|
export interface $GridResponsiveLayoutSettings
|
|
3723
3743
|
extends $GridLayoutBaseSettings {
|
|
3724
3744
|
/**
|
|
@@ -3758,6 +3778,9 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3758
3778
|
layoutChange?: (oEvent: GridResponsiveLayout$LayoutChangeEvent) => void;
|
|
3759
3779
|
}
|
|
3760
3780
|
|
|
3781
|
+
/**
|
|
3782
|
+
* Parameters of the GridResponsiveLayout#layoutChange event.
|
|
3783
|
+
*/
|
|
3761
3784
|
export interface GridResponsiveLayout$LayoutChangeEventParameters {
|
|
3762
3785
|
/**
|
|
3763
3786
|
* The name of the newly active layout aggregation
|
|
@@ -3765,6 +3788,9 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3765
3788
|
layout?: string;
|
|
3766
3789
|
}
|
|
3767
3790
|
|
|
3791
|
+
/**
|
|
3792
|
+
* Event object of the GridResponsiveLayout#layoutChange event.
|
|
3793
|
+
*/
|
|
3768
3794
|
export type GridResponsiveLayout$LayoutChangeEvent = Event<
|
|
3769
3795
|
GridResponsiveLayout$LayoutChangeEventParameters,
|
|
3770
3796
|
GridResponsiveLayout
|
|
@@ -4089,7 +4115,9 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
4089
4115
|
sGridTemplateRows?: cssgrid.CSSGridTrack
|
|
4090
4116
|
): this;
|
|
4091
4117
|
}
|
|
4092
|
-
|
|
4118
|
+
/**
|
|
4119
|
+
* Describes the settings that can be provided to the GridSettings constructor.
|
|
4120
|
+
*/
|
|
4093
4121
|
export interface $GridSettingsSettings extends $ManagedObjectSettings {
|
|
4094
4122
|
/**
|
|
4095
4123
|
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
|
|
@@ -4287,7 +4315,9 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnItemLayoutData" {
|
|
|
4287
4315
|
iRows?: int
|
|
4288
4316
|
): this;
|
|
4289
4317
|
}
|
|
4290
|
-
|
|
4318
|
+
/**
|
|
4319
|
+
* Describes the settings that can be provided to the ResponsiveColumnItemLayoutData constructor.
|
|
4320
|
+
*/
|
|
4291
4321
|
export interface $ResponsiveColumnItemLayoutDataSettings
|
|
4292
4322
|
extends $LayoutDataSettings {
|
|
4293
4323
|
/**
|
|
@@ -4472,7 +4502,9 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4472
4502
|
*/
|
|
4473
4503
|
isResponsive(): boolean;
|
|
4474
4504
|
}
|
|
4475
|
-
|
|
4505
|
+
/**
|
|
4506
|
+
* Describes the settings that can be provided to the ResponsiveColumnLayout constructor.
|
|
4507
|
+
*/
|
|
4476
4508
|
export interface $ResponsiveColumnLayoutSettings
|
|
4477
4509
|
extends $GridLayoutBaseSettings {
|
|
4478
4510
|
/**
|
|
@@ -4481,6 +4513,9 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4481
4513
|
layoutChange?: (oEvent: ResponsiveColumnLayout$LayoutChangeEvent) => void;
|
|
4482
4514
|
}
|
|
4483
4515
|
|
|
4516
|
+
/**
|
|
4517
|
+
* Parameters of the ResponsiveColumnLayout#layoutChange event.
|
|
4518
|
+
*/
|
|
4484
4519
|
export interface ResponsiveColumnLayout$LayoutChangeEventParameters {
|
|
4485
4520
|
/**
|
|
4486
4521
|
* The name of the newly active layout - "S", "M", "ML", "L", "XL", "XXL" or "XXXL".
|
|
@@ -4488,6 +4523,9 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4488
4523
|
layout?: string;
|
|
4489
4524
|
}
|
|
4490
4525
|
|
|
4526
|
+
/**
|
|
4527
|
+
* Event object of the ResponsiveColumnLayout#layoutChange event.
|
|
4528
|
+
*/
|
|
4491
4529
|
export type ResponsiveColumnLayout$LayoutChangeEvent = Event<
|
|
4492
4530
|
ResponsiveColumnLayout$LayoutChangeEventParameters,
|
|
4493
4531
|
ResponsiveColumnLayout
|
|
@@ -5137,7 +5175,9 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
5137
5175
|
*/
|
|
5138
5176
|
toggle(): this;
|
|
5139
5177
|
}
|
|
5140
|
-
|
|
5178
|
+
/**
|
|
5179
|
+
* Describes the settings that can be provided to the DynamicSideContent constructor.
|
|
5180
|
+
*/
|
|
5141
5181
|
export interface $DynamicSideContentSettings extends $ControlSettings {
|
|
5142
5182
|
/**
|
|
5143
5183
|
* Determines whether the side content is visible or hidden.
|
|
@@ -5211,10 +5251,16 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
5211
5251
|
) => void;
|
|
5212
5252
|
}
|
|
5213
5253
|
|
|
5254
|
+
/**
|
|
5255
|
+
* Parameters of the DynamicSideContent#breakpointChanged event.
|
|
5256
|
+
*/
|
|
5214
5257
|
export interface DynamicSideContent$BreakpointChangedEventParameters {
|
|
5215
5258
|
currentBreakpoint?: string;
|
|
5216
5259
|
}
|
|
5217
5260
|
|
|
5261
|
+
/**
|
|
5262
|
+
* Event object of the DynamicSideContent#breakpointChanged event.
|
|
5263
|
+
*/
|
|
5218
5264
|
export type DynamicSideContent$BreakpointChangedEvent = Event<
|
|
5219
5265
|
DynamicSideContent$BreakpointChangedEventParameters,
|
|
5220
5266
|
DynamicSideContent
|
|
@@ -5554,7 +5600,9 @@ declare module "sap/ui/layout/FixFlex" {
|
|
|
5554
5600
|
bVertical?: boolean
|
|
5555
5601
|
): this;
|
|
5556
5602
|
}
|
|
5557
|
-
|
|
5603
|
+
/**
|
|
5604
|
+
* Describes the settings that can be provided to the FixFlex constructor.
|
|
5605
|
+
*/
|
|
5558
5606
|
export interface $FixFlexSettings extends $ControlSettings {
|
|
5559
5607
|
/**
|
|
5560
5608
|
* Determines the direction of the layout of child elements. True for vertical and false for horizontal
|
|
@@ -5776,7 +5824,9 @@ declare module "sap/ui/layout/form/ColumnContainerData" {
|
|
|
5776
5824
|
sColumnsXL?: form.ColumnsXL
|
|
5777
5825
|
): this;
|
|
5778
5826
|
}
|
|
5779
|
-
|
|
5827
|
+
/**
|
|
5828
|
+
* Describes the settings that can be provided to the ColumnContainerData constructor.
|
|
5829
|
+
*/
|
|
5780
5830
|
export interface $ColumnContainerDataSettings extends $LayoutDataSettings {
|
|
5781
5831
|
/**
|
|
5782
5832
|
* Number of columns the `FormContainer` element uses if the `Form` control has extra-large size.
|
|
@@ -5953,7 +6003,9 @@ declare module "sap/ui/layout/form/ColumnElementData" {
|
|
|
5953
6003
|
sCellsSmall?: form.ColumnCells
|
|
5954
6004
|
): this;
|
|
5955
6005
|
}
|
|
5956
|
-
|
|
6006
|
+
/**
|
|
6007
|
+
* Describes the settings that can be provided to the ColumnElementData constructor.
|
|
6008
|
+
*/
|
|
5957
6009
|
export interface $ColumnElementDataSettings extends $LayoutDataSettings {
|
|
5958
6010
|
/**
|
|
5959
6011
|
* Number of cells used by a field if the `FormElement` element is large. The label is then beside the fields
|
|
@@ -6248,7 +6300,9 @@ declare module "sap/ui/layout/form/ColumnLayout" {
|
|
|
6248
6300
|
sLabelCellsLarge?: form.ColumnCells
|
|
6249
6301
|
): this;
|
|
6250
6302
|
}
|
|
6251
|
-
|
|
6303
|
+
/**
|
|
6304
|
+
* Describes the settings that can be provided to the ColumnLayout constructor.
|
|
6305
|
+
*/
|
|
6252
6306
|
export interface $ColumnLayoutSettings extends $FormLayoutSettings {
|
|
6253
6307
|
/**
|
|
6254
6308
|
* Number of columns for extra-large size.
|
|
@@ -6675,7 +6729,9 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6675
6729
|
sWidth?: CSSSize
|
|
6676
6730
|
): this;
|
|
6677
6731
|
}
|
|
6678
|
-
|
|
6732
|
+
/**
|
|
6733
|
+
* Describes the settings that can be provided to the Form constructor.
|
|
6734
|
+
*/
|
|
6679
6735
|
export interface $FormSettings extends $ControlSettings {
|
|
6680
6736
|
/**
|
|
6681
6737
|
* Width of the `Form`.
|
|
@@ -7140,7 +7196,9 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
7140
7196
|
bVisible?: boolean
|
|
7141
7197
|
): this;
|
|
7142
7198
|
}
|
|
7143
|
-
|
|
7199
|
+
/**
|
|
7200
|
+
* Describes the settings that can be provided to the FormContainer constructor.
|
|
7201
|
+
*/
|
|
7144
7202
|
export interface $FormContainerSettings extends $ElementSettings {
|
|
7145
7203
|
/**
|
|
7146
7204
|
* Container is expanded.
|
|
@@ -7452,7 +7510,9 @@ declare module "sap/ui/layout/form/FormElement" {
|
|
|
7452
7510
|
bVisible?: boolean
|
|
7453
7511
|
): this;
|
|
7454
7512
|
}
|
|
7455
|
-
|
|
7513
|
+
/**
|
|
7514
|
+
* Describes the settings that can be provided to the FormElement constructor.
|
|
7515
|
+
*/
|
|
7456
7516
|
export interface $FormElementSettings extends $ElementSettings {
|
|
7457
7517
|
/**
|
|
7458
7518
|
* If set to `false`, the `FormElement` is not rendered.
|
|
@@ -7645,7 +7705,9 @@ declare module "sap/ui/layout/form/FormLayout" {
|
|
|
7645
7705
|
sBackgroundDesign?: BackgroundDesign | keyof typeof BackgroundDesign
|
|
7646
7706
|
): this;
|
|
7647
7707
|
}
|
|
7648
|
-
|
|
7708
|
+
/**
|
|
7709
|
+
* Describes the settings that can be provided to the FormLayout constructor.
|
|
7710
|
+
*/
|
|
7649
7711
|
export interface $FormLayoutSettings extends $ControlSettings {
|
|
7650
7712
|
/**
|
|
7651
7713
|
* Specifies the background color of the `Form` content.
|
|
@@ -7775,7 +7837,12 @@ declare module "sap/ui/layout/form/GridContainerData" {
|
|
|
7775
7837
|
bHalfGrid?: boolean
|
|
7776
7838
|
): this;
|
|
7777
7839
|
}
|
|
7778
|
-
|
|
7840
|
+
/**
|
|
7841
|
+
* Describes the settings that can be provided to the GridContainerData constructor.
|
|
7842
|
+
*
|
|
7843
|
+
* @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
|
|
7844
|
+
* be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
|
|
7845
|
+
*/
|
|
7779
7846
|
export interface $GridContainerDataSettings extends $LayoutDataSettings {
|
|
7780
7847
|
/**
|
|
7781
7848
|
* If set, the container takes half the width of the `Form` (8 cells), if not it takes the full width (16
|
|
@@ -7947,7 +8014,12 @@ declare module "sap/ui/layout/form/GridElementData" {
|
|
|
7947
8014
|
iVCells?: int
|
|
7948
8015
|
): this;
|
|
7949
8016
|
}
|
|
7950
|
-
|
|
8017
|
+
/**
|
|
8018
|
+
* Describes the settings that can be provided to the GridElementData constructor.
|
|
8019
|
+
*
|
|
8020
|
+
* @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
|
|
8021
|
+
* be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
|
|
8022
|
+
*/
|
|
7951
8023
|
export interface $GridElementDataSettings extends $LayoutDataSettings {
|
|
7952
8024
|
/**
|
|
7953
8025
|
* Number of cells in horizontal direction.
|
|
@@ -8100,7 +8172,12 @@ declare module "sap/ui/layout/form/GridLayout" {
|
|
|
8100
8172
|
bSingleColumn?: boolean
|
|
8101
8173
|
): this;
|
|
8102
8174
|
}
|
|
8103
|
-
|
|
8175
|
+
/**
|
|
8176
|
+
* Describes the settings that can be provided to the GridLayout constructor.
|
|
8177
|
+
*
|
|
8178
|
+
* @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
|
|
8179
|
+
* be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
|
|
8180
|
+
*/
|
|
8104
8181
|
export interface $GridLayoutSettings extends $FormLayoutSettings {
|
|
8105
8182
|
/**
|
|
8106
8183
|
* If set, the grid renders only one `FormContainer` per column. That means one `FormContainer` is below
|
|
@@ -8773,7 +8850,9 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8773
8850
|
bSingleContainerFullSize?: boolean
|
|
8774
8851
|
): this;
|
|
8775
8852
|
}
|
|
8776
|
-
|
|
8853
|
+
/**
|
|
8854
|
+
* Describes the settings that can be provided to the ResponsiveGridLayout constructor.
|
|
8855
|
+
*/
|
|
8777
8856
|
export interface $ResponsiveGridLayoutSettings extends $FormLayoutSettings {
|
|
8778
8857
|
/**
|
|
8779
8858
|
* Default span for labels in extra large size.
|
|
@@ -9023,7 +9102,11 @@ declare module "sap/ui/layout/form/ResponsiveLayout" {
|
|
|
9023
9102
|
*/
|
|
9024
9103
|
static getMetadata(): ElementMetadata;
|
|
9025
9104
|
}
|
|
9026
|
-
|
|
9105
|
+
/**
|
|
9106
|
+
* Describes the settings that can be provided to the ResponsiveLayout constructor.
|
|
9107
|
+
*
|
|
9108
|
+
* @deprecated (since 1.93) - replaced by {@link sap.ui.layout.form.ColumnLayout ColumnLayout}
|
|
9109
|
+
*/
|
|
9027
9110
|
export interface $ResponsiveLayoutSettings extends $FormLayoutSettings {}
|
|
9028
9111
|
}
|
|
9029
9112
|
|
|
@@ -9232,7 +9315,11 @@ declare module "sap/ui/layout/form/SemanticFormElement" {
|
|
|
9232
9315
|
sDelimiter?: string
|
|
9233
9316
|
): this;
|
|
9234
9317
|
}
|
|
9235
|
-
|
|
9318
|
+
/**
|
|
9319
|
+
* Describes the settings that can be provided to the SemanticFormElement constructor.
|
|
9320
|
+
*
|
|
9321
|
+
* @experimental (since 1.86)
|
|
9322
|
+
*/
|
|
9236
9323
|
export interface $SemanticFormElementSettings extends $FormElementSettings {
|
|
9237
9324
|
/**
|
|
9238
9325
|
* Delimiter symbol to separate the fields.
|
|
@@ -10464,7 +10551,9 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10464
10551
|
sWidth?: CSSSize
|
|
10465
10552
|
): this;
|
|
10466
10553
|
}
|
|
10467
|
-
|
|
10554
|
+
/**
|
|
10555
|
+
* Describes the settings that can be provided to the SimpleForm constructor.
|
|
10556
|
+
*/
|
|
10468
10557
|
export interface $SimpleFormSettings extends $ControlSettings {
|
|
10469
10558
|
/**
|
|
10470
10559
|
* The maximum amount of groups (`{@link sap.ui.layout.form.FormContainer FormContainers}`) per row that
|
|
@@ -11259,7 +11348,9 @@ declare module "sap/ui/layout/Grid" {
|
|
|
11259
11348
|
sWidth?: CSSSize
|
|
11260
11349
|
): this;
|
|
11261
11350
|
}
|
|
11262
|
-
|
|
11351
|
+
/**
|
|
11352
|
+
* Describes the settings that can be provided to the Grid constructor.
|
|
11353
|
+
*/
|
|
11263
11354
|
export interface $GridSettings extends $ControlSettings {
|
|
11264
11355
|
/**
|
|
11265
11356
|
* Optional. Defines the width of the `Grid`. If not specified, then 100%.
|
|
@@ -12290,7 +12381,9 @@ declare module "sap/ui/layout/GridData" {
|
|
|
12290
12381
|
bVisibleXL?: boolean
|
|
12291
12382
|
): this;
|
|
12292
12383
|
}
|
|
12293
|
-
|
|
12384
|
+
/**
|
|
12385
|
+
* Describes the settings that can be provided to the GridData constructor.
|
|
12386
|
+
*/
|
|
12294
12387
|
export interface $GridDataSettings extends $LayoutDataSettings {
|
|
12295
12388
|
/**
|
|
12296
12389
|
* A string type that represents the span values of the `Grid` for large, medium and small screens.
|
|
@@ -12689,7 +12782,9 @@ declare module "sap/ui/layout/HorizontalLayout" {
|
|
|
12689
12782
|
bAllowWrapping?: boolean
|
|
12690
12783
|
): this;
|
|
12691
12784
|
}
|
|
12692
|
-
|
|
12785
|
+
/**
|
|
12786
|
+
* Describes the settings that can be provided to the HorizontalLayout constructor.
|
|
12787
|
+
*/
|
|
12693
12788
|
export interface $HorizontalLayoutSettings extends $ControlSettings {
|
|
12694
12789
|
/**
|
|
12695
12790
|
* Specifies whether the content inside the Layout shall be line-wrapped in the case that there is less
|
|
@@ -12971,7 +13066,9 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12971
13066
|
sOrientation: Orientation | keyof typeof Orientation
|
|
12972
13067
|
): this;
|
|
12973
13068
|
}
|
|
12974
|
-
|
|
13069
|
+
/**
|
|
13070
|
+
* Describes the settings that can be provided to the PaneContainer constructor.
|
|
13071
|
+
*/
|
|
12975
13072
|
export interface $PaneContainerSettings extends $ElementSettings {
|
|
12976
13073
|
/**
|
|
12977
13074
|
* The orientation of the Splitter
|
|
@@ -12992,6 +13089,9 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12992
13089
|
resize?: (oEvent: PaneContainer$ResizeEvent) => void;
|
|
12993
13090
|
}
|
|
12994
13091
|
|
|
13092
|
+
/**
|
|
13093
|
+
* Parameters of the PaneContainer#resize event.
|
|
13094
|
+
*/
|
|
12995
13095
|
export interface PaneContainer$ResizeEventParameters {
|
|
12996
13096
|
/**
|
|
12997
13097
|
* An array of values representing the old (pixel)sizes of the split panes, which are inside the pane container.
|
|
@@ -13004,6 +13104,9 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
13004
13104
|
newSizes?: float[];
|
|
13005
13105
|
}
|
|
13006
13106
|
|
|
13107
|
+
/**
|
|
13108
|
+
* Event object of the PaneContainer#resize event.
|
|
13109
|
+
*/
|
|
13007
13110
|
export type PaneContainer$ResizeEvent = Event<
|
|
13008
13111
|
PaneContainer$ResizeEventParameters,
|
|
13009
13112
|
PaneContainer
|
|
@@ -13233,7 +13336,9 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
13233
13336
|
bResponsive?: boolean
|
|
13234
13337
|
): this;
|
|
13235
13338
|
}
|
|
13236
|
-
|
|
13339
|
+
/**
|
|
13340
|
+
* Describes the settings that can be provided to the ResponsiveFlowLayout constructor.
|
|
13341
|
+
*/
|
|
13237
13342
|
export interface $ResponsiveFlowLayoutSettings extends $ControlSettings {
|
|
13238
13343
|
/**
|
|
13239
13344
|
* If set to false, all added controls will keep their width, or otherwise, the controls will be stretched
|
|
@@ -13490,7 +13595,9 @@ declare module "sap/ui/layout/ResponsiveFlowLayoutData" {
|
|
|
13490
13595
|
iWeight?: int
|
|
13491
13596
|
): this;
|
|
13492
13597
|
}
|
|
13493
|
-
|
|
13598
|
+
/**
|
|
13599
|
+
* Describes the settings that can be provided to the ResponsiveFlowLayoutData constructor.
|
|
13600
|
+
*/
|
|
13494
13601
|
export interface $ResponsiveFlowLayoutDataSettings
|
|
13495
13602
|
extends $LayoutDataSettings {
|
|
13496
13603
|
/**
|
|
@@ -13733,7 +13840,9 @@ declare module "sap/ui/layout/ResponsiveSplitter" {
|
|
|
13733
13840
|
sWidth?: CSSSize
|
|
13734
13841
|
): this;
|
|
13735
13842
|
}
|
|
13736
|
-
|
|
13843
|
+
/**
|
|
13844
|
+
* Describes the settings that can be provided to the ResponsiveSplitter constructor.
|
|
13845
|
+
*/
|
|
13737
13846
|
export interface $ResponsiveSplitterSettings extends $ControlSettings {
|
|
13738
13847
|
/**
|
|
13739
13848
|
* The width of the control
|
|
@@ -13932,7 +14041,9 @@ declare module "sap/ui/layout/SplitPane" {
|
|
|
13932
14041
|
iRequiredParentWidth?: int
|
|
13933
14042
|
): this;
|
|
13934
14043
|
}
|
|
13935
|
-
|
|
14044
|
+
/**
|
|
14045
|
+
* Describes the settings that can be provided to the SplitPane constructor.
|
|
14046
|
+
*/
|
|
13936
14047
|
export interface $SplitPaneSettings extends $ElementSettings {
|
|
13937
14048
|
/**
|
|
13938
14049
|
* Determines whether the pane will be moved to the pagination
|
|
@@ -14395,7 +14506,9 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
14395
14506
|
forceDirectly?: boolean
|
|
14396
14507
|
): void;
|
|
14397
14508
|
}
|
|
14398
|
-
|
|
14509
|
+
/**
|
|
14510
|
+
* Describes the settings that can be provided to the Splitter constructor.
|
|
14511
|
+
*/
|
|
14399
14512
|
export interface $SplitterSettings extends $ControlSettings {
|
|
14400
14513
|
/**
|
|
14401
14514
|
* Whether to split the contents horizontally (default) or vertically.
|
|
@@ -14426,6 +14539,9 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
14426
14539
|
resize?: (oEvent: Splitter$ResizeEvent) => void;
|
|
14427
14540
|
}
|
|
14428
14541
|
|
|
14542
|
+
/**
|
|
14543
|
+
* Parameters of the Splitter#resize event.
|
|
14544
|
+
*/
|
|
14429
14545
|
export interface Splitter$ResizeEventParameters {
|
|
14430
14546
|
/**
|
|
14431
14547
|
* The ID of the splitter control. The splitter control can also be accessed by calling getSource() on the
|
|
@@ -14444,6 +14560,9 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
14444
14560
|
newSizes?: int[];
|
|
14445
14561
|
}
|
|
14446
14562
|
|
|
14563
|
+
/**
|
|
14564
|
+
* Event object of the Splitter#resize event.
|
|
14565
|
+
*/
|
|
14447
14566
|
export type Splitter$ResizeEvent = Event<
|
|
14448
14567
|
Splitter$ResizeEventParameters,
|
|
14449
14568
|
Splitter
|
|
@@ -14620,7 +14739,11 @@ declare module "sap/ui/layout/SplitterLayoutData" {
|
|
|
14620
14739
|
sSize?: CSSSize
|
|
14621
14740
|
): this;
|
|
14622
14741
|
}
|
|
14623
|
-
|
|
14742
|
+
/**
|
|
14743
|
+
* Describes the settings that can be provided to the SplitterLayoutData constructor.
|
|
14744
|
+
*
|
|
14745
|
+
* @experimental (since 1.22.0) - API is not yet finished and might change completely
|
|
14746
|
+
*/
|
|
14624
14747
|
export interface $SplitterLayoutDataSettings extends $LayoutDataSettings {
|
|
14625
14748
|
/**
|
|
14626
14749
|
* Determines whether the control in the splitter can be resized or not.
|
|
@@ -14862,7 +14985,9 @@ declare module "sap/ui/layout/VerticalLayout" {
|
|
|
14862
14985
|
sWidth?: CSSSize
|
|
14863
14986
|
): this;
|
|
14864
14987
|
}
|
|
14865
|
-
|
|
14988
|
+
/**
|
|
14989
|
+
* Describes the settings that can be provided to the VerticalLayout constructor.
|
|
14990
|
+
*/
|
|
14866
14991
|
export interface $VerticalLayoutSettings extends $ControlSettings {
|
|
14867
14992
|
/**
|
|
14868
14993
|
* Width of the `VerticalLayout`. If no width is set, the width of the content is used. If the content of
|