@openui5/types 1.115.0 → 1.116.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/README.md +6 -5
- package/package.json +1 -1
- package/types/index.d.ts +9 -3
- package/types/sap.f.d.ts +718 -786
- package/types/sap.m.d.ts +6504 -6706
- package/types/sap.tnt.d.ts +119 -86
- package/types/sap.ui.codeeditor.d.ts +28 -25
- package/types/sap.ui.commons.d.ts +691 -684
- package/types/sap.ui.core.d.ts +2434 -2444
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +55 -82
- package/types/sap.ui.integration.d.ts +401 -292
- package/types/sap.ui.layout.d.ts +369 -420
- package/types/sap.ui.mdc.d.ts +1557 -1344
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +13 -11
- package/types/sap.ui.support.d.ts +12 -13
- package/types/sap.ui.table.d.ts +366 -368
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +961 -1007
- package/types/sap.ui.ux3.d.ts +663 -653
- package/types/sap.ui.webc.common.d.ts +7 -9
- package/types/sap.ui.webc.fiori.d.ts +1099 -509
- package/types/sap.ui.webc.main.d.ts +4937 -1323
- package/types/sap.uxap.d.ts +244 -277
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/layout/library" {
|
|
4
4
|
import Control from "sap/ui/core/Control";
|
|
@@ -6,7 +6,7 @@ declare module "sap/ui/layout/library" {
|
|
|
6
6
|
import GridLayoutBase from "sap/ui/layout/cssgrid/GridLayoutBase";
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* @
|
|
9
|
+
* @since 1.36.0
|
|
10
10
|
*
|
|
11
11
|
* Available Background Design.
|
|
12
12
|
*/
|
|
@@ -54,7 +54,7 @@ declare module "sap/ui/layout/library" {
|
|
|
54
54
|
Mixed = "Mixed",
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
|
-
* @
|
|
57
|
+
* @since 1.48
|
|
58
58
|
*
|
|
59
59
|
* A string type that is used inside the BlockLayoutCell to set a predefined set of colors for the cells.
|
|
60
60
|
*/
|
|
@@ -105,7 +105,7 @@ declare module "sap/ui/layout/library" {
|
|
|
105
105
|
ColorSet9 = "ColorSet9",
|
|
106
106
|
}
|
|
107
107
|
/**
|
|
108
|
-
* @
|
|
108
|
+
* @since 1.48
|
|
109
109
|
*
|
|
110
110
|
* A string type that is used inside the BlockLayoutCell to set a predefined set of color shades for the
|
|
111
111
|
* cells. The colors are defined with sap.ui.layout.BlockLayoutCellColorSet. And this is for the shades
|
|
@@ -168,7 +168,7 @@ declare module "sap/ui/layout/library" {
|
|
|
168
168
|
ColorSet4 = "ColorSet4",
|
|
169
169
|
}
|
|
170
170
|
/**
|
|
171
|
-
* @
|
|
171
|
+
* @since 1.61.0
|
|
172
172
|
*
|
|
173
173
|
* A string type that represents how many boxes per row should be displayed for each screen size. The breakpoints
|
|
174
174
|
* are for extra large (XL), large (L), medium (M) and small (S) screen sizes.
|
|
@@ -215,7 +215,7 @@ declare module "sap/ui/layout/library" {
|
|
|
215
215
|
export type GridSpan = string;
|
|
216
216
|
|
|
217
217
|
/**
|
|
218
|
-
* @
|
|
218
|
+
* @since 1.30
|
|
219
219
|
*
|
|
220
220
|
* Types of the DynamicSideContent FallDown options
|
|
221
221
|
*/
|
|
@@ -253,7 +253,7 @@ declare module "sap/ui/layout/library" {
|
|
|
253
253
|
End = "End",
|
|
254
254
|
}
|
|
255
255
|
/**
|
|
256
|
-
* @
|
|
256
|
+
* @since 1.30
|
|
257
257
|
*
|
|
258
258
|
* Types of the DynamicSideContent Visibility options
|
|
259
259
|
*/
|
|
@@ -282,7 +282,7 @@ declare module "sap/ui/layout/library" {
|
|
|
282
282
|
|
|
283
283
|
export namespace cssgrid {
|
|
284
284
|
/**
|
|
285
|
-
* @
|
|
285
|
+
* @since 1.60.0
|
|
286
286
|
*
|
|
287
287
|
* Defines the functions that need to be implemented by a Control which wants to have display:grid behavior
|
|
288
288
|
* via sap.ui.layout.cssgrid.GridLayoutDelegate
|
|
@@ -291,7 +291,7 @@ declare module "sap/ui/layout/library" {
|
|
|
291
291
|
__implements__sap_ui_layout_cssgrid_IGridConfigurable: boolean;
|
|
292
292
|
|
|
293
293
|
/**
|
|
294
|
-
* @
|
|
294
|
+
* @since 1.60.0
|
|
295
295
|
*
|
|
296
296
|
* The function is used by GridLayoutDelegate to determine on which HTML Elements the display:grid styles
|
|
297
297
|
* should be applied
|
|
@@ -300,7 +300,7 @@ declare module "sap/ui/layout/library" {
|
|
|
300
300
|
*/
|
|
301
301
|
getGridDomRefs(): Control[] | HTMLElement[];
|
|
302
302
|
/**
|
|
303
|
-
* @
|
|
303
|
+
* @since 1.60.0
|
|
304
304
|
*
|
|
305
305
|
* The function is used by GridLayoutDelegate to get the grid layout (display:grid styles) to apply
|
|
306
306
|
*
|
|
@@ -310,7 +310,7 @@ declare module "sap/ui/layout/library" {
|
|
|
310
310
|
}
|
|
311
311
|
|
|
312
312
|
/**
|
|
313
|
-
* @
|
|
313
|
+
* @since 1.88.0
|
|
314
314
|
*
|
|
315
315
|
* LayoutData for grid items
|
|
316
316
|
*/
|
|
@@ -319,7 +319,7 @@ declare module "sap/ui/layout/library" {
|
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
/**
|
|
322
|
-
* @
|
|
322
|
+
* @since 1.60.0
|
|
323
323
|
*
|
|
324
324
|
* A string type that is used for CSS grid to control how the auto-placement algorithm works, specifying
|
|
325
325
|
* exactly how auto-placed items get flowed into the grid.
|
|
@@ -345,7 +345,7 @@ declare module "sap/ui/layout/library" {
|
|
|
345
345
|
RowDense = "RowDense",
|
|
346
346
|
}
|
|
347
347
|
/**
|
|
348
|
-
* @
|
|
348
|
+
* @since 1.60.0
|
|
349
349
|
*
|
|
350
350
|
* A string type that represents a short hand CSS grid gap.
|
|
351
351
|
* See:
|
|
@@ -354,7 +354,7 @@ declare module "sap/ui/layout/library" {
|
|
|
354
354
|
type CSSGridGapShortHand = string;
|
|
355
355
|
|
|
356
356
|
/**
|
|
357
|
-
* @
|
|
357
|
+
* @since 1.60.0
|
|
358
358
|
*
|
|
359
359
|
* A string type that represents one or two grid lines. Used to define the position and size of a single
|
|
360
360
|
* grid item.
|
|
@@ -375,7 +375,7 @@ declare module "sap/ui/layout/library" {
|
|
|
375
375
|
type CSSGridLine = string;
|
|
376
376
|
|
|
377
377
|
/**
|
|
378
|
-
* @
|
|
378
|
+
* @since 1.60.0
|
|
379
379
|
*
|
|
380
380
|
* A string type that represents a grid track (the space between two grid lines)
|
|
381
381
|
* See:
|
|
@@ -386,13 +386,13 @@ declare module "sap/ui/layout/library" {
|
|
|
386
386
|
|
|
387
387
|
export namespace form {
|
|
388
388
|
/**
|
|
389
|
-
* @
|
|
389
|
+
* @since 1.16.0
|
|
390
390
|
*
|
|
391
391
|
* Available `FormLayouts` used to render a `SimpleForm`.
|
|
392
392
|
*/
|
|
393
393
|
enum SimpleFormLayout {
|
|
394
394
|
/**
|
|
395
|
-
* @
|
|
395
|
+
* @since 1.56.0
|
|
396
396
|
*
|
|
397
397
|
* Uses the `ColumnLayout` layout to render the `SimpleForm` control
|
|
398
398
|
*/
|
|
@@ -405,7 +405,7 @@ declare module "sap/ui/layout/library" {
|
|
|
405
405
|
*/
|
|
406
406
|
GridLayout = "GridLayout",
|
|
407
407
|
/**
|
|
408
|
-
* @
|
|
408
|
+
* @since 1.16.0
|
|
409
409
|
*
|
|
410
410
|
* Uses the `ResponsiveGridLayout` layout to render the `SimpleForm` control
|
|
411
411
|
*/
|
|
@@ -418,7 +418,7 @@ declare module "sap/ui/layout/library" {
|
|
|
418
418
|
ResponsiveLayout = "ResponsiveLayout",
|
|
419
419
|
}
|
|
420
420
|
/**
|
|
421
|
-
* @
|
|
421
|
+
* @since 1.56.0
|
|
422
422
|
*
|
|
423
423
|
* An `int` type that defines how many cells a control inside of a column of a `Form` control using the
|
|
424
424
|
* `ColumnLayout` control as layout can use.
|
|
@@ -428,7 +428,7 @@ declare module "sap/ui/layout/library" {
|
|
|
428
428
|
type ColumnCells = int;
|
|
429
429
|
|
|
430
430
|
/**
|
|
431
|
-
* @
|
|
431
|
+
* @since 1.56.0
|
|
432
432
|
*
|
|
433
433
|
* An `int` type that defines how many columns a `Form` control using the `ColumnLayout` as layout can have
|
|
434
434
|
* if it has large size
|
|
@@ -438,7 +438,7 @@ declare module "sap/ui/layout/library" {
|
|
|
438
438
|
type ColumnsL = int;
|
|
439
439
|
|
|
440
440
|
/**
|
|
441
|
-
* @
|
|
441
|
+
* @since 1.56.0
|
|
442
442
|
*
|
|
443
443
|
* An `int` type that defines how many columns a `Form` control using the `ColumnLayout` as layout can have
|
|
444
444
|
* if it has medium size
|
|
@@ -448,7 +448,7 @@ declare module "sap/ui/layout/library" {
|
|
|
448
448
|
type ColumnsM = int;
|
|
449
449
|
|
|
450
450
|
/**
|
|
451
|
-
* @
|
|
451
|
+
* @since 1.56.0
|
|
452
452
|
*
|
|
453
453
|
* An `int` type that defines how many columns a `Form` control using the `ColumnLayout` as layout can have
|
|
454
454
|
* if it has extra-large size
|
|
@@ -458,7 +458,7 @@ declare module "sap/ui/layout/library" {
|
|
|
458
458
|
type ColumnsXL = int;
|
|
459
459
|
|
|
460
460
|
/**
|
|
461
|
-
* @
|
|
461
|
+
* @since 1.56.0
|
|
462
462
|
*
|
|
463
463
|
* An `int` type that defines how many cells beside the controls inside of a column of a `Form` control
|
|
464
464
|
* using the `ColumnLayout` control as layout are empty.
|
|
@@ -493,7 +493,7 @@ declare module "sap/ui/layout/BlockLayout" {
|
|
|
493
493
|
} from "sap/ui/base/ManagedObject";
|
|
494
494
|
|
|
495
495
|
/**
|
|
496
|
-
* @
|
|
496
|
+
* @since 1.34
|
|
497
497
|
*
|
|
498
498
|
* The BlockLayout is used to display several objects in a section-based manner. Overview: The BlockLayout
|
|
499
499
|
* uses horizontal and vertical subdivisions, and full-width banners to display a set of elements. By placing
|
|
@@ -529,7 +529,7 @@ declare module "sap/ui/layout/BlockLayout" {
|
|
|
529
529
|
* screen size.
|
|
530
530
|
* - On small screens all blocks will wrap to a single scrollable column
|
|
531
531
|
*/
|
|
532
|
-
class BlockLayout extends Control {
|
|
532
|
+
export default class BlockLayout extends Control {
|
|
533
533
|
/**
|
|
534
534
|
* Constructor for a new BlockLayout.
|
|
535
535
|
*
|
|
@@ -612,7 +612,7 @@ declare module "sap/ui/layout/BlockLayout" {
|
|
|
612
612
|
*/
|
|
613
613
|
destroyContent(): this;
|
|
614
614
|
/**
|
|
615
|
-
* @
|
|
615
|
+
* @since 1.42
|
|
616
616
|
*
|
|
617
617
|
* Gets current value of property {@link #getBackground background}.
|
|
618
618
|
*
|
|
@@ -630,7 +630,7 @@ declare module "sap/ui/layout/BlockLayout" {
|
|
|
630
630
|
*/
|
|
631
631
|
getContent(): BlockLayoutRow[];
|
|
632
632
|
/**
|
|
633
|
-
* @
|
|
633
|
+
* @since 1.52
|
|
634
634
|
*
|
|
635
635
|
* Gets current value of property {@link #getKeepFontSize keepFontSize}.
|
|
636
636
|
*
|
|
@@ -690,7 +690,7 @@ declare module "sap/ui/layout/BlockLayout" {
|
|
|
690
690
|
vContent: int | string | BlockLayoutRow
|
|
691
691
|
): BlockLayoutRow | null;
|
|
692
692
|
/**
|
|
693
|
-
* @
|
|
693
|
+
* @since 1.42
|
|
694
694
|
*
|
|
695
695
|
* Sets a new value for property {@link #getBackground background}.
|
|
696
696
|
*
|
|
@@ -709,7 +709,7 @@ declare module "sap/ui/layout/BlockLayout" {
|
|
|
709
709
|
sBackground?: BlockBackgroundType | keyof typeof BlockBackgroundType
|
|
710
710
|
): this;
|
|
711
711
|
/**
|
|
712
|
-
* @
|
|
712
|
+
* @since 1.52
|
|
713
713
|
*
|
|
714
714
|
* Sets a new value for property {@link #getKeepFontSize keepFontSize}.
|
|
715
715
|
*
|
|
@@ -728,11 +728,10 @@ declare module "sap/ui/layout/BlockLayout" {
|
|
|
728
728
|
bKeepFontSize?: boolean
|
|
729
729
|
): this;
|
|
730
730
|
}
|
|
731
|
-
export default BlockLayout;
|
|
732
731
|
|
|
733
732
|
export interface $BlockLayoutSettings extends $ControlSettings {
|
|
734
733
|
/**
|
|
735
|
-
* @
|
|
734
|
+
* @since 1.42
|
|
736
735
|
*
|
|
737
736
|
* Determines the background used for the Layout
|
|
738
737
|
*/
|
|
@@ -742,7 +741,7 @@ declare module "sap/ui/layout/BlockLayout" {
|
|
|
742
741
|
| `{${string}}`;
|
|
743
742
|
|
|
744
743
|
/**
|
|
745
|
-
* @
|
|
744
|
+
* @since 1.52
|
|
746
745
|
*
|
|
747
746
|
* Keeps the font-size of the contents as is, independent from the screen size.
|
|
748
747
|
*/
|
|
@@ -777,12 +776,12 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
777
776
|
} from "sap/ui/base/ManagedObject";
|
|
778
777
|
|
|
779
778
|
/**
|
|
780
|
-
* @
|
|
779
|
+
* @since 1.34
|
|
781
780
|
*
|
|
782
781
|
* The BlockLayoutCell is used as an aggregation of the BlockLayoutRow. It contains Controls. The BlockLayoutCell
|
|
783
782
|
* should be used only as aggregation of the BlockLayoutRow.
|
|
784
783
|
*/
|
|
785
|
-
class BlockLayoutCell extends Control {
|
|
784
|
+
export default class BlockLayoutCell extends Control {
|
|
786
785
|
/**
|
|
787
786
|
* Constructor for a new BlockLayoutCell.
|
|
788
787
|
*
|
|
@@ -861,7 +860,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
861
860
|
*/
|
|
862
861
|
destroyContent(): this;
|
|
863
862
|
/**
|
|
864
|
-
* @
|
|
863
|
+
* @since 1.56
|
|
865
864
|
*
|
|
866
865
|
* Destroys the titleLink in the aggregation {@link #getTitleLink titleLink}.
|
|
867
866
|
*
|
|
@@ -869,7 +868,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
869
868
|
*/
|
|
870
869
|
destroyTitleLink(): this;
|
|
871
870
|
/**
|
|
872
|
-
* @
|
|
871
|
+
* @since 1.48
|
|
873
872
|
*
|
|
874
873
|
* Gets current value of property {@link #getBackgroundColorSet backgroundColorSet}.
|
|
875
874
|
*
|
|
@@ -882,7 +881,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
882
881
|
| BlockLayoutCellColorSet
|
|
883
882
|
| keyof typeof BlockLayoutCellColorSet;
|
|
884
883
|
/**
|
|
885
|
-
* @
|
|
884
|
+
* @since 1.48
|
|
886
885
|
*
|
|
887
886
|
* Gets current value of property {@link #getBackgroundColorShade backgroundColorShade}.
|
|
888
887
|
*
|
|
@@ -931,7 +930,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
931
930
|
*/
|
|
932
931
|
getTitleLevel(): TitleLevel | keyof typeof TitleLevel;
|
|
933
932
|
/**
|
|
934
|
-
* @
|
|
933
|
+
* @since 1.56
|
|
935
934
|
*
|
|
936
935
|
* Gets content of aggregation {@link #getTitleLink titleLink}.
|
|
937
936
|
*
|
|
@@ -1007,7 +1006,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1007
1006
|
vContent: int | string | Control
|
|
1008
1007
|
): Control | null;
|
|
1009
1008
|
/**
|
|
1010
|
-
* @
|
|
1009
|
+
* @since 1.48
|
|
1011
1010
|
*
|
|
1012
1011
|
* Sets a new value for property {@link #getBackgroundColorSet backgroundColorSet}.
|
|
1013
1012
|
*
|
|
@@ -1027,7 +1026,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1027
1026
|
| keyof typeof BlockLayoutCellColorSet
|
|
1028
1027
|
): this;
|
|
1029
1028
|
/**
|
|
1030
|
-
* @
|
|
1029
|
+
* @since 1.48
|
|
1031
1030
|
*
|
|
1032
1031
|
* Sets a new value for property {@link #getBackgroundColorShade backgroundColorShade}.
|
|
1033
1032
|
*
|
|
@@ -1098,7 +1097,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1098
1097
|
sTitleLevel?: TitleLevel | keyof typeof TitleLevel
|
|
1099
1098
|
): this;
|
|
1100
1099
|
/**
|
|
1101
|
-
* @
|
|
1100
|
+
* @since 1.56
|
|
1102
1101
|
*
|
|
1103
1102
|
* Sets the aggregated {@link #getTitleLink titleLink}.
|
|
1104
1103
|
*
|
|
@@ -1122,7 +1121,6 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1122
1121
|
iWidth: number
|
|
1123
1122
|
): this;
|
|
1124
1123
|
}
|
|
1125
|
-
export default BlockLayoutCell;
|
|
1126
1124
|
|
|
1127
1125
|
export interface $BlockLayoutCellSettings extends $ControlSettings {
|
|
1128
1126
|
/**
|
|
@@ -1163,7 +1161,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1163
1161
|
width?: int | PropertyBindingInfo | `{${string}}`;
|
|
1164
1162
|
|
|
1165
1163
|
/**
|
|
1166
|
-
* @
|
|
1164
|
+
* @since 1.48
|
|
1167
1165
|
*
|
|
1168
1166
|
* The Background color set from which the background color will be selected. **Note:** backgroundColorSet
|
|
1169
1167
|
* should be used only in combination with backgroundColorShade.
|
|
@@ -1174,7 +1172,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1174
1172
|
| `{${string}}`;
|
|
1175
1173
|
|
|
1176
1174
|
/**
|
|
1177
|
-
* @
|
|
1175
|
+
* @since 1.48
|
|
1178
1176
|
*
|
|
1179
1177
|
* The index of the background color in the color set from which the color will be selected. **Note:** backgroundColorShade
|
|
1180
1178
|
* should be used only in combination with backgroundColorSet.
|
|
@@ -1190,7 +1188,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1190
1188
|
content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
1191
1189
|
|
|
1192
1190
|
/**
|
|
1193
|
-
* @
|
|
1191
|
+
* @since 1.56
|
|
1194
1192
|
*
|
|
1195
1193
|
* The link that will replace the title of the cell. **Note:** The only possible value is the `sap.m.Link`
|
|
1196
1194
|
* control.
|
|
@@ -1210,11 +1208,11 @@ declare module "sap/ui/layout/BlockLayoutCellData" {
|
|
|
1210
1208
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1211
1209
|
|
|
1212
1210
|
/**
|
|
1213
|
-
* @
|
|
1211
|
+
* @since 1.50.0
|
|
1214
1212
|
*
|
|
1215
1213
|
* Holds layout data for the BlockLayoutCells contents.
|
|
1216
1214
|
*/
|
|
1217
|
-
class BlockLayoutCellData extends LayoutData {
|
|
1215
|
+
export default class BlockLayoutCellData extends LayoutData {
|
|
1218
1216
|
/**
|
|
1219
1217
|
* Constructor for a new BlockLayoutCellData.
|
|
1220
1218
|
*
|
|
@@ -1388,7 +1386,6 @@ declare module "sap/ui/layout/BlockLayoutCellData" {
|
|
|
1388
1386
|
iXlSize?: int
|
|
1389
1387
|
): this;
|
|
1390
1388
|
}
|
|
1391
|
-
export default BlockLayoutCellData;
|
|
1392
1389
|
|
|
1393
1390
|
export interface $BlockLayoutCellDataSettings extends $LayoutDataSettings {
|
|
1394
1391
|
/**
|
|
@@ -1430,12 +1427,12 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1430
1427
|
} from "sap/ui/base/ManagedObject";
|
|
1431
1428
|
|
|
1432
1429
|
/**
|
|
1433
|
-
* @
|
|
1430
|
+
* @since 1.34
|
|
1434
1431
|
*
|
|
1435
1432
|
* The BlockLayoutRow is used as an aggregation to the BlockLayout. It aggregates Block Layout cells. The
|
|
1436
1433
|
* BlockLayoutRow has 2 rendering modes - scrollable and non scrollable.
|
|
1437
1434
|
*/
|
|
1438
|
-
class BlockLayoutRow extends Control {
|
|
1435
|
+
export default class BlockLayoutRow extends Control {
|
|
1439
1436
|
/**
|
|
1440
1437
|
* Constructor for a new BlockLayoutRow.
|
|
1441
1438
|
*
|
|
@@ -1497,7 +1494,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1497
1494
|
*/
|
|
1498
1495
|
static getMetadata(): ElementMetadata;
|
|
1499
1496
|
/**
|
|
1500
|
-
* @
|
|
1497
|
+
* @since 1.42
|
|
1501
1498
|
*
|
|
1502
1499
|
* Adds some accentCell into the association {@link #getAccentCells accentCells}.
|
|
1503
1500
|
*
|
|
@@ -1527,7 +1524,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1527
1524
|
*/
|
|
1528
1525
|
destroyContent(): this;
|
|
1529
1526
|
/**
|
|
1530
|
-
* @
|
|
1527
|
+
* @since 1.42
|
|
1531
1528
|
*
|
|
1532
1529
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAccentCells accentCells}.
|
|
1533
1530
|
*/
|
|
@@ -1539,7 +1536,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1539
1536
|
*/
|
|
1540
1537
|
getContent(): BlockLayoutCell[];
|
|
1541
1538
|
/**
|
|
1542
|
-
* @
|
|
1539
|
+
* @since 1.42
|
|
1543
1540
|
*
|
|
1544
1541
|
* Gets current value of property {@link #getRowColorSet rowColorSet}.
|
|
1545
1542
|
*
|
|
@@ -1589,7 +1586,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1589
1586
|
iIndex: int
|
|
1590
1587
|
): this;
|
|
1591
1588
|
/**
|
|
1592
|
-
* @
|
|
1589
|
+
* @since 1.42
|
|
1593
1590
|
*
|
|
1594
1591
|
* Removes an accentCell from the association named {@link #getAccentCells accentCells}.
|
|
1595
1592
|
*
|
|
@@ -1602,7 +1599,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1602
1599
|
vAccentCell: int | ID | BlockLayoutCell
|
|
1603
1600
|
): ID | null;
|
|
1604
1601
|
/**
|
|
1605
|
-
* @
|
|
1602
|
+
* @since 1.42
|
|
1606
1603
|
*
|
|
1607
1604
|
* Removes all the controls in the association named {@link #getAccentCells accentCells}.
|
|
1608
1605
|
*
|
|
@@ -1629,7 +1626,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1629
1626
|
vContent: int | string | BlockLayoutCell
|
|
1630
1627
|
): BlockLayoutCell | null;
|
|
1631
1628
|
/**
|
|
1632
|
-
* @
|
|
1629
|
+
* @since 1.42
|
|
1633
1630
|
*
|
|
1634
1631
|
* Changes dynamically row color set Note: this might invalidate cells inside and also change color sets
|
|
1635
1632
|
* of the other BlockLayoutRow-s below it.
|
|
@@ -1656,7 +1653,6 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1656
1653
|
bScrollable?: boolean
|
|
1657
1654
|
): this;
|
|
1658
1655
|
}
|
|
1659
|
-
export default BlockLayoutRow;
|
|
1660
1656
|
|
|
1661
1657
|
export interface $BlockLayoutRowSettings extends $ControlSettings {
|
|
1662
1658
|
/**
|
|
@@ -1666,7 +1662,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1666
1662
|
scrollable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1667
1663
|
|
|
1668
1664
|
/**
|
|
1669
|
-
* @
|
|
1665
|
+
* @since 1.42
|
|
1670
1666
|
*
|
|
1671
1667
|
* Defines background type for that row. There might be several rows with the same type
|
|
1672
1668
|
*/
|
|
@@ -1685,7 +1681,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1685
1681
|
| `{${string}}`;
|
|
1686
1682
|
|
|
1687
1683
|
/**
|
|
1688
|
-
* @
|
|
1684
|
+
* @since 1.42
|
|
1689
1685
|
*
|
|
1690
1686
|
* Cells that would be accented. *Note:* This association has visual impact only for BlockLayouts with background
|
|
1691
1687
|
* types "Mixed" and "Accent".
|
|
@@ -1717,7 +1713,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1717
1713
|
} from "sap/ui/base/ManagedObject";
|
|
1718
1714
|
|
|
1719
1715
|
/**
|
|
1720
|
-
* @
|
|
1716
|
+
* @since 1.60
|
|
1721
1717
|
*
|
|
1722
1718
|
* A layout control, used to create full page layouts or user interface elements.
|
|
1723
1719
|
*
|
|
@@ -1780,7 +1776,9 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1780
1776
|
* - Alignment and ordering
|
|
1781
1777
|
* - Named grid areas and lines
|
|
1782
1778
|
*/
|
|
1783
|
-
class CSSGrid
|
|
1779
|
+
export default class CSSGrid
|
|
1780
|
+
extends Control
|
|
1781
|
+
implements cssgrid.IGridConfigurable {
|
|
1784
1782
|
__implements__sap_ui_layout_cssgrid_IGridConfigurable: boolean;
|
|
1785
1783
|
/**
|
|
1786
1784
|
* Constructor for a new CSSGrid.
|
|
@@ -1922,7 +1920,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1922
1920
|
*/
|
|
1923
1921
|
getGridColumnGap(): CSSSize;
|
|
1924
1922
|
/**
|
|
1925
|
-
* @
|
|
1923
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1926
1924
|
*
|
|
1927
1925
|
* Implements IGridConfigurable interface
|
|
1928
1926
|
*
|
|
@@ -1942,7 +1940,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1942
1940
|
*/
|
|
1943
1941
|
getGridGap(): cssgrid.CSSGridGapShortHand;
|
|
1944
1942
|
/**
|
|
1945
|
-
* @
|
|
1943
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1946
1944
|
*
|
|
1947
1945
|
* Returns the layout configuration of the `CSSGrid`.
|
|
1948
1946
|
*
|
|
@@ -2212,7 +2210,6 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2212
2210
|
sWidth?: CSSSize
|
|
2213
2211
|
): this;
|
|
2214
2212
|
}
|
|
2215
|
-
export default CSSGrid;
|
|
2216
2213
|
|
|
2217
2214
|
export interface $CSSGridSettings extends $ControlSettings {
|
|
2218
2215
|
/**
|
|
@@ -2301,11 +2298,11 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2301
2298
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2302
2299
|
|
|
2303
2300
|
/**
|
|
2304
|
-
* @
|
|
2301
|
+
* @since 1.60
|
|
2305
2302
|
*
|
|
2306
2303
|
* Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
|
|
2307
2304
|
*/
|
|
2308
|
-
class GridBasicLayout extends GridLayoutBase {
|
|
2305
|
+
export default class GridBasicLayout extends GridLayoutBase {
|
|
2309
2306
|
/**
|
|
2310
2307
|
* Constructor for a new GridBasicLayout.
|
|
2311
2308
|
*
|
|
@@ -2587,7 +2584,6 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2587
2584
|
sGridTemplateRows?: cssgrid.CSSGridTrack
|
|
2588
2585
|
): this;
|
|
2589
2586
|
}
|
|
2590
|
-
export default GridBasicLayout;
|
|
2591
2587
|
|
|
2592
2588
|
export interface $GridBasicLayoutSettings extends $GridLayoutBaseSettings {
|
|
2593
2589
|
/**
|
|
@@ -2659,11 +2655,11 @@ declare module "sap/ui/layout/cssgrid/GridBoxLayout" {
|
|
|
2659
2655
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2660
2656
|
|
|
2661
2657
|
/**
|
|
2662
|
-
* @
|
|
2658
|
+
* @since 1.60
|
|
2663
2659
|
*
|
|
2664
2660
|
* Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
|
|
2665
2661
|
*/
|
|
2666
|
-
class GridBoxLayout extends GridLayoutBase {
|
|
2662
|
+
export default class GridBoxLayout extends GridLayoutBase {
|
|
2667
2663
|
/**
|
|
2668
2664
|
* Constructor for a new GridBoxLayout.
|
|
2669
2665
|
*
|
|
@@ -2725,7 +2721,7 @@ declare module "sap/ui/layout/cssgrid/GridBoxLayout" {
|
|
|
2725
2721
|
*/
|
|
2726
2722
|
static getMetadata(): ManagedObjectMetadata;
|
|
2727
2723
|
/**
|
|
2728
|
-
* @
|
|
2724
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2729
2725
|
*
|
|
2730
2726
|
* Returns a gridTemplateColumns value based on boxWidth and boxMinWidth properties
|
|
2731
2727
|
*
|
|
@@ -2823,7 +2819,6 @@ declare module "sap/ui/layout/cssgrid/GridBoxLayout" {
|
|
|
2823
2819
|
sBoxWidth?: CSSSize
|
|
2824
2820
|
): this;
|
|
2825
2821
|
}
|
|
2826
|
-
export default GridBoxLayout;
|
|
2827
2822
|
|
|
2828
2823
|
export interface $GridBoxLayoutSettings extends $GridLayoutBaseSettings {
|
|
2829
2824
|
/**
|
|
@@ -2860,7 +2855,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
2860
2855
|
/**
|
|
2861
2856
|
* Holds layout data for a grid item.
|
|
2862
2857
|
*/
|
|
2863
|
-
class GridItemLayoutData
|
|
2858
|
+
export default class GridItemLayoutData
|
|
2864
2859
|
extends LayoutData
|
|
2865
2860
|
implements cssgrid.IGridItemLayoutData {
|
|
2866
2861
|
__implements__sap_ui_layout_cssgrid_IGridItemLayoutData: boolean;
|
|
@@ -3087,7 +3082,6 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
3087
3082
|
sGridRowStart?: cssgrid.CSSGridLine
|
|
3088
3083
|
): this;
|
|
3089
3084
|
}
|
|
3090
|
-
export default GridItemLayoutData;
|
|
3091
3085
|
|
|
3092
3086
|
export interface $GridItemLayoutDataSettings extends $LayoutDataSettings {
|
|
3093
3087
|
/**
|
|
@@ -3137,11 +3131,11 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3137
3131
|
import { cssgrid } from "sap/ui/layout/library";
|
|
3138
3132
|
|
|
3139
3133
|
/**
|
|
3140
|
-
* @
|
|
3134
|
+
* @since 1.60
|
|
3141
3135
|
*
|
|
3142
3136
|
* Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
|
|
3143
3137
|
*/
|
|
3144
|
-
class GridLayoutBase extends ManagedObject {
|
|
3138
|
+
export default class GridLayoutBase extends ManagedObject {
|
|
3145
3139
|
/**
|
|
3146
3140
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
3147
3141
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
@@ -3205,7 +3199,7 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3205
3199
|
*/
|
|
3206
3200
|
static getMetadata(): ManagedObjectMetadata;
|
|
3207
3201
|
/**
|
|
3208
|
-
* @
|
|
3202
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3209
3203
|
*
|
|
3210
3204
|
* Removes all display:grid styles from the provided HTML element
|
|
3211
3205
|
*/
|
|
@@ -3216,7 +3210,7 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3216
3210
|
oElement: HTMLElement
|
|
3217
3211
|
): void;
|
|
3218
3212
|
/**
|
|
3219
|
-
* @
|
|
3213
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3220
3214
|
*
|
|
3221
3215
|
* Sets all display:grid styles to the provided HTML element
|
|
3222
3216
|
*/
|
|
@@ -3249,7 +3243,7 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3249
3243
|
*/
|
|
3250
3244
|
isResponsive(): boolean;
|
|
3251
3245
|
/**
|
|
3252
|
-
* @
|
|
3246
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3253
3247
|
*
|
|
3254
3248
|
* Hook function for the Grid's onAfterRendering
|
|
3255
3249
|
*/
|
|
@@ -3260,7 +3254,7 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3260
3254
|
oGrid: cssgrid.IGridConfigurable
|
|
3261
3255
|
): void;
|
|
3262
3256
|
/**
|
|
3263
|
-
* @
|
|
3257
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3264
3258
|
*
|
|
3265
3259
|
* Hook function for the Grid's resize. Will be called if the grid layout is responsive.
|
|
3266
3260
|
*/
|
|
@@ -3271,7 +3265,6 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3271
3265
|
oEvent: jQuery.Event
|
|
3272
3266
|
): void;
|
|
3273
3267
|
}
|
|
3274
|
-
export default GridLayoutBase;
|
|
3275
3268
|
|
|
3276
3269
|
export interface $GridLayoutBaseSettings extends $ManagedObjectSettings {}
|
|
3277
3270
|
}
|
|
@@ -3283,10 +3276,9 @@ declare module "sap/ui/layout/cssgrid/GridLayoutDelegate" {
|
|
|
3283
3276
|
* Add handlers for a sap.ui.layout.cssgrid.IGridConfigurable control lifecycle events. Applies the grid
|
|
3284
3277
|
* layout when necessary. Calls sap.ui.layout.cssgrid.GridLayoutBase hook functions.
|
|
3285
3278
|
*/
|
|
3286
|
-
class GridLayoutDelegate extends BaseObject {
|
|
3279
|
+
export default class GridLayoutDelegate extends BaseObject {
|
|
3287
3280
|
constructor();
|
|
3288
3281
|
}
|
|
3289
|
-
export default GridLayoutDelegate;
|
|
3290
3282
|
}
|
|
3291
3283
|
|
|
3292
3284
|
declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
@@ -3295,21 +3287,21 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3295
3287
|
$GridLayoutBaseSettings,
|
|
3296
3288
|
} from "sap/ui/layout/cssgrid/GridLayoutBase";
|
|
3297
3289
|
|
|
3298
|
-
import Event from "sap/ui/base/Event";
|
|
3299
|
-
|
|
3300
3290
|
import GridSettings from "sap/ui/layout/cssgrid/GridSettings";
|
|
3301
3291
|
|
|
3302
3292
|
import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
|
|
3303
3293
|
|
|
3304
3294
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3305
3295
|
|
|
3296
|
+
import Event from "sap/ui/base/Event";
|
|
3297
|
+
|
|
3306
3298
|
/**
|
|
3307
|
-
* @
|
|
3299
|
+
* @since 1.60
|
|
3308
3300
|
*
|
|
3309
3301
|
* Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control. Have to possibility
|
|
3310
3302
|
* to hold multiple sap.ui.layout.cssgrid.GridSettings and apply the currently active GridSettings.
|
|
3311
3303
|
*/
|
|
3312
|
-
class GridResponsiveLayout extends GridLayoutBase {
|
|
3304
|
+
export default class GridResponsiveLayout extends GridLayoutBase {
|
|
3313
3305
|
/**
|
|
3314
3306
|
* Constructor for a new GridResponsiveLayout.
|
|
3315
3307
|
*
|
|
@@ -3389,9 +3381,7 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3389
3381
|
/**
|
|
3390
3382
|
* The function to be called when the event occurs
|
|
3391
3383
|
*/
|
|
3392
|
-
fnFunction: (
|
|
3393
|
-
p1: Event<$GridResponsiveLayoutLayoutChangeEventParameters>
|
|
3394
|
-
) => void,
|
|
3384
|
+
fnFunction: (p1: GridResponsiveLayout$LayoutChangeEvent) => void,
|
|
3395
3385
|
/**
|
|
3396
3386
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.GridResponsiveLayout`
|
|
3397
3387
|
* itself
|
|
@@ -3412,9 +3402,7 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3412
3402
|
/**
|
|
3413
3403
|
* The function to be called when the event occurs
|
|
3414
3404
|
*/
|
|
3415
|
-
fnFunction: (
|
|
3416
|
-
p1: Event<$GridResponsiveLayoutLayoutChangeEventParameters>
|
|
3417
|
-
) => void,
|
|
3405
|
+
fnFunction: (p1: GridResponsiveLayout$LayoutChangeEvent) => void,
|
|
3418
3406
|
/**
|
|
3419
3407
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.GridResponsiveLayout`
|
|
3420
3408
|
* itself
|
|
@@ -3462,16 +3450,14 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3462
3450
|
/**
|
|
3463
3451
|
* The function to be called, when the event occurs
|
|
3464
3452
|
*/
|
|
3465
|
-
fnFunction: (
|
|
3466
|
-
p1: Event<$GridResponsiveLayoutLayoutChangeEventParameters>
|
|
3467
|
-
) => void,
|
|
3453
|
+
fnFunction: (p1: GridResponsiveLayout$LayoutChangeEvent) => void,
|
|
3468
3454
|
/**
|
|
3469
3455
|
* Context object on which the given function had to be called
|
|
3470
3456
|
*/
|
|
3471
3457
|
oListener?: object
|
|
3472
3458
|
): this;
|
|
3473
3459
|
/**
|
|
3474
|
-
* @
|
|
3460
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3475
3461
|
*
|
|
3476
3462
|
* Fires event {@link #event:layoutChange layoutChange} to attached listeners.
|
|
3477
3463
|
*
|
|
@@ -3481,7 +3467,7 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3481
3467
|
/**
|
|
3482
3468
|
* Parameters to pass along with the event
|
|
3483
3469
|
*/
|
|
3484
|
-
mParameters?: $
|
|
3470
|
+
mParameters?: GridResponsiveLayout$LayoutChangeEventParameters
|
|
3485
3471
|
): this;
|
|
3486
3472
|
/**
|
|
3487
3473
|
* Gets current value of property {@link #getContainerQuery containerQuery}.
|
|
@@ -3598,7 +3584,6 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3598
3584
|
oLayoutXL: GridSettings
|
|
3599
3585
|
): this;
|
|
3600
3586
|
}
|
|
3601
|
-
export default GridResponsiveLayout;
|
|
3602
3587
|
|
|
3603
3588
|
export interface $GridResponsiveLayoutSettings
|
|
3604
3589
|
extends $GridLayoutBaseSettings {
|
|
@@ -3636,17 +3621,17 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3636
3621
|
/**
|
|
3637
3622
|
* Fired when the currently active GridSettings changes
|
|
3638
3623
|
*/
|
|
3639
|
-
layoutChange?: (
|
|
3640
|
-
oEvent: Event<$GridResponsiveLayoutLayoutChangeEventParameters>
|
|
3641
|
-
) => void;
|
|
3624
|
+
layoutChange?: (oEvent: GridResponsiveLayout$LayoutChangeEvent) => void;
|
|
3642
3625
|
}
|
|
3643
3626
|
|
|
3644
|
-
export interface $
|
|
3627
|
+
export interface GridResponsiveLayout$LayoutChangeEventParameters {
|
|
3645
3628
|
/**
|
|
3646
3629
|
* The name of the newly active layout aggregation
|
|
3647
3630
|
*/
|
|
3648
3631
|
layout?: string;
|
|
3649
3632
|
}
|
|
3633
|
+
|
|
3634
|
+
export type GridResponsiveLayout$LayoutChangeEvent = Event<GridResponsiveLayout$LayoutChangeEventParameters>;
|
|
3650
3635
|
}
|
|
3651
3636
|
|
|
3652
3637
|
declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
@@ -3663,11 +3648,11 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3663
3648
|
import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
|
|
3664
3649
|
|
|
3665
3650
|
/**
|
|
3666
|
-
* @
|
|
3651
|
+
* @since 1.60
|
|
3667
3652
|
*
|
|
3668
3653
|
* Holds a set of CSS display:grid properties
|
|
3669
3654
|
*/
|
|
3670
|
-
class GridSettings extends ManagedObject {
|
|
3655
|
+
export default class GridSettings extends ManagedObject {
|
|
3671
3656
|
/**
|
|
3672
3657
|
* Constructor for a new GridSettings.
|
|
3673
3658
|
*
|
|
@@ -3949,7 +3934,6 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3949
3934
|
sGridTemplateRows?: cssgrid.CSSGridTrack
|
|
3950
3935
|
): this;
|
|
3951
3936
|
}
|
|
3952
|
-
export default GridSettings;
|
|
3953
3937
|
|
|
3954
3938
|
export interface $GridSettingsSettings extends $ManagedObjectSettings {
|
|
3955
3939
|
/**
|
|
@@ -4019,11 +4003,11 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnItemLayoutData" {
|
|
|
4019
4003
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
4020
4004
|
|
|
4021
4005
|
/**
|
|
4022
|
-
* @
|
|
4006
|
+
* @since 1.72
|
|
4023
4007
|
*
|
|
4024
4008
|
* Holds layout data for an item inside a responsive column layout.
|
|
4025
4009
|
*/
|
|
4026
|
-
class ResponsiveColumnItemLayoutData
|
|
4010
|
+
export default class ResponsiveColumnItemLayoutData
|
|
4027
4011
|
extends LayoutData
|
|
4028
4012
|
implements cssgrid.IGridItemLayoutData {
|
|
4029
4013
|
__implements__sap_ui_layout_cssgrid_IGridItemLayoutData: boolean;
|
|
@@ -4142,7 +4126,6 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnItemLayoutData" {
|
|
|
4142
4126
|
iRows?: int
|
|
4143
4127
|
): this;
|
|
4144
4128
|
}
|
|
4145
|
-
export default ResponsiveColumnItemLayoutData;
|
|
4146
4129
|
|
|
4147
4130
|
export interface $ResponsiveColumnItemLayoutDataSettings
|
|
4148
4131
|
extends $LayoutDataSettings {
|
|
@@ -4164,12 +4147,12 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4164
4147
|
$GridLayoutBaseSettings,
|
|
4165
4148
|
} from "sap/ui/layout/cssgrid/GridLayoutBase";
|
|
4166
4149
|
|
|
4167
|
-
import Event from "sap/ui/base/Event";
|
|
4168
|
-
|
|
4169
4150
|
import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
|
|
4170
4151
|
|
|
4152
|
+
import Event from "sap/ui/base/Event";
|
|
4153
|
+
|
|
4171
4154
|
/**
|
|
4172
|
-
* @
|
|
4155
|
+
* @since 1.72
|
|
4173
4156
|
*
|
|
4174
4157
|
* Represents a layout which displays variable number of columns, depending on available screen size. With
|
|
4175
4158
|
* that it achieves flexible layouts and line breaks for large, medium, and small-sized screens, such as
|
|
@@ -4177,7 +4160,7 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4177
4160
|
*
|
|
4178
4161
|
* Grid row's height is dynamically determined by the height of the highest grid element on this row.
|
|
4179
4162
|
*/
|
|
4180
|
-
class ResponsiveColumnLayout extends GridLayoutBase {
|
|
4163
|
+
export default class ResponsiveColumnLayout extends GridLayoutBase {
|
|
4181
4164
|
/**
|
|
4182
4165
|
* Constructor for a new `ResponsiveColumnLayout`.
|
|
4183
4166
|
*
|
|
@@ -4257,9 +4240,7 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4257
4240
|
/**
|
|
4258
4241
|
* The function to be called when the event occurs
|
|
4259
4242
|
*/
|
|
4260
|
-
fnFunction: (
|
|
4261
|
-
p1: Event<$ResponsiveColumnLayoutLayoutChangeEventParameters>
|
|
4262
|
-
) => void,
|
|
4243
|
+
fnFunction: (p1: ResponsiveColumnLayout$LayoutChangeEvent) => void,
|
|
4263
4244
|
/**
|
|
4264
4245
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.ResponsiveColumnLayout`
|
|
4265
4246
|
* itself
|
|
@@ -4280,9 +4261,7 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4280
4261
|
/**
|
|
4281
4262
|
* The function to be called when the event occurs
|
|
4282
4263
|
*/
|
|
4283
|
-
fnFunction: (
|
|
4284
|
-
p1: Event<$ResponsiveColumnLayoutLayoutChangeEventParameters>
|
|
4285
|
-
) => void,
|
|
4264
|
+
fnFunction: (p1: ResponsiveColumnLayout$LayoutChangeEvent) => void,
|
|
4286
4265
|
/**
|
|
4287
4266
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.ResponsiveColumnLayout`
|
|
4288
4267
|
* itself
|
|
@@ -4300,16 +4279,14 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4300
4279
|
/**
|
|
4301
4280
|
* The function to be called, when the event occurs
|
|
4302
4281
|
*/
|
|
4303
|
-
fnFunction: (
|
|
4304
|
-
p1: Event<$ResponsiveColumnLayoutLayoutChangeEventParameters>
|
|
4305
|
-
) => void,
|
|
4282
|
+
fnFunction: (p1: ResponsiveColumnLayout$LayoutChangeEvent) => void,
|
|
4306
4283
|
/**
|
|
4307
4284
|
* Context object on which the given function had to be called
|
|
4308
4285
|
*/
|
|
4309
4286
|
oListener?: object
|
|
4310
4287
|
): this;
|
|
4311
4288
|
/**
|
|
4312
|
-
* @
|
|
4289
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4313
4290
|
*
|
|
4314
4291
|
* Fires event {@link #event:layoutChange layoutChange} to attached listeners.
|
|
4315
4292
|
*
|
|
@@ -4319,7 +4296,7 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4319
4296
|
/**
|
|
4320
4297
|
* Parameters to pass along with the event
|
|
4321
4298
|
*/
|
|
4322
|
-
mParameters?: $
|
|
4299
|
+
mParameters?: ResponsiveColumnLayout$LayoutChangeEventParameters
|
|
4323
4300
|
): this;
|
|
4324
4301
|
/**
|
|
4325
4302
|
* Returns if the Grid Layout is responsive.
|
|
@@ -4328,31 +4305,28 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4328
4305
|
*/
|
|
4329
4306
|
isResponsive(): boolean;
|
|
4330
4307
|
}
|
|
4331
|
-
export default ResponsiveColumnLayout;
|
|
4332
4308
|
|
|
4333
4309
|
export interface $ResponsiveColumnLayoutSettings
|
|
4334
4310
|
extends $GridLayoutBaseSettings {
|
|
4335
4311
|
/**
|
|
4336
4312
|
* Fired when the currently active layout changes
|
|
4337
4313
|
*/
|
|
4338
|
-
layoutChange?: (
|
|
4339
|
-
oEvent: Event<$ResponsiveColumnLayoutLayoutChangeEventParameters>
|
|
4340
|
-
) => void;
|
|
4314
|
+
layoutChange?: (oEvent: ResponsiveColumnLayout$LayoutChangeEvent) => void;
|
|
4341
4315
|
}
|
|
4342
4316
|
|
|
4343
|
-
export interface $
|
|
4317
|
+
export interface ResponsiveColumnLayout$LayoutChangeEventParameters {
|
|
4344
4318
|
/**
|
|
4345
4319
|
* The name of the newly active layout - "S", "M", "ML", "L", "XL", "XXL" or "XXXL".
|
|
4346
4320
|
*/
|
|
4347
4321
|
layout?: string;
|
|
4348
4322
|
}
|
|
4323
|
+
|
|
4324
|
+
export type ResponsiveColumnLayout$LayoutChangeEvent = Event<ResponsiveColumnLayout$LayoutChangeEventParameters>;
|
|
4349
4325
|
}
|
|
4350
4326
|
|
|
4351
4327
|
declare module "sap/ui/layout/DynamicSideContent" {
|
|
4352
4328
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
4353
4329
|
|
|
4354
|
-
import Event from "sap/ui/base/Event";
|
|
4355
|
-
|
|
4356
4330
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
4357
4331
|
|
|
4358
4332
|
import ScrollEnablement from "sap/ui/core/delegate/ScrollEnablement";
|
|
@@ -4368,8 +4342,10 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4368
4342
|
AggregationBindingInfo,
|
|
4369
4343
|
} from "sap/ui/base/ManagedObject";
|
|
4370
4344
|
|
|
4345
|
+
import Event from "sap/ui/base/Event";
|
|
4346
|
+
|
|
4371
4347
|
/**
|
|
4372
|
-
* @
|
|
4348
|
+
* @since 1.30
|
|
4373
4349
|
*
|
|
4374
4350
|
* Layout control that allows additional (side) content to be displayed dynamically.
|
|
4375
4351
|
*
|
|
@@ -4428,7 +4404,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4428
4404
|
* the sticky elements of the control from becoming fixed at the top of the viewport. This applies for example
|
|
4429
4405
|
* to {@link sap.m.Table} and {@link sap.m.PlanningCalendar}.
|
|
4430
4406
|
*/
|
|
4431
|
-
class DynamicSideContent extends Control {
|
|
4407
|
+
export default class DynamicSideContent extends Control {
|
|
4432
4408
|
/**
|
|
4433
4409
|
* Constructor for a new `DynamicSideContent`.
|
|
4434
4410
|
*
|
|
@@ -4516,7 +4492,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4516
4492
|
oControl: Control
|
|
4517
4493
|
): this;
|
|
4518
4494
|
/**
|
|
4519
|
-
* @
|
|
4495
|
+
* @since 1.32
|
|
4520
4496
|
*
|
|
4521
4497
|
* Attaches event handler `fnFunction` to the {@link #event:breakpointChanged breakpointChanged} event of
|
|
4522
4498
|
* this `sap.ui.layout.DynamicSideContent`.
|
|
@@ -4537,16 +4513,14 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4537
4513
|
/**
|
|
4538
4514
|
* The function to be called when the event occurs
|
|
4539
4515
|
*/
|
|
4540
|
-
fnFunction: (
|
|
4541
|
-
p1: Event<$DynamicSideContentBreakpointChangedEventParameters>
|
|
4542
|
-
) => void,
|
|
4516
|
+
fnFunction: (p1: DynamicSideContent$BreakpointChangedEvent) => void,
|
|
4543
4517
|
/**
|
|
4544
4518
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.DynamicSideContent` itself
|
|
4545
4519
|
*/
|
|
4546
4520
|
oListener?: object
|
|
4547
4521
|
): this;
|
|
4548
4522
|
/**
|
|
4549
|
-
* @
|
|
4523
|
+
* @since 1.32
|
|
4550
4524
|
*
|
|
4551
4525
|
* Attaches event handler `fnFunction` to the {@link #event:breakpointChanged breakpointChanged} event of
|
|
4552
4526
|
* this `sap.ui.layout.DynamicSideContent`.
|
|
@@ -4562,9 +4536,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4562
4536
|
/**
|
|
4563
4537
|
* The function to be called when the event occurs
|
|
4564
4538
|
*/
|
|
4565
|
-
fnFunction: (
|
|
4566
|
-
p1: Event<$DynamicSideContentBreakpointChangedEventParameters>
|
|
4567
|
-
) => void,
|
|
4539
|
+
fnFunction: (p1: DynamicSideContent$BreakpointChangedEvent) => void,
|
|
4568
4540
|
/**
|
|
4569
4541
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.DynamicSideContent` itself
|
|
4570
4542
|
*/
|
|
@@ -4583,7 +4555,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4583
4555
|
*/
|
|
4584
4556
|
destroySideContent(): this;
|
|
4585
4557
|
/**
|
|
4586
|
-
* @
|
|
4558
|
+
* @since 1.32
|
|
4587
4559
|
*
|
|
4588
4560
|
* Detaches event handler `fnFunction` from the {@link #event:breakpointChanged breakpointChanged} event
|
|
4589
4561
|
* of this `sap.ui.layout.DynamicSideContent`.
|
|
@@ -4596,17 +4568,15 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4596
4568
|
/**
|
|
4597
4569
|
* The function to be called, when the event occurs
|
|
4598
4570
|
*/
|
|
4599
|
-
fnFunction: (
|
|
4600
|
-
p1: Event<$DynamicSideContentBreakpointChangedEventParameters>
|
|
4601
|
-
) => void,
|
|
4571
|
+
fnFunction: (p1: DynamicSideContent$BreakpointChangedEvent) => void,
|
|
4602
4572
|
/**
|
|
4603
4573
|
* Context object on which the given function had to be called
|
|
4604
4574
|
*/
|
|
4605
4575
|
oListener?: object
|
|
4606
4576
|
): this;
|
|
4607
4577
|
/**
|
|
4608
|
-
* @
|
|
4609
|
-
* @
|
|
4578
|
+
* @since 1.32
|
|
4579
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4610
4580
|
*
|
|
4611
4581
|
* Fires event {@link #event:breakpointChanged breakpointChanged} to attached listeners.
|
|
4612
4582
|
*
|
|
@@ -4616,7 +4586,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4616
4586
|
/**
|
|
4617
4587
|
* Parameters to pass along with the event
|
|
4618
4588
|
*/
|
|
4619
|
-
mParameters?: $
|
|
4589
|
+
mParameters?: DynamicSideContent$BreakpointChangedEventParameters
|
|
4620
4590
|
): this;
|
|
4621
4591
|
/**
|
|
4622
4592
|
* Gets current value of property {@link #getContainerQuery containerQuery}.
|
|
@@ -4657,7 +4627,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4657
4627
|
*/
|
|
4658
4628
|
getMainContent(): Control[];
|
|
4659
4629
|
/**
|
|
4660
|
-
* @
|
|
4630
|
+
* @since 1.78
|
|
4661
4631
|
*
|
|
4662
4632
|
* Returns a scroll helper object used to handle scrolling.
|
|
4663
4633
|
*
|
|
@@ -4711,7 +4681,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4711
4681
|
| SideContentFallDown
|
|
4712
4682
|
| keyof typeof SideContentFallDown;
|
|
4713
4683
|
/**
|
|
4714
|
-
* @
|
|
4684
|
+
* @since 1.36
|
|
4715
4685
|
*
|
|
4716
4686
|
* Gets current value of property {@link #getSideContentPosition sideContentPosition}.
|
|
4717
4687
|
*
|
|
@@ -4923,7 +4893,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4923
4893
|
| keyof typeof SideContentFallDown
|
|
4924
4894
|
): this;
|
|
4925
4895
|
/**
|
|
4926
|
-
* @
|
|
4896
|
+
* @since 1.36
|
|
4927
4897
|
*
|
|
4928
4898
|
* Sets a new value for property {@link #getSideContentPosition sideContentPosition}.
|
|
4929
4899
|
*
|
|
@@ -4967,7 +4937,6 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4967
4937
|
*/
|
|
4968
4938
|
toggle(): this;
|
|
4969
4939
|
}
|
|
4970
|
-
export default DynamicSideContent;
|
|
4971
4940
|
|
|
4972
4941
|
export interface $DynamicSideContentSettings extends $ControlSettings {
|
|
4973
4942
|
/**
|
|
@@ -5013,7 +4982,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
5013
4982
|
containerQuery?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
5014
4983
|
|
|
5015
4984
|
/**
|
|
5016
|
-
* @
|
|
4985
|
+
* @since 1.36
|
|
5017
4986
|
*
|
|
5018
4987
|
* Determines whether the side content is on the left or on the right side of the main content.
|
|
5019
4988
|
*/
|
|
@@ -5033,18 +5002,20 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
5033
5002
|
sideContent?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
5034
5003
|
|
|
5035
5004
|
/**
|
|
5036
|
-
* @
|
|
5005
|
+
* @since 1.32
|
|
5037
5006
|
*
|
|
5038
5007
|
* Fires when the current breakpoint has been changed.
|
|
5039
5008
|
*/
|
|
5040
5009
|
breakpointChanged?: (
|
|
5041
|
-
oEvent:
|
|
5010
|
+
oEvent: DynamicSideContent$BreakpointChangedEvent
|
|
5042
5011
|
) => void;
|
|
5043
5012
|
}
|
|
5044
5013
|
|
|
5045
|
-
export interface $
|
|
5014
|
+
export interface DynamicSideContent$BreakpointChangedEventParameters {
|
|
5046
5015
|
currentBreakpoint?: string;
|
|
5047
5016
|
}
|
|
5017
|
+
|
|
5018
|
+
export type DynamicSideContent$BreakpointChangedEvent = Event<DynamicSideContent$BreakpointChangedEventParameters>;
|
|
5048
5019
|
}
|
|
5049
5020
|
|
|
5050
5021
|
declare module "sap/ui/layout/FixFlex" {
|
|
@@ -5060,7 +5031,7 @@ declare module "sap/ui/layout/FixFlex" {
|
|
|
5060
5031
|
} from "sap/ui/base/ManagedObject";
|
|
5061
5032
|
|
|
5062
5033
|
/**
|
|
5063
|
-
* @
|
|
5034
|
+
* @since 1.25.0
|
|
5064
5035
|
*
|
|
5065
5036
|
* A layout container with a fixed and a flexible part. Overview: The FixFlex control builds the container
|
|
5066
5037
|
* for a layout with a fixed and a flexible part. The flexible container adapts its size to the fix container.
|
|
@@ -5082,7 +5053,7 @@ declare module "sap/ui/layout/FixFlex" {
|
|
|
5082
5053
|
* - If minFlexSize is set, then a scrollbar is shown in the flexible part, depending on the `vertical`
|
|
5083
5054
|
* property.
|
|
5084
5055
|
*/
|
|
5085
|
-
class FixFlex extends Control {
|
|
5056
|
+
export default class FixFlex extends Control {
|
|
5086
5057
|
/**
|
|
5087
5058
|
* Constructor for a new FixFlex.
|
|
5088
5059
|
*
|
|
@@ -5202,7 +5173,7 @@ declare module "sap/ui/layout/FixFlex" {
|
|
|
5202
5173
|
*/
|
|
5203
5174
|
getFlexContent(): Control;
|
|
5204
5175
|
/**
|
|
5205
|
-
* @
|
|
5176
|
+
* @since 1.29
|
|
5206
5177
|
*
|
|
5207
5178
|
* Gets current value of property {@link #getMinFlexSize minFlexSize}.
|
|
5208
5179
|
*
|
|
@@ -5324,7 +5295,7 @@ declare module "sap/ui/layout/FixFlex" {
|
|
|
5324
5295
|
oFlexContent: Control
|
|
5325
5296
|
): this;
|
|
5326
5297
|
/**
|
|
5327
|
-
* @
|
|
5298
|
+
* @since 1.29
|
|
5328
5299
|
*
|
|
5329
5300
|
* Sets a new value for property {@link #getMinFlexSize minFlexSize}.
|
|
5330
5301
|
*
|
|
@@ -5364,7 +5335,6 @@ declare module "sap/ui/layout/FixFlex" {
|
|
|
5364
5335
|
bVertical?: boolean
|
|
5365
5336
|
): this;
|
|
5366
5337
|
}
|
|
5367
|
-
export default FixFlex;
|
|
5368
5338
|
|
|
5369
5339
|
export interface $FixFlexSettings extends $ControlSettings {
|
|
5370
5340
|
/**
|
|
@@ -5387,7 +5357,7 @@ declare module "sap/ui/layout/FixFlex" {
|
|
|
5387
5357
|
fixContentSize?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
5388
5358
|
|
|
5389
5359
|
/**
|
|
5390
|
-
* @
|
|
5360
|
+
* @since 1.29
|
|
5391
5361
|
*
|
|
5392
5362
|
* Enables scrolling inside the flexible part. The given size is calculated in "px". If the child control
|
|
5393
5363
|
* in the flexible part is larger than the available flexible size on the screen and if the available size
|
|
@@ -5421,14 +5391,14 @@ declare module "sap/ui/layout/form/ColumnContainerData" {
|
|
|
5421
5391
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
5422
5392
|
|
|
5423
5393
|
/**
|
|
5424
|
-
* @
|
|
5394
|
+
* @since 1.56.0
|
|
5425
5395
|
*
|
|
5426
5396
|
* The `ColumnLayout`-specific layout data for the `FormContainer` element.
|
|
5427
5397
|
*
|
|
5428
5398
|
* Depending on its size, the `Form` control is divided into 1, 2, 3 or 4 columns by the `ColumnLayout`
|
|
5429
5399
|
* control. Using `ColumnContainerData`, the size of the `FormContainer` element can be influenced.
|
|
5430
5400
|
*/
|
|
5431
|
-
class ColumnContainerData extends LayoutData {
|
|
5401
|
+
export default class ColumnContainerData extends LayoutData {
|
|
5432
5402
|
/**
|
|
5433
5403
|
* Constructor for a new sap.ui.layout.form.ColumnContainerData.
|
|
5434
5404
|
*
|
|
@@ -5579,7 +5549,6 @@ declare module "sap/ui/layout/form/ColumnContainerData" {
|
|
|
5579
5549
|
sColumnsXL?: form.ColumnsXL
|
|
5580
5550
|
): this;
|
|
5581
5551
|
}
|
|
5582
|
-
export default ColumnContainerData;
|
|
5583
5552
|
|
|
5584
5553
|
export interface $ColumnContainerDataSettings extends $LayoutDataSettings {
|
|
5585
5554
|
/**
|
|
@@ -5616,14 +5585,14 @@ declare module "sap/ui/layout/form/ColumnElementData" {
|
|
|
5616
5585
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
5617
5586
|
|
|
5618
5587
|
/**
|
|
5619
|
-
* @
|
|
5588
|
+
* @since 1.56.0
|
|
5620
5589
|
*
|
|
5621
5590
|
* The `ColumnLayout`-specific layout data for the `FormElement` content fields.
|
|
5622
5591
|
*
|
|
5623
5592
|
* One `FormElement` element contains 12 cells and has two sizes, small and large. Using `ColumnElementData`,
|
|
5624
5593
|
* the default calculation of the cells used for a field or label can be overwritten.
|
|
5625
5594
|
*/
|
|
5626
|
-
class ColumnElementData extends LayoutData {
|
|
5595
|
+
export default class ColumnElementData extends LayoutData {
|
|
5627
5596
|
/**
|
|
5628
5597
|
* Constructor for a new sap.ui.layout.form.ColumnElementData.
|
|
5629
5598
|
*
|
|
@@ -5751,7 +5720,6 @@ declare module "sap/ui/layout/form/ColumnElementData" {
|
|
|
5751
5720
|
sCellsSmall?: form.ColumnCells
|
|
5752
5721
|
): this;
|
|
5753
5722
|
}
|
|
5754
|
-
export default ColumnElementData;
|
|
5755
5723
|
|
|
5756
5724
|
export interface $ColumnElementDataSettings extends $LayoutDataSettings {
|
|
5757
5725
|
/**
|
|
@@ -5785,7 +5753,7 @@ declare module "sap/ui/layout/form/ColumnLayout" {
|
|
|
5785
5753
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
5786
5754
|
|
|
5787
5755
|
/**
|
|
5788
|
-
* @
|
|
5756
|
+
* @since 1.56.0
|
|
5789
5757
|
*
|
|
5790
5758
|
* The `ColumnLayout` control renders a `Form` control in a column-based responsive way. Depending on its
|
|
5791
5759
|
* size, the `Form` control is divided into one or more columns. (XL - max. 4 columns, L - max. 3 columns,
|
|
@@ -5820,7 +5788,7 @@ declare module "sap/ui/layout/form/ColumnLayout" {
|
|
|
5820
5788
|
* **Note:** This control cannot be used stand-alone, it just renders a `Form` control, so it must be assigned
|
|
5821
5789
|
* to a `Form` control using the `layout` aggregation.
|
|
5822
5790
|
*/
|
|
5823
|
-
class ColumnLayout extends FormLayout {
|
|
5791
|
+
export default class ColumnLayout extends FormLayout {
|
|
5824
5792
|
/**
|
|
5825
5793
|
* Constructor for a new `sap.ui.layout.form.ColumnLayout`.
|
|
5826
5794
|
*
|
|
@@ -6027,7 +5995,6 @@ declare module "sap/ui/layout/form/ColumnLayout" {
|
|
|
6027
5995
|
sLabelCellsLarge?: form.ColumnCells
|
|
6028
5996
|
): this;
|
|
6029
5997
|
}
|
|
6030
|
-
export default ColumnLayout;
|
|
6031
5998
|
|
|
6032
5999
|
export interface $ColumnLayoutSettings extends $FormLayoutSettings {
|
|
6033
6000
|
/**
|
|
@@ -6081,7 +6048,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6081
6048
|
} from "sap/ui/base/ManagedObject";
|
|
6082
6049
|
|
|
6083
6050
|
/**
|
|
6084
|
-
* @
|
|
6051
|
+
* @since 1.16.0
|
|
6085
6052
|
*
|
|
6086
6053
|
* A `Form` control arranges labels and fields (like input fields) into groups and rows. There are different
|
|
6087
6054
|
* ways to visualize forms for different screen sizes.
|
|
@@ -6104,7 +6071,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6104
6071
|
* `false`. If the `editable` property is set incorrectly, there will be visual issues like wrong label
|
|
6105
6072
|
* alignment or wrong spacing between the controls.
|
|
6106
6073
|
*/
|
|
6107
|
-
class Form extends Control {
|
|
6074
|
+
export default class Form extends Control {
|
|
6108
6075
|
/**
|
|
6109
6076
|
* Constructor for a new sap.ui.layout.form.Form.
|
|
6110
6077
|
*
|
|
@@ -6166,7 +6133,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6166
6133
|
*/
|
|
6167
6134
|
static getMetadata(): ElementMetadata;
|
|
6168
6135
|
/**
|
|
6169
|
-
* @
|
|
6136
|
+
* @since 1.28.0
|
|
6170
6137
|
*
|
|
6171
6138
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6172
6139
|
*
|
|
@@ -6208,7 +6175,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6208
6175
|
*/
|
|
6209
6176
|
destroyTitle(): this;
|
|
6210
6177
|
/**
|
|
6211
|
-
* @
|
|
6178
|
+
* @since 1.36.0
|
|
6212
6179
|
*
|
|
6213
6180
|
* Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
|
|
6214
6181
|
*
|
|
@@ -6216,13 +6183,13 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6216
6183
|
*/
|
|
6217
6184
|
destroyToolbar(): this;
|
|
6218
6185
|
/**
|
|
6219
|
-
* @
|
|
6186
|
+
* @since 1.28.0
|
|
6220
6187
|
*
|
|
6221
6188
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6222
6189
|
*/
|
|
6223
6190
|
getAriaLabelledBy(): ID[];
|
|
6224
6191
|
/**
|
|
6225
|
-
* @
|
|
6192
|
+
* @since 1.20.0
|
|
6226
6193
|
*
|
|
6227
6194
|
* Gets current value of property {@link #getEditable editable}.
|
|
6228
6195
|
*
|
|
@@ -6272,7 +6239,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6272
6239
|
*/
|
|
6273
6240
|
getTitle(): Title | string;
|
|
6274
6241
|
/**
|
|
6275
|
-
* @
|
|
6242
|
+
* @since 1.36.0
|
|
6276
6243
|
*
|
|
6277
6244
|
* Gets content of aggregation {@link #getToolbar toolbar}.
|
|
6278
6245
|
*
|
|
@@ -6321,7 +6288,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6321
6288
|
iIndex: int
|
|
6322
6289
|
): this;
|
|
6323
6290
|
/**
|
|
6324
|
-
* @
|
|
6291
|
+
* @since 1.28.0
|
|
6325
6292
|
*
|
|
6326
6293
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6327
6294
|
*
|
|
@@ -6337,7 +6304,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6337
6304
|
*/
|
|
6338
6305
|
removeAllFormContainers(): FormContainer[];
|
|
6339
6306
|
/**
|
|
6340
|
-
* @
|
|
6307
|
+
* @since 1.28.0
|
|
6341
6308
|
*
|
|
6342
6309
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6343
6310
|
*
|
|
@@ -6361,7 +6328,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6361
6328
|
vFormContainer: int | string | FormContainer
|
|
6362
6329
|
): FormContainer | null;
|
|
6363
6330
|
/**
|
|
6364
|
-
* @
|
|
6331
|
+
* @since 1.20.0
|
|
6365
6332
|
*
|
|
6366
6333
|
* Sets a new value for property {@link #getEditable editable}.
|
|
6367
6334
|
*
|
|
@@ -6413,7 +6380,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6413
6380
|
vTitle: Title | string
|
|
6414
6381
|
): this;
|
|
6415
6382
|
/**
|
|
6416
|
-
* @
|
|
6383
|
+
* @since 1.36.0
|
|
6417
6384
|
*
|
|
6418
6385
|
* Sets the aggregated {@link #getToolbar toolbar}.
|
|
6419
6386
|
*
|
|
@@ -6441,7 +6408,6 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6441
6408
|
sWidth?: CSSSize
|
|
6442
6409
|
): this;
|
|
6443
6410
|
}
|
|
6444
|
-
export default Form;
|
|
6445
6411
|
|
|
6446
6412
|
export interface $FormSettings extends $ControlSettings {
|
|
6447
6413
|
/**
|
|
@@ -6450,7 +6416,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6450
6416
|
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
6451
6417
|
|
|
6452
6418
|
/**
|
|
6453
|
-
* @
|
|
6419
|
+
* @since 1.20.0
|
|
6454
6420
|
*
|
|
6455
6421
|
* Applies a device-specific and theme-specific line height and label alignment to the form rows if the
|
|
6456
6422
|
* form has editable content. If set, all (not only the editable) rows of the form will get the line height
|
|
@@ -6490,7 +6456,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6490
6456
|
title?: string | Title | PropertyBindingInfo;
|
|
6491
6457
|
|
|
6492
6458
|
/**
|
|
6493
|
-
* @
|
|
6459
|
+
* @since 1.36.0
|
|
6494
6460
|
*
|
|
6495
6461
|
* Toolbar of the `Form`.
|
|
6496
6462
|
*
|
|
@@ -6507,7 +6473,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6507
6473
|
layout?: FormLayout;
|
|
6508
6474
|
|
|
6509
6475
|
/**
|
|
6510
|
-
* @
|
|
6476
|
+
* @since 1.28.0
|
|
6511
6477
|
*
|
|
6512
6478
|
* Association to controls / IDs that label this control (see WAI-ARIA attribute `aria-labelledby`).
|
|
6513
6479
|
*/
|
|
@@ -6534,12 +6500,12 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6534
6500
|
} from "sap/ui/base/ManagedObject";
|
|
6535
6501
|
|
|
6536
6502
|
/**
|
|
6537
|
-
* @
|
|
6503
|
+
* @since 1.16.0
|
|
6538
6504
|
*
|
|
6539
6505
|
* A `FormContainer` represents a group inside a `Form`. It consists of `FormElements`. The rendering of
|
|
6540
6506
|
* the `FormContainer` is done by the `FormLayout` assigned to the `Form`.
|
|
6541
6507
|
*/
|
|
6542
|
-
class FormContainer extends UI5Element {
|
|
6508
|
+
export default class FormContainer extends UI5Element {
|
|
6543
6509
|
/**
|
|
6544
6510
|
* Constructor for a new sap.ui.layout.form.FormContainer.
|
|
6545
6511
|
*
|
|
@@ -6601,8 +6567,8 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6601
6567
|
*/
|
|
6602
6568
|
static getMetadata(): ElementMetadata;
|
|
6603
6569
|
/**
|
|
6604
|
-
* @
|
|
6605
|
-
* @
|
|
6570
|
+
* @since 1.74.0
|
|
6571
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6606
6572
|
*
|
|
6607
6573
|
* Sets the editable state of the `FormContainer`.
|
|
6608
6574
|
*
|
|
@@ -6617,7 +6583,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6617
6583
|
bEditable: boolean
|
|
6618
6584
|
): void;
|
|
6619
6585
|
/**
|
|
6620
|
-
* @
|
|
6586
|
+
* @since 1.36.0
|
|
6621
6587
|
*
|
|
6622
6588
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6623
6589
|
*
|
|
@@ -6653,7 +6619,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6653
6619
|
*/
|
|
6654
6620
|
destroyTitle(): this;
|
|
6655
6621
|
/**
|
|
6656
|
-
* @
|
|
6622
|
+
* @since 1.36.0
|
|
6657
6623
|
*
|
|
6658
6624
|
* Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
|
|
6659
6625
|
*
|
|
@@ -6661,7 +6627,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6661
6627
|
*/
|
|
6662
6628
|
destroyToolbar(): this;
|
|
6663
6629
|
/**
|
|
6664
|
-
* @
|
|
6630
|
+
* @since 1.36.0
|
|
6665
6631
|
*
|
|
6666
6632
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6667
6633
|
*/
|
|
@@ -6711,7 +6677,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6711
6677
|
*/
|
|
6712
6678
|
getTitle(): Title | string;
|
|
6713
6679
|
/**
|
|
6714
|
-
* @
|
|
6680
|
+
* @since 1.36.0
|
|
6715
6681
|
*
|
|
6716
6682
|
* Gets content of aggregation {@link #getToolbar toolbar}.
|
|
6717
6683
|
*
|
|
@@ -6771,7 +6737,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6771
6737
|
*/
|
|
6772
6738
|
isVisible(): boolean;
|
|
6773
6739
|
/**
|
|
6774
|
-
* @
|
|
6740
|
+
* @since 1.36.0
|
|
6775
6741
|
*
|
|
6776
6742
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6777
6743
|
*
|
|
@@ -6787,7 +6753,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6787
6753
|
*/
|
|
6788
6754
|
removeAllFormElements(): FormElement[];
|
|
6789
6755
|
/**
|
|
6790
|
-
* @
|
|
6756
|
+
* @since 1.36.0
|
|
6791
6757
|
*
|
|
6792
6758
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6793
6759
|
*
|
|
@@ -6860,7 +6826,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6860
6826
|
vTitle: Title | string
|
|
6861
6827
|
): this;
|
|
6862
6828
|
/**
|
|
6863
|
-
* @
|
|
6829
|
+
* @since 1.36.0
|
|
6864
6830
|
*
|
|
6865
6831
|
* Sets the aggregated {@link #getToolbar toolbar}.
|
|
6866
6832
|
*
|
|
@@ -6890,7 +6856,6 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6890
6856
|
bVisible?: boolean
|
|
6891
6857
|
): this;
|
|
6892
6858
|
}
|
|
6893
|
-
export default FormContainer;
|
|
6894
6859
|
|
|
6895
6860
|
export interface $FormContainerSettings extends $ElementSettings {
|
|
6896
6861
|
/**
|
|
@@ -6935,7 +6900,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6935
6900
|
title?: string | Title | PropertyBindingInfo;
|
|
6936
6901
|
|
|
6937
6902
|
/**
|
|
6938
|
-
* @
|
|
6903
|
+
* @since 1.36.0
|
|
6939
6904
|
*
|
|
6940
6905
|
* Toolbar of the `FormContainer`.
|
|
6941
6906
|
*
|
|
@@ -6946,7 +6911,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6946
6911
|
toolbar?: Toolbar;
|
|
6947
6912
|
|
|
6948
6913
|
/**
|
|
6949
|
-
* @
|
|
6914
|
+
* @since 1.36.0
|
|
6950
6915
|
*
|
|
6951
6916
|
* Association to controls / IDs that label this control (see WAI-ARIA attribute `aria-labelledby`).
|
|
6952
6917
|
*
|
|
@@ -6972,12 +6937,12 @@ declare module "sap/ui/layout/form/FormElement" {
|
|
|
6972
6937
|
} from "sap/ui/base/ManagedObject";
|
|
6973
6938
|
|
|
6974
6939
|
/**
|
|
6975
|
-
* @
|
|
6940
|
+
* @since 1.16.0
|
|
6976
6941
|
*
|
|
6977
6942
|
* A `FormElement` represents a row in a `FormContainer`. A `FormElement` is a combination of one label
|
|
6978
6943
|
* and different controls associated to this label.
|
|
6979
6944
|
*/
|
|
6980
|
-
class FormElement extends UI5Element {
|
|
6945
|
+
export default class FormElement extends UI5Element {
|
|
6981
6946
|
/**
|
|
6982
6947
|
* Constructor for a new sap.ui.layout.form.FormElement.
|
|
6983
6948
|
*
|
|
@@ -7039,8 +7004,8 @@ declare module "sap/ui/layout/form/FormElement" {
|
|
|
7039
7004
|
*/
|
|
7040
7005
|
static getMetadata(): ElementMetadata;
|
|
7041
7006
|
/**
|
|
7042
|
-
* @
|
|
7043
|
-
* @
|
|
7007
|
+
* @since 1.74.0
|
|
7008
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7044
7009
|
*
|
|
7045
7010
|
* Sets the editable state of the `FormElement`.
|
|
7046
7011
|
*
|
|
@@ -7143,7 +7108,7 @@ declare module "sap/ui/layout/form/FormElement" {
|
|
|
7143
7108
|
iIndex: int
|
|
7144
7109
|
): this;
|
|
7145
7110
|
/**
|
|
7146
|
-
* @
|
|
7111
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7147
7112
|
*
|
|
7148
7113
|
* Labels inside of a Form must be invalidated if "editable" changed on Form
|
|
7149
7114
|
*/
|
|
@@ -7205,7 +7170,6 @@ declare module "sap/ui/layout/form/FormElement" {
|
|
|
7205
7170
|
bVisible?: boolean
|
|
7206
7171
|
): this;
|
|
7207
7172
|
}
|
|
7208
|
-
export default FormElement;
|
|
7209
7173
|
|
|
7210
7174
|
export interface $FormElementSettings extends $ElementSettings {
|
|
7211
7175
|
/**
|
|
@@ -7242,14 +7206,14 @@ declare module "sap/ui/layout/form/FormLayout" {
|
|
|
7242
7206
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7243
7207
|
|
|
7244
7208
|
/**
|
|
7245
|
-
* @
|
|
7209
|
+
* @since 1.16.0
|
|
7246
7210
|
*
|
|
7247
7211
|
* Base layout to render a `Form`. Other layouts to render a `Form` must inherit from this one.
|
|
7248
7212
|
*
|
|
7249
7213
|
* **Note:** This control must not be used to render a `Form` in productive applications as it does not
|
|
7250
7214
|
* fulfill any design guidelines and usability standards.
|
|
7251
7215
|
*/
|
|
7252
|
-
class FormLayout extends Control {
|
|
7216
|
+
export default class FormLayout extends Control {
|
|
7253
7217
|
/**
|
|
7254
7218
|
* Constructor for a new sap.ui.layout.form.FormLayout.
|
|
7255
7219
|
*
|
|
@@ -7311,7 +7275,7 @@ declare module "sap/ui/layout/form/FormLayout" {
|
|
|
7311
7275
|
*/
|
|
7312
7276
|
static getMetadata(): ElementMetadata;
|
|
7313
7277
|
/**
|
|
7314
|
-
* @
|
|
7278
|
+
* @since 1.36.0
|
|
7315
7279
|
*
|
|
7316
7280
|
* Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
|
|
7317
7281
|
*
|
|
@@ -7325,7 +7289,7 @@ declare module "sap/ui/layout/form/FormLayout" {
|
|
|
7325
7289
|
*/
|
|
7326
7290
|
getBackgroundDesign(): BackgroundDesign | keyof typeof BackgroundDesign;
|
|
7327
7291
|
/**
|
|
7328
|
-
* @
|
|
7292
|
+
* @since 1.36.0
|
|
7329
7293
|
*
|
|
7330
7294
|
* Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
|
|
7331
7295
|
*
|
|
@@ -7346,11 +7310,10 @@ declare module "sap/ui/layout/form/FormLayout" {
|
|
|
7346
7310
|
sBackgroundDesign?: BackgroundDesign | keyof typeof BackgroundDesign
|
|
7347
7311
|
): this;
|
|
7348
7312
|
}
|
|
7349
|
-
export default FormLayout;
|
|
7350
7313
|
|
|
7351
7314
|
export interface $FormLayoutSettings extends $ControlSettings {
|
|
7352
7315
|
/**
|
|
7353
|
-
* @
|
|
7316
|
+
* @since 1.36.0
|
|
7354
7317
|
*
|
|
7355
7318
|
* Specifies the background color of the `Form` content.
|
|
7356
7319
|
*
|
|
@@ -7374,11 +7337,11 @@ declare module "sap/ui/layout/form/GridContainerData" {
|
|
|
7374
7337
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7375
7338
|
|
|
7376
7339
|
/**
|
|
7377
|
-
* @
|
|
7340
|
+
* @since 1.16.0
|
|
7378
7341
|
*
|
|
7379
7342
|
* The `GridLayout`-specific layout data for `FormContainers`.
|
|
7380
7343
|
*/
|
|
7381
|
-
class GridContainerData extends LayoutData {
|
|
7344
|
+
export default class GridContainerData extends LayoutData {
|
|
7382
7345
|
/**
|
|
7383
7346
|
* Constructor for a new sap.ui.layout.form.GridContainerData.
|
|
7384
7347
|
*
|
|
@@ -7471,7 +7434,6 @@ declare module "sap/ui/layout/form/GridContainerData" {
|
|
|
7471
7434
|
bHalfGrid?: boolean
|
|
7472
7435
|
): this;
|
|
7473
7436
|
}
|
|
7474
|
-
export default GridContainerData;
|
|
7475
7437
|
|
|
7476
7438
|
export interface $GridContainerDataSettings extends $LayoutDataSettings {
|
|
7477
7439
|
/**
|
|
@@ -7496,11 +7458,11 @@ declare module "sap/ui/layout/form/GridElementData" {
|
|
|
7496
7458
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7497
7459
|
|
|
7498
7460
|
/**
|
|
7499
|
-
* @
|
|
7461
|
+
* @since 1.16.0
|
|
7500
7462
|
*
|
|
7501
7463
|
* The `GridLayout`-specific layout data for `FormElement` fields.
|
|
7502
7464
|
*/
|
|
7503
|
-
class GridElementData extends LayoutData {
|
|
7465
|
+
export default class GridElementData extends LayoutData {
|
|
7504
7466
|
/**
|
|
7505
7467
|
* Constructor for a new sap.ui.layout.form.GridElementData.
|
|
7506
7468
|
*
|
|
@@ -7636,7 +7598,6 @@ declare module "sap/ui/layout/form/GridElementData" {
|
|
|
7636
7598
|
iVCells?: int
|
|
7637
7599
|
): this;
|
|
7638
7600
|
}
|
|
7639
|
-
export default GridElementData;
|
|
7640
7601
|
|
|
7641
7602
|
export interface $GridElementDataSettings extends $LayoutDataSettings {
|
|
7642
7603
|
/**
|
|
@@ -7672,7 +7633,7 @@ declare module "sap/ui/layout/form/GridLayout" {
|
|
|
7672
7633
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7673
7634
|
|
|
7674
7635
|
/**
|
|
7675
|
-
* @
|
|
7636
|
+
* @since 1.16.0
|
|
7676
7637
|
* @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
|
|
7677
7638
|
* be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
|
|
7678
7639
|
*
|
|
@@ -7689,7 +7650,7 @@ declare module "sap/ui/layout/form/GridLayout" {
|
|
|
7689
7650
|
* This control cannot be used stand-alone, it just renders a `Form`, so it must be assigned to a `Form`
|
|
7690
7651
|
* using the `layout` aggregation.
|
|
7691
7652
|
*/
|
|
7692
|
-
class GridLayout extends FormLayout {
|
|
7653
|
+
export default class GridLayout extends FormLayout {
|
|
7693
7654
|
/**
|
|
7694
7655
|
* Constructor for a new sap.ui.layout.form.GridLayout.
|
|
7695
7656
|
*
|
|
@@ -7786,7 +7747,6 @@ declare module "sap/ui/layout/form/GridLayout" {
|
|
|
7786
7747
|
bSingleColumn?: boolean
|
|
7787
7748
|
): this;
|
|
7788
7749
|
}
|
|
7789
|
-
export default GridLayout;
|
|
7790
7750
|
|
|
7791
7751
|
export interface $GridLayoutSettings extends $FormLayoutSettings {
|
|
7792
7752
|
/**
|
|
@@ -7811,7 +7771,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7811
7771
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7812
7772
|
|
|
7813
7773
|
/**
|
|
7814
|
-
* @
|
|
7774
|
+
* @since 1.16.0
|
|
7815
7775
|
*
|
|
7816
7776
|
* The `ResponsiveGridLayout` control renders a `Form` using a responsive grid. Internally the `Grid` control
|
|
7817
7777
|
* is used for rendering. Using this layout, the `Form` is rendered in a responsive way. Depending on the
|
|
@@ -7829,7 +7789,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7829
7789
|
* This control cannot be used stand-alone, it just renders a `Form`, so it must be assigned to a `Form`
|
|
7830
7790
|
* using the `layout` aggregation.
|
|
7831
7791
|
*/
|
|
7832
|
-
class ResponsiveGridLayout extends FormLayout {
|
|
7792
|
+
export default class ResponsiveGridLayout extends FormLayout {
|
|
7833
7793
|
/**
|
|
7834
7794
|
* Constructor for a new `sap.ui.layout.form.ResponsiveGridLayout`.
|
|
7835
7795
|
*
|
|
@@ -7891,7 +7851,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7891
7851
|
*/
|
|
7892
7852
|
static getMetadata(): ElementMetadata;
|
|
7893
7853
|
/**
|
|
7894
|
-
* @
|
|
7854
|
+
* @since 1.34.0
|
|
7895
7855
|
*
|
|
7896
7856
|
* Gets current value of property {@link #getAdjustLabelSpan adjustLabelSpan}.
|
|
7897
7857
|
*
|
|
@@ -7910,7 +7870,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7910
7870
|
*/
|
|
7911
7871
|
getAdjustLabelSpan(): boolean;
|
|
7912
7872
|
/**
|
|
7913
|
-
* @
|
|
7873
|
+
* @since 1.16.3
|
|
7914
7874
|
*
|
|
7915
7875
|
* Gets current value of property {@link #getBreakpointL breakpointL}.
|
|
7916
7876
|
*
|
|
@@ -7922,7 +7882,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7922
7882
|
*/
|
|
7923
7883
|
getBreakpointL(): int;
|
|
7924
7884
|
/**
|
|
7925
|
-
* @
|
|
7885
|
+
* @since 1.16.3
|
|
7926
7886
|
*
|
|
7927
7887
|
* Gets current value of property {@link #getBreakpointM breakpointM}.
|
|
7928
7888
|
*
|
|
@@ -7934,7 +7894,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7934
7894
|
*/
|
|
7935
7895
|
getBreakpointM(): int;
|
|
7936
7896
|
/**
|
|
7937
|
-
* @
|
|
7897
|
+
* @since 1.34.0
|
|
7938
7898
|
*
|
|
7939
7899
|
* Gets current value of property {@link #getBreakpointXL breakpointXL}.
|
|
7940
7900
|
*
|
|
@@ -7946,7 +7906,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7946
7906
|
*/
|
|
7947
7907
|
getBreakpointXL(): int;
|
|
7948
7908
|
/**
|
|
7949
|
-
* @
|
|
7909
|
+
* @since 1.16.3
|
|
7950
7910
|
*
|
|
7951
7911
|
* Gets current value of property {@link #getColumnsL columnsL}.
|
|
7952
7912
|
*
|
|
@@ -7960,7 +7920,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7960
7920
|
*/
|
|
7961
7921
|
getColumnsL(): int;
|
|
7962
7922
|
/**
|
|
7963
|
-
* @
|
|
7923
|
+
* @since 1.16.3
|
|
7964
7924
|
*
|
|
7965
7925
|
* Gets current value of property {@link #getColumnsM columnsM}.
|
|
7966
7926
|
*
|
|
@@ -7972,7 +7932,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7972
7932
|
*/
|
|
7973
7933
|
getColumnsM(): int;
|
|
7974
7934
|
/**
|
|
7975
|
-
* @
|
|
7935
|
+
* @since 1.34.0
|
|
7976
7936
|
*
|
|
7977
7937
|
* Gets current value of property {@link #getColumnsXL columnsXL}.
|
|
7978
7938
|
*
|
|
@@ -7988,7 +7948,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7988
7948
|
*/
|
|
7989
7949
|
getColumnsXL(): int;
|
|
7990
7950
|
/**
|
|
7991
|
-
* @
|
|
7951
|
+
* @since 1.16.3
|
|
7992
7952
|
*
|
|
7993
7953
|
* Gets current value of property {@link #getEmptySpanL emptySpanL}.
|
|
7994
7954
|
*
|
|
@@ -8000,7 +7960,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8000
7960
|
*/
|
|
8001
7961
|
getEmptySpanL(): int;
|
|
8002
7962
|
/**
|
|
8003
|
-
* @
|
|
7963
|
+
* @since 1.16.3
|
|
8004
7964
|
*
|
|
8005
7965
|
* Gets current value of property {@link #getEmptySpanM emptySpanM}.
|
|
8006
7966
|
*
|
|
@@ -8012,7 +7972,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8012
7972
|
*/
|
|
8013
7973
|
getEmptySpanM(): int;
|
|
8014
7974
|
/**
|
|
8015
|
-
* @
|
|
7975
|
+
* @since 1.16.3
|
|
8016
7976
|
*
|
|
8017
7977
|
* Gets current value of property {@link #getEmptySpanS emptySpanS}.
|
|
8018
7978
|
*
|
|
@@ -8024,7 +7984,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8024
7984
|
*/
|
|
8025
7985
|
getEmptySpanS(): int;
|
|
8026
7986
|
/**
|
|
8027
|
-
* @
|
|
7987
|
+
* @since 1.34.0
|
|
8028
7988
|
*
|
|
8029
7989
|
* Gets current value of property {@link #getEmptySpanXL emptySpanXL}.
|
|
8030
7990
|
*
|
|
@@ -8039,7 +7999,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8039
7999
|
*/
|
|
8040
8000
|
getEmptySpanXL(): int;
|
|
8041
8001
|
/**
|
|
8042
|
-
* @
|
|
8002
|
+
* @since 1.16.3
|
|
8043
8003
|
*
|
|
8044
8004
|
* Gets current value of property {@link #getLabelSpanL labelSpanL}.
|
|
8045
8005
|
*
|
|
@@ -8054,7 +8014,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8054
8014
|
*/
|
|
8055
8015
|
getLabelSpanL(): int;
|
|
8056
8016
|
/**
|
|
8057
|
-
* @
|
|
8017
|
+
* @since 1.16.3
|
|
8058
8018
|
*
|
|
8059
8019
|
* Gets current value of property {@link #getLabelSpanM labelSpanM}.
|
|
8060
8020
|
*
|
|
@@ -8069,7 +8029,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8069
8029
|
*/
|
|
8070
8030
|
getLabelSpanM(): int;
|
|
8071
8031
|
/**
|
|
8072
|
-
* @
|
|
8032
|
+
* @since 1.16.3
|
|
8073
8033
|
*
|
|
8074
8034
|
* Gets current value of property {@link #getLabelSpanS labelSpanS}.
|
|
8075
8035
|
*
|
|
@@ -8081,7 +8041,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8081
8041
|
*/
|
|
8082
8042
|
getLabelSpanS(): int;
|
|
8083
8043
|
/**
|
|
8084
|
-
* @
|
|
8044
|
+
* @since 1.34.0
|
|
8085
8045
|
*
|
|
8086
8046
|
* Gets current value of property {@link #getLabelSpanXL labelSpanXL}.
|
|
8087
8047
|
*
|
|
@@ -8096,7 +8056,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8096
8056
|
*/
|
|
8097
8057
|
getLabelSpanXL(): int;
|
|
8098
8058
|
/**
|
|
8099
|
-
* @
|
|
8059
|
+
* @since 1.34.0
|
|
8100
8060
|
*
|
|
8101
8061
|
* Gets current value of property {@link #getSingleContainerFullSize singleContainerFullSize}.
|
|
8102
8062
|
*
|
|
@@ -8112,7 +8072,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8112
8072
|
*/
|
|
8113
8073
|
getSingleContainerFullSize(): boolean;
|
|
8114
8074
|
/**
|
|
8115
|
-
* @
|
|
8075
|
+
* @since 1.34.0
|
|
8116
8076
|
*
|
|
8117
8077
|
* Sets a new value for property {@link #getAdjustLabelSpan adjustLabelSpan}.
|
|
8118
8078
|
*
|
|
@@ -8138,7 +8098,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8138
8098
|
bAdjustLabelSpan?: boolean
|
|
8139
8099
|
): this;
|
|
8140
8100
|
/**
|
|
8141
|
-
* @
|
|
8101
|
+
* @since 1.16.3
|
|
8142
8102
|
*
|
|
8143
8103
|
* Sets a new value for property {@link #getBreakpointL breakpointL}.
|
|
8144
8104
|
*
|
|
@@ -8157,7 +8117,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8157
8117
|
iBreakpointL?: int
|
|
8158
8118
|
): this;
|
|
8159
8119
|
/**
|
|
8160
|
-
* @
|
|
8120
|
+
* @since 1.16.3
|
|
8161
8121
|
*
|
|
8162
8122
|
* Sets a new value for property {@link #getBreakpointM breakpointM}.
|
|
8163
8123
|
*
|
|
@@ -8176,7 +8136,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8176
8136
|
iBreakpointM?: int
|
|
8177
8137
|
): this;
|
|
8178
8138
|
/**
|
|
8179
|
-
* @
|
|
8139
|
+
* @since 1.34.0
|
|
8180
8140
|
*
|
|
8181
8141
|
* Sets a new value for property {@link #getBreakpointXL breakpointXL}.
|
|
8182
8142
|
*
|
|
@@ -8195,7 +8155,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8195
8155
|
iBreakpointXL?: int
|
|
8196
8156
|
): this;
|
|
8197
8157
|
/**
|
|
8198
|
-
* @
|
|
8158
|
+
* @since 1.16.3
|
|
8199
8159
|
*
|
|
8200
8160
|
* Sets a new value for property {@link #getColumnsL columnsL}.
|
|
8201
8161
|
*
|
|
@@ -8216,7 +8176,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8216
8176
|
iColumnsL?: int
|
|
8217
8177
|
): this;
|
|
8218
8178
|
/**
|
|
8219
|
-
* @
|
|
8179
|
+
* @since 1.16.3
|
|
8220
8180
|
*
|
|
8221
8181
|
* Sets a new value for property {@link #getColumnsM columnsM}.
|
|
8222
8182
|
*
|
|
@@ -8235,7 +8195,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8235
8195
|
iColumnsM?: int
|
|
8236
8196
|
): this;
|
|
8237
8197
|
/**
|
|
8238
|
-
* @
|
|
8198
|
+
* @since 1.34.0
|
|
8239
8199
|
*
|
|
8240
8200
|
* Sets a new value for property {@link #getColumnsXL columnsXL}.
|
|
8241
8201
|
*
|
|
@@ -8258,7 +8218,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8258
8218
|
iColumnsXL?: int
|
|
8259
8219
|
): this;
|
|
8260
8220
|
/**
|
|
8261
|
-
* @
|
|
8221
|
+
* @since 1.16.3
|
|
8262
8222
|
*
|
|
8263
8223
|
* Sets a new value for property {@link #getEmptySpanL emptySpanL}.
|
|
8264
8224
|
*
|
|
@@ -8277,7 +8237,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8277
8237
|
iEmptySpanL?: int
|
|
8278
8238
|
): this;
|
|
8279
8239
|
/**
|
|
8280
|
-
* @
|
|
8240
|
+
* @since 1.16.3
|
|
8281
8241
|
*
|
|
8282
8242
|
* Sets a new value for property {@link #getEmptySpanM emptySpanM}.
|
|
8283
8243
|
*
|
|
@@ -8296,7 +8256,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8296
8256
|
iEmptySpanM?: int
|
|
8297
8257
|
): this;
|
|
8298
8258
|
/**
|
|
8299
|
-
* @
|
|
8259
|
+
* @since 1.16.3
|
|
8300
8260
|
*
|
|
8301
8261
|
* Sets a new value for property {@link #getEmptySpanS emptySpanS}.
|
|
8302
8262
|
*
|
|
@@ -8315,7 +8275,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8315
8275
|
iEmptySpanS?: int
|
|
8316
8276
|
): this;
|
|
8317
8277
|
/**
|
|
8318
|
-
* @
|
|
8278
|
+
* @since 1.34.0
|
|
8319
8279
|
*
|
|
8320
8280
|
* Sets a new value for property {@link #getEmptySpanXL emptySpanXL}.
|
|
8321
8281
|
*
|
|
@@ -8337,7 +8297,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8337
8297
|
iEmptySpanXL?: int
|
|
8338
8298
|
): this;
|
|
8339
8299
|
/**
|
|
8340
|
-
* @
|
|
8300
|
+
* @since 1.16.3
|
|
8341
8301
|
*
|
|
8342
8302
|
* Sets a new value for property {@link #getLabelSpanL labelSpanL}.
|
|
8343
8303
|
*
|
|
@@ -8359,7 +8319,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8359
8319
|
iLabelSpanL?: int
|
|
8360
8320
|
): this;
|
|
8361
8321
|
/**
|
|
8362
|
-
* @
|
|
8322
|
+
* @since 1.16.3
|
|
8363
8323
|
*
|
|
8364
8324
|
* Sets a new value for property {@link #getLabelSpanM labelSpanM}.
|
|
8365
8325
|
*
|
|
@@ -8381,7 +8341,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8381
8341
|
iLabelSpanM?: int
|
|
8382
8342
|
): this;
|
|
8383
8343
|
/**
|
|
8384
|
-
* @
|
|
8344
|
+
* @since 1.16.3
|
|
8385
8345
|
*
|
|
8386
8346
|
* Sets a new value for property {@link #getLabelSpanS labelSpanS}.
|
|
8387
8347
|
*
|
|
@@ -8400,7 +8360,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8400
8360
|
iLabelSpanS?: int
|
|
8401
8361
|
): this;
|
|
8402
8362
|
/**
|
|
8403
|
-
* @
|
|
8363
|
+
* @since 1.34.0
|
|
8404
8364
|
*
|
|
8405
8365
|
* Sets a new value for property {@link #getLabelSpanXL labelSpanXL}.
|
|
8406
8366
|
*
|
|
@@ -8422,7 +8382,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8422
8382
|
iLabelSpanXL?: int
|
|
8423
8383
|
): this;
|
|
8424
8384
|
/**
|
|
8425
|
-
* @
|
|
8385
|
+
* @since 1.34.0
|
|
8426
8386
|
*
|
|
8427
8387
|
* Sets a new value for property {@link #getSingleContainerFullSize singleContainerFullSize}.
|
|
8428
8388
|
*
|
|
@@ -8445,11 +8405,10 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8445
8405
|
bSingleContainerFullSize?: boolean
|
|
8446
8406
|
): this;
|
|
8447
8407
|
}
|
|
8448
|
-
export default ResponsiveGridLayout;
|
|
8449
8408
|
|
|
8450
8409
|
export interface $ResponsiveGridLayoutSettings extends $FormLayoutSettings {
|
|
8451
8410
|
/**
|
|
8452
|
-
* @
|
|
8411
|
+
* @since 1.34.0
|
|
8453
8412
|
*
|
|
8454
8413
|
* Default span for labels in extra large size.
|
|
8455
8414
|
*
|
|
@@ -8459,7 +8418,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8459
8418
|
labelSpanXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8460
8419
|
|
|
8461
8420
|
/**
|
|
8462
|
-
* @
|
|
8421
|
+
* @since 1.16.3
|
|
8463
8422
|
*
|
|
8464
8423
|
* Default span for labels in large size.
|
|
8465
8424
|
*
|
|
@@ -8469,7 +8428,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8469
8428
|
labelSpanL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8470
8429
|
|
|
8471
8430
|
/**
|
|
8472
|
-
* @
|
|
8431
|
+
* @since 1.16.3
|
|
8473
8432
|
*
|
|
8474
8433
|
* Default span for labels in medium size.
|
|
8475
8434
|
*
|
|
@@ -8479,14 +8438,14 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8479
8438
|
labelSpanM?: int | PropertyBindingInfo | `{${string}}`;
|
|
8480
8439
|
|
|
8481
8440
|
/**
|
|
8482
|
-
* @
|
|
8441
|
+
* @since 1.16.3
|
|
8483
8442
|
*
|
|
8484
8443
|
* Default span for labels in small size.
|
|
8485
8444
|
*/
|
|
8486
8445
|
labelSpanS?: int | PropertyBindingInfo | `{${string}}`;
|
|
8487
8446
|
|
|
8488
8447
|
/**
|
|
8489
|
-
* @
|
|
8448
|
+
* @since 1.34.0
|
|
8490
8449
|
*
|
|
8491
8450
|
* If set, the usage of `labelSpanL` and `labelSpanM` are dependent on the number of `FormContainers` in
|
|
8492
8451
|
* one row. If only one `FormContainer` is displayed in one row, `labelSpanM` is used to define the size
|
|
@@ -8500,7 +8459,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8500
8459
|
adjustLabelSpan?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
8501
8460
|
|
|
8502
8461
|
/**
|
|
8503
|
-
* @
|
|
8462
|
+
* @since 1.34.0
|
|
8504
8463
|
*
|
|
8505
8464
|
* Number of grid cells that are empty at the end of each line on extra large size.
|
|
8506
8465
|
*
|
|
@@ -8510,28 +8469,28 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8510
8469
|
emptySpanXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8511
8470
|
|
|
8512
8471
|
/**
|
|
8513
|
-
* @
|
|
8472
|
+
* @since 1.16.3
|
|
8514
8473
|
*
|
|
8515
8474
|
* Number of grid cells that are empty at the end of each line on large size.
|
|
8516
8475
|
*/
|
|
8517
8476
|
emptySpanL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8518
8477
|
|
|
8519
8478
|
/**
|
|
8520
|
-
* @
|
|
8479
|
+
* @since 1.16.3
|
|
8521
8480
|
*
|
|
8522
8481
|
* Number of grid cells that are empty at the end of each line on medium size.
|
|
8523
8482
|
*/
|
|
8524
8483
|
emptySpanM?: int | PropertyBindingInfo | `{${string}}`;
|
|
8525
8484
|
|
|
8526
8485
|
/**
|
|
8527
|
-
* @
|
|
8486
|
+
* @since 1.16.3
|
|
8528
8487
|
*
|
|
8529
8488
|
* Number of grid cells that are empty at the end of each line on small size.
|
|
8530
8489
|
*/
|
|
8531
8490
|
emptySpanS?: int | PropertyBindingInfo | `{${string}}`;
|
|
8532
8491
|
|
|
8533
8492
|
/**
|
|
8534
|
-
* @
|
|
8493
|
+
* @since 1.34.0
|
|
8535
8494
|
*
|
|
8536
8495
|
* Number of columns for extra large size.
|
|
8537
8496
|
*
|
|
@@ -8542,7 +8501,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8542
8501
|
columnsXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8543
8502
|
|
|
8544
8503
|
/**
|
|
8545
|
-
* @
|
|
8504
|
+
* @since 1.16.3
|
|
8546
8505
|
*
|
|
8547
8506
|
* Number of columns for large size.
|
|
8548
8507
|
*
|
|
@@ -8551,14 +8510,14 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8551
8510
|
columnsL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8552
8511
|
|
|
8553
8512
|
/**
|
|
8554
|
-
* @
|
|
8513
|
+
* @since 1.16.3
|
|
8555
8514
|
*
|
|
8556
8515
|
* Number of columns for medium size.
|
|
8557
8516
|
*/
|
|
8558
8517
|
columnsM?: int | PropertyBindingInfo | `{${string}}`;
|
|
8559
8518
|
|
|
8560
8519
|
/**
|
|
8561
|
-
* @
|
|
8520
|
+
* @since 1.34.0
|
|
8562
8521
|
*
|
|
8563
8522
|
* If the `Form` contains only one single `FormContainer` and this property is set, the `FormContainer`
|
|
8564
8523
|
* is displayed using the full size of the `Form`. In this case the properties `columnsXL`, `columnsL` and
|
|
@@ -8569,21 +8528,21 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8569
8528
|
singleContainerFullSize?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
8570
8529
|
|
|
8571
8530
|
/**
|
|
8572
|
-
* @
|
|
8531
|
+
* @since 1.34.0
|
|
8573
8532
|
*
|
|
8574
8533
|
* Breakpoint (in pixel) between large size and extra large (XL) size.
|
|
8575
8534
|
*/
|
|
8576
8535
|
breakpointXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8577
8536
|
|
|
8578
8537
|
/**
|
|
8579
|
-
* @
|
|
8538
|
+
* @since 1.16.3
|
|
8580
8539
|
*
|
|
8581
8540
|
* Breakpoint (in pixel) between Medium size and Large size.
|
|
8582
8541
|
*/
|
|
8583
8542
|
breakpointL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8584
8543
|
|
|
8585
8544
|
/**
|
|
8586
|
-
* @
|
|
8545
|
+
* @since 1.16.3
|
|
8587
8546
|
*
|
|
8588
8547
|
* Breakpoint (in pixel) between Small size and Medium size.
|
|
8589
8548
|
*/
|
|
@@ -8600,7 +8559,7 @@ declare module "sap/ui/layout/form/ResponsiveLayout" {
|
|
|
8600
8559
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
8601
8560
|
|
|
8602
8561
|
/**
|
|
8603
|
-
* @
|
|
8562
|
+
* @since 1.16.0
|
|
8604
8563
|
* @deprecated (since 1.93) - replaced by {@link sap.ui.layout.form.ColumnLayout ColumnLayout}
|
|
8605
8564
|
*
|
|
8606
8565
|
* The `ResponsiveLayout` renders a `Form` with a responsive layout. Internally the `ResponsiveFlowLayout`
|
|
@@ -8621,7 +8580,7 @@ declare module "sap/ui/layout/form/ResponsiveLayout" {
|
|
|
8621
8580
|
* This control cannot be used stand-alone, it just renders a `Form`, so it must be assigned to a `Form`
|
|
8622
8581
|
* using the `layout` aggregation.
|
|
8623
8582
|
*/
|
|
8624
|
-
class ResponsiveLayout extends FormLayout {
|
|
8583
|
+
export default class ResponsiveLayout extends FormLayout {
|
|
8625
8584
|
/**
|
|
8626
8585
|
* Constructor for a new sap.ui.layout.form.ResponsiveLayout.
|
|
8627
8586
|
*
|
|
@@ -8689,7 +8648,6 @@ declare module "sap/ui/layout/form/ResponsiveLayout" {
|
|
|
8689
8648
|
*/
|
|
8690
8649
|
static getMetadata(): ElementMetadata;
|
|
8691
8650
|
}
|
|
8692
|
-
export default ResponsiveLayout;
|
|
8693
8651
|
|
|
8694
8652
|
export interface $ResponsiveLayoutSettings extends $FormLayoutSettings {}
|
|
8695
8653
|
}
|
|
@@ -8710,8 +8668,8 @@ declare module "sap/ui/layout/form/SemanticFormElement" {
|
|
|
8710
8668
|
} from "sap/ui/base/ManagedObject";
|
|
8711
8669
|
|
|
8712
8670
|
/**
|
|
8713
|
-
* @
|
|
8714
|
-
* @
|
|
8671
|
+
* @since 1.86.0
|
|
8672
|
+
* @experimental (since 1.86)
|
|
8715
8673
|
*
|
|
8716
8674
|
* A `SemanticFormElement` element is a special `FormElement` that contains semantically connected fields.
|
|
8717
8675
|
* These field controls are divided by delimiter controls. In display mode, they are rendered as one condensed
|
|
@@ -8720,7 +8678,7 @@ declare module "sap/ui/layout/form/SemanticFormElement" {
|
|
|
8720
8678
|
* **Note:** Please use the `ColumnLayout` as `layout` of the `Form`. For other layouts, the field arrangement
|
|
8721
8679
|
* might not be suitable in every case.
|
|
8722
8680
|
*/
|
|
8723
|
-
class SemanticFormElement extends FormElement {
|
|
8681
|
+
export default class SemanticFormElement extends FormElement {
|
|
8724
8682
|
/**
|
|
8725
8683
|
* Constructor for a new sap.ui.layout.form.SemanticFormElement.
|
|
8726
8684
|
*
|
|
@@ -8889,7 +8847,6 @@ declare module "sap/ui/layout/form/SemanticFormElement" {
|
|
|
8889
8847
|
sDelimiter?: string
|
|
8890
8848
|
): this;
|
|
8891
8849
|
}
|
|
8892
|
-
export default SemanticFormElement;
|
|
8893
8850
|
|
|
8894
8851
|
export interface $SemanticFormElementSettings extends $FormElementSettings {
|
|
8895
8852
|
/**
|
|
@@ -8932,7 +8889,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
8932
8889
|
} from "sap/ui/base/ManagedObject";
|
|
8933
8890
|
|
|
8934
8891
|
/**
|
|
8935
|
-
* @
|
|
8892
|
+
* @since 1.16.0
|
|
8936
8893
|
*
|
|
8937
8894
|
* The `SimpleForm` control provides an easy-to-use API to create simple forms. Inside a `SimpleForm` control,
|
|
8938
8895
|
* a `{@link sap.ui.layout.form.Form Form}` control is created along with its `{@link sap.ui.layout.form.FormContainer FormContainer}`
|
|
@@ -8948,7 +8905,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
8948
8905
|
*
|
|
8949
8906
|
* **Note:** If a more complex form is needed, use the `{@link sap.ui.layout.form.Form Form}` control instead.
|
|
8950
8907
|
*/
|
|
8951
|
-
class SimpleForm extends Control {
|
|
8908
|
+
export default class SimpleForm extends Control {
|
|
8952
8909
|
/**
|
|
8953
8910
|
* Constructor for a new sap.ui.layout.form.SimpleForm.
|
|
8954
8911
|
*
|
|
@@ -9010,7 +8967,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9010
8967
|
*/
|
|
9011
8968
|
static getMetadata(): ElementMetadata;
|
|
9012
8969
|
/**
|
|
9013
|
-
* @
|
|
8970
|
+
* @since 1.32.0
|
|
9014
8971
|
*
|
|
9015
8972
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
9016
8973
|
*
|
|
@@ -9040,7 +8997,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9040
8997
|
*/
|
|
9041
8998
|
destroyContent(): this;
|
|
9042
8999
|
/**
|
|
9043
|
-
* @
|
|
9000
|
+
* @since 1.16.3
|
|
9044
9001
|
*
|
|
9045
9002
|
* Destroys the title in the aggregation {@link #getTitle title}.
|
|
9046
9003
|
*
|
|
@@ -9048,7 +9005,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9048
9005
|
*/
|
|
9049
9006
|
destroyTitle(): this;
|
|
9050
9007
|
/**
|
|
9051
|
-
* @
|
|
9008
|
+
* @since 1.36.0
|
|
9052
9009
|
*
|
|
9053
9010
|
* Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
|
|
9054
9011
|
*
|
|
@@ -9056,7 +9013,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9056
9013
|
*/
|
|
9057
9014
|
destroyToolbar(): this;
|
|
9058
9015
|
/**
|
|
9059
|
-
* @
|
|
9016
|
+
* @since 1.34.0
|
|
9060
9017
|
*
|
|
9061
9018
|
* Gets current value of property {@link #getAdjustLabelSpan adjustLabelSpan}.
|
|
9062
9019
|
*
|
|
@@ -9077,13 +9034,13 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9077
9034
|
*/
|
|
9078
9035
|
getAdjustLabelSpan(): boolean;
|
|
9079
9036
|
/**
|
|
9080
|
-
* @
|
|
9037
|
+
* @since 1.32.0
|
|
9081
9038
|
*
|
|
9082
9039
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
9083
9040
|
*/
|
|
9084
9041
|
getAriaLabelledBy(): ID[];
|
|
9085
9042
|
/**
|
|
9086
|
-
* @
|
|
9043
|
+
* @since 1.36.0
|
|
9087
9044
|
*
|
|
9088
9045
|
* Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
|
|
9089
9046
|
*
|
|
@@ -9097,7 +9054,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9097
9054
|
*/
|
|
9098
9055
|
getBackgroundDesign(): BackgroundDesign | keyof typeof BackgroundDesign;
|
|
9099
9056
|
/**
|
|
9100
|
-
* @
|
|
9057
|
+
* @since 1.16.3
|
|
9101
9058
|
*
|
|
9102
9059
|
* Gets current value of property {@link #getBreakpointL breakpointL}.
|
|
9103
9060
|
*
|
|
@@ -9111,7 +9068,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9111
9068
|
*/
|
|
9112
9069
|
getBreakpointL(): int;
|
|
9113
9070
|
/**
|
|
9114
|
-
* @
|
|
9071
|
+
* @since 1.16.3
|
|
9115
9072
|
*
|
|
9116
9073
|
* Gets current value of property {@link #getBreakpointM breakpointM}.
|
|
9117
9074
|
*
|
|
@@ -9125,7 +9082,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9125
9082
|
*/
|
|
9126
9083
|
getBreakpointM(): int;
|
|
9127
9084
|
/**
|
|
9128
|
-
* @
|
|
9085
|
+
* @since 1.34.0
|
|
9129
9086
|
*
|
|
9130
9087
|
* Gets current value of property {@link #getBreakpointXL breakpointXL}.
|
|
9131
9088
|
*
|
|
@@ -9139,7 +9096,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9139
9096
|
*/
|
|
9140
9097
|
getBreakpointXL(): int;
|
|
9141
9098
|
/**
|
|
9142
|
-
* @
|
|
9099
|
+
* @since 1.16.3
|
|
9143
9100
|
*
|
|
9144
9101
|
* Gets current value of property {@link #getColumnsL columnsL}.
|
|
9145
9102
|
*
|
|
@@ -9154,7 +9111,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9154
9111
|
*/
|
|
9155
9112
|
getColumnsL(): int;
|
|
9156
9113
|
/**
|
|
9157
|
-
* @
|
|
9114
|
+
* @since 1.16.3
|
|
9158
9115
|
*
|
|
9159
9116
|
* Gets current value of property {@link #getColumnsM columnsM}.
|
|
9160
9117
|
*
|
|
@@ -9168,7 +9125,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9168
9125
|
*/
|
|
9169
9126
|
getColumnsM(): int;
|
|
9170
9127
|
/**
|
|
9171
|
-
* @
|
|
9128
|
+
* @since 1.34.0
|
|
9172
9129
|
*
|
|
9173
9130
|
* Gets current value of property {@link #getColumnsXL columnsXL}.
|
|
9174
9131
|
*
|
|
@@ -9253,7 +9210,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9253
9210
|
*/
|
|
9254
9211
|
getEditable(): boolean;
|
|
9255
9212
|
/**
|
|
9256
|
-
* @
|
|
9213
|
+
* @since 1.16.3
|
|
9257
9214
|
*
|
|
9258
9215
|
* Gets current value of property {@link #getEmptySpanL emptySpanL}.
|
|
9259
9216
|
*
|
|
@@ -9268,7 +9225,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9268
9225
|
*/
|
|
9269
9226
|
getEmptySpanL(): int;
|
|
9270
9227
|
/**
|
|
9271
|
-
* @
|
|
9228
|
+
* @since 1.16.3
|
|
9272
9229
|
*
|
|
9273
9230
|
* Gets current value of property {@link #getEmptySpanM emptySpanM}.
|
|
9274
9231
|
*
|
|
@@ -9282,7 +9239,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9282
9239
|
*/
|
|
9283
9240
|
getEmptySpanM(): int;
|
|
9284
9241
|
/**
|
|
9285
|
-
* @
|
|
9242
|
+
* @since 1.16.3
|
|
9286
9243
|
*
|
|
9287
9244
|
* Gets current value of property {@link #getEmptySpanS emptySpanS}.
|
|
9288
9245
|
*
|
|
@@ -9296,7 +9253,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9296
9253
|
*/
|
|
9297
9254
|
getEmptySpanS(): int;
|
|
9298
9255
|
/**
|
|
9299
|
-
* @
|
|
9256
|
+
* @since 1.34.0
|
|
9300
9257
|
*
|
|
9301
9258
|
* Gets current value of property {@link #getEmptySpanXL emptySpanXL}.
|
|
9302
9259
|
*
|
|
@@ -9324,7 +9281,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9324
9281
|
*/
|
|
9325
9282
|
getLabelMinWidth(): int;
|
|
9326
9283
|
/**
|
|
9327
|
-
* @
|
|
9284
|
+
* @since 1.16.3
|
|
9328
9285
|
*
|
|
9329
9286
|
* Gets current value of property {@link #getLabelSpanL labelSpanL}.
|
|
9330
9287
|
*
|
|
@@ -9342,7 +9299,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9342
9299
|
*/
|
|
9343
9300
|
getLabelSpanL(): int;
|
|
9344
9301
|
/**
|
|
9345
|
-
* @
|
|
9302
|
+
* @since 1.16.3
|
|
9346
9303
|
*
|
|
9347
9304
|
* Gets current value of property {@link #getLabelSpanM labelSpanM}.
|
|
9348
9305
|
*
|
|
@@ -9359,7 +9316,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9359
9316
|
*/
|
|
9360
9317
|
getLabelSpanM(): int;
|
|
9361
9318
|
/**
|
|
9362
|
-
* @
|
|
9319
|
+
* @since 1.16.3
|
|
9363
9320
|
*
|
|
9364
9321
|
* Gets current value of property {@link #getLabelSpanS labelSpanS}.
|
|
9365
9322
|
*
|
|
@@ -9373,7 +9330,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9373
9330
|
*/
|
|
9374
9331
|
getLabelSpanS(): int;
|
|
9375
9332
|
/**
|
|
9376
|
-
* @
|
|
9333
|
+
* @since 1.34.0
|
|
9377
9334
|
*
|
|
9378
9335
|
* Gets current value of property {@link #getLabelSpanXL labelSpanXL}.
|
|
9379
9336
|
*
|
|
@@ -9439,7 +9396,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9439
9396
|
*/
|
|
9440
9397
|
getMinWidth(): int;
|
|
9441
9398
|
/**
|
|
9442
|
-
* @
|
|
9399
|
+
* @since 1.34.0
|
|
9443
9400
|
*
|
|
9444
9401
|
* Gets current value of property {@link #getSingleContainerFullSize singleContainerFullSize}.
|
|
9445
9402
|
*
|
|
@@ -9457,7 +9414,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9457
9414
|
*/
|
|
9458
9415
|
getSingleContainerFullSize(): boolean;
|
|
9459
9416
|
/**
|
|
9460
|
-
* @
|
|
9417
|
+
* @since 1.16.3
|
|
9461
9418
|
*
|
|
9462
9419
|
* Gets content of aggregation {@link #getTitle title}.
|
|
9463
9420
|
*
|
|
@@ -9465,7 +9422,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9465
9422
|
*/
|
|
9466
9423
|
getTitle(): Title | string;
|
|
9467
9424
|
/**
|
|
9468
|
-
* @
|
|
9425
|
+
* @since 1.36.0
|
|
9469
9426
|
*
|
|
9470
9427
|
* Gets content of aggregation {@link #getToolbar toolbar}.
|
|
9471
9428
|
*
|
|
@@ -9476,7 +9433,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9476
9433
|
*/
|
|
9477
9434
|
getToolbar(): Toolbar;
|
|
9478
9435
|
/**
|
|
9479
|
-
* @
|
|
9436
|
+
* @since 1.28.0
|
|
9480
9437
|
*
|
|
9481
9438
|
* Gets current value of property {@link #getWidth width}.
|
|
9482
9439
|
*
|
|
@@ -9515,7 +9472,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9515
9472
|
iIndex: int
|
|
9516
9473
|
): this;
|
|
9517
9474
|
/**
|
|
9518
|
-
* @
|
|
9475
|
+
* @since 1.32.0
|
|
9519
9476
|
*
|
|
9520
9477
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
9521
9478
|
*
|
|
@@ -9531,7 +9488,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9531
9488
|
*/
|
|
9532
9489
|
removeAllContent(): UI5Element[];
|
|
9533
9490
|
/**
|
|
9534
|
-
* @
|
|
9491
|
+
* @since 1.32.0
|
|
9535
9492
|
*
|
|
9536
9493
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
9537
9494
|
*
|
|
@@ -9555,7 +9512,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9555
9512
|
vContent: int | string | UI5Element
|
|
9556
9513
|
): UI5Element | null;
|
|
9557
9514
|
/**
|
|
9558
|
-
* @
|
|
9515
|
+
* @since 1.34.0
|
|
9559
9516
|
*
|
|
9560
9517
|
* Sets a new value for property {@link #getAdjustLabelSpan adjustLabelSpan}.
|
|
9561
9518
|
*
|
|
@@ -9583,7 +9540,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9583
9540
|
bAdjustLabelSpan?: boolean
|
|
9584
9541
|
): this;
|
|
9585
9542
|
/**
|
|
9586
|
-
* @
|
|
9543
|
+
* @since 1.36.0
|
|
9587
9544
|
*
|
|
9588
9545
|
* Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
|
|
9589
9546
|
*
|
|
@@ -9604,7 +9561,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9604
9561
|
sBackgroundDesign?: BackgroundDesign | keyof typeof BackgroundDesign
|
|
9605
9562
|
): this;
|
|
9606
9563
|
/**
|
|
9607
|
-
* @
|
|
9564
|
+
* @since 1.16.3
|
|
9608
9565
|
*
|
|
9609
9566
|
* Sets a new value for property {@link #getBreakpointL breakpointL}.
|
|
9610
9567
|
*
|
|
@@ -9625,7 +9582,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9625
9582
|
iBreakpointL?: int
|
|
9626
9583
|
): this;
|
|
9627
9584
|
/**
|
|
9628
|
-
* @
|
|
9585
|
+
* @since 1.16.3
|
|
9629
9586
|
*
|
|
9630
9587
|
* Sets a new value for property {@link #getBreakpointM breakpointM}.
|
|
9631
9588
|
*
|
|
@@ -9646,7 +9603,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9646
9603
|
iBreakpointM?: int
|
|
9647
9604
|
): this;
|
|
9648
9605
|
/**
|
|
9649
|
-
* @
|
|
9606
|
+
* @since 1.34.0
|
|
9650
9607
|
*
|
|
9651
9608
|
* Sets a new value for property {@link #getBreakpointXL breakpointXL}.
|
|
9652
9609
|
*
|
|
@@ -9667,7 +9624,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9667
9624
|
iBreakpointXL?: int
|
|
9668
9625
|
): this;
|
|
9669
9626
|
/**
|
|
9670
|
-
* @
|
|
9627
|
+
* @since 1.16.3
|
|
9671
9628
|
*
|
|
9672
9629
|
* Sets a new value for property {@link #getColumnsL columnsL}.
|
|
9673
9630
|
*
|
|
@@ -9689,7 +9646,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9689
9646
|
iColumnsL?: int
|
|
9690
9647
|
): this;
|
|
9691
9648
|
/**
|
|
9692
|
-
* @
|
|
9649
|
+
* @since 1.16.3
|
|
9693
9650
|
*
|
|
9694
9651
|
* Sets a new value for property {@link #getColumnsM columnsM}.
|
|
9695
9652
|
*
|
|
@@ -9710,7 +9667,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9710
9667
|
iColumnsM?: int
|
|
9711
9668
|
): this;
|
|
9712
9669
|
/**
|
|
9713
|
-
* @
|
|
9670
|
+
* @since 1.34.0
|
|
9714
9671
|
*
|
|
9715
9672
|
* Sets a new value for property {@link #getColumnsXL columnsXL}.
|
|
9716
9673
|
*
|
|
@@ -9760,7 +9717,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9760
9717
|
bEditable?: boolean
|
|
9761
9718
|
): this;
|
|
9762
9719
|
/**
|
|
9763
|
-
* @
|
|
9720
|
+
* @since 1.16.3
|
|
9764
9721
|
*
|
|
9765
9722
|
* Sets a new value for property {@link #getEmptySpanL emptySpanL}.
|
|
9766
9723
|
*
|
|
@@ -9782,7 +9739,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9782
9739
|
iEmptySpanL?: int
|
|
9783
9740
|
): this;
|
|
9784
9741
|
/**
|
|
9785
|
-
* @
|
|
9742
|
+
* @since 1.16.3
|
|
9786
9743
|
*
|
|
9787
9744
|
* Sets a new value for property {@link #getEmptySpanM emptySpanM}.
|
|
9788
9745
|
*
|
|
@@ -9803,7 +9760,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9803
9760
|
iEmptySpanM?: int
|
|
9804
9761
|
): this;
|
|
9805
9762
|
/**
|
|
9806
|
-
* @
|
|
9763
|
+
* @since 1.16.3
|
|
9807
9764
|
*
|
|
9808
9765
|
* Sets a new value for property {@link #getEmptySpanS emptySpanS}.
|
|
9809
9766
|
*
|
|
@@ -9824,7 +9781,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9824
9781
|
iEmptySpanS?: int
|
|
9825
9782
|
): this;
|
|
9826
9783
|
/**
|
|
9827
|
-
* @
|
|
9784
|
+
* @since 1.34.0
|
|
9828
9785
|
*
|
|
9829
9786
|
* Sets a new value for property {@link #getEmptySpanXL emptySpanXL}.
|
|
9830
9787
|
*
|
|
@@ -9866,7 +9823,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9866
9823
|
iLabelMinWidth?: int
|
|
9867
9824
|
): this;
|
|
9868
9825
|
/**
|
|
9869
|
-
* @
|
|
9826
|
+
* @since 1.16.3
|
|
9870
9827
|
*
|
|
9871
9828
|
* Sets a new value for property {@link #getLabelSpanL labelSpanL}.
|
|
9872
9829
|
*
|
|
@@ -9891,7 +9848,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9891
9848
|
iLabelSpanL?: int
|
|
9892
9849
|
): this;
|
|
9893
9850
|
/**
|
|
9894
|
-
* @
|
|
9851
|
+
* @since 1.16.3
|
|
9895
9852
|
*
|
|
9896
9853
|
* Sets a new value for property {@link #getLabelSpanM labelSpanM}.
|
|
9897
9854
|
*
|
|
@@ -9915,7 +9872,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9915
9872
|
iLabelSpanM?: int
|
|
9916
9873
|
): this;
|
|
9917
9874
|
/**
|
|
9918
|
-
* @
|
|
9875
|
+
* @since 1.16.3
|
|
9919
9876
|
*
|
|
9920
9877
|
* Sets a new value for property {@link #getLabelSpanS labelSpanS}.
|
|
9921
9878
|
*
|
|
@@ -9936,7 +9893,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9936
9893
|
iLabelSpanS?: int
|
|
9937
9894
|
): this;
|
|
9938
9895
|
/**
|
|
9939
|
-
* @
|
|
9896
|
+
* @since 1.34.0
|
|
9940
9897
|
*
|
|
9941
9898
|
* Sets a new value for property {@link #getLabelSpanXL labelSpanXL}.
|
|
9942
9899
|
*
|
|
@@ -10030,7 +9987,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10030
9987
|
iMinWidth?: int
|
|
10031
9988
|
): this;
|
|
10032
9989
|
/**
|
|
10033
|
-
* @
|
|
9990
|
+
* @since 1.34.0
|
|
10034
9991
|
*
|
|
10035
9992
|
* Sets a new value for property {@link #getSingleContainerFullSize singleContainerFullSize}.
|
|
10036
9993
|
*
|
|
@@ -10055,7 +10012,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10055
10012
|
bSingleContainerFullSize?: boolean
|
|
10056
10013
|
): this;
|
|
10057
10014
|
/**
|
|
10058
|
-
* @
|
|
10015
|
+
* @since 1.16.3
|
|
10059
10016
|
*
|
|
10060
10017
|
* Sets the aggregated {@link #getTitle title}.
|
|
10061
10018
|
*
|
|
@@ -10068,7 +10025,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10068
10025
|
vTitle: Title | string
|
|
10069
10026
|
): this;
|
|
10070
10027
|
/**
|
|
10071
|
-
* @
|
|
10028
|
+
* @since 1.36.0
|
|
10072
10029
|
*
|
|
10073
10030
|
* Sets the aggregated {@link #getToolbar toolbar}.
|
|
10074
10031
|
*
|
|
@@ -10081,7 +10038,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10081
10038
|
oToolbar: Toolbar
|
|
10082
10039
|
): this;
|
|
10083
10040
|
/**
|
|
10084
|
-
* @
|
|
10041
|
+
* @since 1.28.0
|
|
10085
10042
|
*
|
|
10086
10043
|
* Sets a new value for property {@link #getWidth width}.
|
|
10087
10044
|
*
|
|
@@ -10098,7 +10055,6 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10098
10055
|
sWidth?: CSSSize
|
|
10099
10056
|
): this;
|
|
10100
10057
|
}
|
|
10101
|
-
export default SimpleForm;
|
|
10102
10058
|
|
|
10103
10059
|
export interface $SimpleFormSettings extends $ControlSettings {
|
|
10104
10060
|
/**
|
|
@@ -10123,7 +10079,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10123
10079
|
minWidth?: int | PropertyBindingInfo | `{${string}}`;
|
|
10124
10080
|
|
|
10125
10081
|
/**
|
|
10126
|
-
* @
|
|
10082
|
+
* @since 1.28.0
|
|
10127
10083
|
*
|
|
10128
10084
|
* Width of the form.
|
|
10129
10085
|
*/
|
|
@@ -10170,7 +10126,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10170
10126
|
| `{${string}}`;
|
|
10171
10127
|
|
|
10172
10128
|
/**
|
|
10173
|
-
* @
|
|
10129
|
+
* @since 1.34.0
|
|
10174
10130
|
*
|
|
10175
10131
|
* Default span for labels in extra large size.
|
|
10176
10132
|
*
|
|
@@ -10181,7 +10137,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10181
10137
|
labelSpanXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10182
10138
|
|
|
10183
10139
|
/**
|
|
10184
|
-
* @
|
|
10140
|
+
* @since 1.16.3
|
|
10185
10141
|
*
|
|
10186
10142
|
* Default span for labels in large size.
|
|
10187
10143
|
*
|
|
@@ -10194,7 +10150,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10194
10150
|
labelSpanL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10195
10151
|
|
|
10196
10152
|
/**
|
|
10197
|
-
* @
|
|
10153
|
+
* @since 1.16.3
|
|
10198
10154
|
*
|
|
10199
10155
|
* Default span for labels in medium size.
|
|
10200
10156
|
*
|
|
@@ -10206,7 +10162,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10206
10162
|
labelSpanM?: int | PropertyBindingInfo | `{${string}}`;
|
|
10207
10163
|
|
|
10208
10164
|
/**
|
|
10209
|
-
* @
|
|
10165
|
+
* @since 1.16.3
|
|
10210
10166
|
*
|
|
10211
10167
|
* Default span for labels in small size.
|
|
10212
10168
|
*
|
|
@@ -10215,7 +10171,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10215
10171
|
labelSpanS?: int | PropertyBindingInfo | `{${string}}`;
|
|
10216
10172
|
|
|
10217
10173
|
/**
|
|
10218
|
-
* @
|
|
10174
|
+
* @since 1.34.0
|
|
10219
10175
|
*
|
|
10220
10176
|
* If set, the usage of `labelSpanL` and `labelSpanM` are dependent on the number of `FormContainers` in
|
|
10221
10177
|
* one row. If only one `FormContainer` is displayed in one row, `labelSpanM` is used to define the size
|
|
@@ -10231,7 +10187,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10231
10187
|
adjustLabelSpan?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
10232
10188
|
|
|
10233
10189
|
/**
|
|
10234
|
-
* @
|
|
10190
|
+
* @since 1.34.0
|
|
10235
10191
|
*
|
|
10236
10192
|
* Number of grid cells that are empty at the end of each line on extra large size.
|
|
10237
10193
|
*
|
|
@@ -10242,7 +10198,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10242
10198
|
emptySpanXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10243
10199
|
|
|
10244
10200
|
/**
|
|
10245
|
-
* @
|
|
10201
|
+
* @since 1.16.3
|
|
10246
10202
|
*
|
|
10247
10203
|
* Number of grid cells that are empty at the end of each line on large size.
|
|
10248
10204
|
*
|
|
@@ -10252,7 +10208,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10252
10208
|
emptySpanL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10253
10209
|
|
|
10254
10210
|
/**
|
|
10255
|
-
* @
|
|
10211
|
+
* @since 1.16.3
|
|
10256
10212
|
*
|
|
10257
10213
|
* Number of grid cells that are empty at the end of each line on medium size.
|
|
10258
10214
|
*
|
|
@@ -10261,7 +10217,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10261
10217
|
emptySpanM?: int | PropertyBindingInfo | `{${string}}`;
|
|
10262
10218
|
|
|
10263
10219
|
/**
|
|
10264
|
-
* @
|
|
10220
|
+
* @since 1.16.3
|
|
10265
10221
|
*
|
|
10266
10222
|
* Number of grid cells that are empty at the end of each line on small size.
|
|
10267
10223
|
*
|
|
@@ -10270,7 +10226,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10270
10226
|
emptySpanS?: int | PropertyBindingInfo | `{${string}}`;
|
|
10271
10227
|
|
|
10272
10228
|
/**
|
|
10273
|
-
* @
|
|
10229
|
+
* @since 1.34.0
|
|
10274
10230
|
*
|
|
10275
10231
|
* Form columns for extra large size. The number of columns for extra large size must not be smaller than
|
|
10276
10232
|
* the number of columns for large size.
|
|
@@ -10282,7 +10238,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10282
10238
|
columnsXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10283
10239
|
|
|
10284
10240
|
/**
|
|
10285
|
-
* @
|
|
10241
|
+
* @since 1.16.3
|
|
10286
10242
|
*
|
|
10287
10243
|
* Form columns for large size. The number of columns for large size must not be smaller than the number
|
|
10288
10244
|
* of columns for medium size.
|
|
@@ -10292,7 +10248,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10292
10248
|
columnsL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10293
10249
|
|
|
10294
10250
|
/**
|
|
10295
|
-
* @
|
|
10251
|
+
* @since 1.16.3
|
|
10296
10252
|
*
|
|
10297
10253
|
* Form columns for medium size.
|
|
10298
10254
|
*
|
|
@@ -10301,7 +10257,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10301
10257
|
columnsM?: int | PropertyBindingInfo | `{${string}}`;
|
|
10302
10258
|
|
|
10303
10259
|
/**
|
|
10304
|
-
* @
|
|
10260
|
+
* @since 1.34.0
|
|
10305
10261
|
*
|
|
10306
10262
|
* If the `Form` contains only one single `FormContainer` and this property is set, the `FormContainer`
|
|
10307
10263
|
* is displayed using the full size of the `Form`. In this case the properties `columnsL` and `columnsM`
|
|
@@ -10314,7 +10270,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10314
10270
|
singleContainerFullSize?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
10315
10271
|
|
|
10316
10272
|
/**
|
|
10317
|
-
* @
|
|
10273
|
+
* @since 1.34.0
|
|
10318
10274
|
*
|
|
10319
10275
|
* Breakpoint between Medium size and Large size.
|
|
10320
10276
|
*
|
|
@@ -10323,7 +10279,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10323
10279
|
breakpointXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10324
10280
|
|
|
10325
10281
|
/**
|
|
10326
|
-
* @
|
|
10282
|
+
* @since 1.16.3
|
|
10327
10283
|
*
|
|
10328
10284
|
* Breakpoint between Medium size and Large size.
|
|
10329
10285
|
*
|
|
@@ -10332,7 +10288,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10332
10288
|
breakpointL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10333
10289
|
|
|
10334
10290
|
/**
|
|
10335
|
-
* @
|
|
10291
|
+
* @since 1.16.3
|
|
10336
10292
|
*
|
|
10337
10293
|
* Breakpoint between Small size and Medium size.
|
|
10338
10294
|
*
|
|
@@ -10341,7 +10297,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10341
10297
|
breakpointM?: int | PropertyBindingInfo | `{${string}}`;
|
|
10342
10298
|
|
|
10343
10299
|
/**
|
|
10344
|
-
* @
|
|
10300
|
+
* @since 1.36.0
|
|
10345
10301
|
*
|
|
10346
10302
|
* Specifies the background color of the `SimpleForm` content.
|
|
10347
10303
|
*
|
|
@@ -10405,14 +10361,14 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10405
10361
|
| `{${string}}`;
|
|
10406
10362
|
|
|
10407
10363
|
/**
|
|
10408
|
-
* @
|
|
10364
|
+
* @since 1.16.3
|
|
10409
10365
|
*
|
|
10410
10366
|
* Title element of the `SimpleForm`. Can either be a `Title` element, or a string.
|
|
10411
10367
|
*/
|
|
10412
10368
|
title?: string | Title | PropertyBindingInfo;
|
|
10413
10369
|
|
|
10414
10370
|
/**
|
|
10415
|
-
* @
|
|
10371
|
+
* @since 1.36.0
|
|
10416
10372
|
*
|
|
10417
10373
|
* Toolbar of the `SimpleForm`.
|
|
10418
10374
|
*
|
|
@@ -10422,7 +10378,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10422
10378
|
toolbar?: Toolbar;
|
|
10423
10379
|
|
|
10424
10380
|
/**
|
|
10425
|
-
* @
|
|
10381
|
+
* @since 1.32.0
|
|
10426
10382
|
*
|
|
10427
10383
|
* Association to controls / IDs which label this control (see WAI-ARIA attribute `aria-labelledby`).
|
|
10428
10384
|
*/
|
|
@@ -10445,7 +10401,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10445
10401
|
} from "sap/ui/base/ManagedObject";
|
|
10446
10402
|
|
|
10447
10403
|
/**
|
|
10448
|
-
* @
|
|
10404
|
+
* @since 1.15.0
|
|
10449
10405
|
*
|
|
10450
10406
|
* A layout control which positions its child controls in a 12 column flow layout.
|
|
10451
10407
|
*
|
|
@@ -10463,7 +10419,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10463
10419
|
* An additional `sapUiRespGridOverflowHidden` CSS class should be added to the control in order to hide
|
|
10464
10420
|
* the overflowing part of it.
|
|
10465
10421
|
*/
|
|
10466
|
-
class Grid extends Control {
|
|
10422
|
+
export default class Grid extends Control {
|
|
10467
10423
|
/**
|
|
10468
10424
|
* Constructor for a new `Grid`.
|
|
10469
10425
|
*
|
|
@@ -10533,7 +10489,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10533
10489
|
*/
|
|
10534
10490
|
static getMetadata(): ElementMetadata;
|
|
10535
10491
|
/**
|
|
10536
|
-
* @
|
|
10492
|
+
* @since 1.48.7
|
|
10537
10493
|
*
|
|
10538
10494
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10539
10495
|
*
|
|
@@ -10563,7 +10519,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10563
10519
|
*/
|
|
10564
10520
|
destroyContent(): this;
|
|
10565
10521
|
/**
|
|
10566
|
-
* @
|
|
10522
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10567
10523
|
*
|
|
10568
10524
|
* Returns the `Grid` accessibility information.
|
|
10569
10525
|
* See:
|
|
@@ -10573,7 +10529,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10573
10529
|
*/
|
|
10574
10530
|
getAccessibilityInfo(): object;
|
|
10575
10531
|
/**
|
|
10576
|
-
* @
|
|
10532
|
+
* @since 1.48.7
|
|
10577
10533
|
*
|
|
10578
10534
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10579
10535
|
*/
|
|
@@ -10696,7 +10652,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10696
10652
|
iIndex: int
|
|
10697
10653
|
): this;
|
|
10698
10654
|
/**
|
|
10699
|
-
* @
|
|
10655
|
+
* @since 1.48.7
|
|
10700
10656
|
*
|
|
10701
10657
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10702
10658
|
*
|
|
@@ -10712,7 +10668,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10712
10668
|
*/
|
|
10713
10669
|
removeAllContent(): Control[];
|
|
10714
10670
|
/**
|
|
10715
|
-
* @
|
|
10671
|
+
* @since 1.48.7
|
|
10716
10672
|
*
|
|
10717
10673
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10718
10674
|
*
|
|
@@ -10867,7 +10823,6 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10867
10823
|
sWidth?: CSSSize
|
|
10868
10824
|
): this;
|
|
10869
10825
|
}
|
|
10870
|
-
export default Grid;
|
|
10871
10826
|
|
|
10872
10827
|
export interface $GridSettings extends $ControlSettings {
|
|
10873
10828
|
/**
|
|
@@ -10926,7 +10881,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10926
10881
|
content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
10927
10882
|
|
|
10928
10883
|
/**
|
|
10929
|
-
* @
|
|
10884
|
+
* @since 1.48.7
|
|
10930
10885
|
*
|
|
10931
10886
|
* Association to controls / IDs that label this control (see WAI-ARIA attribute `aria-labelledby`).
|
|
10932
10887
|
*/
|
|
@@ -10947,7 +10902,7 @@ declare module "sap/ui/layout/GridData" {
|
|
|
10947
10902
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
10948
10903
|
|
|
10949
10904
|
/**
|
|
10950
|
-
* @
|
|
10905
|
+
* @since 1.15.0
|
|
10951
10906
|
*
|
|
10952
10907
|
* Defines layout data for the {@link sap.ui.layout.Grid}.
|
|
10953
10908
|
*
|
|
@@ -10955,7 +10910,7 @@ declare module "sap/ui/layout/GridData" {
|
|
|
10955
10910
|
* to `true` if the next form element has to be displayed on a new line. Otherwise the `GridData` overrides
|
|
10956
10911
|
* the layout provided by the `Form`.
|
|
10957
10912
|
*/
|
|
10958
|
-
class GridData extends LayoutData {
|
|
10913
|
+
export default class GridData extends LayoutData {
|
|
10959
10914
|
/**
|
|
10960
10915
|
* Constructor for a new `GridData`.
|
|
10961
10916
|
*
|
|
@@ -11855,7 +11810,6 @@ declare module "sap/ui/layout/GridData" {
|
|
|
11855
11810
|
bVisibleXL?: boolean
|
|
11856
11811
|
): this;
|
|
11857
11812
|
}
|
|
11858
|
-
export default GridData;
|
|
11859
11813
|
|
|
11860
11814
|
export interface $GridDataSettings extends $LayoutDataSettings {
|
|
11861
11815
|
/**
|
|
@@ -12070,11 +12024,11 @@ declare module "sap/ui/layout/HorizontalLayout" {
|
|
|
12070
12024
|
} from "sap/ui/base/ManagedObject";
|
|
12071
12025
|
|
|
12072
12026
|
/**
|
|
12073
|
-
* @
|
|
12027
|
+
* @since 1.16.0
|
|
12074
12028
|
*
|
|
12075
12029
|
* A layout that provides support for horizontal alignment of controls
|
|
12076
12030
|
*/
|
|
12077
|
-
class HorizontalLayout extends Control {
|
|
12031
|
+
export default class HorizontalLayout extends Control {
|
|
12078
12032
|
/**
|
|
12079
12033
|
* Constructor for a new HorizontalLayout.
|
|
12080
12034
|
*
|
|
@@ -12153,7 +12107,7 @@ declare module "sap/ui/layout/HorizontalLayout" {
|
|
|
12153
12107
|
*/
|
|
12154
12108
|
destroyContent(): this;
|
|
12155
12109
|
/**
|
|
12156
|
-
* @
|
|
12110
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12157
12111
|
*
|
|
12158
12112
|
* See:
|
|
12159
12113
|
* sap.ui.core.Control#getAccessibilityInfo
|
|
@@ -12245,7 +12199,6 @@ declare module "sap/ui/layout/HorizontalLayout" {
|
|
|
12245
12199
|
bAllowWrapping?: boolean
|
|
12246
12200
|
): this;
|
|
12247
12201
|
}
|
|
12248
|
-
export default HorizontalLayout;
|
|
12249
12202
|
|
|
12250
12203
|
export interface $HorizontalLayoutSettings extends $ControlSettings {
|
|
12251
12204
|
/**
|
|
@@ -12264,8 +12217,6 @@ declare module "sap/ui/layout/HorizontalLayout" {
|
|
|
12264
12217
|
declare module "sap/ui/layout/PaneContainer" {
|
|
12265
12218
|
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
12266
12219
|
|
|
12267
|
-
import Event from "sap/ui/base/Event";
|
|
12268
|
-
|
|
12269
12220
|
import LayoutData from "sap/ui/core/LayoutData";
|
|
12270
12221
|
|
|
12271
12222
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -12278,14 +12229,16 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12278
12229
|
AggregationBindingInfo,
|
|
12279
12230
|
} from "sap/ui/base/ManagedObject";
|
|
12280
12231
|
|
|
12232
|
+
import Event from "sap/ui/base/Event";
|
|
12233
|
+
|
|
12281
12234
|
/**
|
|
12282
|
-
* @
|
|
12235
|
+
* @since 1.38
|
|
12283
12236
|
*
|
|
12284
12237
|
* PaneContainer is an abstraction of Splitter.
|
|
12285
12238
|
*
|
|
12286
12239
|
* Could be used as an aggregation of ResponsiveSplitter or nested in other PaneContainers.
|
|
12287
12240
|
*/
|
|
12288
|
-
class PaneContainer extends UI5Element {
|
|
12241
|
+
export default class PaneContainer extends UI5Element {
|
|
12289
12242
|
/**
|
|
12290
12243
|
* Constructor for a new PaneContainer.
|
|
12291
12244
|
*
|
|
@@ -12376,7 +12329,7 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12376
12329
|
/**
|
|
12377
12330
|
* The function to be called when the event occurs
|
|
12378
12331
|
*/
|
|
12379
|
-
fnFunction: (p1:
|
|
12332
|
+
fnFunction: (p1: PaneContainer$ResizeEvent) => void,
|
|
12380
12333
|
/**
|
|
12381
12334
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.PaneContainer` itself
|
|
12382
12335
|
*/
|
|
@@ -12396,7 +12349,7 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12396
12349
|
/**
|
|
12397
12350
|
* The function to be called when the event occurs
|
|
12398
12351
|
*/
|
|
12399
|
-
fnFunction: (p1:
|
|
12352
|
+
fnFunction: (p1: PaneContainer$ResizeEvent) => void,
|
|
12400
12353
|
/**
|
|
12401
12354
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.PaneContainer` itself
|
|
12402
12355
|
*/
|
|
@@ -12419,14 +12372,14 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12419
12372
|
/**
|
|
12420
12373
|
* The function to be called, when the event occurs
|
|
12421
12374
|
*/
|
|
12422
|
-
fnFunction: (p1:
|
|
12375
|
+
fnFunction: (p1: PaneContainer$ResizeEvent) => void,
|
|
12423
12376
|
/**
|
|
12424
12377
|
* Context object on which the given function had to be called
|
|
12425
12378
|
*/
|
|
12426
12379
|
oListener?: object
|
|
12427
12380
|
): this;
|
|
12428
12381
|
/**
|
|
12429
|
-
* @
|
|
12382
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12430
12383
|
*
|
|
12431
12384
|
* Fires event {@link #event:resize resize} to attached listeners.
|
|
12432
12385
|
*
|
|
@@ -12436,7 +12389,7 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12436
12389
|
/**
|
|
12437
12390
|
* Parameters to pass along with the event
|
|
12438
12391
|
*/
|
|
12439
|
-
mParameters?: $
|
|
12392
|
+
mParameters?: PaneContainer$ResizeEventParameters
|
|
12440
12393
|
): this;
|
|
12441
12394
|
/**
|
|
12442
12395
|
* Getter for property layoutData.
|
|
@@ -12515,7 +12468,6 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12515
12468
|
sOrientation: Orientation | keyof typeof Orientation
|
|
12516
12469
|
): this;
|
|
12517
12470
|
}
|
|
12518
|
-
export default PaneContainer;
|
|
12519
12471
|
|
|
12520
12472
|
export interface $PaneContainerSettings extends $ElementSettings {
|
|
12521
12473
|
/**
|
|
@@ -12534,10 +12486,10 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12534
12486
|
/**
|
|
12535
12487
|
* Fired when contents are resized.
|
|
12536
12488
|
*/
|
|
12537
|
-
resize?: (oEvent:
|
|
12489
|
+
resize?: (oEvent: PaneContainer$ResizeEvent) => void;
|
|
12538
12490
|
}
|
|
12539
12491
|
|
|
12540
|
-
export interface $
|
|
12492
|
+
export interface PaneContainer$ResizeEventParameters {
|
|
12541
12493
|
/**
|
|
12542
12494
|
* An array of values representing the old (pixel)sizes of the split panes, which are inside the pane container.
|
|
12543
12495
|
*/
|
|
@@ -12548,6 +12500,8 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12548
12500
|
*/
|
|
12549
12501
|
newSizes?: float[];
|
|
12550
12502
|
}
|
|
12503
|
+
|
|
12504
|
+
export type PaneContainer$ResizeEvent = Event<PaneContainer$ResizeEventParameters>;
|
|
12551
12505
|
}
|
|
12552
12506
|
|
|
12553
12507
|
declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
@@ -12563,12 +12517,12 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
12563
12517
|
} from "sap/ui/base/ManagedObject";
|
|
12564
12518
|
|
|
12565
12519
|
/**
|
|
12566
|
-
* @
|
|
12520
|
+
* @since 1.16.0
|
|
12567
12521
|
*
|
|
12568
12522
|
* This is a layout where several controls can be added. These controls are blown up to fit in an entire
|
|
12569
12523
|
* row. If the window resizes, the controls are moved between the rows and resized again.
|
|
12570
12524
|
*/
|
|
12571
|
-
class ResponsiveFlowLayout extends Control {
|
|
12525
|
+
export default class ResponsiveFlowLayout extends Control {
|
|
12572
12526
|
/**
|
|
12573
12527
|
* Constructor for a new ResponsiveFlowLayout.
|
|
12574
12528
|
*
|
|
@@ -12630,7 +12584,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
12630
12584
|
*/
|
|
12631
12585
|
static getMetadata(): ElementMetadata;
|
|
12632
12586
|
/**
|
|
12633
|
-
* @
|
|
12587
|
+
* @since 1.48.7
|
|
12634
12588
|
*
|
|
12635
12589
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
12636
12590
|
*
|
|
@@ -12659,7 +12613,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
12659
12613
|
*/
|
|
12660
12614
|
destroyContent(): this;
|
|
12661
12615
|
/**
|
|
12662
|
-
* @
|
|
12616
|
+
* @since 1.48.7
|
|
12663
12617
|
*
|
|
12664
12618
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
12665
12619
|
*/
|
|
@@ -12709,7 +12663,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
12709
12663
|
iIndex: int
|
|
12710
12664
|
): void;
|
|
12711
12665
|
/**
|
|
12712
|
-
* @
|
|
12666
|
+
* @since 1.48.7
|
|
12713
12667
|
*
|
|
12714
12668
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
12715
12669
|
*
|
|
@@ -12725,7 +12679,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
12725
12679
|
*/
|
|
12726
12680
|
removeAllContent(): Control[];
|
|
12727
12681
|
/**
|
|
12728
|
-
* @
|
|
12682
|
+
* @since 1.48.7
|
|
12729
12683
|
*
|
|
12730
12684
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
12731
12685
|
*
|
|
@@ -12766,7 +12720,6 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
12766
12720
|
bResponsive?: boolean
|
|
12767
12721
|
): this;
|
|
12768
12722
|
}
|
|
12769
|
-
export default ResponsiveFlowLayout;
|
|
12770
12723
|
|
|
12771
12724
|
export interface $ResponsiveFlowLayoutSettings extends $ControlSettings {
|
|
12772
12725
|
/**
|
|
@@ -12782,7 +12735,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
12782
12735
|
content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
12783
12736
|
|
|
12784
12737
|
/**
|
|
12785
|
-
* @
|
|
12738
|
+
* @since 1.48.7
|
|
12786
12739
|
*
|
|
12787
12740
|
* Association to controls / IDs that label this control (see WAI-ARIA attribute `aria-labelledby`).
|
|
12788
12741
|
*/
|
|
@@ -12801,11 +12754,11 @@ declare module "sap/ui/layout/ResponsiveFlowLayoutData" {
|
|
|
12801
12754
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
12802
12755
|
|
|
12803
12756
|
/**
|
|
12804
|
-
* @
|
|
12757
|
+
* @since 1.16.0
|
|
12805
12758
|
*
|
|
12806
12759
|
* This is a LayoutData element that can be added to a control if this control is used within a ResponsiveFlowLayout.
|
|
12807
12760
|
*/
|
|
12808
|
-
class ResponsiveFlowLayoutData extends LayoutData {
|
|
12761
|
+
export default class ResponsiveFlowLayoutData extends LayoutData {
|
|
12809
12762
|
/**
|
|
12810
12763
|
* Constructor for a new ResponsiveFlowLayoutData.
|
|
12811
12764
|
*
|
|
@@ -13012,7 +12965,6 @@ declare module "sap/ui/layout/ResponsiveFlowLayoutData" {
|
|
|
13012
12965
|
iWeight?: int
|
|
13013
12966
|
): this;
|
|
13014
12967
|
}
|
|
13015
|
-
export default ResponsiveFlowLayoutData;
|
|
13016
12968
|
|
|
13017
12969
|
export interface $ResponsiveFlowLayoutDataSettings
|
|
13018
12970
|
extends $LayoutDataSettings {
|
|
@@ -13062,7 +13014,7 @@ declare module "sap/ui/layout/ResponsiveSplitter" {
|
|
|
13062
13014
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
13063
13015
|
|
|
13064
13016
|
/**
|
|
13065
|
-
* @
|
|
13017
|
+
* @since 1.38
|
|
13066
13018
|
*
|
|
13067
13019
|
* A responsive splitter which divides the application into several areas. Overview: The responsive splitter
|
|
13068
13020
|
* layout structures complex applications into defined areas. These areas may be resizable and are either
|
|
@@ -13087,7 +13039,7 @@ declare module "sap/ui/layout/ResponsiveSplitter" {
|
|
|
13087
13039
|
* might lead to inconsistent layout. If it is necessary, you need to ensure the sum of all sizes of the
|
|
13088
13040
|
* SplitPanes doesn't exceed the width of the PaneContainer.
|
|
13089
13041
|
*/
|
|
13090
|
-
class ResponsiveSplitter extends Control {
|
|
13042
|
+
export default class ResponsiveSplitter extends Control {
|
|
13091
13043
|
/**
|
|
13092
13044
|
* Constructor for a new ResponsiveSplitter.
|
|
13093
13045
|
*
|
|
@@ -13247,7 +13199,6 @@ declare module "sap/ui/layout/ResponsiveSplitter" {
|
|
|
13247
13199
|
sWidth?: CSSSize
|
|
13248
13200
|
): this;
|
|
13249
13201
|
}
|
|
13250
|
-
export default ResponsiveSplitter;
|
|
13251
13202
|
|
|
13252
13203
|
export interface $ResponsiveSplitterSettings extends $ControlSettings {
|
|
13253
13204
|
/**
|
|
@@ -13283,7 +13234,7 @@ declare module "sap/ui/layout/SplitPane" {
|
|
|
13283
13234
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
13284
13235
|
|
|
13285
13236
|
/**
|
|
13286
|
-
* @
|
|
13237
|
+
* @since 1.38
|
|
13287
13238
|
*
|
|
13288
13239
|
* SplitPane is a container of a single control in a responsive splitter. Could be used as an aggregation
|
|
13289
13240
|
* of a {@link sap.ui.layout.PaneContainer PaneContainer}.
|
|
@@ -13294,7 +13245,7 @@ declare module "sap/ui/layout/SplitPane" {
|
|
|
13294
13245
|
* - `demandPane` - determines if the pane is reachable via the pagination bar after it has been hidden
|
|
13295
13246
|
* from the screen.
|
|
13296
13247
|
*/
|
|
13297
|
-
class SplitPane extends UI5Element {
|
|
13248
|
+
export default class SplitPane extends UI5Element {
|
|
13298
13249
|
/**
|
|
13299
13250
|
* Constructor for a new SplitPane.
|
|
13300
13251
|
*
|
|
@@ -13441,7 +13392,6 @@ declare module "sap/ui/layout/SplitPane" {
|
|
|
13441
13392
|
iRequiredParentWidth?: int
|
|
13442
13393
|
): this;
|
|
13443
13394
|
}
|
|
13444
|
-
export default SplitPane;
|
|
13445
13395
|
|
|
13446
13396
|
export interface $SplitPaneSettings extends $ElementSettings {
|
|
13447
13397
|
/**
|
|
@@ -13468,8 +13418,6 @@ declare module "sap/ui/layout/SplitPane" {
|
|
|
13468
13418
|
declare module "sap/ui/layout/Splitter" {
|
|
13469
13419
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
13470
13420
|
|
|
13471
|
-
import Event from "sap/ui/base/Event";
|
|
13472
|
-
|
|
13473
13421
|
import { CSSSize, Orientation } from "sap/ui/core/library";
|
|
13474
13422
|
|
|
13475
13423
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -13479,8 +13427,10 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13479
13427
|
AggregationBindingInfo,
|
|
13480
13428
|
} from "sap/ui/base/ManagedObject";
|
|
13481
13429
|
|
|
13430
|
+
import Event from "sap/ui/base/Event";
|
|
13431
|
+
|
|
13482
13432
|
/**
|
|
13483
|
-
* @
|
|
13433
|
+
* @since 1.22.0
|
|
13484
13434
|
*
|
|
13485
13435
|
* Overview: A layout that contains several content areas. The content that is added to the splitter should
|
|
13486
13436
|
* contain `layoutData` of type {@link sap.ui.layout.SplitterLayoutData SplitterLayoutData} which defines
|
|
@@ -13507,7 +13457,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13507
13457
|
*
|
|
13508
13458
|
* Responsive Behavior: On touch-enabled devices the bars of the splitter can be moved by touching the grip.
|
|
13509
13459
|
*/
|
|
13510
|
-
class Splitter extends Control {
|
|
13460
|
+
export default class Splitter extends Control {
|
|
13511
13461
|
/**
|
|
13512
13462
|
* Constructor for a new Splitter.
|
|
13513
13463
|
*
|
|
@@ -13598,7 +13548,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13598
13548
|
/**
|
|
13599
13549
|
* The function to be called when the event occurs
|
|
13600
13550
|
*/
|
|
13601
|
-
fnFunction: (p1:
|
|
13551
|
+
fnFunction: (p1: Splitter$ResizeEvent) => void,
|
|
13602
13552
|
/**
|
|
13603
13553
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.Splitter` itself
|
|
13604
13554
|
*/
|
|
@@ -13618,7 +13568,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13618
13568
|
/**
|
|
13619
13569
|
* The function to be called when the event occurs
|
|
13620
13570
|
*/
|
|
13621
|
-
fnFunction: (p1:
|
|
13571
|
+
fnFunction: (p1: Splitter$ResizeEvent) => void,
|
|
13622
13572
|
/**
|
|
13623
13573
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.Splitter` itself
|
|
13624
13574
|
*/
|
|
@@ -13641,7 +13591,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13641
13591
|
/**
|
|
13642
13592
|
* The function to be called, when the event occurs
|
|
13643
13593
|
*/
|
|
13644
|
-
fnFunction: (p1:
|
|
13594
|
+
fnFunction: (p1: Splitter$ResizeEvent) => void,
|
|
13645
13595
|
/**
|
|
13646
13596
|
* Context object on which the given function had to be called
|
|
13647
13597
|
*/
|
|
@@ -13651,7 +13601,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13651
13601
|
* @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
|
|
13652
13602
|
* feature. It is declared as deprecated because the API might change in case the need for this is high
|
|
13653
13603
|
* enough to make it part of the official Splitter interface
|
|
13654
|
-
* @
|
|
13604
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13655
13605
|
*
|
|
13656
13606
|
* Disables the resize handler for this control, this leads to an automatic resize of the contents whenever
|
|
13657
13607
|
* the control changes its size. The resize handler is enabled in every control instance by default. For
|
|
@@ -13665,7 +13615,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13665
13615
|
bTemporarily?: boolean
|
|
13666
13616
|
): void;
|
|
13667
13617
|
/**
|
|
13668
|
-
* @
|
|
13618
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13669
13619
|
*
|
|
13670
13620
|
* Disables the resizing of the Splitter contents via keyboard. This changes the Splitter bars to non-focusable
|
|
13671
13621
|
* elements.
|
|
@@ -13675,7 +13625,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13675
13625
|
* @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
|
|
13676
13626
|
* feature. It is declared as deprecated because the API might change in case the need for this is high
|
|
13677
13627
|
* enough to make it part of the official Splitter interface
|
|
13678
|
-
* @
|
|
13628
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13679
13629
|
*
|
|
13680
13630
|
* Disables recalculation and resize of the splitter contents while dragging the splitter bar. This means
|
|
13681
13631
|
* that the contents are resized only once after moving the splitter bar.
|
|
@@ -13685,7 +13635,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13685
13635
|
* @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
|
|
13686
13636
|
* feature. It is declared as deprecated because the API might change in case the need for this is high
|
|
13687
13637
|
* enough to make it part of the official Splitter interface
|
|
13688
|
-
* @
|
|
13638
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13689
13639
|
*
|
|
13690
13640
|
* Enables the resize handler for this control, this leads to an automatic resize of the contents whenever
|
|
13691
13641
|
* the control changes its size. The resize handler is enabled in every control instance by default. For
|
|
@@ -13698,7 +13648,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13698
13648
|
bTemporarily?: boolean
|
|
13699
13649
|
): void;
|
|
13700
13650
|
/**
|
|
13701
|
-
* @
|
|
13651
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13702
13652
|
*
|
|
13703
13653
|
* Enables the resizing of the Splitter contents via keyboard. This makes the Splitter bars focusable elements.
|
|
13704
13654
|
*/
|
|
@@ -13707,14 +13657,14 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13707
13657
|
* @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
|
|
13708
13658
|
* feature. It is declared as deprecated because the API might change in case the need for this is high
|
|
13709
13659
|
* enough to make it part of the official Splitter interface
|
|
13710
|
-
* @
|
|
13660
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13711
13661
|
*
|
|
13712
13662
|
* Enables recalculation and resize of the splitter contents while dragging the splitter bar. This means
|
|
13713
13663
|
* that the contents are resized several times per second when moving the splitter bar.
|
|
13714
13664
|
*/
|
|
13715
13665
|
enableLiveResize(): void;
|
|
13716
13666
|
/**
|
|
13717
|
-
* @
|
|
13667
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13718
13668
|
*
|
|
13719
13669
|
* Fires event {@link #event:resize resize} to attached listeners.
|
|
13720
13670
|
*
|
|
@@ -13724,13 +13674,13 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13724
13674
|
/**
|
|
13725
13675
|
* Parameters to pass along with the event
|
|
13726
13676
|
*/
|
|
13727
|
-
mParameters?: $
|
|
13677
|
+
mParameters?: Splitter$ResizeEventParameters
|
|
13728
13678
|
): this;
|
|
13729
13679
|
/**
|
|
13730
13680
|
* @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
|
|
13731
13681
|
* feature. It is declared as deprecated because the API might change in case the need for this is high
|
|
13732
13682
|
* enough to make it part of the official Splitter interface
|
|
13733
|
-
* @
|
|
13683
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13734
13684
|
*
|
|
13735
13685
|
* Returns the current actual content sizes as pixel value - these values can change with every resize.
|
|
13736
13686
|
*
|
|
@@ -13888,7 +13838,6 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13888
13838
|
forceDirectly?: boolean
|
|
13889
13839
|
): void;
|
|
13890
13840
|
}
|
|
13891
|
-
export default Splitter;
|
|
13892
13841
|
|
|
13893
13842
|
export interface $SplitterSettings extends $ControlSettings {
|
|
13894
13843
|
/**
|
|
@@ -13917,10 +13866,10 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13917
13866
|
/**
|
|
13918
13867
|
* Event is fired when contents are resized.
|
|
13919
13868
|
*/
|
|
13920
|
-
resize?: (oEvent:
|
|
13869
|
+
resize?: (oEvent: Splitter$ResizeEvent) => void;
|
|
13921
13870
|
}
|
|
13922
13871
|
|
|
13923
|
-
export interface $
|
|
13872
|
+
export interface Splitter$ResizeEventParameters {
|
|
13924
13873
|
/**
|
|
13925
13874
|
* The ID of the splitter control. The splitter control can also be accessed by calling getSource() on the
|
|
13926
13875
|
* event.
|
|
@@ -13937,6 +13886,8 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13937
13886
|
*/
|
|
13938
13887
|
newSizes?: int[];
|
|
13939
13888
|
}
|
|
13889
|
+
|
|
13890
|
+
export type Splitter$ResizeEvent = Event<Splitter$ResizeEventParameters>;
|
|
13940
13891
|
}
|
|
13941
13892
|
|
|
13942
13893
|
declare module "sap/ui/layout/SplitterLayoutData" {
|
|
@@ -13952,14 +13903,14 @@ declare module "sap/ui/layout/SplitterLayoutData" {
|
|
|
13952
13903
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
13953
13904
|
|
|
13954
13905
|
/**
|
|
13955
|
-
* @
|
|
13956
|
-
* @
|
|
13906
|
+
* @since 1.22.0
|
|
13907
|
+
* @experimental (since 1.22.0) - API is not yet finished and might change completely
|
|
13957
13908
|
*
|
|
13958
13909
|
* Holds layout data for the splitter contents. Allowed size values are numeric values ending in "px" and
|
|
13959
13910
|
* "%" and the special case "auto". (The CSS value "auto" is used internally to recalculate the size of
|
|
13960
13911
|
* the content dynamically and is not directly set as style property.)
|
|
13961
13912
|
*/
|
|
13962
|
-
class SplitterLayoutData extends LayoutData {
|
|
13913
|
+
export default class SplitterLayoutData extends LayoutData {
|
|
13963
13914
|
/**
|
|
13964
13915
|
* Constructor for a new SplitterLayoutData.
|
|
13965
13916
|
*
|
|
@@ -14108,7 +14059,6 @@ declare module "sap/ui/layout/SplitterLayoutData" {
|
|
|
14108
14059
|
sSize?: CSSSize
|
|
14109
14060
|
): this;
|
|
14110
14061
|
}
|
|
14111
|
-
export default SplitterLayoutData;
|
|
14112
14062
|
|
|
14113
14063
|
export interface $SplitterLayoutDataSettings extends $LayoutDataSettings {
|
|
14114
14064
|
/**
|
|
@@ -14144,11 +14094,11 @@ declare module "sap/ui/layout/VerticalLayout" {
|
|
|
14144
14094
|
} from "sap/ui/base/ManagedObject";
|
|
14145
14095
|
|
|
14146
14096
|
/**
|
|
14147
|
-
* @
|
|
14097
|
+
* @since 1.16.0
|
|
14148
14098
|
*
|
|
14149
14099
|
* In this layout the content controls are rendered one below the other.
|
|
14150
14100
|
*/
|
|
14151
|
-
class VerticalLayout extends Control {
|
|
14101
|
+
export default class VerticalLayout extends Control {
|
|
14152
14102
|
/**
|
|
14153
14103
|
* Constructor for a new VerticalLayout.
|
|
14154
14104
|
*
|
|
@@ -14227,7 +14177,7 @@ declare module "sap/ui/layout/VerticalLayout" {
|
|
|
14227
14177
|
*/
|
|
14228
14178
|
destroyContent(): this;
|
|
14229
14179
|
/**
|
|
14230
|
-
* @
|
|
14180
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14231
14181
|
*
|
|
14232
14182
|
* See:
|
|
14233
14183
|
* sap.ui.core.Control#getAccessibilityInfo
|
|
@@ -14342,7 +14292,6 @@ declare module "sap/ui/layout/VerticalLayout" {
|
|
|
14342
14292
|
sWidth?: CSSSize
|
|
14343
14293
|
): this;
|
|
14344
14294
|
}
|
|
14345
|
-
export default VerticalLayout;
|
|
14346
14295
|
|
|
14347
14296
|
export interface $VerticalLayoutSettings extends $ControlSettings {
|
|
14348
14297
|
/**
|