@openui5/types 1.114.0 → 1.115.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.f.d.ts +1780 -1315
- package/types/sap.m.d.ts +12407 -8461
- package/types/sap.tnt.d.ts +173 -95
- package/types/sap.ui.codeeditor.d.ts +61 -39
- package/types/sap.ui.commons.d.ts +1393 -846
- package/types/sap.ui.core.d.ts +6286 -3651
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +160 -100
- package/types/sap.ui.integration.d.ts +502 -375
- package/types/sap.ui.layout.d.ts +603 -640
- package/types/sap.ui.mdc.d.ts +22208 -140
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +29 -13
- package/types/sap.ui.support.d.ts +15 -16
- package/types/sap.ui.table.d.ts +907 -647
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1765 -1179
- package/types/sap.ui.ux3.d.ts +1472 -807
- package/types/sap.ui.webc.common.d.ts +5 -5
- package/types/sap.ui.webc.fiori.d.ts +817 -462
- package/types/sap.ui.webc.main.d.ts +2018 -1096
- package/types/sap.uxap.d.ts +472 -348
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
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
|
|
@@ -508,12 +508,12 @@ declare module "sap/ui/layout/BlockLayout" {
|
|
|
508
508
|
* - Light - a layout scheme with light colors
|
|
509
509
|
* - Accent - a layout scheme with 11 pre-defined color sets
|
|
510
510
|
* - Dashboard - a layout scheme with additional borders and no background colors Background colors
|
|
511
|
-
*
|
|
511
|
+
* are attached directly to the blocks of the layout.
|
|
512
512
|
*
|
|
513
|
-
* **Note:** With version 1.48 colors can be set for each individual {@link sap.ui.layout.BlockLayoutCell
|
|
514
|
-
*
|
|
515
|
-
*
|
|
516
|
-
*
|
|
513
|
+
* **Note:** With version 1.48 colors can be set for each individual {@link sap.ui.layout.BlockLayoutCell cell}.
|
|
514
|
+
* There are 11 pre-defined color sets, each with 4 different shades for the SAP Belize theme and 6 different
|
|
515
|
+
* shades for the Quartz and Horizon themes. To change the background of a particular cell, set `backgroundColorSet`
|
|
516
|
+
* (main color) and `backgroundColorShade` (shade).
|
|
517
517
|
*
|
|
518
518
|
* **Note:** Usage of disabled, emphasized or subtle links as titles is not recommended. Dark background
|
|
519
519
|
* designs, for example Accent, are not fully supported with regards to Accessibility when used with links
|
|
@@ -522,11 +522,11 @@ declare module "sap/ui/layout/BlockLayout" {
|
|
|
522
522
|
* Usage: When to use:
|
|
523
523
|
* - You want to create a catalogue-like page with sections of blocks.
|
|
524
524
|
* - The BlockLayout is intended for developing administrative tools and applications. When not
|
|
525
|
-
*
|
|
526
|
-
* - You want to display properties or features of one content item. Use a {@link sap.uxap.ObjectPageLayout
|
|
527
|
-
*
|
|
525
|
+
* to use:
|
|
526
|
+
* - You want to display properties or features of one content item. Use a {@link sap.uxap.ObjectPageLayout object page }
|
|
527
|
+
* or {@link sap.f.DynamicPage dynamic page} instead. Responsive Behavior:
|
|
528
528
|
* - The breakpoints of the block layout react to the width of the control itself and not to the actual
|
|
529
|
-
*
|
|
529
|
+
* screen size.
|
|
530
530
|
* - On small screens all blocks will wrap to a single scrollable column
|
|
531
531
|
*/
|
|
532
532
|
export default class BlockLayout extends Control {
|
|
@@ -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
|
*
|
|
@@ -731,7 +731,7 @@ declare module "sap/ui/layout/BlockLayout" {
|
|
|
731
731
|
|
|
732
732
|
export interface $BlockLayoutSettings extends $ControlSettings {
|
|
733
733
|
/**
|
|
734
|
-
* @
|
|
734
|
+
* @since 1.42
|
|
735
735
|
*
|
|
736
736
|
* Determines the background used for the Layout
|
|
737
737
|
*/
|
|
@@ -741,7 +741,7 @@ declare module "sap/ui/layout/BlockLayout" {
|
|
|
741
741
|
| `{${string}}`;
|
|
742
742
|
|
|
743
743
|
/**
|
|
744
|
-
* @
|
|
744
|
+
* @since 1.52
|
|
745
745
|
*
|
|
746
746
|
* Keeps the font-size of the contents as is, independent from the screen size.
|
|
747
747
|
*/
|
|
@@ -776,7 +776,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
776
776
|
} from "sap/ui/base/ManagedObject";
|
|
777
777
|
|
|
778
778
|
/**
|
|
779
|
-
* @
|
|
779
|
+
* @since 1.34
|
|
780
780
|
*
|
|
781
781
|
* The BlockLayoutCell is used as an aggregation of the BlockLayoutRow. It contains Controls. The BlockLayoutCell
|
|
782
782
|
* should be used only as aggregation of the BlockLayoutRow.
|
|
@@ -860,7 +860,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
860
860
|
*/
|
|
861
861
|
destroyContent(): this;
|
|
862
862
|
/**
|
|
863
|
-
* @
|
|
863
|
+
* @since 1.56
|
|
864
864
|
*
|
|
865
865
|
* Destroys the titleLink in the aggregation {@link #getTitleLink titleLink}.
|
|
866
866
|
*
|
|
@@ -868,7 +868,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
868
868
|
*/
|
|
869
869
|
destroyTitleLink(): this;
|
|
870
870
|
/**
|
|
871
|
-
* @
|
|
871
|
+
* @since 1.48
|
|
872
872
|
*
|
|
873
873
|
* Gets current value of property {@link #getBackgroundColorSet backgroundColorSet}.
|
|
874
874
|
*
|
|
@@ -881,7 +881,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
881
881
|
| BlockLayoutCellColorSet
|
|
882
882
|
| keyof typeof BlockLayoutCellColorSet;
|
|
883
883
|
/**
|
|
884
|
-
* @
|
|
884
|
+
* @since 1.48
|
|
885
885
|
*
|
|
886
886
|
* Gets current value of property {@link #getBackgroundColorShade backgroundColorShade}.
|
|
887
887
|
*
|
|
@@ -930,7 +930,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
930
930
|
*/
|
|
931
931
|
getTitleLevel(): TitleLevel | keyof typeof TitleLevel;
|
|
932
932
|
/**
|
|
933
|
-
* @
|
|
933
|
+
* @since 1.56
|
|
934
934
|
*
|
|
935
935
|
* Gets content of aggregation {@link #getTitleLink titleLink}.
|
|
936
936
|
*
|
|
@@ -1006,7 +1006,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1006
1006
|
vContent: int | string | Control
|
|
1007
1007
|
): Control | null;
|
|
1008
1008
|
/**
|
|
1009
|
-
* @
|
|
1009
|
+
* @since 1.48
|
|
1010
1010
|
*
|
|
1011
1011
|
* Sets a new value for property {@link #getBackgroundColorSet backgroundColorSet}.
|
|
1012
1012
|
*
|
|
@@ -1026,7 +1026,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1026
1026
|
| keyof typeof BlockLayoutCellColorSet
|
|
1027
1027
|
): this;
|
|
1028
1028
|
/**
|
|
1029
|
-
* @
|
|
1029
|
+
* @since 1.48
|
|
1030
1030
|
*
|
|
1031
1031
|
* Sets a new value for property {@link #getBackgroundColorShade backgroundColorShade}.
|
|
1032
1032
|
*
|
|
@@ -1097,7 +1097,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1097
1097
|
sTitleLevel?: TitleLevel | keyof typeof TitleLevel
|
|
1098
1098
|
): this;
|
|
1099
1099
|
/**
|
|
1100
|
-
* @
|
|
1100
|
+
* @since 1.56
|
|
1101
1101
|
*
|
|
1102
1102
|
* Sets the aggregated {@link #getTitleLink titleLink}.
|
|
1103
1103
|
*
|
|
@@ -1161,7 +1161,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1161
1161
|
width?: int | PropertyBindingInfo | `{${string}}`;
|
|
1162
1162
|
|
|
1163
1163
|
/**
|
|
1164
|
-
* @
|
|
1164
|
+
* @since 1.48
|
|
1165
1165
|
*
|
|
1166
1166
|
* The Background color set from which the background color will be selected. **Note:** backgroundColorSet
|
|
1167
1167
|
* should be used only in combination with backgroundColorShade.
|
|
@@ -1172,7 +1172,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1172
1172
|
| `{${string}}`;
|
|
1173
1173
|
|
|
1174
1174
|
/**
|
|
1175
|
-
* @
|
|
1175
|
+
* @since 1.48
|
|
1176
1176
|
*
|
|
1177
1177
|
* The index of the background color in the color set from which the color will be selected. **Note:** backgroundColorShade
|
|
1178
1178
|
* should be used only in combination with backgroundColorSet.
|
|
@@ -1188,7 +1188,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
|
|
|
1188
1188
|
content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
1189
1189
|
|
|
1190
1190
|
/**
|
|
1191
|
-
* @
|
|
1191
|
+
* @since 1.56
|
|
1192
1192
|
*
|
|
1193
1193
|
* The link that will replace the title of the cell. **Note:** The only possible value is the `sap.m.Link`
|
|
1194
1194
|
* control.
|
|
@@ -1208,7 +1208,7 @@ declare module "sap/ui/layout/BlockLayoutCellData" {
|
|
|
1208
1208
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1209
1209
|
|
|
1210
1210
|
/**
|
|
1211
|
-
* @
|
|
1211
|
+
* @since 1.50.0
|
|
1212
1212
|
*
|
|
1213
1213
|
* Holds layout data for the BlockLayoutCells contents.
|
|
1214
1214
|
*/
|
|
@@ -1427,7 +1427,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1427
1427
|
} from "sap/ui/base/ManagedObject";
|
|
1428
1428
|
|
|
1429
1429
|
/**
|
|
1430
|
-
* @
|
|
1430
|
+
* @since 1.34
|
|
1431
1431
|
*
|
|
1432
1432
|
* The BlockLayoutRow is used as an aggregation to the BlockLayout. It aggregates Block Layout cells. The
|
|
1433
1433
|
* BlockLayoutRow has 2 rendering modes - scrollable and non scrollable.
|
|
@@ -1494,7 +1494,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1494
1494
|
*/
|
|
1495
1495
|
static getMetadata(): ElementMetadata;
|
|
1496
1496
|
/**
|
|
1497
|
-
* @
|
|
1497
|
+
* @since 1.42
|
|
1498
1498
|
*
|
|
1499
1499
|
* Adds some accentCell into the association {@link #getAccentCells accentCells}.
|
|
1500
1500
|
*
|
|
@@ -1524,10 +1524,9 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1524
1524
|
*/
|
|
1525
1525
|
destroyContent(): this;
|
|
1526
1526
|
/**
|
|
1527
|
-
* @
|
|
1527
|
+
* @since 1.42
|
|
1528
1528
|
*
|
|
1529
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAccentCells
|
|
1530
|
-
* accentCells}.
|
|
1529
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAccentCells accentCells}.
|
|
1531
1530
|
*/
|
|
1532
1531
|
getAccentCells(): ID[];
|
|
1533
1532
|
/**
|
|
@@ -1537,7 +1536,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1537
1536
|
*/
|
|
1538
1537
|
getContent(): BlockLayoutCell[];
|
|
1539
1538
|
/**
|
|
1540
|
-
* @
|
|
1539
|
+
* @since 1.42
|
|
1541
1540
|
*
|
|
1542
1541
|
* Gets current value of property {@link #getRowColorSet rowColorSet}.
|
|
1543
1542
|
*
|
|
@@ -1587,7 +1586,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1587
1586
|
iIndex: int
|
|
1588
1587
|
): this;
|
|
1589
1588
|
/**
|
|
1590
|
-
* @
|
|
1589
|
+
* @since 1.42
|
|
1591
1590
|
*
|
|
1592
1591
|
* Removes an accentCell from the association named {@link #getAccentCells accentCells}.
|
|
1593
1592
|
*
|
|
@@ -1600,7 +1599,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1600
1599
|
vAccentCell: int | ID | BlockLayoutCell
|
|
1601
1600
|
): ID | null;
|
|
1602
1601
|
/**
|
|
1603
|
-
* @
|
|
1602
|
+
* @since 1.42
|
|
1604
1603
|
*
|
|
1605
1604
|
* Removes all the controls in the association named {@link #getAccentCells accentCells}.
|
|
1606
1605
|
*
|
|
@@ -1627,7 +1626,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1627
1626
|
vContent: int | string | BlockLayoutCell
|
|
1628
1627
|
): BlockLayoutCell | null;
|
|
1629
1628
|
/**
|
|
1630
|
-
* @
|
|
1629
|
+
* @since 1.42
|
|
1631
1630
|
*
|
|
1632
1631
|
* Changes dynamically row color set Note: this might invalidate cells inside and also change color sets
|
|
1633
1632
|
* of the other BlockLayoutRow-s below it.
|
|
@@ -1663,7 +1662,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1663
1662
|
scrollable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1664
1663
|
|
|
1665
1664
|
/**
|
|
1666
|
-
* @
|
|
1665
|
+
* @since 1.42
|
|
1667
1666
|
*
|
|
1668
1667
|
* Defines background type for that row. There might be several rows with the same type
|
|
1669
1668
|
*/
|
|
@@ -1682,7 +1681,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
|
|
|
1682
1681
|
| `{${string}}`;
|
|
1683
1682
|
|
|
1684
1683
|
/**
|
|
1685
|
-
* @
|
|
1684
|
+
* @since 1.42
|
|
1686
1685
|
*
|
|
1687
1686
|
* Cells that would be accented. *Note:* This association has visual impact only for BlockLayouts with background
|
|
1688
1687
|
* types "Mixed" and "Accent".
|
|
@@ -1714,7 +1713,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1714
1713
|
} from "sap/ui/base/ManagedObject";
|
|
1715
1714
|
|
|
1716
1715
|
/**
|
|
1717
|
-
* @
|
|
1716
|
+
* @since 1.60
|
|
1718
1717
|
*
|
|
1719
1718
|
* A layout control, used to create full page layouts or user interface elements.
|
|
1720
1719
|
*
|
|
@@ -1742,10 +1741,10 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1742
1741
|
* - Grid lines - The lines around and between the rows and columns
|
|
1743
1742
|
* - Grid tracks - The space between any two lines in the grid
|
|
1744
1743
|
* - "fr" Unit - A special grid unit (short from "fraction") which represents a fraction of the available
|
|
1745
|
-
*
|
|
1744
|
+
* space in the grid
|
|
1746
1745
|
* - Implicit and Explicit grid - Explicit grid consists of rows and columns defined with `gridTemplateColumns`
|
|
1747
|
-
*
|
|
1748
|
-
*
|
|
1746
|
+
* and `gridTemplateRows`. The grid also creates rows and columns on its own when needed. Their dimensions
|
|
1747
|
+
* are defined with `gridAutoColumns` and `gridAutoRows`.
|
|
1749
1748
|
*
|
|
1750
1749
|
* Structure: The `CSSGrid` has the following elements:
|
|
1751
1750
|
* - `items` - The items of the `CSSGrid`
|
|
@@ -1754,25 +1753,24 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1754
1753
|
* Usage:
|
|
1755
1754
|
*
|
|
1756
1755
|
* For general cases, use the `CSSGrid` properties to configure how the layout should look. For Box case
|
|
1757
|
-
* (equal sized items), use `customLayout` aggregation with {@link sap.ui.layout.cssgrid.GridBoxLayout GridBoxLayout}
|
|
1756
|
+
* (equal sized items), use `customLayout` aggregation with {@link sap.ui.layout.cssgrid.GridBoxLayout GridBoxLayout }
|
|
1758
1757
|
* For Grids which need different configurations based on available width, use `customLayout` aggregation
|
|
1759
1758
|
* with {@link sap.ui.layout.cssgrid.GridResponsiveLayout GridResponsiveLayout} To set a specific position
|
|
1760
|
-
* to an item or define its dimensions in the grid, pass `layoutData` of type {@link sap.ui.layout.cssgrid.GridItemLayoutData
|
|
1761
|
-
* GridItemLayoutData}
|
|
1759
|
+
* to an item or define its dimensions in the grid, pass `layoutData` of type {@link sap.ui.layout.cssgrid.GridItemLayoutData GridItemLayoutData}
|
|
1762
1760
|
*
|
|
1763
1761
|
* When to use
|
|
1764
1762
|
* - If a two-dimensional layout configuration is needed (both columns and rows are defined)
|
|
1765
1763
|
*
|
|
1766
1764
|
* When not to use
|
|
1767
|
-
* - If the layout needs to be defined only by one dimension (either column or row, not both). Use {@link
|
|
1768
|
-
*
|
|
1765
|
+
* - If the layout needs to be defined only by one dimension (either column or row, not both). Use {@link sap.m.FlexBox FlexBox }
|
|
1766
|
+
* instead.
|
|
1769
1767
|
*
|
|
1770
1768
|
* Responsive behavior:
|
|
1771
1769
|
* - Fully configurable by the developer. It is possible to create a "breathing" columns layout which
|
|
1772
|
-
*
|
|
1773
|
-
* - It is possible to pass a {@link sap.ui.layout.cssgrid.GridResponsiveLayout GridResponsiveLayout}
|
|
1774
|
-
*
|
|
1775
|
-
*
|
|
1770
|
+
* means columns width will grow/shrink depending on grid size.
|
|
1771
|
+
* - It is possible to pass a {@link sap.ui.layout.cssgrid.GridResponsiveLayout GridResponsiveLayout }
|
|
1772
|
+
* to the `customLayout` aggregation of the `CSSGrid` and configure how it will look in different breakpoints
|
|
1773
|
+
* (S, M, L, XL).
|
|
1776
1774
|
*
|
|
1777
1775
|
* Out of current scope::
|
|
1778
1776
|
* - Alignment and ordering
|
|
@@ -1789,7 +1787,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1789
1787
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1790
1788
|
* of the syntax of the settings object.
|
|
1791
1789
|
* See:
|
|
1792
|
-
* {@link topic
|
|
1790
|
+
* {@link https://ui5.sap.com/#/topic/32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
|
|
1793
1791
|
* {@link fiori:https://experience.sap.com/fiori-design-web/flexible-grid/ Flexible Grid}
|
|
1794
1792
|
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
|
|
1795
1793
|
*/
|
|
@@ -1806,7 +1804,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1806
1804
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1807
1805
|
* of the syntax of the settings object.
|
|
1808
1806
|
* See:
|
|
1809
|
-
* {@link topic
|
|
1807
|
+
* {@link https://ui5.sap.com/#/topic/32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
|
|
1810
1808
|
* {@link fiori:https://experience.sap.com/fiori-design-web/flexible-grid/ Flexible Grid}
|
|
1811
1809
|
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
|
|
1812
1810
|
*/
|
|
@@ -1882,8 +1880,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1882
1880
|
/**
|
|
1883
1881
|
* Gets current value of property {@link #getGridAutoColumns gridAutoColumns}.
|
|
1884
1882
|
*
|
|
1885
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
|
|
1886
|
-
* MDN web docs: grid-auto-columns}
|
|
1883
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
|
|
1887
1884
|
*
|
|
1888
1885
|
* Default value is `empty string`.
|
|
1889
1886
|
*
|
|
@@ -1893,8 +1890,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1893
1890
|
/**
|
|
1894
1891
|
* Gets current value of property {@link #getGridAutoFlow gridAutoFlow}.
|
|
1895
1892
|
*
|
|
1896
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
|
|
1897
|
-
* MDN web docs: grid-auto-flow}
|
|
1893
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
|
|
1898
1894
|
*
|
|
1899
1895
|
* Default value is `"Row"`.
|
|
1900
1896
|
*
|
|
@@ -1906,8 +1902,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1906
1902
|
/**
|
|
1907
1903
|
* Gets current value of property {@link #getGridAutoRows gridAutoRows}.
|
|
1908
1904
|
*
|
|
1909
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
|
|
1910
|
-
* MDN web docs: grid-auto-rows}
|
|
1905
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
|
|
1911
1906
|
*
|
|
1912
1907
|
* Default value is `empty string`.
|
|
1913
1908
|
*
|
|
@@ -1917,8 +1912,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1917
1912
|
/**
|
|
1918
1913
|
* Gets current value of property {@link #getGridColumnGap gridColumnGap}.
|
|
1919
1914
|
*
|
|
1920
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
|
|
1921
|
-
* MDN web docs: grid-column-gap}
|
|
1915
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
|
|
1922
1916
|
*
|
|
1923
1917
|
* Default value is `empty string`.
|
|
1924
1918
|
*
|
|
@@ -1926,7 +1920,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1926
1920
|
*/
|
|
1927
1921
|
getGridColumnGap(): CSSSize;
|
|
1928
1922
|
/**
|
|
1929
|
-
* @
|
|
1923
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1930
1924
|
*
|
|
1931
1925
|
* Implements IGridConfigurable interface
|
|
1932
1926
|
*
|
|
@@ -1936,9 +1930,9 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1936
1930
|
/**
|
|
1937
1931
|
* Gets current value of property {@link #getGridGap gridGap}.
|
|
1938
1932
|
*
|
|
1939
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
|
|
1940
|
-
*
|
|
1941
|
-
*
|
|
1933
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap }
|
|
1934
|
+
* It is a shorthand for gridRowGap and gridColumnGap. If some of them is set, the gridGap value will have
|
|
1935
|
+
* less priority and will be overwritten.
|
|
1942
1936
|
*
|
|
1943
1937
|
* Default value is `empty string`.
|
|
1944
1938
|
*
|
|
@@ -1946,7 +1940,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1946
1940
|
*/
|
|
1947
1941
|
getGridGap(): cssgrid.CSSGridGapShortHand;
|
|
1948
1942
|
/**
|
|
1949
|
-
* @
|
|
1943
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1950
1944
|
*
|
|
1951
1945
|
* Returns the layout configuration of the `CSSGrid`.
|
|
1952
1946
|
*
|
|
@@ -1956,8 +1950,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1956
1950
|
/**
|
|
1957
1951
|
* Gets current value of property {@link #getGridRowGap gridRowGap}.
|
|
1958
1952
|
*
|
|
1959
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
|
|
1960
|
-
* MDN web docs: grid-row-gap}
|
|
1953
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
|
|
1961
1954
|
*
|
|
1962
1955
|
* Default value is `empty string`.
|
|
1963
1956
|
*
|
|
@@ -1967,8 +1960,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1967
1960
|
/**
|
|
1968
1961
|
* Gets current value of property {@link #getGridTemplateColumns gridTemplateColumns}.
|
|
1969
1962
|
*
|
|
1970
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
|
|
1971
|
-
* MDN web docs: grid-template-columns}
|
|
1963
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
|
|
1972
1964
|
*
|
|
1973
1965
|
* Default value is `empty string`.
|
|
1974
1966
|
*
|
|
@@ -1978,8 +1970,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
1978
1970
|
/**
|
|
1979
1971
|
* Gets current value of property {@link #getGridTemplateRows gridTemplateRows}.
|
|
1980
1972
|
*
|
|
1981
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
|
|
1982
|
-
* MDN web docs: grid-template-rows}
|
|
1973
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
|
|
1983
1974
|
*
|
|
1984
1975
|
* Default value is `empty string`.
|
|
1985
1976
|
*
|
|
@@ -2064,8 +2055,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2064
2055
|
/**
|
|
2065
2056
|
* Sets a new value for property {@link #getGridAutoColumns gridAutoColumns}.
|
|
2066
2057
|
*
|
|
2067
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
|
|
2068
|
-
* MDN web docs: grid-auto-columns}
|
|
2058
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
|
|
2069
2059
|
*
|
|
2070
2060
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2071
2061
|
*
|
|
@@ -2082,8 +2072,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2082
2072
|
/**
|
|
2083
2073
|
* Sets a new value for property {@link #getGridAutoFlow gridAutoFlow}.
|
|
2084
2074
|
*
|
|
2085
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
|
|
2086
|
-
* MDN web docs: grid-auto-flow}
|
|
2075
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
|
|
2087
2076
|
*
|
|
2088
2077
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2089
2078
|
*
|
|
@@ -2102,8 +2091,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2102
2091
|
/**
|
|
2103
2092
|
* Sets a new value for property {@link #getGridAutoRows gridAutoRows}.
|
|
2104
2093
|
*
|
|
2105
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
|
|
2106
|
-
* MDN web docs: grid-auto-rows}
|
|
2094
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
|
|
2107
2095
|
*
|
|
2108
2096
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2109
2097
|
*
|
|
@@ -2120,8 +2108,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2120
2108
|
/**
|
|
2121
2109
|
* Sets a new value for property {@link #getGridColumnGap gridColumnGap}.
|
|
2122
2110
|
*
|
|
2123
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
|
|
2124
|
-
* MDN web docs: grid-column-gap}
|
|
2111
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
|
|
2125
2112
|
*
|
|
2126
2113
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2127
2114
|
*
|
|
@@ -2138,9 +2125,9 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2138
2125
|
/**
|
|
2139
2126
|
* Sets a new value for property {@link #getGridGap gridGap}.
|
|
2140
2127
|
*
|
|
2141
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
|
|
2142
|
-
*
|
|
2143
|
-
*
|
|
2128
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap }
|
|
2129
|
+
* It is a shorthand for gridRowGap and gridColumnGap. If some of them is set, the gridGap value will have
|
|
2130
|
+
* less priority and will be overwritten.
|
|
2144
2131
|
*
|
|
2145
2132
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2146
2133
|
*
|
|
@@ -2157,8 +2144,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2157
2144
|
/**
|
|
2158
2145
|
* Sets a new value for property {@link #getGridRowGap gridRowGap}.
|
|
2159
2146
|
*
|
|
2160
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
|
|
2161
|
-
* MDN web docs: grid-row-gap}
|
|
2147
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
|
|
2162
2148
|
*
|
|
2163
2149
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2164
2150
|
*
|
|
@@ -2175,8 +2161,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2175
2161
|
/**
|
|
2176
2162
|
* Sets a new value for property {@link #getGridTemplateColumns gridTemplateColumns}.
|
|
2177
2163
|
*
|
|
2178
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
|
|
2179
|
-
* MDN web docs: grid-template-columns}
|
|
2164
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
|
|
2180
2165
|
*
|
|
2181
2166
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2182
2167
|
*
|
|
@@ -2193,8 +2178,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2193
2178
|
/**
|
|
2194
2179
|
* Sets a new value for property {@link #getGridTemplateRows gridTemplateRows}.
|
|
2195
2180
|
*
|
|
2196
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
|
|
2197
|
-
* MDN web docs: grid-template-rows}
|
|
2181
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
|
|
2198
2182
|
*
|
|
2199
2183
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2200
2184
|
*
|
|
@@ -2234,8 +2218,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2234
2218
|
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
2235
2219
|
|
|
2236
2220
|
/**
|
|
2237
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
|
|
2238
|
-
* MDN web docs: grid-template-columns}
|
|
2221
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
|
|
2239
2222
|
*/
|
|
2240
2223
|
gridTemplateColumns?:
|
|
2241
2224
|
| cssgrid.CSSGridTrack
|
|
@@ -2243,8 +2226,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2243
2226
|
| `{${string}}`;
|
|
2244
2227
|
|
|
2245
2228
|
/**
|
|
2246
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
|
|
2247
|
-
* MDN web docs: grid-template-rows}
|
|
2229
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
|
|
2248
2230
|
*/
|
|
2249
2231
|
gridTemplateRows?:
|
|
2250
2232
|
| cssgrid.CSSGridTrack
|
|
@@ -2252,33 +2234,29 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2252
2234
|
| `{${string}}`;
|
|
2253
2235
|
|
|
2254
2236
|
/**
|
|
2255
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
|
|
2256
|
-
* MDN web docs: grid-row-gap}
|
|
2237
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
|
|
2257
2238
|
*/
|
|
2258
2239
|
gridRowGap?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
2259
2240
|
|
|
2260
2241
|
/**
|
|
2261
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
|
|
2262
|
-
* MDN web docs: grid-column-gap}
|
|
2242
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
|
|
2263
2243
|
*/
|
|
2264
2244
|
gridColumnGap?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
2265
2245
|
|
|
2266
2246
|
/**
|
|
2267
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
|
|
2268
|
-
*
|
|
2269
|
-
*
|
|
2247
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap }
|
|
2248
|
+
* It is a shorthand for gridRowGap and gridColumnGap. If some of them is set, the gridGap value will have
|
|
2249
|
+
* less priority and will be overwritten.
|
|
2270
2250
|
*/
|
|
2271
2251
|
gridGap?: cssgrid.CSSGridGapShortHand | PropertyBindingInfo | `{${string}}`;
|
|
2272
2252
|
|
|
2273
2253
|
/**
|
|
2274
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
|
|
2275
|
-
* MDN web docs: grid-auto-rows}
|
|
2254
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
|
|
2276
2255
|
*/
|
|
2277
2256
|
gridAutoRows?: cssgrid.CSSGridTrack | PropertyBindingInfo | `{${string}}`;
|
|
2278
2257
|
|
|
2279
2258
|
/**
|
|
2280
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
|
|
2281
|
-
* MDN web docs: grid-auto-columns}
|
|
2259
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
|
|
2282
2260
|
*/
|
|
2283
2261
|
gridAutoColumns?:
|
|
2284
2262
|
| cssgrid.CSSGridTrack
|
|
@@ -2286,8 +2264,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
|
|
|
2286
2264
|
| `{${string}}`;
|
|
2287
2265
|
|
|
2288
2266
|
/**
|
|
2289
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
|
|
2290
|
-
* MDN web docs: grid-auto-flow}
|
|
2267
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
|
|
2291
2268
|
*/
|
|
2292
2269
|
gridAutoFlow?:
|
|
2293
2270
|
| (cssgrid.CSSGridAutoFlow | keyof typeof cssgrid.CSSGridAutoFlow)
|
|
@@ -2321,7 +2298,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2321
2298
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2322
2299
|
|
|
2323
2300
|
/**
|
|
2324
|
-
* @
|
|
2301
|
+
* @since 1.60
|
|
2325
2302
|
*
|
|
2326
2303
|
* Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
|
|
2327
2304
|
*/
|
|
@@ -2389,8 +2366,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2389
2366
|
/**
|
|
2390
2367
|
* Gets current value of property {@link #getGridAutoColumns gridAutoColumns}.
|
|
2391
2368
|
*
|
|
2392
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
|
|
2393
|
-
* MDN web docs: grid-auto-columns}
|
|
2369
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
|
|
2394
2370
|
*
|
|
2395
2371
|
* Default value is `empty string`.
|
|
2396
2372
|
*
|
|
@@ -2400,8 +2376,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2400
2376
|
/**
|
|
2401
2377
|
* Gets current value of property {@link #getGridAutoFlow gridAutoFlow}.
|
|
2402
2378
|
*
|
|
2403
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
|
|
2404
|
-
* MDN web docs: grid-auto-flow}
|
|
2379
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
|
|
2405
2380
|
*
|
|
2406
2381
|
* Default value is `"Row"`.
|
|
2407
2382
|
*
|
|
@@ -2413,8 +2388,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2413
2388
|
/**
|
|
2414
2389
|
* Gets current value of property {@link #getGridAutoRows gridAutoRows}.
|
|
2415
2390
|
*
|
|
2416
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
|
|
2417
|
-
* MDN web docs: grid-auto-rows}
|
|
2391
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
|
|
2418
2392
|
*
|
|
2419
2393
|
* Default value is `empty string`.
|
|
2420
2394
|
*
|
|
@@ -2424,8 +2398,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2424
2398
|
/**
|
|
2425
2399
|
* Gets current value of property {@link #getGridColumnGap gridColumnGap}.
|
|
2426
2400
|
*
|
|
2427
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
|
|
2428
|
-
* MDN web docs: grid-column-gap}
|
|
2401
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
|
|
2429
2402
|
*
|
|
2430
2403
|
* Default value is `empty string`.
|
|
2431
2404
|
*
|
|
@@ -2435,8 +2408,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2435
2408
|
/**
|
|
2436
2409
|
* Gets current value of property {@link #getGridGap gridGap}.
|
|
2437
2410
|
*
|
|
2438
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
|
|
2439
|
-
* MDN web docs: grid-gap}
|
|
2411
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
|
|
2440
2412
|
*
|
|
2441
2413
|
* Default value is `empty string`.
|
|
2442
2414
|
*
|
|
@@ -2446,8 +2418,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2446
2418
|
/**
|
|
2447
2419
|
* Gets current value of property {@link #getGridRowGap gridRowGap}.
|
|
2448
2420
|
*
|
|
2449
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
|
|
2450
|
-
* MDN web docs: grid-row-gap}
|
|
2421
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
|
|
2451
2422
|
*
|
|
2452
2423
|
* Default value is `empty string`.
|
|
2453
2424
|
*
|
|
@@ -2457,8 +2428,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2457
2428
|
/**
|
|
2458
2429
|
* Gets current value of property {@link #getGridTemplateColumns gridTemplateColumns}.
|
|
2459
2430
|
*
|
|
2460
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
|
|
2461
|
-
* MDN web docs: grid-template-columns}
|
|
2431
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
|
|
2462
2432
|
*
|
|
2463
2433
|
* Default value is `empty string`.
|
|
2464
2434
|
*
|
|
@@ -2468,8 +2438,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2468
2438
|
/**
|
|
2469
2439
|
* Gets current value of property {@link #getGridTemplateRows gridTemplateRows}.
|
|
2470
2440
|
*
|
|
2471
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
|
|
2472
|
-
* MDN web docs: grid-template-rows}
|
|
2441
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
|
|
2473
2442
|
*
|
|
2474
2443
|
* Default value is `empty string`.
|
|
2475
2444
|
*
|
|
@@ -2479,8 +2448,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2479
2448
|
/**
|
|
2480
2449
|
* Sets a new value for property {@link #getGridAutoColumns gridAutoColumns}.
|
|
2481
2450
|
*
|
|
2482
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
|
|
2483
|
-
* MDN web docs: grid-auto-columns}
|
|
2451
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
|
|
2484
2452
|
*
|
|
2485
2453
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2486
2454
|
*
|
|
@@ -2497,8 +2465,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2497
2465
|
/**
|
|
2498
2466
|
* Sets a new value for property {@link #getGridAutoFlow gridAutoFlow}.
|
|
2499
2467
|
*
|
|
2500
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
|
|
2501
|
-
* MDN web docs: grid-auto-flow}
|
|
2468
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
|
|
2502
2469
|
*
|
|
2503
2470
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2504
2471
|
*
|
|
@@ -2517,8 +2484,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2517
2484
|
/**
|
|
2518
2485
|
* Sets a new value for property {@link #getGridAutoRows gridAutoRows}.
|
|
2519
2486
|
*
|
|
2520
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
|
|
2521
|
-
* MDN web docs: grid-auto-rows}
|
|
2487
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
|
|
2522
2488
|
*
|
|
2523
2489
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2524
2490
|
*
|
|
@@ -2535,8 +2501,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2535
2501
|
/**
|
|
2536
2502
|
* Sets a new value for property {@link #getGridColumnGap gridColumnGap}.
|
|
2537
2503
|
*
|
|
2538
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
|
|
2539
|
-
* MDN web docs: grid-column-gap}
|
|
2504
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
|
|
2540
2505
|
*
|
|
2541
2506
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2542
2507
|
*
|
|
@@ -2553,8 +2518,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2553
2518
|
/**
|
|
2554
2519
|
* Sets a new value for property {@link #getGridGap gridGap}.
|
|
2555
2520
|
*
|
|
2556
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
|
|
2557
|
-
* MDN web docs: grid-gap}
|
|
2521
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
|
|
2558
2522
|
*
|
|
2559
2523
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2560
2524
|
*
|
|
@@ -2571,8 +2535,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2571
2535
|
/**
|
|
2572
2536
|
* Sets a new value for property {@link #getGridRowGap gridRowGap}.
|
|
2573
2537
|
*
|
|
2574
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
|
|
2575
|
-
* MDN web docs: grid-row-gap}
|
|
2538
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
|
|
2576
2539
|
*
|
|
2577
2540
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2578
2541
|
*
|
|
@@ -2589,8 +2552,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2589
2552
|
/**
|
|
2590
2553
|
* Sets a new value for property {@link #getGridTemplateColumns gridTemplateColumns}.
|
|
2591
2554
|
*
|
|
2592
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
|
|
2593
|
-
* MDN web docs: grid-template-columns}
|
|
2555
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
|
|
2594
2556
|
*
|
|
2595
2557
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2596
2558
|
*
|
|
@@ -2607,8 +2569,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2607
2569
|
/**
|
|
2608
2570
|
* Sets a new value for property {@link #getGridTemplateRows gridTemplateRows}.
|
|
2609
2571
|
*
|
|
2610
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
|
|
2611
|
-
* MDN web docs: grid-template-rows}
|
|
2572
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
|
|
2612
2573
|
*
|
|
2613
2574
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2614
2575
|
*
|
|
@@ -2626,8 +2587,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2626
2587
|
|
|
2627
2588
|
export interface $GridBasicLayoutSettings extends $GridLayoutBaseSettings {
|
|
2628
2589
|
/**
|
|
2629
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
|
|
2630
|
-
* MDN web docs: grid-template-columns}
|
|
2590
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
|
|
2631
2591
|
*/
|
|
2632
2592
|
gridTemplateColumns?:
|
|
2633
2593
|
| cssgrid.CSSGridTrack
|
|
@@ -2635,8 +2595,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2635
2595
|
| `{${string}}`;
|
|
2636
2596
|
|
|
2637
2597
|
/**
|
|
2638
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
|
|
2639
|
-
* MDN web docs: grid-template-rows}
|
|
2598
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
|
|
2640
2599
|
*/
|
|
2641
2600
|
gridTemplateRows?:
|
|
2642
2601
|
| cssgrid.CSSGridTrack
|
|
@@ -2644,32 +2603,27 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2644
2603
|
| `{${string}}`;
|
|
2645
2604
|
|
|
2646
2605
|
/**
|
|
2647
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
|
|
2648
|
-
* MDN web docs: grid-row-gap}
|
|
2606
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
|
|
2649
2607
|
*/
|
|
2650
2608
|
gridRowGap?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
2651
2609
|
|
|
2652
2610
|
/**
|
|
2653
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
|
|
2654
|
-
* MDN web docs: grid-column-gap}
|
|
2611
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
|
|
2655
2612
|
*/
|
|
2656
2613
|
gridColumnGap?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
2657
2614
|
|
|
2658
2615
|
/**
|
|
2659
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
|
|
2660
|
-
* MDN web docs: grid-gap}
|
|
2616
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
|
|
2661
2617
|
*/
|
|
2662
2618
|
gridGap?: cssgrid.CSSGridGapShortHand | PropertyBindingInfo | `{${string}}`;
|
|
2663
2619
|
|
|
2664
2620
|
/**
|
|
2665
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
|
|
2666
|
-
* MDN web docs: grid-auto-rows}
|
|
2621
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
|
|
2667
2622
|
*/
|
|
2668
2623
|
gridAutoRows?: cssgrid.CSSGridTrack | PropertyBindingInfo | `{${string}}`;
|
|
2669
2624
|
|
|
2670
2625
|
/**
|
|
2671
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
|
|
2672
|
-
* MDN web docs: grid-auto-columns}
|
|
2626
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
|
|
2673
2627
|
*/
|
|
2674
2628
|
gridAutoColumns?:
|
|
2675
2629
|
| cssgrid.CSSGridTrack
|
|
@@ -2677,8 +2631,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
|
|
|
2677
2631
|
| `{${string}}`;
|
|
2678
2632
|
|
|
2679
2633
|
/**
|
|
2680
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
|
|
2681
|
-
* MDN web docs: grid-auto-flow}
|
|
2634
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
|
|
2682
2635
|
*/
|
|
2683
2636
|
gridAutoFlow?:
|
|
2684
2637
|
| (cssgrid.CSSGridAutoFlow | keyof typeof cssgrid.CSSGridAutoFlow)
|
|
@@ -2702,7 +2655,7 @@ declare module "sap/ui/layout/cssgrid/GridBoxLayout" {
|
|
|
2702
2655
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2703
2656
|
|
|
2704
2657
|
/**
|
|
2705
|
-
* @
|
|
2658
|
+
* @since 1.60
|
|
2706
2659
|
*
|
|
2707
2660
|
* Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
|
|
2708
2661
|
*/
|
|
@@ -2768,7 +2721,7 @@ declare module "sap/ui/layout/cssgrid/GridBoxLayout" {
|
|
|
2768
2721
|
*/
|
|
2769
2722
|
static getMetadata(): ManagedObjectMetadata;
|
|
2770
2723
|
/**
|
|
2771
|
-
* @
|
|
2724
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2772
2725
|
*
|
|
2773
2726
|
* Returns a gridTemplateColumns value based on boxWidth and boxMinWidth properties
|
|
2774
2727
|
*
|
|
@@ -2969,8 +2922,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
2969
2922
|
/**
|
|
2970
2923
|
* Gets current value of property {@link #getGridColumn gridColumn}.
|
|
2971
2924
|
*
|
|
2972
|
-
* Sets the value for the CSS display:grid item property grid-column {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
|
|
2973
|
-
* MDN web docs: grid-column}
|
|
2925
|
+
* Sets the value for the CSS display:grid item property grid-column {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column MDN web docs: grid-column}
|
|
2974
2926
|
*
|
|
2975
2927
|
* Default value is `empty string`.
|
|
2976
2928
|
*
|
|
@@ -2980,8 +2932,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
2980
2932
|
/**
|
|
2981
2933
|
* Gets current value of property {@link #getGridColumnEnd gridColumnEnd}.
|
|
2982
2934
|
*
|
|
2983
|
-
* Sets the value for the CSS display:grid item property grid-column-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end
|
|
2984
|
-
* MDN web docs: grid-column-end}
|
|
2935
|
+
* Sets the value for the CSS display:grid item property grid-column-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end MDN web docs: grid-column-end}
|
|
2985
2936
|
*
|
|
2986
2937
|
* Default value is `empty string`.
|
|
2987
2938
|
*
|
|
@@ -2991,8 +2942,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
2991
2942
|
/**
|
|
2992
2943
|
* Gets current value of property {@link #getGridColumnStart gridColumnStart}.
|
|
2993
2944
|
*
|
|
2994
|
-
* Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start
|
|
2995
|
-
* MDN web docs: grid-column-start}
|
|
2945
|
+
* Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start MDN web docs: grid-column-start}
|
|
2996
2946
|
*
|
|
2997
2947
|
* Default value is `empty string`.
|
|
2998
2948
|
*
|
|
@@ -3002,8 +2952,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
3002
2952
|
/**
|
|
3003
2953
|
* Gets current value of property {@link #getGridRow gridRow}.
|
|
3004
2954
|
*
|
|
3005
|
-
* Sets the value for the CSS display:grid item property grid-row {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
|
|
3006
|
-
* MDN web docs: grid-row}
|
|
2955
|
+
* Sets the value for the CSS display:grid item property grid-row {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row MDN web docs: grid-row}
|
|
3007
2956
|
*
|
|
3008
2957
|
* Default value is `empty string`.
|
|
3009
2958
|
*
|
|
@@ -3013,8 +2962,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
3013
2962
|
/**
|
|
3014
2963
|
* Gets current value of property {@link #getGridRowEnd gridRowEnd}.
|
|
3015
2964
|
*
|
|
3016
|
-
* Sets the value for the CSS display:grid item property grid-row-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end
|
|
3017
|
-
* MDN web docs: grid-row-end}
|
|
2965
|
+
* Sets the value for the CSS display:grid item property grid-row-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end MDN web docs: grid-row-end}
|
|
3018
2966
|
*
|
|
3019
2967
|
* Default value is `empty string`.
|
|
3020
2968
|
*
|
|
@@ -3024,8 +2972,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
3024
2972
|
/**
|
|
3025
2973
|
* Gets current value of property {@link #getGridRowStart gridRowStart}.
|
|
3026
2974
|
*
|
|
3027
|
-
* Sets the value for the CSS display:grid item property grid-row-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start
|
|
3028
|
-
* MDN web docs: grid-row-start}
|
|
2975
|
+
* Sets the value for the CSS display:grid item property grid-row-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start MDN web docs: grid-row-start}
|
|
3029
2976
|
*
|
|
3030
2977
|
* Default value is `empty string`.
|
|
3031
2978
|
*
|
|
@@ -3035,8 +2982,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
3035
2982
|
/**
|
|
3036
2983
|
* Sets a new value for property {@link #getGridColumn gridColumn}.
|
|
3037
2984
|
*
|
|
3038
|
-
* Sets the value for the CSS display:grid item property grid-column {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
|
|
3039
|
-
* MDN web docs: grid-column}
|
|
2985
|
+
* Sets the value for the CSS display:grid item property grid-column {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column MDN web docs: grid-column}
|
|
3040
2986
|
*
|
|
3041
2987
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3042
2988
|
*
|
|
@@ -3053,8 +2999,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
3053
2999
|
/**
|
|
3054
3000
|
* Sets a new value for property {@link #getGridColumnEnd gridColumnEnd}.
|
|
3055
3001
|
*
|
|
3056
|
-
* Sets the value for the CSS display:grid item property grid-column-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end
|
|
3057
|
-
* MDN web docs: grid-column-end}
|
|
3002
|
+
* Sets the value for the CSS display:grid item property grid-column-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end MDN web docs: grid-column-end}
|
|
3058
3003
|
*
|
|
3059
3004
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3060
3005
|
*
|
|
@@ -3071,8 +3016,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
3071
3016
|
/**
|
|
3072
3017
|
* Sets a new value for property {@link #getGridColumnStart gridColumnStart}.
|
|
3073
3018
|
*
|
|
3074
|
-
* Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start
|
|
3075
|
-
* MDN web docs: grid-column-start}
|
|
3019
|
+
* Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start MDN web docs: grid-column-start}
|
|
3076
3020
|
*
|
|
3077
3021
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3078
3022
|
*
|
|
@@ -3089,8 +3033,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
3089
3033
|
/**
|
|
3090
3034
|
* Sets a new value for property {@link #getGridRow gridRow}.
|
|
3091
3035
|
*
|
|
3092
|
-
* Sets the value for the CSS display:grid item property grid-row {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
|
|
3093
|
-
* MDN web docs: grid-row}
|
|
3036
|
+
* Sets the value for the CSS display:grid item property grid-row {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row MDN web docs: grid-row}
|
|
3094
3037
|
*
|
|
3095
3038
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3096
3039
|
*
|
|
@@ -3107,8 +3050,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
3107
3050
|
/**
|
|
3108
3051
|
* Sets a new value for property {@link #getGridRowEnd gridRowEnd}.
|
|
3109
3052
|
*
|
|
3110
|
-
* Sets the value for the CSS display:grid item property grid-row-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end
|
|
3111
|
-
* MDN web docs: grid-row-end}
|
|
3053
|
+
* Sets the value for the CSS display:grid item property grid-row-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end MDN web docs: grid-row-end}
|
|
3112
3054
|
*
|
|
3113
3055
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3114
3056
|
*
|
|
@@ -3125,8 +3067,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
3125
3067
|
/**
|
|
3126
3068
|
* Sets a new value for property {@link #getGridRowStart gridRowStart}.
|
|
3127
3069
|
*
|
|
3128
|
-
* Sets the value for the CSS display:grid item property grid-row-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start
|
|
3129
|
-
* MDN web docs: grid-row-start}
|
|
3070
|
+
* Sets the value for the CSS display:grid item property grid-row-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start MDN web docs: grid-row-start}
|
|
3130
3071
|
*
|
|
3131
3072
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3132
3073
|
*
|
|
@@ -3144,38 +3085,32 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
|
|
|
3144
3085
|
|
|
3145
3086
|
export interface $GridItemLayoutDataSettings extends $LayoutDataSettings {
|
|
3146
3087
|
/**
|
|
3147
|
-
* Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start
|
|
3148
|
-
* MDN web docs: grid-column-start}
|
|
3088
|
+
* Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start MDN web docs: grid-column-start}
|
|
3149
3089
|
*/
|
|
3150
3090
|
gridColumnStart?: cssgrid.CSSGridLine | PropertyBindingInfo | `{${string}}`;
|
|
3151
3091
|
|
|
3152
3092
|
/**
|
|
3153
|
-
* Sets the value for the CSS display:grid item property grid-column-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end
|
|
3154
|
-
* MDN web docs: grid-column-end}
|
|
3093
|
+
* Sets the value for the CSS display:grid item property grid-column-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end MDN web docs: grid-column-end}
|
|
3155
3094
|
*/
|
|
3156
3095
|
gridColumnEnd?: cssgrid.CSSGridLine | PropertyBindingInfo | `{${string}}`;
|
|
3157
3096
|
|
|
3158
3097
|
/**
|
|
3159
|
-
* Sets the value for the CSS display:grid item property grid-row-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start
|
|
3160
|
-
* MDN web docs: grid-row-start}
|
|
3098
|
+
* Sets the value for the CSS display:grid item property grid-row-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start MDN web docs: grid-row-start}
|
|
3161
3099
|
*/
|
|
3162
3100
|
gridRowStart?: cssgrid.CSSGridLine | PropertyBindingInfo | `{${string}}`;
|
|
3163
3101
|
|
|
3164
3102
|
/**
|
|
3165
|
-
* Sets the value for the CSS display:grid item property grid-row-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end
|
|
3166
|
-
* MDN web docs: grid-row-end}
|
|
3103
|
+
* Sets the value for the CSS display:grid item property grid-row-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end MDN web docs: grid-row-end}
|
|
3167
3104
|
*/
|
|
3168
3105
|
gridRowEnd?: cssgrid.CSSGridLine | PropertyBindingInfo | `{${string}}`;
|
|
3169
3106
|
|
|
3170
3107
|
/**
|
|
3171
|
-
* Sets the value for the CSS display:grid item property grid-column {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
|
|
3172
|
-
* MDN web docs: grid-column}
|
|
3108
|
+
* Sets the value for the CSS display:grid item property grid-column {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column MDN web docs: grid-column}
|
|
3173
3109
|
*/
|
|
3174
3110
|
gridColumn?: cssgrid.CSSGridLine | PropertyBindingInfo | `{${string}}`;
|
|
3175
3111
|
|
|
3176
3112
|
/**
|
|
3177
|
-
* Sets the value for the CSS display:grid item property grid-row {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
|
|
3178
|
-
* MDN web docs: grid-row}
|
|
3113
|
+
* Sets the value for the CSS display:grid item property grid-row {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row MDN web docs: grid-row}
|
|
3179
3114
|
*/
|
|
3180
3115
|
gridRow?: cssgrid.CSSGridLine | PropertyBindingInfo | `{${string}}`;
|
|
3181
3116
|
}
|
|
@@ -3196,7 +3131,7 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3196
3131
|
import { cssgrid } from "sap/ui/layout/library";
|
|
3197
3132
|
|
|
3198
3133
|
/**
|
|
3199
|
-
* @
|
|
3134
|
+
* @since 1.60
|
|
3200
3135
|
*
|
|
3201
3136
|
* Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
|
|
3202
3137
|
*/
|
|
@@ -3206,8 +3141,8 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3206
3141
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
3207
3142
|
* of the syntax of the settings object.
|
|
3208
3143
|
*
|
|
3209
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor
|
|
3210
|
-
*
|
|
3144
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor sap.ui.base.ManagedObject }
|
|
3145
|
+
* can be used.
|
|
3211
3146
|
*/
|
|
3212
3147
|
constructor(
|
|
3213
3148
|
/**
|
|
@@ -3220,8 +3155,8 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3220
3155
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
3221
3156
|
* of the syntax of the settings object.
|
|
3222
3157
|
*
|
|
3223
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor
|
|
3224
|
-
*
|
|
3158
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor sap.ui.base.ManagedObject }
|
|
3159
|
+
* can be used.
|
|
3225
3160
|
*/
|
|
3226
3161
|
constructor(
|
|
3227
3162
|
/**
|
|
@@ -3264,7 +3199,7 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3264
3199
|
*/
|
|
3265
3200
|
static getMetadata(): ManagedObjectMetadata;
|
|
3266
3201
|
/**
|
|
3267
|
-
* @
|
|
3202
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3268
3203
|
*
|
|
3269
3204
|
* Removes all display:grid styles from the provided HTML element
|
|
3270
3205
|
*/
|
|
@@ -3275,7 +3210,7 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3275
3210
|
oElement: HTMLElement
|
|
3276
3211
|
): void;
|
|
3277
3212
|
/**
|
|
3278
|
-
* @
|
|
3213
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3279
3214
|
*
|
|
3280
3215
|
* Sets all display:grid styles to the provided HTML element
|
|
3281
3216
|
*/
|
|
@@ -3308,7 +3243,7 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3308
3243
|
*/
|
|
3309
3244
|
isResponsive(): boolean;
|
|
3310
3245
|
/**
|
|
3311
|
-
* @
|
|
3246
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3312
3247
|
*
|
|
3313
3248
|
* Hook function for the Grid's onAfterRendering
|
|
3314
3249
|
*/
|
|
@@ -3319,7 +3254,7 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
|
|
|
3319
3254
|
oGrid: cssgrid.IGridConfigurable
|
|
3320
3255
|
): void;
|
|
3321
3256
|
/**
|
|
3322
|
-
* @
|
|
3257
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3323
3258
|
*
|
|
3324
3259
|
* Hook function for the Grid's resize. Will be called if the grid layout is responsive.
|
|
3325
3260
|
*/
|
|
@@ -3352,16 +3287,16 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3352
3287
|
$GridLayoutBaseSettings,
|
|
3353
3288
|
} from "sap/ui/layout/cssgrid/GridLayoutBase";
|
|
3354
3289
|
|
|
3355
|
-
import Event from "sap/ui/base/Event";
|
|
3356
|
-
|
|
3357
3290
|
import GridSettings from "sap/ui/layout/cssgrid/GridSettings";
|
|
3358
3291
|
|
|
3359
3292
|
import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
|
|
3360
3293
|
|
|
3361
3294
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3362
3295
|
|
|
3296
|
+
import Event from "sap/ui/base/Event";
|
|
3297
|
+
|
|
3363
3298
|
/**
|
|
3364
|
-
* @
|
|
3299
|
+
* @since 1.60
|
|
3365
3300
|
*
|
|
3366
3301
|
* Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control. Have to possibility
|
|
3367
3302
|
* to hold multiple sap.ui.layout.cssgrid.GridSettings and apply the currently active GridSettings.
|
|
@@ -3446,7 +3381,7 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3446
3381
|
/**
|
|
3447
3382
|
* The function to be called when the event occurs
|
|
3448
3383
|
*/
|
|
3449
|
-
fnFunction: (p1:
|
|
3384
|
+
fnFunction: (p1: GridResponsiveLayout$LayoutChangeEvent) => void,
|
|
3450
3385
|
/**
|
|
3451
3386
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.GridResponsiveLayout`
|
|
3452
3387
|
* itself
|
|
@@ -3467,7 +3402,7 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3467
3402
|
/**
|
|
3468
3403
|
* The function to be called when the event occurs
|
|
3469
3404
|
*/
|
|
3470
|
-
fnFunction: (p1:
|
|
3405
|
+
fnFunction: (p1: GridResponsiveLayout$LayoutChangeEvent) => void,
|
|
3471
3406
|
/**
|
|
3472
3407
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.GridResponsiveLayout`
|
|
3473
3408
|
* itself
|
|
@@ -3515,14 +3450,14 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3515
3450
|
/**
|
|
3516
3451
|
* The function to be called, when the event occurs
|
|
3517
3452
|
*/
|
|
3518
|
-
fnFunction: (p1:
|
|
3453
|
+
fnFunction: (p1: GridResponsiveLayout$LayoutChangeEvent) => void,
|
|
3519
3454
|
/**
|
|
3520
3455
|
* Context object on which the given function had to be called
|
|
3521
3456
|
*/
|
|
3522
3457
|
oListener?: object
|
|
3523
3458
|
): this;
|
|
3524
3459
|
/**
|
|
3525
|
-
* @
|
|
3460
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3526
3461
|
*
|
|
3527
3462
|
* Fires event {@link #event:layoutChange layoutChange} to attached listeners.
|
|
3528
3463
|
*
|
|
@@ -3532,12 +3467,7 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3532
3467
|
/**
|
|
3533
3468
|
* Parameters to pass along with the event
|
|
3534
3469
|
*/
|
|
3535
|
-
mParameters?:
|
|
3536
|
-
/**
|
|
3537
|
-
* The name of the newly active layout aggregation
|
|
3538
|
-
*/
|
|
3539
|
-
layout?: string;
|
|
3540
|
-
}
|
|
3470
|
+
mParameters?: GridResponsiveLayout$LayoutChangeEventParameters
|
|
3541
3471
|
): this;
|
|
3542
3472
|
/**
|
|
3543
3473
|
* Gets current value of property {@link #getContainerQuery containerQuery}.
|
|
@@ -3691,8 +3621,25 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
|
|
|
3691
3621
|
/**
|
|
3692
3622
|
* Fired when the currently active GridSettings changes
|
|
3693
3623
|
*/
|
|
3694
|
-
layoutChange?: (
|
|
3624
|
+
layoutChange?: (
|
|
3625
|
+
oEvent: Event<GridResponsiveLayout$LayoutChangeEventParameters>
|
|
3626
|
+
) => void;
|
|
3695
3627
|
}
|
|
3628
|
+
|
|
3629
|
+
export interface GridResponsiveLayout$LayoutChangeEventParameters {
|
|
3630
|
+
/**
|
|
3631
|
+
* The name of the newly active layout aggregation
|
|
3632
|
+
*/
|
|
3633
|
+
layout?: string;
|
|
3634
|
+
}
|
|
3635
|
+
|
|
3636
|
+
/**
|
|
3637
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'GridResponsiveLayout$LayoutChangeEventParameters'
|
|
3638
|
+
* in 1.115.1 and any later releases.
|
|
3639
|
+
*/
|
|
3640
|
+
export type $GridResponsiveLayoutLayoutChangeEventParameters = GridResponsiveLayout$LayoutChangeEventParameters;
|
|
3641
|
+
|
|
3642
|
+
export type GridResponsiveLayout$LayoutChangeEvent = Event<GridResponsiveLayout$LayoutChangeEventParameters>;
|
|
3696
3643
|
}
|
|
3697
3644
|
|
|
3698
3645
|
declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
@@ -3709,7 +3656,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3709
3656
|
import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
|
|
3710
3657
|
|
|
3711
3658
|
/**
|
|
3712
|
-
* @
|
|
3659
|
+
* @since 1.60
|
|
3713
3660
|
*
|
|
3714
3661
|
* Holds a set of CSS display:grid properties
|
|
3715
3662
|
*/
|
|
@@ -3777,8 +3724,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3777
3724
|
/**
|
|
3778
3725
|
* Gets current value of property {@link #getGridAutoColumns gridAutoColumns}.
|
|
3779
3726
|
*
|
|
3780
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
|
|
3781
|
-
* MDN web docs: grid-auto-columns}
|
|
3727
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
|
|
3782
3728
|
*
|
|
3783
3729
|
* Default value is `empty string`.
|
|
3784
3730
|
*
|
|
@@ -3788,8 +3734,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3788
3734
|
/**
|
|
3789
3735
|
* Gets current value of property {@link #getGridAutoFlow gridAutoFlow}.
|
|
3790
3736
|
*
|
|
3791
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
|
|
3792
|
-
* MDN web docs: grid-auto-flow}
|
|
3737
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
|
|
3793
3738
|
*
|
|
3794
3739
|
* Default value is `"Row"`.
|
|
3795
3740
|
*
|
|
@@ -3801,8 +3746,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3801
3746
|
/**
|
|
3802
3747
|
* Gets current value of property {@link #getGridAutoRows gridAutoRows}.
|
|
3803
3748
|
*
|
|
3804
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
|
|
3805
|
-
* MDN web docs: grid-auto-rows}
|
|
3749
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
|
|
3806
3750
|
*
|
|
3807
3751
|
* Default value is `empty string`.
|
|
3808
3752
|
*
|
|
@@ -3812,8 +3756,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3812
3756
|
/**
|
|
3813
3757
|
* Gets current value of property {@link #getGridColumnGap gridColumnGap}.
|
|
3814
3758
|
*
|
|
3815
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
|
|
3816
|
-
* MDN web docs: grid-column-gap}
|
|
3759
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
|
|
3817
3760
|
*
|
|
3818
3761
|
* Default value is `empty string`.
|
|
3819
3762
|
*
|
|
@@ -3823,8 +3766,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3823
3766
|
/**
|
|
3824
3767
|
* Gets current value of property {@link #getGridGap gridGap}.
|
|
3825
3768
|
*
|
|
3826
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
|
|
3827
|
-
* MDN web docs: grid-gap}
|
|
3769
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
|
|
3828
3770
|
*
|
|
3829
3771
|
* Default value is `empty string`.
|
|
3830
3772
|
*
|
|
@@ -3834,8 +3776,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3834
3776
|
/**
|
|
3835
3777
|
* Gets current value of property {@link #getGridRowGap gridRowGap}.
|
|
3836
3778
|
*
|
|
3837
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
|
|
3838
|
-
* MDN web docs: grid-row-gap}
|
|
3779
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
|
|
3839
3780
|
*
|
|
3840
3781
|
* Default value is `empty string`.
|
|
3841
3782
|
*
|
|
@@ -3845,8 +3786,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3845
3786
|
/**
|
|
3846
3787
|
* Gets current value of property {@link #getGridTemplateColumns gridTemplateColumns}.
|
|
3847
3788
|
*
|
|
3848
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
|
|
3849
|
-
* MDN web docs: grid-template-columns}
|
|
3789
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
|
|
3850
3790
|
*
|
|
3851
3791
|
* Default value is `empty string`.
|
|
3852
3792
|
*
|
|
@@ -3856,8 +3796,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3856
3796
|
/**
|
|
3857
3797
|
* Gets current value of property {@link #getGridTemplateRows gridTemplateRows}.
|
|
3858
3798
|
*
|
|
3859
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
|
|
3860
|
-
* MDN web docs: grid-template-rows}
|
|
3799
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
|
|
3861
3800
|
*
|
|
3862
3801
|
* Default value is `empty string`.
|
|
3863
3802
|
*
|
|
@@ -3867,8 +3806,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3867
3806
|
/**
|
|
3868
3807
|
* Sets a new value for property {@link #getGridAutoColumns gridAutoColumns}.
|
|
3869
3808
|
*
|
|
3870
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
|
|
3871
|
-
* MDN web docs: grid-auto-columns}
|
|
3809
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
|
|
3872
3810
|
*
|
|
3873
3811
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3874
3812
|
*
|
|
@@ -3885,8 +3823,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3885
3823
|
/**
|
|
3886
3824
|
* Sets a new value for property {@link #getGridAutoFlow gridAutoFlow}.
|
|
3887
3825
|
*
|
|
3888
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
|
|
3889
|
-
* MDN web docs: grid-auto-flow}
|
|
3826
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
|
|
3890
3827
|
*
|
|
3891
3828
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3892
3829
|
*
|
|
@@ -3905,8 +3842,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3905
3842
|
/**
|
|
3906
3843
|
* Sets a new value for property {@link #getGridAutoRows gridAutoRows}.
|
|
3907
3844
|
*
|
|
3908
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
|
|
3909
|
-
* MDN web docs: grid-auto-rows}
|
|
3845
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
|
|
3910
3846
|
*
|
|
3911
3847
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3912
3848
|
*
|
|
@@ -3923,8 +3859,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3923
3859
|
/**
|
|
3924
3860
|
* Sets a new value for property {@link #getGridColumnGap gridColumnGap}.
|
|
3925
3861
|
*
|
|
3926
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
|
|
3927
|
-
* MDN web docs: grid-column-gap}
|
|
3862
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
|
|
3928
3863
|
*
|
|
3929
3864
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3930
3865
|
*
|
|
@@ -3941,8 +3876,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3941
3876
|
/**
|
|
3942
3877
|
* Sets a new value for property {@link #getGridGap gridGap}.
|
|
3943
3878
|
*
|
|
3944
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
|
|
3945
|
-
* MDN web docs: grid-gap}
|
|
3879
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
|
|
3946
3880
|
*
|
|
3947
3881
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3948
3882
|
*
|
|
@@ -3959,8 +3893,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3959
3893
|
/**
|
|
3960
3894
|
* Sets a new value for property {@link #getGridRowGap gridRowGap}.
|
|
3961
3895
|
*
|
|
3962
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
|
|
3963
|
-
* MDN web docs: grid-row-gap}
|
|
3896
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
|
|
3964
3897
|
*
|
|
3965
3898
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3966
3899
|
*
|
|
@@ -3977,8 +3910,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3977
3910
|
/**
|
|
3978
3911
|
* Sets a new value for property {@link #getGridTemplateColumns gridTemplateColumns}.
|
|
3979
3912
|
*
|
|
3980
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
|
|
3981
|
-
* MDN web docs: grid-template-columns}
|
|
3913
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
|
|
3982
3914
|
*
|
|
3983
3915
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3984
3916
|
*
|
|
@@ -3995,8 +3927,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
3995
3927
|
/**
|
|
3996
3928
|
* Sets a new value for property {@link #getGridTemplateRows gridTemplateRows}.
|
|
3997
3929
|
*
|
|
3998
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
|
|
3999
|
-
* MDN web docs: grid-template-rows}
|
|
3930
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
|
|
4000
3931
|
*
|
|
4001
3932
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4002
3933
|
*
|
|
@@ -4014,8 +3945,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
4014
3945
|
|
|
4015
3946
|
export interface $GridSettingsSettings extends $ManagedObjectSettings {
|
|
4016
3947
|
/**
|
|
4017
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
|
|
4018
|
-
* MDN web docs: grid-template-columns}
|
|
3948
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
|
|
4019
3949
|
*/
|
|
4020
3950
|
gridTemplateColumns?:
|
|
4021
3951
|
| cssgrid.CSSGridTrack
|
|
@@ -4023,8 +3953,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
4023
3953
|
| `{${string}}`;
|
|
4024
3954
|
|
|
4025
3955
|
/**
|
|
4026
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
|
|
4027
|
-
* MDN web docs: grid-template-rows}
|
|
3956
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
|
|
4028
3957
|
*/
|
|
4029
3958
|
gridTemplateRows?:
|
|
4030
3959
|
| cssgrid.CSSGridTrack
|
|
@@ -4032,32 +3961,27 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
4032
3961
|
| `{${string}}`;
|
|
4033
3962
|
|
|
4034
3963
|
/**
|
|
4035
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
|
|
4036
|
-
* MDN web docs: grid-row-gap}
|
|
3964
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
|
|
4037
3965
|
*/
|
|
4038
3966
|
gridRowGap?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
4039
3967
|
|
|
4040
3968
|
/**
|
|
4041
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
|
|
4042
|
-
* MDN web docs: grid-column-gap}
|
|
3969
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
|
|
4043
3970
|
*/
|
|
4044
3971
|
gridColumnGap?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
4045
3972
|
|
|
4046
3973
|
/**
|
|
4047
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
|
|
4048
|
-
* MDN web docs: grid-gap}
|
|
3974
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
|
|
4049
3975
|
*/
|
|
4050
3976
|
gridGap?: cssgrid.CSSGridGapShortHand | PropertyBindingInfo | `{${string}}`;
|
|
4051
3977
|
|
|
4052
3978
|
/**
|
|
4053
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
|
|
4054
|
-
* MDN web docs: grid-auto-rows}
|
|
3979
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
|
|
4055
3980
|
*/
|
|
4056
3981
|
gridAutoRows?: cssgrid.CSSGridTrack | PropertyBindingInfo | `{${string}}`;
|
|
4057
3982
|
|
|
4058
3983
|
/**
|
|
4059
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
|
|
4060
|
-
* MDN web docs: grid-auto-columns}
|
|
3984
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
|
|
4061
3985
|
*/
|
|
4062
3986
|
gridAutoColumns?:
|
|
4063
3987
|
| cssgrid.CSSGridTrack
|
|
@@ -4065,8 +3989,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
|
|
|
4065
3989
|
| `{${string}}`;
|
|
4066
3990
|
|
|
4067
3991
|
/**
|
|
4068
|
-
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
|
|
4069
|
-
* MDN web docs: grid-auto-flow}
|
|
3992
|
+
* Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
|
|
4070
3993
|
*/
|
|
4071
3994
|
gridAutoFlow?:
|
|
4072
3995
|
| (cssgrid.CSSGridAutoFlow | keyof typeof cssgrid.CSSGridAutoFlow)
|
|
@@ -4088,7 +4011,7 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnItemLayoutData" {
|
|
|
4088
4011
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
4089
4012
|
|
|
4090
4013
|
/**
|
|
4091
|
-
* @
|
|
4014
|
+
* @since 1.72
|
|
4092
4015
|
*
|
|
4093
4016
|
* Holds layout data for an item inside a responsive column layout.
|
|
4094
4017
|
*/
|
|
@@ -4232,12 +4155,12 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4232
4155
|
$GridLayoutBaseSettings,
|
|
4233
4156
|
} from "sap/ui/layout/cssgrid/GridLayoutBase";
|
|
4234
4157
|
|
|
4235
|
-
import Event from "sap/ui/base/Event";
|
|
4236
|
-
|
|
4237
4158
|
import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
|
|
4238
4159
|
|
|
4160
|
+
import Event from "sap/ui/base/Event";
|
|
4161
|
+
|
|
4239
4162
|
/**
|
|
4240
|
-
* @
|
|
4163
|
+
* @since 1.72
|
|
4241
4164
|
*
|
|
4242
4165
|
* Represents a layout which displays variable number of columns, depending on available screen size. With
|
|
4243
4166
|
* that it achieves flexible layouts and line breaks for large, medium, and small-sized screens, such as
|
|
@@ -4325,7 +4248,7 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4325
4248
|
/**
|
|
4326
4249
|
* The function to be called when the event occurs
|
|
4327
4250
|
*/
|
|
4328
|
-
fnFunction: (p1:
|
|
4251
|
+
fnFunction: (p1: ResponsiveColumnLayout$LayoutChangeEvent) => void,
|
|
4329
4252
|
/**
|
|
4330
4253
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.ResponsiveColumnLayout`
|
|
4331
4254
|
* itself
|
|
@@ -4346,7 +4269,7 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4346
4269
|
/**
|
|
4347
4270
|
* The function to be called when the event occurs
|
|
4348
4271
|
*/
|
|
4349
|
-
fnFunction: (p1:
|
|
4272
|
+
fnFunction: (p1: ResponsiveColumnLayout$LayoutChangeEvent) => void,
|
|
4350
4273
|
/**
|
|
4351
4274
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.ResponsiveColumnLayout`
|
|
4352
4275
|
* itself
|
|
@@ -4364,14 +4287,14 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4364
4287
|
/**
|
|
4365
4288
|
* The function to be called, when the event occurs
|
|
4366
4289
|
*/
|
|
4367
|
-
fnFunction: (p1:
|
|
4290
|
+
fnFunction: (p1: ResponsiveColumnLayout$LayoutChangeEvent) => void,
|
|
4368
4291
|
/**
|
|
4369
4292
|
* Context object on which the given function had to be called
|
|
4370
4293
|
*/
|
|
4371
4294
|
oListener?: object
|
|
4372
4295
|
): this;
|
|
4373
4296
|
/**
|
|
4374
|
-
* @
|
|
4297
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4375
4298
|
*
|
|
4376
4299
|
* Fires event {@link #event:layoutChange layoutChange} to attached listeners.
|
|
4377
4300
|
*
|
|
@@ -4381,12 +4304,7 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4381
4304
|
/**
|
|
4382
4305
|
* Parameters to pass along with the event
|
|
4383
4306
|
*/
|
|
4384
|
-
mParameters?:
|
|
4385
|
-
/**
|
|
4386
|
-
* The name of the newly active layout - "S", "M", "ML", "L", "XL", "XXL" or "XXXL".
|
|
4387
|
-
*/
|
|
4388
|
-
layout?: string;
|
|
4389
|
-
}
|
|
4307
|
+
mParameters?: ResponsiveColumnLayout$LayoutChangeEventParameters
|
|
4390
4308
|
): this;
|
|
4391
4309
|
/**
|
|
4392
4310
|
* Returns if the Grid Layout is responsive.
|
|
@@ -4401,15 +4319,30 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
|
|
|
4401
4319
|
/**
|
|
4402
4320
|
* Fired when the currently active layout changes
|
|
4403
4321
|
*/
|
|
4404
|
-
layoutChange?: (
|
|
4322
|
+
layoutChange?: (
|
|
4323
|
+
oEvent: Event<ResponsiveColumnLayout$LayoutChangeEventParameters>
|
|
4324
|
+
) => void;
|
|
4405
4325
|
}
|
|
4326
|
+
|
|
4327
|
+
export interface ResponsiveColumnLayout$LayoutChangeEventParameters {
|
|
4328
|
+
/**
|
|
4329
|
+
* The name of the newly active layout - "S", "M", "ML", "L", "XL", "XXL" or "XXXL".
|
|
4330
|
+
*/
|
|
4331
|
+
layout?: string;
|
|
4332
|
+
}
|
|
4333
|
+
|
|
4334
|
+
/**
|
|
4335
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ResponsiveColumnLayout$LayoutChangeEventParameters'
|
|
4336
|
+
* in 1.115.1 and any later releases.
|
|
4337
|
+
*/
|
|
4338
|
+
export type $ResponsiveColumnLayoutLayoutChangeEventParameters = ResponsiveColumnLayout$LayoutChangeEventParameters;
|
|
4339
|
+
|
|
4340
|
+
export type ResponsiveColumnLayout$LayoutChangeEvent = Event<ResponsiveColumnLayout$LayoutChangeEventParameters>;
|
|
4406
4341
|
}
|
|
4407
4342
|
|
|
4408
4343
|
declare module "sap/ui/layout/DynamicSideContent" {
|
|
4409
4344
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
4410
4345
|
|
|
4411
|
-
import Event from "sap/ui/base/Event";
|
|
4412
|
-
|
|
4413
4346
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
4414
4347
|
|
|
4415
4348
|
import ScrollEnablement from "sap/ui/core/delegate/ScrollEnablement";
|
|
@@ -4425,8 +4358,10 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4425
4358
|
AggregationBindingInfo,
|
|
4426
4359
|
} from "sap/ui/base/ManagedObject";
|
|
4427
4360
|
|
|
4361
|
+
import Event from "sap/ui/base/Event";
|
|
4362
|
+
|
|
4428
4363
|
/**
|
|
4429
|
-
* @
|
|
4364
|
+
* @since 1.30
|
|
4430
4365
|
*
|
|
4431
4366
|
* Layout control that allows additional (side) content to be displayed dynamically.
|
|
4432
4367
|
*
|
|
@@ -4464,16 +4399,16 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4464
4399
|
*
|
|
4465
4400
|
*
|
|
4466
4401
|
* - Main vs. side content ratio is 66.666 vs. 33.333 percent (with a minimum of 320px each). If the side
|
|
4467
|
-
*
|
|
4468
|
-
*
|
|
4402
|
+
* content width falls below 320 px, it automatically slides under the main content, unless the app development
|
|
4403
|
+
* team specifies that it should disappear.
|
|
4469
4404
|
*
|
|
4470
4405
|
* Screen width <= 720 px (for example on a mobile device)
|
|
4471
4406
|
*
|
|
4472
4407
|
*
|
|
4473
4408
|
* - In this case, the side content automatically disappears from the screen (unless specified to stay
|
|
4474
|
-
*
|
|
4475
|
-
*
|
|
4476
|
-
*
|
|
4409
|
+
* under the content) and can be triggered from a pre-set trigger (specified within the app). When the side
|
|
4410
|
+
* content is triggered, it replaces the main content. We recommend that you always place the trigger for
|
|
4411
|
+
* the side content in the same location, such as in the app footer.
|
|
4477
4412
|
*
|
|
4478
4413
|
* A special case, allows for comparison mode between the main and side content. In this case, the screen
|
|
4479
4414
|
* is split into 50:50 percent for main vs. side content. The responsive behavior of the equal split is
|
|
@@ -4573,7 +4508,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4573
4508
|
oControl: Control
|
|
4574
4509
|
): this;
|
|
4575
4510
|
/**
|
|
4576
|
-
* @
|
|
4511
|
+
* @since 1.32
|
|
4577
4512
|
*
|
|
4578
4513
|
* Attaches event handler `fnFunction` to the {@link #event:breakpointChanged breakpointChanged} event of
|
|
4579
4514
|
* this `sap.ui.layout.DynamicSideContent`.
|
|
@@ -4594,14 +4529,14 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4594
4529
|
/**
|
|
4595
4530
|
* The function to be called when the event occurs
|
|
4596
4531
|
*/
|
|
4597
|
-
fnFunction: (p1:
|
|
4532
|
+
fnFunction: (p1: DynamicSideContent$BreakpointChangedEvent) => void,
|
|
4598
4533
|
/**
|
|
4599
4534
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.DynamicSideContent` itself
|
|
4600
4535
|
*/
|
|
4601
4536
|
oListener?: object
|
|
4602
4537
|
): this;
|
|
4603
4538
|
/**
|
|
4604
|
-
* @
|
|
4539
|
+
* @since 1.32
|
|
4605
4540
|
*
|
|
4606
4541
|
* Attaches event handler `fnFunction` to the {@link #event:breakpointChanged breakpointChanged} event of
|
|
4607
4542
|
* this `sap.ui.layout.DynamicSideContent`.
|
|
@@ -4617,7 +4552,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4617
4552
|
/**
|
|
4618
4553
|
* The function to be called when the event occurs
|
|
4619
4554
|
*/
|
|
4620
|
-
fnFunction: (p1:
|
|
4555
|
+
fnFunction: (p1: DynamicSideContent$BreakpointChangedEvent) => void,
|
|
4621
4556
|
/**
|
|
4622
4557
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.DynamicSideContent` itself
|
|
4623
4558
|
*/
|
|
@@ -4636,7 +4571,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4636
4571
|
*/
|
|
4637
4572
|
destroySideContent(): this;
|
|
4638
4573
|
/**
|
|
4639
|
-
* @
|
|
4574
|
+
* @since 1.32
|
|
4640
4575
|
*
|
|
4641
4576
|
* Detaches event handler `fnFunction` from the {@link #event:breakpointChanged breakpointChanged} event
|
|
4642
4577
|
* of this `sap.ui.layout.DynamicSideContent`.
|
|
@@ -4649,15 +4584,15 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4649
4584
|
/**
|
|
4650
4585
|
* The function to be called, when the event occurs
|
|
4651
4586
|
*/
|
|
4652
|
-
fnFunction: (p1:
|
|
4587
|
+
fnFunction: (p1: DynamicSideContent$BreakpointChangedEvent) => void,
|
|
4653
4588
|
/**
|
|
4654
4589
|
* Context object on which the given function had to be called
|
|
4655
4590
|
*/
|
|
4656
4591
|
oListener?: object
|
|
4657
4592
|
): this;
|
|
4658
4593
|
/**
|
|
4659
|
-
* @
|
|
4660
|
-
* @
|
|
4594
|
+
* @since 1.32
|
|
4595
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4661
4596
|
*
|
|
4662
4597
|
* Fires event {@link #event:breakpointChanged breakpointChanged} to attached listeners.
|
|
4663
4598
|
*
|
|
@@ -4667,9 +4602,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4667
4602
|
/**
|
|
4668
4603
|
* Parameters to pass along with the event
|
|
4669
4604
|
*/
|
|
4670
|
-
mParameters?:
|
|
4671
|
-
currentBreakpoint?: string;
|
|
4672
|
-
}
|
|
4605
|
+
mParameters?: DynamicSideContent$BreakpointChangedEventParameters
|
|
4673
4606
|
): this;
|
|
4674
4607
|
/**
|
|
4675
4608
|
* Gets current value of property {@link #getContainerQuery containerQuery}.
|
|
@@ -4710,7 +4643,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4710
4643
|
*/
|
|
4711
4644
|
getMainContent(): Control[];
|
|
4712
4645
|
/**
|
|
4713
|
-
* @
|
|
4646
|
+
* @since 1.78
|
|
4714
4647
|
*
|
|
4715
4648
|
* Returns a scroll helper object used to handle scrolling.
|
|
4716
4649
|
*
|
|
@@ -4764,7 +4697,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4764
4697
|
| SideContentFallDown
|
|
4765
4698
|
| keyof typeof SideContentFallDown;
|
|
4766
4699
|
/**
|
|
4767
|
-
* @
|
|
4700
|
+
* @since 1.36
|
|
4768
4701
|
*
|
|
4769
4702
|
* Gets current value of property {@link #getSideContentPosition sideContentPosition}.
|
|
4770
4703
|
*
|
|
@@ -4976,7 +4909,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
4976
4909
|
| keyof typeof SideContentFallDown
|
|
4977
4910
|
): this;
|
|
4978
4911
|
/**
|
|
4979
|
-
* @
|
|
4912
|
+
* @since 1.36
|
|
4980
4913
|
*
|
|
4981
4914
|
* Sets a new value for property {@link #getSideContentPosition sideContentPosition}.
|
|
4982
4915
|
*
|
|
@@ -5065,7 +4998,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
5065
4998
|
containerQuery?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
5066
4999
|
|
|
5067
5000
|
/**
|
|
5068
|
-
* @
|
|
5001
|
+
* @since 1.36
|
|
5069
5002
|
*
|
|
5070
5003
|
* Determines whether the side content is on the left or on the right side of the main content.
|
|
5071
5004
|
*/
|
|
@@ -5085,12 +5018,26 @@ declare module "sap/ui/layout/DynamicSideContent" {
|
|
|
5085
5018
|
sideContent?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
5086
5019
|
|
|
5087
5020
|
/**
|
|
5088
|
-
* @
|
|
5021
|
+
* @since 1.32
|
|
5089
5022
|
*
|
|
5090
5023
|
* Fires when the current breakpoint has been changed.
|
|
5091
5024
|
*/
|
|
5092
|
-
breakpointChanged?: (
|
|
5025
|
+
breakpointChanged?: (
|
|
5026
|
+
oEvent: Event<DynamicSideContent$BreakpointChangedEventParameters>
|
|
5027
|
+
) => void;
|
|
5028
|
+
}
|
|
5029
|
+
|
|
5030
|
+
export interface DynamicSideContent$BreakpointChangedEventParameters {
|
|
5031
|
+
currentBreakpoint?: string;
|
|
5093
5032
|
}
|
|
5033
|
+
|
|
5034
|
+
/**
|
|
5035
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DynamicSideContent$BreakpointChangedEventParameters'
|
|
5036
|
+
* in 1.115.1 and any later releases.
|
|
5037
|
+
*/
|
|
5038
|
+
export type $DynamicSideContentBreakpointChangedEventParameters = DynamicSideContent$BreakpointChangedEventParameters;
|
|
5039
|
+
|
|
5040
|
+
export type DynamicSideContent$BreakpointChangedEvent = Event<DynamicSideContent$BreakpointChangedEventParameters>;
|
|
5094
5041
|
}
|
|
5095
5042
|
|
|
5096
5043
|
declare module "sap/ui/layout/FixFlex" {
|
|
@@ -5106,7 +5053,7 @@ declare module "sap/ui/layout/FixFlex" {
|
|
|
5106
5053
|
} from "sap/ui/base/ManagedObject";
|
|
5107
5054
|
|
|
5108
5055
|
/**
|
|
5109
|
-
* @
|
|
5056
|
+
* @since 1.25.0
|
|
5110
5057
|
*
|
|
5111
5058
|
* A layout container with a fixed and a flexible part. Overview: The FixFlex control builds the container
|
|
5112
5059
|
* for a layout with a fixed and a flexible part. The flexible container adapts its size to the fix container.
|
|
@@ -5114,19 +5061,19 @@ declare module "sap/ui/layout/FixFlex" {
|
|
|
5114
5061
|
* - The fix container can hold any number of controls, while the flexible container can hold only one
|
|
5115
5062
|
*
|
|
5116
5063
|
* - In order for the FixFlex to stretch properly, the parent element, in which the control is placed,
|
|
5117
|
-
*
|
|
5064
|
+
* needs to have a specified height or needs to have an absolute position.
|
|
5118
5065
|
* - Avoid nesting FixFlex in other flexbox-based layout controls ({@link sap.ui.layout.FixFlex FixFlex},
|
|
5119
|
-
*
|
|
5120
|
-
*
|
|
5066
|
+
* {@link sap.m.FlexBox FlexBox}, Hbox, Vbox). Otherwise, contents may be not accessible or multiple scrollbars
|
|
5067
|
+
* can appear. Structure: The behavior of the FixFlex is controlled by the following properties:
|
|
5121
5068
|
*
|
|
5122
5069
|
* - `fixContentSize` - The width/height of the fix part of the control
|
|
5123
5070
|
* - `fixFirst` - The ordering of the fix and flex part
|
|
5124
5071
|
* - `minFlexSize` - Scrolling inside the flex part, if its contents are large
|
|
5125
5072
|
* - `vertical` - Alignment of the FixFlex control Responsive Behavior:
|
|
5126
5073
|
* - If the child control of the flex or the fix container has width/height bigger than the container
|
|
5127
|
-
*
|
|
5074
|
+
* itself, the child control will be cropped in the view.
|
|
5128
5075
|
* - If minFlexSize is set, then a scrollbar is shown in the flexible part, depending on the `vertical`
|
|
5129
|
-
*
|
|
5076
|
+
* property.
|
|
5130
5077
|
*/
|
|
5131
5078
|
export default class FixFlex extends Control {
|
|
5132
5079
|
/**
|
|
@@ -5248,7 +5195,7 @@ declare module "sap/ui/layout/FixFlex" {
|
|
|
5248
5195
|
*/
|
|
5249
5196
|
getFlexContent(): Control;
|
|
5250
5197
|
/**
|
|
5251
|
-
* @
|
|
5198
|
+
* @since 1.29
|
|
5252
5199
|
*
|
|
5253
5200
|
* Gets current value of property {@link #getMinFlexSize minFlexSize}.
|
|
5254
5201
|
*
|
|
@@ -5370,7 +5317,7 @@ declare module "sap/ui/layout/FixFlex" {
|
|
|
5370
5317
|
oFlexContent: Control
|
|
5371
5318
|
): this;
|
|
5372
5319
|
/**
|
|
5373
|
-
* @
|
|
5320
|
+
* @since 1.29
|
|
5374
5321
|
*
|
|
5375
5322
|
* Sets a new value for property {@link #getMinFlexSize minFlexSize}.
|
|
5376
5323
|
*
|
|
@@ -5432,7 +5379,7 @@ declare module "sap/ui/layout/FixFlex" {
|
|
|
5432
5379
|
fixContentSize?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
5433
5380
|
|
|
5434
5381
|
/**
|
|
5435
|
-
* @
|
|
5382
|
+
* @since 1.29
|
|
5436
5383
|
*
|
|
5437
5384
|
* Enables scrolling inside the flexible part. The given size is calculated in "px". If the child control
|
|
5438
5385
|
* in the flexible part is larger than the available flexible size on the screen and if the available size
|
|
@@ -5466,7 +5413,7 @@ declare module "sap/ui/layout/form/ColumnContainerData" {
|
|
|
5466
5413
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
5467
5414
|
|
|
5468
5415
|
/**
|
|
5469
|
-
* @
|
|
5416
|
+
* @since 1.56.0
|
|
5470
5417
|
*
|
|
5471
5418
|
* The `ColumnLayout`-specific layout data for the `FormContainer` element.
|
|
5472
5419
|
*
|
|
@@ -5660,7 +5607,7 @@ declare module "sap/ui/layout/form/ColumnElementData" {
|
|
|
5660
5607
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
5661
5608
|
|
|
5662
5609
|
/**
|
|
5663
|
-
* @
|
|
5610
|
+
* @since 1.56.0
|
|
5664
5611
|
*
|
|
5665
5612
|
* The `ColumnLayout`-specific layout data for the `FormElement` content fields.
|
|
5666
5613
|
*
|
|
@@ -5828,7 +5775,7 @@ declare module "sap/ui/layout/form/ColumnLayout" {
|
|
|
5828
5775
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
5829
5776
|
|
|
5830
5777
|
/**
|
|
5831
|
-
* @
|
|
5778
|
+
* @since 1.56.0
|
|
5832
5779
|
*
|
|
5833
5780
|
* The `ColumnLayout` control renders a `Form` control in a column-based responsive way. Depending on its
|
|
5834
5781
|
* size, the `Form` control is divided into one or more columns. (XL - max. 4 columns, L - max. 3 columns,
|
|
@@ -6123,7 +6070,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6123
6070
|
} from "sap/ui/base/ManagedObject";
|
|
6124
6071
|
|
|
6125
6072
|
/**
|
|
6126
|
-
* @
|
|
6073
|
+
* @since 1.16.0
|
|
6127
6074
|
*
|
|
6128
6075
|
* A `Form` control arranges labels and fields (like input fields) into groups and rows. There are different
|
|
6129
6076
|
* ways to visualize forms for different screen sizes.
|
|
@@ -6208,7 +6155,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6208
6155
|
*/
|
|
6209
6156
|
static getMetadata(): ElementMetadata;
|
|
6210
6157
|
/**
|
|
6211
|
-
* @
|
|
6158
|
+
* @since 1.28.0
|
|
6212
6159
|
*
|
|
6213
6160
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6214
6161
|
*
|
|
@@ -6250,7 +6197,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6250
6197
|
*/
|
|
6251
6198
|
destroyTitle(): this;
|
|
6252
6199
|
/**
|
|
6253
|
-
* @
|
|
6200
|
+
* @since 1.36.0
|
|
6254
6201
|
*
|
|
6255
6202
|
* Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
|
|
6256
6203
|
*
|
|
@@ -6258,14 +6205,13 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6258
6205
|
*/
|
|
6259
6206
|
destroyToolbar(): this;
|
|
6260
6207
|
/**
|
|
6261
|
-
* @
|
|
6208
|
+
* @since 1.28.0
|
|
6262
6209
|
*
|
|
6263
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
|
|
6264
|
-
* ariaLabelledBy}.
|
|
6210
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6265
6211
|
*/
|
|
6266
6212
|
getAriaLabelledBy(): ID[];
|
|
6267
6213
|
/**
|
|
6268
|
-
* @
|
|
6214
|
+
* @since 1.20.0
|
|
6269
6215
|
*
|
|
6270
6216
|
* Gets current value of property {@link #getEditable editable}.
|
|
6271
6217
|
*
|
|
@@ -6296,9 +6242,8 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6296
6242
|
/**
|
|
6297
6243
|
* Gets content of aggregation {@link #getLayout layout}.
|
|
6298
6244
|
*
|
|
6299
|
-
* Layout of the `Form`. The assigned `Layout` renders the `Form`. We recommend using the {@link sap.ui.layout.form.ColumnLayout
|
|
6300
|
-
*
|
|
6301
|
-
* the best way possible.
|
|
6245
|
+
* Layout of the `Form`. The assigned `Layout` renders the `Form`. We recommend using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout }
|
|
6246
|
+
* for rendering a `Form`, as its responsiveness allows the available space to be used in the best way possible.
|
|
6302
6247
|
*/
|
|
6303
6248
|
getLayout(): FormLayout;
|
|
6304
6249
|
/**
|
|
@@ -6311,12 +6256,12 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6311
6256
|
*
|
|
6312
6257
|
* **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
|
|
6313
6258
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
6314
|
-
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel
|
|
6315
|
-
*
|
|
6259
|
+
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
|
|
6260
|
+
* to the needed value.
|
|
6316
6261
|
*/
|
|
6317
6262
|
getTitle(): Title | string;
|
|
6318
6263
|
/**
|
|
6319
|
-
* @
|
|
6264
|
+
* @since 1.36.0
|
|
6320
6265
|
*
|
|
6321
6266
|
* Gets content of aggregation {@link #getToolbar toolbar}.
|
|
6322
6267
|
*
|
|
@@ -6336,8 +6281,8 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6336
6281
|
*/
|
|
6337
6282
|
getWidth(): CSSSize;
|
|
6338
6283
|
/**
|
|
6339
|
-
* Checks for the provided `sap.ui.layout.form.FormContainer` in the aggregation {@link #getFormContainers
|
|
6340
|
-
*
|
|
6284
|
+
* Checks for the provided `sap.ui.layout.form.FormContainer` in the aggregation {@link #getFormContainers formContainers}.
|
|
6285
|
+
* and returns its index if found or -1 otherwise.
|
|
6341
6286
|
*
|
|
6342
6287
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
6343
6288
|
*/
|
|
@@ -6365,7 +6310,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6365
6310
|
iIndex: int
|
|
6366
6311
|
): this;
|
|
6367
6312
|
/**
|
|
6368
|
-
* @
|
|
6313
|
+
* @since 1.28.0
|
|
6369
6314
|
*
|
|
6370
6315
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6371
6316
|
*
|
|
@@ -6381,7 +6326,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6381
6326
|
*/
|
|
6382
6327
|
removeAllFormContainers(): FormContainer[];
|
|
6383
6328
|
/**
|
|
6384
|
-
* @
|
|
6329
|
+
* @since 1.28.0
|
|
6385
6330
|
*
|
|
6386
6331
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6387
6332
|
*
|
|
@@ -6405,7 +6350,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6405
6350
|
vFormContainer: int | string | FormContainer
|
|
6406
6351
|
): FormContainer | null;
|
|
6407
6352
|
/**
|
|
6408
|
-
* @
|
|
6353
|
+
* @since 1.20.0
|
|
6409
6354
|
*
|
|
6410
6355
|
* Sets a new value for property {@link #getEditable editable}.
|
|
6411
6356
|
*
|
|
@@ -6457,7 +6402,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6457
6402
|
vTitle: Title | string
|
|
6458
6403
|
): this;
|
|
6459
6404
|
/**
|
|
6460
|
-
* @
|
|
6405
|
+
* @since 1.36.0
|
|
6461
6406
|
*
|
|
6462
6407
|
* Sets the aggregated {@link #getToolbar toolbar}.
|
|
6463
6408
|
*
|
|
@@ -6493,7 +6438,7 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6493
6438
|
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
6494
6439
|
|
|
6495
6440
|
/**
|
|
6496
|
-
* @
|
|
6441
|
+
* @since 1.20.0
|
|
6497
6442
|
*
|
|
6498
6443
|
* Applies a device-specific and theme-specific line height and label alignment to the form rows if the
|
|
6499
6444
|
* form has editable content. If set, all (not only the editable) rows of the form will get the line height
|
|
@@ -6527,13 +6472,13 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6527
6472
|
*
|
|
6528
6473
|
* **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
|
|
6529
6474
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
6530
|
-
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel
|
|
6531
|
-
*
|
|
6475
|
+
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
|
|
6476
|
+
* to the needed value.
|
|
6532
6477
|
*/
|
|
6533
6478
|
title?: string | Title | PropertyBindingInfo;
|
|
6534
6479
|
|
|
6535
6480
|
/**
|
|
6536
|
-
* @
|
|
6481
|
+
* @since 1.36.0
|
|
6537
6482
|
*
|
|
6538
6483
|
* Toolbar of the `Form`.
|
|
6539
6484
|
*
|
|
@@ -6544,14 +6489,13 @@ declare module "sap/ui/layout/form/Form" {
|
|
|
6544
6489
|
toolbar?: Toolbar;
|
|
6545
6490
|
|
|
6546
6491
|
/**
|
|
6547
|
-
* Layout of the `Form`. The assigned `Layout` renders the `Form`. We recommend using the {@link sap.ui.layout.form.ColumnLayout
|
|
6548
|
-
*
|
|
6549
|
-
* the best way possible.
|
|
6492
|
+
* Layout of the `Form`. The assigned `Layout` renders the `Form`. We recommend using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout }
|
|
6493
|
+
* for rendering a `Form`, as its responsiveness allows the available space to be used in the best way possible.
|
|
6550
6494
|
*/
|
|
6551
6495
|
layout?: FormLayout;
|
|
6552
6496
|
|
|
6553
6497
|
/**
|
|
6554
|
-
* @
|
|
6498
|
+
* @since 1.28.0
|
|
6555
6499
|
*
|
|
6556
6500
|
* Association to controls / IDs that label this control (see WAI-ARIA attribute `aria-labelledby`).
|
|
6557
6501
|
*/
|
|
@@ -6578,7 +6522,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6578
6522
|
} from "sap/ui/base/ManagedObject";
|
|
6579
6523
|
|
|
6580
6524
|
/**
|
|
6581
|
-
* @
|
|
6525
|
+
* @since 1.16.0
|
|
6582
6526
|
*
|
|
6583
6527
|
* A `FormContainer` represents a group inside a `Form`. It consists of `FormElements`. The rendering of
|
|
6584
6528
|
* the `FormContainer` is done by the `FormLayout` assigned to the `Form`.
|
|
@@ -6645,8 +6589,8 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6645
6589
|
*/
|
|
6646
6590
|
static getMetadata(): ElementMetadata;
|
|
6647
6591
|
/**
|
|
6648
|
-
* @
|
|
6649
|
-
* @
|
|
6592
|
+
* @since 1.74.0
|
|
6593
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6650
6594
|
*
|
|
6651
6595
|
* Sets the editable state of the `FormContainer`.
|
|
6652
6596
|
*
|
|
@@ -6661,7 +6605,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6661
6605
|
bEditable: boolean
|
|
6662
6606
|
): void;
|
|
6663
6607
|
/**
|
|
6664
|
-
* @
|
|
6608
|
+
* @since 1.36.0
|
|
6665
6609
|
*
|
|
6666
6610
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6667
6611
|
*
|
|
@@ -6697,7 +6641,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6697
6641
|
*/
|
|
6698
6642
|
destroyTitle(): this;
|
|
6699
6643
|
/**
|
|
6700
|
-
* @
|
|
6644
|
+
* @since 1.36.0
|
|
6701
6645
|
*
|
|
6702
6646
|
* Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
|
|
6703
6647
|
*
|
|
@@ -6705,10 +6649,9 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6705
6649
|
*/
|
|
6706
6650
|
destroyToolbar(): this;
|
|
6707
6651
|
/**
|
|
6708
|
-
* @
|
|
6652
|
+
* @since 1.36.0
|
|
6709
6653
|
*
|
|
6710
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
|
|
6711
|
-
* ariaLabelledBy}.
|
|
6654
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6712
6655
|
*/
|
|
6713
6656
|
getAriaLabelledBy(): ID[];
|
|
6714
6657
|
/**
|
|
@@ -6751,12 +6694,12 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6751
6694
|
*
|
|
6752
6695
|
* **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
|
|
6753
6696
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
6754
|
-
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel
|
|
6755
|
-
*
|
|
6697
|
+
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
|
|
6698
|
+
* to the needed value.
|
|
6756
6699
|
*/
|
|
6757
6700
|
getTitle(): Title | string;
|
|
6758
6701
|
/**
|
|
6759
|
-
* @
|
|
6702
|
+
* @since 1.36.0
|
|
6760
6703
|
*
|
|
6761
6704
|
* Gets content of aggregation {@link #getToolbar toolbar}.
|
|
6762
6705
|
*
|
|
@@ -6816,7 +6759,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6816
6759
|
*/
|
|
6817
6760
|
isVisible(): boolean;
|
|
6818
6761
|
/**
|
|
6819
|
-
* @
|
|
6762
|
+
* @since 1.36.0
|
|
6820
6763
|
*
|
|
6821
6764
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6822
6765
|
*
|
|
@@ -6832,7 +6775,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6832
6775
|
*/
|
|
6833
6776
|
removeAllFormElements(): FormElement[];
|
|
6834
6777
|
/**
|
|
6835
|
-
* @
|
|
6778
|
+
* @since 1.36.0
|
|
6836
6779
|
*
|
|
6837
6780
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6838
6781
|
*
|
|
@@ -6905,7 +6848,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6905
6848
|
vTitle: Title | string
|
|
6906
6849
|
): this;
|
|
6907
6850
|
/**
|
|
6908
|
-
* @
|
|
6851
|
+
* @since 1.36.0
|
|
6909
6852
|
*
|
|
6910
6853
|
* Sets the aggregated {@link #getToolbar toolbar}.
|
|
6911
6854
|
*
|
|
@@ -6973,13 +6916,13 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6973
6916
|
*
|
|
6974
6917
|
* **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
|
|
6975
6918
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
6976
|
-
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel
|
|
6977
|
-
*
|
|
6919
|
+
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
|
|
6920
|
+
* to the needed value.
|
|
6978
6921
|
*/
|
|
6979
6922
|
title?: string | Title | PropertyBindingInfo;
|
|
6980
6923
|
|
|
6981
6924
|
/**
|
|
6982
|
-
* @
|
|
6925
|
+
* @since 1.36.0
|
|
6983
6926
|
*
|
|
6984
6927
|
* Toolbar of the `FormContainer`.
|
|
6985
6928
|
*
|
|
@@ -6990,7 +6933,7 @@ declare module "sap/ui/layout/form/FormContainer" {
|
|
|
6990
6933
|
toolbar?: Toolbar;
|
|
6991
6934
|
|
|
6992
6935
|
/**
|
|
6993
|
-
* @
|
|
6936
|
+
* @since 1.36.0
|
|
6994
6937
|
*
|
|
6995
6938
|
* Association to controls / IDs that label this control (see WAI-ARIA attribute `aria-labelledby`).
|
|
6996
6939
|
*
|
|
@@ -7016,7 +6959,7 @@ declare module "sap/ui/layout/form/FormElement" {
|
|
|
7016
6959
|
} from "sap/ui/base/ManagedObject";
|
|
7017
6960
|
|
|
7018
6961
|
/**
|
|
7019
|
-
* @
|
|
6962
|
+
* @since 1.16.0
|
|
7020
6963
|
*
|
|
7021
6964
|
* A `FormElement` represents a row in a `FormContainer`. A `FormElement` is a combination of one label
|
|
7022
6965
|
* and different controls associated to this label.
|
|
@@ -7083,8 +7026,8 @@ declare module "sap/ui/layout/form/FormElement" {
|
|
|
7083
7026
|
*/
|
|
7084
7027
|
static getMetadata(): ElementMetadata;
|
|
7085
7028
|
/**
|
|
7086
|
-
* @
|
|
7087
|
-
* @
|
|
7029
|
+
* @since 1.74.0
|
|
7030
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7088
7031
|
*
|
|
7089
7032
|
* Sets the editable state of the `FormElement`.
|
|
7090
7033
|
*
|
|
@@ -7187,7 +7130,7 @@ declare module "sap/ui/layout/form/FormElement" {
|
|
|
7187
7130
|
iIndex: int
|
|
7188
7131
|
): this;
|
|
7189
7132
|
/**
|
|
7190
|
-
* @
|
|
7133
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7191
7134
|
*
|
|
7192
7135
|
* Labels inside of a Form must be invalidated if "editable" changed on Form
|
|
7193
7136
|
*/
|
|
@@ -7285,7 +7228,7 @@ declare module "sap/ui/layout/form/FormLayout" {
|
|
|
7285
7228
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7286
7229
|
|
|
7287
7230
|
/**
|
|
7288
|
-
* @
|
|
7231
|
+
* @since 1.16.0
|
|
7289
7232
|
*
|
|
7290
7233
|
* Base layout to render a `Form`. Other layouts to render a `Form` must inherit from this one.
|
|
7291
7234
|
*
|
|
@@ -7354,7 +7297,7 @@ declare module "sap/ui/layout/form/FormLayout" {
|
|
|
7354
7297
|
*/
|
|
7355
7298
|
static getMetadata(): ElementMetadata;
|
|
7356
7299
|
/**
|
|
7357
|
-
* @
|
|
7300
|
+
* @since 1.36.0
|
|
7358
7301
|
*
|
|
7359
7302
|
* Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
|
|
7360
7303
|
*
|
|
@@ -7368,7 +7311,7 @@ declare module "sap/ui/layout/form/FormLayout" {
|
|
|
7368
7311
|
*/
|
|
7369
7312
|
getBackgroundDesign(): BackgroundDesign | keyof typeof BackgroundDesign;
|
|
7370
7313
|
/**
|
|
7371
|
-
* @
|
|
7314
|
+
* @since 1.36.0
|
|
7372
7315
|
*
|
|
7373
7316
|
* Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
|
|
7374
7317
|
*
|
|
@@ -7392,7 +7335,7 @@ declare module "sap/ui/layout/form/FormLayout" {
|
|
|
7392
7335
|
|
|
7393
7336
|
export interface $FormLayoutSettings extends $ControlSettings {
|
|
7394
7337
|
/**
|
|
7395
|
-
* @
|
|
7338
|
+
* @since 1.36.0
|
|
7396
7339
|
*
|
|
7397
7340
|
* Specifies the background color of the `Form` content.
|
|
7398
7341
|
*
|
|
@@ -7416,7 +7359,7 @@ declare module "sap/ui/layout/form/GridContainerData" {
|
|
|
7416
7359
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7417
7360
|
|
|
7418
7361
|
/**
|
|
7419
|
-
* @
|
|
7362
|
+
* @since 1.16.0
|
|
7420
7363
|
*
|
|
7421
7364
|
* The `GridLayout`-specific layout data for `FormContainers`.
|
|
7422
7365
|
*/
|
|
@@ -7537,7 +7480,7 @@ declare module "sap/ui/layout/form/GridElementData" {
|
|
|
7537
7480
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7538
7481
|
|
|
7539
7482
|
/**
|
|
7540
|
-
* @
|
|
7483
|
+
* @since 1.16.0
|
|
7541
7484
|
*
|
|
7542
7485
|
* The `GridLayout`-specific layout data for `FormElement` fields.
|
|
7543
7486
|
*/
|
|
@@ -7712,7 +7655,7 @@ declare module "sap/ui/layout/form/GridLayout" {
|
|
|
7712
7655
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7713
7656
|
|
|
7714
7657
|
/**
|
|
7715
|
-
* @
|
|
7658
|
+
* @since 1.16.0
|
|
7716
7659
|
* @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
|
|
7717
7660
|
* be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
|
|
7718
7661
|
*
|
|
@@ -7850,7 +7793,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7850
7793
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7851
7794
|
|
|
7852
7795
|
/**
|
|
7853
|
-
* @
|
|
7796
|
+
* @since 1.16.0
|
|
7854
7797
|
*
|
|
7855
7798
|
* The `ResponsiveGridLayout` control renders a `Form` using a responsive grid. Internally the `Grid` control
|
|
7856
7799
|
* is used for rendering. Using this layout, the `Form` is rendered in a responsive way. Depending on the
|
|
@@ -7930,7 +7873,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7930
7873
|
*/
|
|
7931
7874
|
static getMetadata(): ElementMetadata;
|
|
7932
7875
|
/**
|
|
7933
|
-
* @
|
|
7876
|
+
* @since 1.34.0
|
|
7934
7877
|
*
|
|
7935
7878
|
* Gets current value of property {@link #getAdjustLabelSpan adjustLabelSpan}.
|
|
7936
7879
|
*
|
|
@@ -7949,7 +7892,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7949
7892
|
*/
|
|
7950
7893
|
getAdjustLabelSpan(): boolean;
|
|
7951
7894
|
/**
|
|
7952
|
-
* @
|
|
7895
|
+
* @since 1.16.3
|
|
7953
7896
|
*
|
|
7954
7897
|
* Gets current value of property {@link #getBreakpointL breakpointL}.
|
|
7955
7898
|
*
|
|
@@ -7961,7 +7904,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7961
7904
|
*/
|
|
7962
7905
|
getBreakpointL(): int;
|
|
7963
7906
|
/**
|
|
7964
|
-
* @
|
|
7907
|
+
* @since 1.16.3
|
|
7965
7908
|
*
|
|
7966
7909
|
* Gets current value of property {@link #getBreakpointM breakpointM}.
|
|
7967
7910
|
*
|
|
@@ -7973,7 +7916,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7973
7916
|
*/
|
|
7974
7917
|
getBreakpointM(): int;
|
|
7975
7918
|
/**
|
|
7976
|
-
* @
|
|
7919
|
+
* @since 1.34.0
|
|
7977
7920
|
*
|
|
7978
7921
|
* Gets current value of property {@link #getBreakpointXL breakpointXL}.
|
|
7979
7922
|
*
|
|
@@ -7985,7 +7928,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7985
7928
|
*/
|
|
7986
7929
|
getBreakpointXL(): int;
|
|
7987
7930
|
/**
|
|
7988
|
-
* @
|
|
7931
|
+
* @since 1.16.3
|
|
7989
7932
|
*
|
|
7990
7933
|
* Gets current value of property {@link #getColumnsL columnsL}.
|
|
7991
7934
|
*
|
|
@@ -7999,7 +7942,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
7999
7942
|
*/
|
|
8000
7943
|
getColumnsL(): int;
|
|
8001
7944
|
/**
|
|
8002
|
-
* @
|
|
7945
|
+
* @since 1.16.3
|
|
8003
7946
|
*
|
|
8004
7947
|
* Gets current value of property {@link #getColumnsM columnsM}.
|
|
8005
7948
|
*
|
|
@@ -8011,7 +7954,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8011
7954
|
*/
|
|
8012
7955
|
getColumnsM(): int;
|
|
8013
7956
|
/**
|
|
8014
|
-
* @
|
|
7957
|
+
* @since 1.34.0
|
|
8015
7958
|
*
|
|
8016
7959
|
* Gets current value of property {@link #getColumnsXL columnsXL}.
|
|
8017
7960
|
*
|
|
@@ -8027,7 +7970,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8027
7970
|
*/
|
|
8028
7971
|
getColumnsXL(): int;
|
|
8029
7972
|
/**
|
|
8030
|
-
* @
|
|
7973
|
+
* @since 1.16.3
|
|
8031
7974
|
*
|
|
8032
7975
|
* Gets current value of property {@link #getEmptySpanL emptySpanL}.
|
|
8033
7976
|
*
|
|
@@ -8039,7 +7982,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8039
7982
|
*/
|
|
8040
7983
|
getEmptySpanL(): int;
|
|
8041
7984
|
/**
|
|
8042
|
-
* @
|
|
7985
|
+
* @since 1.16.3
|
|
8043
7986
|
*
|
|
8044
7987
|
* Gets current value of property {@link #getEmptySpanM emptySpanM}.
|
|
8045
7988
|
*
|
|
@@ -8051,7 +7994,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8051
7994
|
*/
|
|
8052
7995
|
getEmptySpanM(): int;
|
|
8053
7996
|
/**
|
|
8054
|
-
* @
|
|
7997
|
+
* @since 1.16.3
|
|
8055
7998
|
*
|
|
8056
7999
|
* Gets current value of property {@link #getEmptySpanS emptySpanS}.
|
|
8057
8000
|
*
|
|
@@ -8063,7 +8006,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8063
8006
|
*/
|
|
8064
8007
|
getEmptySpanS(): int;
|
|
8065
8008
|
/**
|
|
8066
|
-
* @
|
|
8009
|
+
* @since 1.34.0
|
|
8067
8010
|
*
|
|
8068
8011
|
* Gets current value of property {@link #getEmptySpanXL emptySpanXL}.
|
|
8069
8012
|
*
|
|
@@ -8078,7 +8021,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8078
8021
|
*/
|
|
8079
8022
|
getEmptySpanXL(): int;
|
|
8080
8023
|
/**
|
|
8081
|
-
* @
|
|
8024
|
+
* @since 1.16.3
|
|
8082
8025
|
*
|
|
8083
8026
|
* Gets current value of property {@link #getLabelSpanL labelSpanL}.
|
|
8084
8027
|
*
|
|
@@ -8093,7 +8036,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8093
8036
|
*/
|
|
8094
8037
|
getLabelSpanL(): int;
|
|
8095
8038
|
/**
|
|
8096
|
-
* @
|
|
8039
|
+
* @since 1.16.3
|
|
8097
8040
|
*
|
|
8098
8041
|
* Gets current value of property {@link #getLabelSpanM labelSpanM}.
|
|
8099
8042
|
*
|
|
@@ -8108,7 +8051,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8108
8051
|
*/
|
|
8109
8052
|
getLabelSpanM(): int;
|
|
8110
8053
|
/**
|
|
8111
|
-
* @
|
|
8054
|
+
* @since 1.16.3
|
|
8112
8055
|
*
|
|
8113
8056
|
* Gets current value of property {@link #getLabelSpanS labelSpanS}.
|
|
8114
8057
|
*
|
|
@@ -8120,7 +8063,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8120
8063
|
*/
|
|
8121
8064
|
getLabelSpanS(): int;
|
|
8122
8065
|
/**
|
|
8123
|
-
* @
|
|
8066
|
+
* @since 1.34.0
|
|
8124
8067
|
*
|
|
8125
8068
|
* Gets current value of property {@link #getLabelSpanXL labelSpanXL}.
|
|
8126
8069
|
*
|
|
@@ -8135,7 +8078,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8135
8078
|
*/
|
|
8136
8079
|
getLabelSpanXL(): int;
|
|
8137
8080
|
/**
|
|
8138
|
-
* @
|
|
8081
|
+
* @since 1.34.0
|
|
8139
8082
|
*
|
|
8140
8083
|
* Gets current value of property {@link #getSingleContainerFullSize singleContainerFullSize}.
|
|
8141
8084
|
*
|
|
@@ -8151,7 +8094,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8151
8094
|
*/
|
|
8152
8095
|
getSingleContainerFullSize(): boolean;
|
|
8153
8096
|
/**
|
|
8154
|
-
* @
|
|
8097
|
+
* @since 1.34.0
|
|
8155
8098
|
*
|
|
8156
8099
|
* Sets a new value for property {@link #getAdjustLabelSpan adjustLabelSpan}.
|
|
8157
8100
|
*
|
|
@@ -8177,7 +8120,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8177
8120
|
bAdjustLabelSpan?: boolean
|
|
8178
8121
|
): this;
|
|
8179
8122
|
/**
|
|
8180
|
-
* @
|
|
8123
|
+
* @since 1.16.3
|
|
8181
8124
|
*
|
|
8182
8125
|
* Sets a new value for property {@link #getBreakpointL breakpointL}.
|
|
8183
8126
|
*
|
|
@@ -8196,7 +8139,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8196
8139
|
iBreakpointL?: int
|
|
8197
8140
|
): this;
|
|
8198
8141
|
/**
|
|
8199
|
-
* @
|
|
8142
|
+
* @since 1.16.3
|
|
8200
8143
|
*
|
|
8201
8144
|
* Sets a new value for property {@link #getBreakpointM breakpointM}.
|
|
8202
8145
|
*
|
|
@@ -8215,7 +8158,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8215
8158
|
iBreakpointM?: int
|
|
8216
8159
|
): this;
|
|
8217
8160
|
/**
|
|
8218
|
-
* @
|
|
8161
|
+
* @since 1.34.0
|
|
8219
8162
|
*
|
|
8220
8163
|
* Sets a new value for property {@link #getBreakpointXL breakpointXL}.
|
|
8221
8164
|
*
|
|
@@ -8234,7 +8177,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8234
8177
|
iBreakpointXL?: int
|
|
8235
8178
|
): this;
|
|
8236
8179
|
/**
|
|
8237
|
-
* @
|
|
8180
|
+
* @since 1.16.3
|
|
8238
8181
|
*
|
|
8239
8182
|
* Sets a new value for property {@link #getColumnsL columnsL}.
|
|
8240
8183
|
*
|
|
@@ -8255,7 +8198,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8255
8198
|
iColumnsL?: int
|
|
8256
8199
|
): this;
|
|
8257
8200
|
/**
|
|
8258
|
-
* @
|
|
8201
|
+
* @since 1.16.3
|
|
8259
8202
|
*
|
|
8260
8203
|
* Sets a new value for property {@link #getColumnsM columnsM}.
|
|
8261
8204
|
*
|
|
@@ -8274,7 +8217,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8274
8217
|
iColumnsM?: int
|
|
8275
8218
|
): this;
|
|
8276
8219
|
/**
|
|
8277
|
-
* @
|
|
8220
|
+
* @since 1.34.0
|
|
8278
8221
|
*
|
|
8279
8222
|
* Sets a new value for property {@link #getColumnsXL columnsXL}.
|
|
8280
8223
|
*
|
|
@@ -8297,7 +8240,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8297
8240
|
iColumnsXL?: int
|
|
8298
8241
|
): this;
|
|
8299
8242
|
/**
|
|
8300
|
-
* @
|
|
8243
|
+
* @since 1.16.3
|
|
8301
8244
|
*
|
|
8302
8245
|
* Sets a new value for property {@link #getEmptySpanL emptySpanL}.
|
|
8303
8246
|
*
|
|
@@ -8316,7 +8259,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8316
8259
|
iEmptySpanL?: int
|
|
8317
8260
|
): this;
|
|
8318
8261
|
/**
|
|
8319
|
-
* @
|
|
8262
|
+
* @since 1.16.3
|
|
8320
8263
|
*
|
|
8321
8264
|
* Sets a new value for property {@link #getEmptySpanM emptySpanM}.
|
|
8322
8265
|
*
|
|
@@ -8335,7 +8278,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8335
8278
|
iEmptySpanM?: int
|
|
8336
8279
|
): this;
|
|
8337
8280
|
/**
|
|
8338
|
-
* @
|
|
8281
|
+
* @since 1.16.3
|
|
8339
8282
|
*
|
|
8340
8283
|
* Sets a new value for property {@link #getEmptySpanS emptySpanS}.
|
|
8341
8284
|
*
|
|
@@ -8354,7 +8297,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8354
8297
|
iEmptySpanS?: int
|
|
8355
8298
|
): this;
|
|
8356
8299
|
/**
|
|
8357
|
-
* @
|
|
8300
|
+
* @since 1.34.0
|
|
8358
8301
|
*
|
|
8359
8302
|
* Sets a new value for property {@link #getEmptySpanXL emptySpanXL}.
|
|
8360
8303
|
*
|
|
@@ -8376,7 +8319,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8376
8319
|
iEmptySpanXL?: int
|
|
8377
8320
|
): this;
|
|
8378
8321
|
/**
|
|
8379
|
-
* @
|
|
8322
|
+
* @since 1.16.3
|
|
8380
8323
|
*
|
|
8381
8324
|
* Sets a new value for property {@link #getLabelSpanL labelSpanL}.
|
|
8382
8325
|
*
|
|
@@ -8398,7 +8341,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8398
8341
|
iLabelSpanL?: int
|
|
8399
8342
|
): this;
|
|
8400
8343
|
/**
|
|
8401
|
-
* @
|
|
8344
|
+
* @since 1.16.3
|
|
8402
8345
|
*
|
|
8403
8346
|
* Sets a new value for property {@link #getLabelSpanM labelSpanM}.
|
|
8404
8347
|
*
|
|
@@ -8420,7 +8363,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8420
8363
|
iLabelSpanM?: int
|
|
8421
8364
|
): this;
|
|
8422
8365
|
/**
|
|
8423
|
-
* @
|
|
8366
|
+
* @since 1.16.3
|
|
8424
8367
|
*
|
|
8425
8368
|
* Sets a new value for property {@link #getLabelSpanS labelSpanS}.
|
|
8426
8369
|
*
|
|
@@ -8439,7 +8382,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8439
8382
|
iLabelSpanS?: int
|
|
8440
8383
|
): this;
|
|
8441
8384
|
/**
|
|
8442
|
-
* @
|
|
8385
|
+
* @since 1.34.0
|
|
8443
8386
|
*
|
|
8444
8387
|
* Sets a new value for property {@link #getLabelSpanXL labelSpanXL}.
|
|
8445
8388
|
*
|
|
@@ -8461,7 +8404,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8461
8404
|
iLabelSpanXL?: int
|
|
8462
8405
|
): this;
|
|
8463
8406
|
/**
|
|
8464
|
-
* @
|
|
8407
|
+
* @since 1.34.0
|
|
8465
8408
|
*
|
|
8466
8409
|
* Sets a new value for property {@link #getSingleContainerFullSize singleContainerFullSize}.
|
|
8467
8410
|
*
|
|
@@ -8487,7 +8430,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8487
8430
|
|
|
8488
8431
|
export interface $ResponsiveGridLayoutSettings extends $FormLayoutSettings {
|
|
8489
8432
|
/**
|
|
8490
|
-
* @
|
|
8433
|
+
* @since 1.34.0
|
|
8491
8434
|
*
|
|
8492
8435
|
* Default span for labels in extra large size.
|
|
8493
8436
|
*
|
|
@@ -8497,7 +8440,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8497
8440
|
labelSpanXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8498
8441
|
|
|
8499
8442
|
/**
|
|
8500
|
-
* @
|
|
8443
|
+
* @since 1.16.3
|
|
8501
8444
|
*
|
|
8502
8445
|
* Default span for labels in large size.
|
|
8503
8446
|
*
|
|
@@ -8507,7 +8450,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8507
8450
|
labelSpanL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8508
8451
|
|
|
8509
8452
|
/**
|
|
8510
|
-
* @
|
|
8453
|
+
* @since 1.16.3
|
|
8511
8454
|
*
|
|
8512
8455
|
* Default span for labels in medium size.
|
|
8513
8456
|
*
|
|
@@ -8517,14 +8460,14 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8517
8460
|
labelSpanM?: int | PropertyBindingInfo | `{${string}}`;
|
|
8518
8461
|
|
|
8519
8462
|
/**
|
|
8520
|
-
* @
|
|
8463
|
+
* @since 1.16.3
|
|
8521
8464
|
*
|
|
8522
8465
|
* Default span for labels in small size.
|
|
8523
8466
|
*/
|
|
8524
8467
|
labelSpanS?: int | PropertyBindingInfo | `{${string}}`;
|
|
8525
8468
|
|
|
8526
8469
|
/**
|
|
8527
|
-
* @
|
|
8470
|
+
* @since 1.34.0
|
|
8528
8471
|
*
|
|
8529
8472
|
* If set, the usage of `labelSpanL` and `labelSpanM` are dependent on the number of `FormContainers` in
|
|
8530
8473
|
* one row. If only one `FormContainer` is displayed in one row, `labelSpanM` is used to define the size
|
|
@@ -8538,7 +8481,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8538
8481
|
adjustLabelSpan?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
8539
8482
|
|
|
8540
8483
|
/**
|
|
8541
|
-
* @
|
|
8484
|
+
* @since 1.34.0
|
|
8542
8485
|
*
|
|
8543
8486
|
* Number of grid cells that are empty at the end of each line on extra large size.
|
|
8544
8487
|
*
|
|
@@ -8548,28 +8491,28 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8548
8491
|
emptySpanXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8549
8492
|
|
|
8550
8493
|
/**
|
|
8551
|
-
* @
|
|
8494
|
+
* @since 1.16.3
|
|
8552
8495
|
*
|
|
8553
8496
|
* Number of grid cells that are empty at the end of each line on large size.
|
|
8554
8497
|
*/
|
|
8555
8498
|
emptySpanL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8556
8499
|
|
|
8557
8500
|
/**
|
|
8558
|
-
* @
|
|
8501
|
+
* @since 1.16.3
|
|
8559
8502
|
*
|
|
8560
8503
|
* Number of grid cells that are empty at the end of each line on medium size.
|
|
8561
8504
|
*/
|
|
8562
8505
|
emptySpanM?: int | PropertyBindingInfo | `{${string}}`;
|
|
8563
8506
|
|
|
8564
8507
|
/**
|
|
8565
|
-
* @
|
|
8508
|
+
* @since 1.16.3
|
|
8566
8509
|
*
|
|
8567
8510
|
* Number of grid cells that are empty at the end of each line on small size.
|
|
8568
8511
|
*/
|
|
8569
8512
|
emptySpanS?: int | PropertyBindingInfo | `{${string}}`;
|
|
8570
8513
|
|
|
8571
8514
|
/**
|
|
8572
|
-
* @
|
|
8515
|
+
* @since 1.34.0
|
|
8573
8516
|
*
|
|
8574
8517
|
* Number of columns for extra large size.
|
|
8575
8518
|
*
|
|
@@ -8580,7 +8523,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8580
8523
|
columnsXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8581
8524
|
|
|
8582
8525
|
/**
|
|
8583
|
-
* @
|
|
8526
|
+
* @since 1.16.3
|
|
8584
8527
|
*
|
|
8585
8528
|
* Number of columns for large size.
|
|
8586
8529
|
*
|
|
@@ -8589,14 +8532,14 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8589
8532
|
columnsL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8590
8533
|
|
|
8591
8534
|
/**
|
|
8592
|
-
* @
|
|
8535
|
+
* @since 1.16.3
|
|
8593
8536
|
*
|
|
8594
8537
|
* Number of columns for medium size.
|
|
8595
8538
|
*/
|
|
8596
8539
|
columnsM?: int | PropertyBindingInfo | `{${string}}`;
|
|
8597
8540
|
|
|
8598
8541
|
/**
|
|
8599
|
-
* @
|
|
8542
|
+
* @since 1.34.0
|
|
8600
8543
|
*
|
|
8601
8544
|
* If the `Form` contains only one single `FormContainer` and this property is set, the `FormContainer`
|
|
8602
8545
|
* is displayed using the full size of the `Form`. In this case the properties `columnsXL`, `columnsL` and
|
|
@@ -8607,21 +8550,21 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
|
|
|
8607
8550
|
singleContainerFullSize?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
8608
8551
|
|
|
8609
8552
|
/**
|
|
8610
|
-
* @
|
|
8553
|
+
* @since 1.34.0
|
|
8611
8554
|
*
|
|
8612
8555
|
* Breakpoint (in pixel) between large size and extra large (XL) size.
|
|
8613
8556
|
*/
|
|
8614
8557
|
breakpointXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8615
8558
|
|
|
8616
8559
|
/**
|
|
8617
|
-
* @
|
|
8560
|
+
* @since 1.16.3
|
|
8618
8561
|
*
|
|
8619
8562
|
* Breakpoint (in pixel) between Medium size and Large size.
|
|
8620
8563
|
*/
|
|
8621
8564
|
breakpointL?: int | PropertyBindingInfo | `{${string}}`;
|
|
8622
8565
|
|
|
8623
8566
|
/**
|
|
8624
|
-
* @
|
|
8567
|
+
* @since 1.16.3
|
|
8625
8568
|
*
|
|
8626
8569
|
* Breakpoint (in pixel) between Small size and Medium size.
|
|
8627
8570
|
*/
|
|
@@ -8638,7 +8581,7 @@ declare module "sap/ui/layout/form/ResponsiveLayout" {
|
|
|
8638
8581
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
8639
8582
|
|
|
8640
8583
|
/**
|
|
8641
|
-
* @
|
|
8584
|
+
* @since 1.16.0
|
|
8642
8585
|
* @deprecated (since 1.93) - replaced by {@link sap.ui.layout.form.ColumnLayout ColumnLayout}
|
|
8643
8586
|
*
|
|
8644
8587
|
* The `ResponsiveLayout` renders a `Form` with a responsive layout. Internally the `ResponsiveFlowLayout`
|
|
@@ -8667,8 +8610,8 @@ declare module "sap/ui/layout/form/ResponsiveLayout" {
|
|
|
8667
8610
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8668
8611
|
* of the syntax of the settings object.
|
|
8669
8612
|
*
|
|
8670
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.layout.form.FormLayout#constructor
|
|
8671
|
-
*
|
|
8613
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.layout.form.FormLayout#constructor sap.ui.layout.form.FormLayout }
|
|
8614
|
+
* can be used.
|
|
8672
8615
|
*/
|
|
8673
8616
|
constructor(
|
|
8674
8617
|
/**
|
|
@@ -8683,8 +8626,8 @@ declare module "sap/ui/layout/form/ResponsiveLayout" {
|
|
|
8683
8626
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8684
8627
|
* of the syntax of the settings object.
|
|
8685
8628
|
*
|
|
8686
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.layout.form.FormLayout#constructor
|
|
8687
|
-
*
|
|
8629
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.layout.form.FormLayout#constructor sap.ui.layout.form.FormLayout }
|
|
8630
|
+
* can be used.
|
|
8688
8631
|
*/
|
|
8689
8632
|
constructor(
|
|
8690
8633
|
/**
|
|
@@ -8747,8 +8690,8 @@ declare module "sap/ui/layout/form/SemanticFormElement" {
|
|
|
8747
8690
|
} from "sap/ui/base/ManagedObject";
|
|
8748
8691
|
|
|
8749
8692
|
/**
|
|
8750
|
-
* @
|
|
8751
|
-
* @
|
|
8693
|
+
* @since 1.86.0
|
|
8694
|
+
* @experimental (since 1.86)
|
|
8752
8695
|
*
|
|
8753
8696
|
* A `SemanticFormElement` element is a special `FormElement` that contains semantically connected fields.
|
|
8754
8697
|
* These field controls are divided by delimiter controls. In display mode, they are rendered as one condensed
|
|
@@ -8968,19 +8911,19 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
8968
8911
|
} from "sap/ui/base/ManagedObject";
|
|
8969
8912
|
|
|
8970
8913
|
/**
|
|
8971
|
-
* @
|
|
8914
|
+
* @since 1.16.0
|
|
8972
8915
|
*
|
|
8973
8916
|
* The `SimpleForm` control provides an easy-to-use API to create simple forms. Inside a `SimpleForm` control,
|
|
8974
|
-
* a `{@link sap.ui.layout.form.Form Form}` control is created along with its `{@link sap.ui.layout.form.FormContainer
|
|
8975
|
-
*
|
|
8976
|
-
*
|
|
8977
|
-
* - A new `sap.ui.core.Title` element or `Toolbar` control starts a new group (`{@link sap.ui.layout.form.FormContainer
|
|
8978
|
-
*
|
|
8917
|
+
* a `{@link sap.ui.layout.form.Form Form}` control is created along with its `{@link sap.ui.layout.form.FormContainer FormContainer}`
|
|
8918
|
+
* elements and `{@link sap.ui.layout.form.FormElement FormElement}` elements, but the complexity in the
|
|
8919
|
+
* API is not exposed to the user.
|
|
8920
|
+
* - A new `sap.ui.core.Title` element or `Toolbar` control starts a new group (`{@link sap.ui.layout.form.FormContainer FormContainer}`)
|
|
8921
|
+
* in the form.
|
|
8979
8922
|
* - A new `Label` control starts a new row (`{@link sap.ui.layout.form.FormElement FormElement}`) in
|
|
8980
|
-
*
|
|
8923
|
+
* the form.
|
|
8981
8924
|
* - All other controls will be assigned to the row (`{@link sap.ui.layout.form.FormElement FormElement}`)
|
|
8982
|
-
*
|
|
8983
|
-
*
|
|
8925
|
+
* that started with the last label. Use `LayoutData` to influence the layout for special cases in
|
|
8926
|
+
* the Input/Display controls.
|
|
8984
8927
|
*
|
|
8985
8928
|
* **Note:** If a more complex form is needed, use the `{@link sap.ui.layout.form.Form Form}` control instead.
|
|
8986
8929
|
*/
|
|
@@ -9046,7 +8989,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9046
8989
|
*/
|
|
9047
8990
|
static getMetadata(): ElementMetadata;
|
|
9048
8991
|
/**
|
|
9049
|
-
* @
|
|
8992
|
+
* @since 1.32.0
|
|
9050
8993
|
*
|
|
9051
8994
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
9052
8995
|
*
|
|
@@ -9076,7 +9019,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9076
9019
|
*/
|
|
9077
9020
|
destroyContent(): this;
|
|
9078
9021
|
/**
|
|
9079
|
-
* @
|
|
9022
|
+
* @since 1.16.3
|
|
9080
9023
|
*
|
|
9081
9024
|
* Destroys the title in the aggregation {@link #getTitle title}.
|
|
9082
9025
|
*
|
|
@@ -9084,7 +9027,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9084
9027
|
*/
|
|
9085
9028
|
destroyTitle(): this;
|
|
9086
9029
|
/**
|
|
9087
|
-
* @
|
|
9030
|
+
* @since 1.36.0
|
|
9088
9031
|
*
|
|
9089
9032
|
* Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
|
|
9090
9033
|
*
|
|
@@ -9092,7 +9035,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9092
9035
|
*/
|
|
9093
9036
|
destroyToolbar(): this;
|
|
9094
9037
|
/**
|
|
9095
|
-
* @
|
|
9038
|
+
* @since 1.34.0
|
|
9096
9039
|
*
|
|
9097
9040
|
* Gets current value of property {@link #getAdjustLabelSpan adjustLabelSpan}.
|
|
9098
9041
|
*
|
|
@@ -9113,14 +9056,13 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9113
9056
|
*/
|
|
9114
9057
|
getAdjustLabelSpan(): boolean;
|
|
9115
9058
|
/**
|
|
9116
|
-
* @
|
|
9059
|
+
* @since 1.32.0
|
|
9117
9060
|
*
|
|
9118
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
|
|
9119
|
-
* ariaLabelledBy}.
|
|
9061
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
9120
9062
|
*/
|
|
9121
9063
|
getAriaLabelledBy(): ID[];
|
|
9122
9064
|
/**
|
|
9123
|
-
* @
|
|
9065
|
+
* @since 1.36.0
|
|
9124
9066
|
*
|
|
9125
9067
|
* Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
|
|
9126
9068
|
*
|
|
@@ -9134,7 +9076,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9134
9076
|
*/
|
|
9135
9077
|
getBackgroundDesign(): BackgroundDesign | keyof typeof BackgroundDesign;
|
|
9136
9078
|
/**
|
|
9137
|
-
* @
|
|
9079
|
+
* @since 1.16.3
|
|
9138
9080
|
*
|
|
9139
9081
|
* Gets current value of property {@link #getBreakpointL breakpointL}.
|
|
9140
9082
|
*
|
|
@@ -9148,7 +9090,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9148
9090
|
*/
|
|
9149
9091
|
getBreakpointL(): int;
|
|
9150
9092
|
/**
|
|
9151
|
-
* @
|
|
9093
|
+
* @since 1.16.3
|
|
9152
9094
|
*
|
|
9153
9095
|
* Gets current value of property {@link #getBreakpointM breakpointM}.
|
|
9154
9096
|
*
|
|
@@ -9162,7 +9104,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9162
9104
|
*/
|
|
9163
9105
|
getBreakpointM(): int;
|
|
9164
9106
|
/**
|
|
9165
|
-
* @
|
|
9107
|
+
* @since 1.34.0
|
|
9166
9108
|
*
|
|
9167
9109
|
* Gets current value of property {@link #getBreakpointXL breakpointXL}.
|
|
9168
9110
|
*
|
|
@@ -9176,7 +9118,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9176
9118
|
*/
|
|
9177
9119
|
getBreakpointXL(): int;
|
|
9178
9120
|
/**
|
|
9179
|
-
* @
|
|
9121
|
+
* @since 1.16.3
|
|
9180
9122
|
*
|
|
9181
9123
|
* Gets current value of property {@link #getColumnsL columnsL}.
|
|
9182
9124
|
*
|
|
@@ -9191,7 +9133,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9191
9133
|
*/
|
|
9192
9134
|
getColumnsL(): int;
|
|
9193
9135
|
/**
|
|
9194
|
-
* @
|
|
9136
|
+
* @since 1.16.3
|
|
9195
9137
|
*
|
|
9196
9138
|
* Gets current value of property {@link #getColumnsM columnsM}.
|
|
9197
9139
|
*
|
|
@@ -9205,7 +9147,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9205
9147
|
*/
|
|
9206
9148
|
getColumnsM(): int;
|
|
9207
9149
|
/**
|
|
9208
|
-
* @
|
|
9150
|
+
* @since 1.34.0
|
|
9209
9151
|
*
|
|
9210
9152
|
* Gets current value of property {@link #getColumnsXL columnsXL}.
|
|
9211
9153
|
*
|
|
@@ -9225,18 +9167,18 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9225
9167
|
* Gets content of aggregation {@link #getContent content}.
|
|
9226
9168
|
*
|
|
9227
9169
|
* The content of the form is structured in the following way:
|
|
9228
|
-
* - Add a `sap.ui.core.Title` element or `Toolbar` control to start a new group (`{@link sap.ui.layout.form.FormContainer
|
|
9229
|
-
*
|
|
9170
|
+
* - Add a `sap.ui.core.Title` element or `Toolbar` control to start a new group (`{@link sap.ui.layout.form.FormContainer FormContainer}`).
|
|
9171
|
+
*
|
|
9230
9172
|
* - Add a `Label` control to start a new row (`{@link sap.ui.layout.form.FormElement FormElement}`).
|
|
9231
9173
|
*
|
|
9232
9174
|
* - Add controls as input fields, text fields or other as needed.
|
|
9233
9175
|
* - Use `LayoutData` to influence the layout for special cases in the single controls. For example, if
|
|
9234
|
-
*
|
|
9235
|
-
*
|
|
9236
|
-
*
|
|
9237
|
-
*
|
|
9238
|
-
*
|
|
9239
|
-
*
|
|
9176
|
+
* a `ColumnLayout` is used as a layout, the form content is weighted using 4 cells for the labels and 8
|
|
9177
|
+
* cells for the field part, for large size. If there is only little space, the labels are above the fields
|
|
9178
|
+
* and each field uses 12 cells. If your input controls should influence their width, you can add `sap.ui.layout.ColumnElementData`
|
|
9179
|
+
* to them via `setLayoutData` method. Ensure that the sum of the weights in the `ColumnElementData` is
|
|
9180
|
+
* not more than 12, as this is the total width of the input control part of each form row. Example
|
|
9181
|
+
* for a row where the `Input` uses 6 cells and the second `Input` uses 2 cells (using `ColumnElementData`):
|
|
9240
9182
|
*
|
|
9241
9183
|
* ```javascript
|
|
9242
9184
|
*
|
|
@@ -9290,7 +9232,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9290
9232
|
*/
|
|
9291
9233
|
getEditable(): boolean;
|
|
9292
9234
|
/**
|
|
9293
|
-
* @
|
|
9235
|
+
* @since 1.16.3
|
|
9294
9236
|
*
|
|
9295
9237
|
* Gets current value of property {@link #getEmptySpanL emptySpanL}.
|
|
9296
9238
|
*
|
|
@@ -9305,7 +9247,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9305
9247
|
*/
|
|
9306
9248
|
getEmptySpanL(): int;
|
|
9307
9249
|
/**
|
|
9308
|
-
* @
|
|
9250
|
+
* @since 1.16.3
|
|
9309
9251
|
*
|
|
9310
9252
|
* Gets current value of property {@link #getEmptySpanM emptySpanM}.
|
|
9311
9253
|
*
|
|
@@ -9319,7 +9261,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9319
9261
|
*/
|
|
9320
9262
|
getEmptySpanM(): int;
|
|
9321
9263
|
/**
|
|
9322
|
-
* @
|
|
9264
|
+
* @since 1.16.3
|
|
9323
9265
|
*
|
|
9324
9266
|
* Gets current value of property {@link #getEmptySpanS emptySpanS}.
|
|
9325
9267
|
*
|
|
@@ -9333,7 +9275,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9333
9275
|
*/
|
|
9334
9276
|
getEmptySpanS(): int;
|
|
9335
9277
|
/**
|
|
9336
|
-
* @
|
|
9278
|
+
* @since 1.34.0
|
|
9337
9279
|
*
|
|
9338
9280
|
* Gets current value of property {@link #getEmptySpanXL emptySpanXL}.
|
|
9339
9281
|
*
|
|
@@ -9361,7 +9303,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9361
9303
|
*/
|
|
9362
9304
|
getLabelMinWidth(): int;
|
|
9363
9305
|
/**
|
|
9364
|
-
* @
|
|
9306
|
+
* @since 1.16.3
|
|
9365
9307
|
*
|
|
9366
9308
|
* Gets current value of property {@link #getLabelSpanL labelSpanL}.
|
|
9367
9309
|
*
|
|
@@ -9379,7 +9321,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9379
9321
|
*/
|
|
9380
9322
|
getLabelSpanL(): int;
|
|
9381
9323
|
/**
|
|
9382
|
-
* @
|
|
9324
|
+
* @since 1.16.3
|
|
9383
9325
|
*
|
|
9384
9326
|
* Gets current value of property {@link #getLabelSpanM labelSpanM}.
|
|
9385
9327
|
*
|
|
@@ -9396,7 +9338,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9396
9338
|
*/
|
|
9397
9339
|
getLabelSpanM(): int;
|
|
9398
9340
|
/**
|
|
9399
|
-
* @
|
|
9341
|
+
* @since 1.16.3
|
|
9400
9342
|
*
|
|
9401
9343
|
* Gets current value of property {@link #getLabelSpanS labelSpanS}.
|
|
9402
9344
|
*
|
|
@@ -9410,7 +9352,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9410
9352
|
*/
|
|
9411
9353
|
getLabelSpanS(): int;
|
|
9412
9354
|
/**
|
|
9413
|
-
* @
|
|
9355
|
+
* @since 1.34.0
|
|
9414
9356
|
*
|
|
9415
9357
|
* Gets current value of property {@link #getLabelSpanXL labelSpanXL}.
|
|
9416
9358
|
*
|
|
@@ -9476,7 +9418,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9476
9418
|
*/
|
|
9477
9419
|
getMinWidth(): int;
|
|
9478
9420
|
/**
|
|
9479
|
-
* @
|
|
9421
|
+
* @since 1.34.0
|
|
9480
9422
|
*
|
|
9481
9423
|
* Gets current value of property {@link #getSingleContainerFullSize singleContainerFullSize}.
|
|
9482
9424
|
*
|
|
@@ -9494,7 +9436,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9494
9436
|
*/
|
|
9495
9437
|
getSingleContainerFullSize(): boolean;
|
|
9496
9438
|
/**
|
|
9497
|
-
* @
|
|
9439
|
+
* @since 1.16.3
|
|
9498
9440
|
*
|
|
9499
9441
|
* Gets content of aggregation {@link #getTitle title}.
|
|
9500
9442
|
*
|
|
@@ -9502,7 +9444,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9502
9444
|
*/
|
|
9503
9445
|
getTitle(): Title | string;
|
|
9504
9446
|
/**
|
|
9505
|
-
* @
|
|
9447
|
+
* @since 1.36.0
|
|
9506
9448
|
*
|
|
9507
9449
|
* Gets content of aggregation {@link #getToolbar toolbar}.
|
|
9508
9450
|
*
|
|
@@ -9513,7 +9455,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9513
9455
|
*/
|
|
9514
9456
|
getToolbar(): Toolbar;
|
|
9515
9457
|
/**
|
|
9516
|
-
* @
|
|
9458
|
+
* @since 1.28.0
|
|
9517
9459
|
*
|
|
9518
9460
|
* Gets current value of property {@link #getWidth width}.
|
|
9519
9461
|
*
|
|
@@ -9552,7 +9494,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9552
9494
|
iIndex: int
|
|
9553
9495
|
): this;
|
|
9554
9496
|
/**
|
|
9555
|
-
* @
|
|
9497
|
+
* @since 1.32.0
|
|
9556
9498
|
*
|
|
9557
9499
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
9558
9500
|
*
|
|
@@ -9568,7 +9510,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9568
9510
|
*/
|
|
9569
9511
|
removeAllContent(): UI5Element[];
|
|
9570
9512
|
/**
|
|
9571
|
-
* @
|
|
9513
|
+
* @since 1.32.0
|
|
9572
9514
|
*
|
|
9573
9515
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
9574
9516
|
*
|
|
@@ -9592,7 +9534,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9592
9534
|
vContent: int | string | UI5Element
|
|
9593
9535
|
): UI5Element | null;
|
|
9594
9536
|
/**
|
|
9595
|
-
* @
|
|
9537
|
+
* @since 1.34.0
|
|
9596
9538
|
*
|
|
9597
9539
|
* Sets a new value for property {@link #getAdjustLabelSpan adjustLabelSpan}.
|
|
9598
9540
|
*
|
|
@@ -9620,7 +9562,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9620
9562
|
bAdjustLabelSpan?: boolean
|
|
9621
9563
|
): this;
|
|
9622
9564
|
/**
|
|
9623
|
-
* @
|
|
9565
|
+
* @since 1.36.0
|
|
9624
9566
|
*
|
|
9625
9567
|
* Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
|
|
9626
9568
|
*
|
|
@@ -9641,7 +9583,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9641
9583
|
sBackgroundDesign?: BackgroundDesign | keyof typeof BackgroundDesign
|
|
9642
9584
|
): this;
|
|
9643
9585
|
/**
|
|
9644
|
-
* @
|
|
9586
|
+
* @since 1.16.3
|
|
9645
9587
|
*
|
|
9646
9588
|
* Sets a new value for property {@link #getBreakpointL breakpointL}.
|
|
9647
9589
|
*
|
|
@@ -9662,7 +9604,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9662
9604
|
iBreakpointL?: int
|
|
9663
9605
|
): this;
|
|
9664
9606
|
/**
|
|
9665
|
-
* @
|
|
9607
|
+
* @since 1.16.3
|
|
9666
9608
|
*
|
|
9667
9609
|
* Sets a new value for property {@link #getBreakpointM breakpointM}.
|
|
9668
9610
|
*
|
|
@@ -9683,7 +9625,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9683
9625
|
iBreakpointM?: int
|
|
9684
9626
|
): this;
|
|
9685
9627
|
/**
|
|
9686
|
-
* @
|
|
9628
|
+
* @since 1.34.0
|
|
9687
9629
|
*
|
|
9688
9630
|
* Sets a new value for property {@link #getBreakpointXL breakpointXL}.
|
|
9689
9631
|
*
|
|
@@ -9704,7 +9646,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9704
9646
|
iBreakpointXL?: int
|
|
9705
9647
|
): this;
|
|
9706
9648
|
/**
|
|
9707
|
-
* @
|
|
9649
|
+
* @since 1.16.3
|
|
9708
9650
|
*
|
|
9709
9651
|
* Sets a new value for property {@link #getColumnsL columnsL}.
|
|
9710
9652
|
*
|
|
@@ -9726,7 +9668,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9726
9668
|
iColumnsL?: int
|
|
9727
9669
|
): this;
|
|
9728
9670
|
/**
|
|
9729
|
-
* @
|
|
9671
|
+
* @since 1.16.3
|
|
9730
9672
|
*
|
|
9731
9673
|
* Sets a new value for property {@link #getColumnsM columnsM}.
|
|
9732
9674
|
*
|
|
@@ -9747,7 +9689,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9747
9689
|
iColumnsM?: int
|
|
9748
9690
|
): this;
|
|
9749
9691
|
/**
|
|
9750
|
-
* @
|
|
9692
|
+
* @since 1.34.0
|
|
9751
9693
|
*
|
|
9752
9694
|
* Sets a new value for property {@link #getColumnsXL columnsXL}.
|
|
9753
9695
|
*
|
|
@@ -9797,7 +9739,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9797
9739
|
bEditable?: boolean
|
|
9798
9740
|
): this;
|
|
9799
9741
|
/**
|
|
9800
|
-
* @
|
|
9742
|
+
* @since 1.16.3
|
|
9801
9743
|
*
|
|
9802
9744
|
* Sets a new value for property {@link #getEmptySpanL emptySpanL}.
|
|
9803
9745
|
*
|
|
@@ -9819,7 +9761,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9819
9761
|
iEmptySpanL?: int
|
|
9820
9762
|
): this;
|
|
9821
9763
|
/**
|
|
9822
|
-
* @
|
|
9764
|
+
* @since 1.16.3
|
|
9823
9765
|
*
|
|
9824
9766
|
* Sets a new value for property {@link #getEmptySpanM emptySpanM}.
|
|
9825
9767
|
*
|
|
@@ -9840,7 +9782,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9840
9782
|
iEmptySpanM?: int
|
|
9841
9783
|
): this;
|
|
9842
9784
|
/**
|
|
9843
|
-
* @
|
|
9785
|
+
* @since 1.16.3
|
|
9844
9786
|
*
|
|
9845
9787
|
* Sets a new value for property {@link #getEmptySpanS emptySpanS}.
|
|
9846
9788
|
*
|
|
@@ -9861,7 +9803,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9861
9803
|
iEmptySpanS?: int
|
|
9862
9804
|
): this;
|
|
9863
9805
|
/**
|
|
9864
|
-
* @
|
|
9806
|
+
* @since 1.34.0
|
|
9865
9807
|
*
|
|
9866
9808
|
* Sets a new value for property {@link #getEmptySpanXL emptySpanXL}.
|
|
9867
9809
|
*
|
|
@@ -9903,7 +9845,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9903
9845
|
iLabelMinWidth?: int
|
|
9904
9846
|
): this;
|
|
9905
9847
|
/**
|
|
9906
|
-
* @
|
|
9848
|
+
* @since 1.16.3
|
|
9907
9849
|
*
|
|
9908
9850
|
* Sets a new value for property {@link #getLabelSpanL labelSpanL}.
|
|
9909
9851
|
*
|
|
@@ -9928,7 +9870,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9928
9870
|
iLabelSpanL?: int
|
|
9929
9871
|
): this;
|
|
9930
9872
|
/**
|
|
9931
|
-
* @
|
|
9873
|
+
* @since 1.16.3
|
|
9932
9874
|
*
|
|
9933
9875
|
* Sets a new value for property {@link #getLabelSpanM labelSpanM}.
|
|
9934
9876
|
*
|
|
@@ -9952,7 +9894,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9952
9894
|
iLabelSpanM?: int
|
|
9953
9895
|
): this;
|
|
9954
9896
|
/**
|
|
9955
|
-
* @
|
|
9897
|
+
* @since 1.16.3
|
|
9956
9898
|
*
|
|
9957
9899
|
* Sets a new value for property {@link #getLabelSpanS labelSpanS}.
|
|
9958
9900
|
*
|
|
@@ -9973,7 +9915,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9973
9915
|
iLabelSpanS?: int
|
|
9974
9916
|
): this;
|
|
9975
9917
|
/**
|
|
9976
|
-
* @
|
|
9918
|
+
* @since 1.34.0
|
|
9977
9919
|
*
|
|
9978
9920
|
* Sets a new value for property {@link #getLabelSpanXL labelSpanXL}.
|
|
9979
9921
|
*
|
|
@@ -10067,7 +10009,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10067
10009
|
iMinWidth?: int
|
|
10068
10010
|
): this;
|
|
10069
10011
|
/**
|
|
10070
|
-
* @
|
|
10012
|
+
* @since 1.34.0
|
|
10071
10013
|
*
|
|
10072
10014
|
* Sets a new value for property {@link #getSingleContainerFullSize singleContainerFullSize}.
|
|
10073
10015
|
*
|
|
@@ -10092,7 +10034,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10092
10034
|
bSingleContainerFullSize?: boolean
|
|
10093
10035
|
): this;
|
|
10094
10036
|
/**
|
|
10095
|
-
* @
|
|
10037
|
+
* @since 1.16.3
|
|
10096
10038
|
*
|
|
10097
10039
|
* Sets the aggregated {@link #getTitle title}.
|
|
10098
10040
|
*
|
|
@@ -10105,7 +10047,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10105
10047
|
vTitle: Title | string
|
|
10106
10048
|
): this;
|
|
10107
10049
|
/**
|
|
10108
|
-
* @
|
|
10050
|
+
* @since 1.36.0
|
|
10109
10051
|
*
|
|
10110
10052
|
* Sets the aggregated {@link #getToolbar toolbar}.
|
|
10111
10053
|
*
|
|
@@ -10118,7 +10060,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10118
10060
|
oToolbar: Toolbar
|
|
10119
10061
|
): this;
|
|
10120
10062
|
/**
|
|
10121
|
-
* @
|
|
10063
|
+
* @since 1.28.0
|
|
10122
10064
|
*
|
|
10123
10065
|
* Sets a new value for property {@link #getWidth width}.
|
|
10124
10066
|
*
|
|
@@ -10159,7 +10101,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10159
10101
|
minWidth?: int | PropertyBindingInfo | `{${string}}`;
|
|
10160
10102
|
|
|
10161
10103
|
/**
|
|
10162
|
-
* @
|
|
10104
|
+
* @since 1.28.0
|
|
10163
10105
|
*
|
|
10164
10106
|
* Width of the form.
|
|
10165
10107
|
*/
|
|
@@ -10206,7 +10148,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10206
10148
|
| `{${string}}`;
|
|
10207
10149
|
|
|
10208
10150
|
/**
|
|
10209
|
-
* @
|
|
10151
|
+
* @since 1.34.0
|
|
10210
10152
|
*
|
|
10211
10153
|
* Default span for labels in extra large size.
|
|
10212
10154
|
*
|
|
@@ -10217,7 +10159,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10217
10159
|
labelSpanXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10218
10160
|
|
|
10219
10161
|
/**
|
|
10220
|
-
* @
|
|
10162
|
+
* @since 1.16.3
|
|
10221
10163
|
*
|
|
10222
10164
|
* Default span for labels in large size.
|
|
10223
10165
|
*
|
|
@@ -10230,7 +10172,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10230
10172
|
labelSpanL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10231
10173
|
|
|
10232
10174
|
/**
|
|
10233
|
-
* @
|
|
10175
|
+
* @since 1.16.3
|
|
10234
10176
|
*
|
|
10235
10177
|
* Default span for labels in medium size.
|
|
10236
10178
|
*
|
|
@@ -10242,7 +10184,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10242
10184
|
labelSpanM?: int | PropertyBindingInfo | `{${string}}`;
|
|
10243
10185
|
|
|
10244
10186
|
/**
|
|
10245
|
-
* @
|
|
10187
|
+
* @since 1.16.3
|
|
10246
10188
|
*
|
|
10247
10189
|
* Default span for labels in small size.
|
|
10248
10190
|
*
|
|
@@ -10251,7 +10193,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10251
10193
|
labelSpanS?: int | PropertyBindingInfo | `{${string}}`;
|
|
10252
10194
|
|
|
10253
10195
|
/**
|
|
10254
|
-
* @
|
|
10196
|
+
* @since 1.34.0
|
|
10255
10197
|
*
|
|
10256
10198
|
* If set, the usage of `labelSpanL` and `labelSpanM` are dependent on the number of `FormContainers` in
|
|
10257
10199
|
* one row. If only one `FormContainer` is displayed in one row, `labelSpanM` is used to define the size
|
|
@@ -10267,7 +10209,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10267
10209
|
adjustLabelSpan?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
10268
10210
|
|
|
10269
10211
|
/**
|
|
10270
|
-
* @
|
|
10212
|
+
* @since 1.34.0
|
|
10271
10213
|
*
|
|
10272
10214
|
* Number of grid cells that are empty at the end of each line on extra large size.
|
|
10273
10215
|
*
|
|
@@ -10278,7 +10220,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10278
10220
|
emptySpanXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10279
10221
|
|
|
10280
10222
|
/**
|
|
10281
|
-
* @
|
|
10223
|
+
* @since 1.16.3
|
|
10282
10224
|
*
|
|
10283
10225
|
* Number of grid cells that are empty at the end of each line on large size.
|
|
10284
10226
|
*
|
|
@@ -10288,7 +10230,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10288
10230
|
emptySpanL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10289
10231
|
|
|
10290
10232
|
/**
|
|
10291
|
-
* @
|
|
10233
|
+
* @since 1.16.3
|
|
10292
10234
|
*
|
|
10293
10235
|
* Number of grid cells that are empty at the end of each line on medium size.
|
|
10294
10236
|
*
|
|
@@ -10297,7 +10239,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10297
10239
|
emptySpanM?: int | PropertyBindingInfo | `{${string}}`;
|
|
10298
10240
|
|
|
10299
10241
|
/**
|
|
10300
|
-
* @
|
|
10242
|
+
* @since 1.16.3
|
|
10301
10243
|
*
|
|
10302
10244
|
* Number of grid cells that are empty at the end of each line on small size.
|
|
10303
10245
|
*
|
|
@@ -10306,7 +10248,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10306
10248
|
emptySpanS?: int | PropertyBindingInfo | `{${string}}`;
|
|
10307
10249
|
|
|
10308
10250
|
/**
|
|
10309
|
-
* @
|
|
10251
|
+
* @since 1.34.0
|
|
10310
10252
|
*
|
|
10311
10253
|
* Form columns for extra large size. The number of columns for extra large size must not be smaller than
|
|
10312
10254
|
* the number of columns for large size.
|
|
@@ -10318,7 +10260,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10318
10260
|
columnsXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10319
10261
|
|
|
10320
10262
|
/**
|
|
10321
|
-
* @
|
|
10263
|
+
* @since 1.16.3
|
|
10322
10264
|
*
|
|
10323
10265
|
* Form columns for large size. The number of columns for large size must not be smaller than the number
|
|
10324
10266
|
* of columns for medium size.
|
|
@@ -10328,7 +10270,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10328
10270
|
columnsL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10329
10271
|
|
|
10330
10272
|
/**
|
|
10331
|
-
* @
|
|
10273
|
+
* @since 1.16.3
|
|
10332
10274
|
*
|
|
10333
10275
|
* Form columns for medium size.
|
|
10334
10276
|
*
|
|
@@ -10337,7 +10279,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10337
10279
|
columnsM?: int | PropertyBindingInfo | `{${string}}`;
|
|
10338
10280
|
|
|
10339
10281
|
/**
|
|
10340
|
-
* @
|
|
10282
|
+
* @since 1.34.0
|
|
10341
10283
|
*
|
|
10342
10284
|
* If the `Form` contains only one single `FormContainer` and this property is set, the `FormContainer`
|
|
10343
10285
|
* is displayed using the full size of the `Form`. In this case the properties `columnsL` and `columnsM`
|
|
@@ -10350,7 +10292,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10350
10292
|
singleContainerFullSize?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
10351
10293
|
|
|
10352
10294
|
/**
|
|
10353
|
-
* @
|
|
10295
|
+
* @since 1.34.0
|
|
10354
10296
|
*
|
|
10355
10297
|
* Breakpoint between Medium size and Large size.
|
|
10356
10298
|
*
|
|
@@ -10359,7 +10301,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10359
10301
|
breakpointXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10360
10302
|
|
|
10361
10303
|
/**
|
|
10362
|
-
* @
|
|
10304
|
+
* @since 1.16.3
|
|
10363
10305
|
*
|
|
10364
10306
|
* Breakpoint between Medium size and Large size.
|
|
10365
10307
|
*
|
|
@@ -10368,7 +10310,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10368
10310
|
breakpointL?: int | PropertyBindingInfo | `{${string}}`;
|
|
10369
10311
|
|
|
10370
10312
|
/**
|
|
10371
|
-
* @
|
|
10313
|
+
* @since 1.16.3
|
|
10372
10314
|
*
|
|
10373
10315
|
* Breakpoint between Small size and Medium size.
|
|
10374
10316
|
*
|
|
@@ -10377,7 +10319,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10377
10319
|
breakpointM?: int | PropertyBindingInfo | `{${string}}`;
|
|
10378
10320
|
|
|
10379
10321
|
/**
|
|
10380
|
-
* @
|
|
10322
|
+
* @since 1.36.0
|
|
10381
10323
|
*
|
|
10382
10324
|
* Specifies the background color of the `SimpleForm` content.
|
|
10383
10325
|
*
|
|
@@ -10390,18 +10332,18 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10390
10332
|
|
|
10391
10333
|
/**
|
|
10392
10334
|
* The content of the form is structured in the following way:
|
|
10393
|
-
* - Add a `sap.ui.core.Title` element or `Toolbar` control to start a new group (`{@link sap.ui.layout.form.FormContainer
|
|
10394
|
-
*
|
|
10335
|
+
* - Add a `sap.ui.core.Title` element or `Toolbar` control to start a new group (`{@link sap.ui.layout.form.FormContainer FormContainer}`).
|
|
10336
|
+
*
|
|
10395
10337
|
* - Add a `Label` control to start a new row (`{@link sap.ui.layout.form.FormElement FormElement}`).
|
|
10396
10338
|
*
|
|
10397
10339
|
* - Add controls as input fields, text fields or other as needed.
|
|
10398
10340
|
* - Use `LayoutData` to influence the layout for special cases in the single controls. For example, if
|
|
10399
|
-
*
|
|
10400
|
-
*
|
|
10401
|
-
*
|
|
10402
|
-
*
|
|
10403
|
-
*
|
|
10404
|
-
*
|
|
10341
|
+
* a `ColumnLayout` is used as a layout, the form content is weighted using 4 cells for the labels and 8
|
|
10342
|
+
* cells for the field part, for large size. If there is only little space, the labels are above the fields
|
|
10343
|
+
* and each field uses 12 cells. If your input controls should influence their width, you can add `sap.ui.layout.ColumnElementData`
|
|
10344
|
+
* to them via `setLayoutData` method. Ensure that the sum of the weights in the `ColumnElementData` is
|
|
10345
|
+
* not more than 12, as this is the total width of the input control part of each form row. Example
|
|
10346
|
+
* for a row where the `Input` uses 6 cells and the second `Input` uses 2 cells (using `ColumnElementData`):
|
|
10405
10347
|
*
|
|
10406
10348
|
* ```javascript
|
|
10407
10349
|
*
|
|
@@ -10441,14 +10383,14 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10441
10383
|
| `{${string}}`;
|
|
10442
10384
|
|
|
10443
10385
|
/**
|
|
10444
|
-
* @
|
|
10386
|
+
* @since 1.16.3
|
|
10445
10387
|
*
|
|
10446
10388
|
* Title element of the `SimpleForm`. Can either be a `Title` element, or a string.
|
|
10447
10389
|
*/
|
|
10448
10390
|
title?: string | Title | PropertyBindingInfo;
|
|
10449
10391
|
|
|
10450
10392
|
/**
|
|
10451
|
-
* @
|
|
10393
|
+
* @since 1.36.0
|
|
10452
10394
|
*
|
|
10453
10395
|
* Toolbar of the `SimpleForm`.
|
|
10454
10396
|
*
|
|
@@ -10458,7 +10400,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
10458
10400
|
toolbar?: Toolbar;
|
|
10459
10401
|
|
|
10460
10402
|
/**
|
|
10461
|
-
* @
|
|
10403
|
+
* @since 1.32.0
|
|
10462
10404
|
*
|
|
10463
10405
|
* Association to controls / IDs which label this control (see WAI-ARIA attribute `aria-labelledby`).
|
|
10464
10406
|
*/
|
|
@@ -10481,7 +10423,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10481
10423
|
} from "sap/ui/base/ManagedObject";
|
|
10482
10424
|
|
|
10483
10425
|
/**
|
|
10484
|
-
* @
|
|
10426
|
+
* @since 1.15.0
|
|
10485
10427
|
*
|
|
10486
10428
|
* A layout control which positions its child controls in a 12 column flow layout.
|
|
10487
10429
|
*
|
|
@@ -10494,10 +10436,10 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10494
10436
|
*
|
|
10495
10437
|
* **Notes:**
|
|
10496
10438
|
* - The visibility of the child control does not affect the horizontal space it occupies, meaning that
|
|
10497
|
-
*
|
|
10439
|
+
* even if the control is not visible, its horizontal space still exists, even if it is empty.
|
|
10498
10440
|
* - If it gets wider, the content of the columns is designed to overflow outside of its dimensions.
|
|
10499
|
-
*
|
|
10500
|
-
*
|
|
10441
|
+
* An additional `sapUiRespGridOverflowHidden` CSS class should be added to the control in order to hide
|
|
10442
|
+
* the overflowing part of it.
|
|
10501
10443
|
*/
|
|
10502
10444
|
export default class Grid extends Control {
|
|
10503
10445
|
/**
|
|
@@ -10508,8 +10450,8 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10508
10450
|
* of the syntax of the settings object.
|
|
10509
10451
|
* See:
|
|
10510
10452
|
* {@link fiori:https://experience.sap.com/fiori-design-web/grid-layout/#responsive-grid Grid}
|
|
10511
|
-
* {@link topic
|
|
10512
|
-
* {@link topic
|
|
10453
|
+
* {@link https://ui5.sap.com/#/topic/43ae317cf39640a88bc8be979d2671df Grid}
|
|
10454
|
+
* {@link https://ui5.sap.com/#/topic/32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
|
|
10513
10455
|
*/
|
|
10514
10456
|
constructor(
|
|
10515
10457
|
/**
|
|
@@ -10525,8 +10467,8 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10525
10467
|
* of the syntax of the settings object.
|
|
10526
10468
|
* See:
|
|
10527
10469
|
* {@link fiori:https://experience.sap.com/fiori-design-web/grid-layout/#responsive-grid Grid}
|
|
10528
|
-
* {@link topic
|
|
10529
|
-
* {@link topic
|
|
10470
|
+
* {@link https://ui5.sap.com/#/topic/43ae317cf39640a88bc8be979d2671df Grid}
|
|
10471
|
+
* {@link https://ui5.sap.com/#/topic/32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
|
|
10530
10472
|
*/
|
|
10531
10473
|
constructor(
|
|
10532
10474
|
/**
|
|
@@ -10569,7 +10511,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10569
10511
|
*/
|
|
10570
10512
|
static getMetadata(): ElementMetadata;
|
|
10571
10513
|
/**
|
|
10572
|
-
* @
|
|
10514
|
+
* @since 1.48.7
|
|
10573
10515
|
*
|
|
10574
10516
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10575
10517
|
*
|
|
@@ -10599,7 +10541,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10599
10541
|
*/
|
|
10600
10542
|
destroyContent(): this;
|
|
10601
10543
|
/**
|
|
10602
|
-
* @
|
|
10544
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10603
10545
|
*
|
|
10604
10546
|
* Returns the `Grid` accessibility information.
|
|
10605
10547
|
* See:
|
|
@@ -10609,10 +10551,9 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10609
10551
|
*/
|
|
10610
10552
|
getAccessibilityInfo(): object;
|
|
10611
10553
|
/**
|
|
10612
|
-
* @
|
|
10554
|
+
* @since 1.48.7
|
|
10613
10555
|
*
|
|
10614
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
|
|
10615
|
-
* ariaLabelledBy}.
|
|
10556
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10616
10557
|
*/
|
|
10617
10558
|
getAriaLabelledBy(): ID[];
|
|
10618
10559
|
/**
|
|
@@ -10733,7 +10674,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10733
10674
|
iIndex: int
|
|
10734
10675
|
): this;
|
|
10735
10676
|
/**
|
|
10736
|
-
* @
|
|
10677
|
+
* @since 1.48.7
|
|
10737
10678
|
*
|
|
10738
10679
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10739
10680
|
*
|
|
@@ -10749,7 +10690,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10749
10690
|
*/
|
|
10750
10691
|
removeAllContent(): Control[];
|
|
10751
10692
|
/**
|
|
10752
|
-
* @
|
|
10693
|
+
* @since 1.48.7
|
|
10753
10694
|
*
|
|
10754
10695
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10755
10696
|
*
|
|
@@ -10962,7 +10903,7 @@ declare module "sap/ui/layout/Grid" {
|
|
|
10962
10903
|
content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
10963
10904
|
|
|
10964
10905
|
/**
|
|
10965
|
-
* @
|
|
10906
|
+
* @since 1.48.7
|
|
10966
10907
|
*
|
|
10967
10908
|
* Association to controls / IDs that label this control (see WAI-ARIA attribute `aria-labelledby`).
|
|
10968
10909
|
*/
|
|
@@ -10983,7 +10924,7 @@ declare module "sap/ui/layout/GridData" {
|
|
|
10983
10924
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
10984
10925
|
|
|
10985
10926
|
/**
|
|
10986
|
-
* @
|
|
10927
|
+
* @since 1.15.0
|
|
10987
10928
|
*
|
|
10988
10929
|
* Defines layout data for the {@link sap.ui.layout.Grid}.
|
|
10989
10930
|
*
|
|
@@ -10999,8 +10940,8 @@ declare module "sap/ui/layout/GridData" {
|
|
|
10999
10940
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
11000
10941
|
* of the syntax of the settings object.
|
|
11001
10942
|
* See:
|
|
11002
|
-
* {@link topic
|
|
11003
|
-
* {@link topic
|
|
10943
|
+
* {@link https://ui5.sap.com/#/topic/43ae317cf39640a88bc8be979d2671df Grid}
|
|
10944
|
+
* {@link https://ui5.sap.com/#/topic/32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
|
|
11004
10945
|
*/
|
|
11005
10946
|
constructor(
|
|
11006
10947
|
/**
|
|
@@ -11015,8 +10956,8 @@ declare module "sap/ui/layout/GridData" {
|
|
|
11015
10956
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
11016
10957
|
* of the syntax of the settings object.
|
|
11017
10958
|
* See:
|
|
11018
|
-
* {@link topic
|
|
11019
|
-
* {@link topic
|
|
10959
|
+
* {@link https://ui5.sap.com/#/topic/43ae317cf39640a88bc8be979d2671df Grid}
|
|
10960
|
+
* {@link https://ui5.sap.com/#/topic/32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
|
|
11020
10961
|
*/
|
|
11021
10962
|
constructor(
|
|
11022
10963
|
/**
|
|
@@ -12105,7 +12046,7 @@ declare module "sap/ui/layout/HorizontalLayout" {
|
|
|
12105
12046
|
} from "sap/ui/base/ManagedObject";
|
|
12106
12047
|
|
|
12107
12048
|
/**
|
|
12108
|
-
* @
|
|
12049
|
+
* @since 1.16.0
|
|
12109
12050
|
*
|
|
12110
12051
|
* A layout that provides support for horizontal alignment of controls
|
|
12111
12052
|
*/
|
|
@@ -12188,7 +12129,7 @@ declare module "sap/ui/layout/HorizontalLayout" {
|
|
|
12188
12129
|
*/
|
|
12189
12130
|
destroyContent(): this;
|
|
12190
12131
|
/**
|
|
12191
|
-
* @
|
|
12132
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12192
12133
|
*
|
|
12193
12134
|
* See:
|
|
12194
12135
|
* sap.ui.core.Control#getAccessibilityInfo
|
|
@@ -12298,8 +12239,6 @@ declare module "sap/ui/layout/HorizontalLayout" {
|
|
|
12298
12239
|
declare module "sap/ui/layout/PaneContainer" {
|
|
12299
12240
|
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
12300
12241
|
|
|
12301
|
-
import Event from "sap/ui/base/Event";
|
|
12302
|
-
|
|
12303
12242
|
import LayoutData from "sap/ui/core/LayoutData";
|
|
12304
12243
|
|
|
12305
12244
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -12312,8 +12251,10 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12312
12251
|
AggregationBindingInfo,
|
|
12313
12252
|
} from "sap/ui/base/ManagedObject";
|
|
12314
12253
|
|
|
12254
|
+
import Event from "sap/ui/base/Event";
|
|
12255
|
+
|
|
12315
12256
|
/**
|
|
12316
|
-
* @
|
|
12257
|
+
* @since 1.38
|
|
12317
12258
|
*
|
|
12318
12259
|
* PaneContainer is an abstraction of Splitter.
|
|
12319
12260
|
*
|
|
@@ -12410,7 +12351,7 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12410
12351
|
/**
|
|
12411
12352
|
* The function to be called when the event occurs
|
|
12412
12353
|
*/
|
|
12413
|
-
fnFunction: (p1:
|
|
12354
|
+
fnFunction: (p1: PaneContainer$ResizeEvent) => void,
|
|
12414
12355
|
/**
|
|
12415
12356
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.PaneContainer` itself
|
|
12416
12357
|
*/
|
|
@@ -12430,7 +12371,7 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12430
12371
|
/**
|
|
12431
12372
|
* The function to be called when the event occurs
|
|
12432
12373
|
*/
|
|
12433
|
-
fnFunction: (p1:
|
|
12374
|
+
fnFunction: (p1: PaneContainer$ResizeEvent) => void,
|
|
12434
12375
|
/**
|
|
12435
12376
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.PaneContainer` itself
|
|
12436
12377
|
*/
|
|
@@ -12453,14 +12394,14 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12453
12394
|
/**
|
|
12454
12395
|
* The function to be called, when the event occurs
|
|
12455
12396
|
*/
|
|
12456
|
-
fnFunction: (p1:
|
|
12397
|
+
fnFunction: (p1: PaneContainer$ResizeEvent) => void,
|
|
12457
12398
|
/**
|
|
12458
12399
|
* Context object on which the given function had to be called
|
|
12459
12400
|
*/
|
|
12460
12401
|
oListener?: object
|
|
12461
12402
|
): this;
|
|
12462
12403
|
/**
|
|
12463
|
-
* @
|
|
12404
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12464
12405
|
*
|
|
12465
12406
|
* Fires event {@link #event:resize resize} to attached listeners.
|
|
12466
12407
|
*
|
|
@@ -12470,16 +12411,7 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12470
12411
|
/**
|
|
12471
12412
|
* Parameters to pass along with the event
|
|
12472
12413
|
*/
|
|
12473
|
-
mParameters?:
|
|
12474
|
-
/**
|
|
12475
|
-
* An array of values representing the old (pixel)sizes of the split panes, which are inside the pane container.
|
|
12476
|
-
*/
|
|
12477
|
-
oldSizes?: float[];
|
|
12478
|
-
/**
|
|
12479
|
-
* An array of values representing the new (pixel)sizes of the split panes, which are inside the pane container.
|
|
12480
|
-
*/
|
|
12481
|
-
newSizes?: float[];
|
|
12482
|
-
}
|
|
12414
|
+
mParameters?: PaneContainer$ResizeEventParameters
|
|
12483
12415
|
): this;
|
|
12484
12416
|
/**
|
|
12485
12417
|
* Getter for property layoutData.
|
|
@@ -12576,8 +12508,28 @@ declare module "sap/ui/layout/PaneContainer" {
|
|
|
12576
12508
|
/**
|
|
12577
12509
|
* Fired when contents are resized.
|
|
12578
12510
|
*/
|
|
12579
|
-
resize?: (oEvent: Event) => void;
|
|
12511
|
+
resize?: (oEvent: Event<PaneContainer$ResizeEventParameters>) => void;
|
|
12512
|
+
}
|
|
12513
|
+
|
|
12514
|
+
export interface PaneContainer$ResizeEventParameters {
|
|
12515
|
+
/**
|
|
12516
|
+
* An array of values representing the old (pixel)sizes of the split panes, which are inside the pane container.
|
|
12517
|
+
*/
|
|
12518
|
+
oldSizes?: float[];
|
|
12519
|
+
|
|
12520
|
+
/**
|
|
12521
|
+
* An array of values representing the new (pixel)sizes of the split panes, which are inside the pane container.
|
|
12522
|
+
*/
|
|
12523
|
+
newSizes?: float[];
|
|
12580
12524
|
}
|
|
12525
|
+
|
|
12526
|
+
/**
|
|
12527
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'PaneContainer$ResizeEventParameters'
|
|
12528
|
+
* in 1.115.1 and any later releases.
|
|
12529
|
+
*/
|
|
12530
|
+
export type $PaneContainerResizeEventParameters = PaneContainer$ResizeEventParameters;
|
|
12531
|
+
|
|
12532
|
+
export type PaneContainer$ResizeEvent = Event<PaneContainer$ResizeEventParameters>;
|
|
12581
12533
|
}
|
|
12582
12534
|
|
|
12583
12535
|
declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
@@ -12593,7 +12545,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
12593
12545
|
} from "sap/ui/base/ManagedObject";
|
|
12594
12546
|
|
|
12595
12547
|
/**
|
|
12596
|
-
* @
|
|
12548
|
+
* @since 1.16.0
|
|
12597
12549
|
*
|
|
12598
12550
|
* This is a layout where several controls can be added. These controls are blown up to fit in an entire
|
|
12599
12551
|
* row. If the window resizes, the controls are moved between the rows and resized again.
|
|
@@ -12660,7 +12612,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
12660
12612
|
*/
|
|
12661
12613
|
static getMetadata(): ElementMetadata;
|
|
12662
12614
|
/**
|
|
12663
|
-
* @
|
|
12615
|
+
* @since 1.48.7
|
|
12664
12616
|
*
|
|
12665
12617
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
12666
12618
|
*
|
|
@@ -12689,10 +12641,9 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
12689
12641
|
*/
|
|
12690
12642
|
destroyContent(): this;
|
|
12691
12643
|
/**
|
|
12692
|
-
* @
|
|
12644
|
+
* @since 1.48.7
|
|
12693
12645
|
*
|
|
12694
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
|
|
12695
|
-
* ariaLabelledBy}.
|
|
12646
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
12696
12647
|
*/
|
|
12697
12648
|
getAriaLabelledBy(): ID[];
|
|
12698
12649
|
/**
|
|
@@ -12740,7 +12691,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
12740
12691
|
iIndex: int
|
|
12741
12692
|
): void;
|
|
12742
12693
|
/**
|
|
12743
|
-
* @
|
|
12694
|
+
* @since 1.48.7
|
|
12744
12695
|
*
|
|
12745
12696
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
12746
12697
|
*
|
|
@@ -12756,7 +12707,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
12756
12707
|
*/
|
|
12757
12708
|
removeAllContent(): Control[];
|
|
12758
12709
|
/**
|
|
12759
|
-
* @
|
|
12710
|
+
* @since 1.48.7
|
|
12760
12711
|
*
|
|
12761
12712
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
12762
12713
|
*
|
|
@@ -12812,7 +12763,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
|
|
|
12812
12763
|
content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
12813
12764
|
|
|
12814
12765
|
/**
|
|
12815
|
-
* @
|
|
12766
|
+
* @since 1.48.7
|
|
12816
12767
|
*
|
|
12817
12768
|
* Association to controls / IDs that label this control (see WAI-ARIA attribute `aria-labelledby`).
|
|
12818
12769
|
*/
|
|
@@ -12831,7 +12782,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayoutData" {
|
|
|
12831
12782
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
12832
12783
|
|
|
12833
12784
|
/**
|
|
12834
|
-
* @
|
|
12785
|
+
* @since 1.16.0
|
|
12835
12786
|
*
|
|
12836
12787
|
* This is a LayoutData element that can be added to a control if this control is used within a ResponsiveFlowLayout.
|
|
12837
12788
|
*/
|
|
@@ -13091,7 +13042,7 @@ declare module "sap/ui/layout/ResponsiveSplitter" {
|
|
|
13091
13042
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
13092
13043
|
|
|
13093
13044
|
/**
|
|
13094
|
-
* @
|
|
13045
|
+
* @since 1.38
|
|
13095
13046
|
*
|
|
13096
13047
|
* A responsive splitter which divides the application into several areas. Overview: The responsive splitter
|
|
13097
13048
|
* layout structures complex applications into defined areas. These areas may be resizable and are either
|
|
@@ -13100,15 +13051,15 @@ declare module "sap/ui/layout/ResponsiveSplitter" {
|
|
|
13100
13051
|
* The control is intended for developing administrative tools and applications. Structure: The responsive
|
|
13101
13052
|
* splitter holds the following hierarchy of containers and controls:
|
|
13102
13053
|
* - {@link sap.ui.layout.PaneContainer Pane Container} - holds one or more Split Panes and determines
|
|
13103
|
-
*
|
|
13104
|
-
*
|
|
13054
|
+
* the pane orientation. The pane which is stored in `rootPaneContainer` holds all other pane containers
|
|
13055
|
+
* and split panes.
|
|
13105
13056
|
* - {@link sap.ui.layout.SplitPane Split Pane} - independent containers that may interact with one another.
|
|
13106
|
-
*
|
|
13057
|
+
* Each pane can hold only one control. Usage: When to use:
|
|
13107
13058
|
* - The application has to display several areas side by side that must be resizable.
|
|
13108
13059
|
* - The application must work on a range of different devices in a responsive manner. Responsive
|
|
13109
|
-
*
|
|
13060
|
+
* Behavior:
|
|
13110
13061
|
* - As soon as views are in the off-canvas mode, the pagination bar at the bottom of the application
|
|
13111
|
-
*
|
|
13062
|
+
* allows the user to switch between them.
|
|
13112
13063
|
* - On touch-enabled devices the bars of the splitter can be moved by touching the grip.
|
|
13113
13064
|
* - Double-clicking on a splitter will collapse or expand it back to its original position.
|
|
13114
13065
|
*
|
|
@@ -13311,16 +13262,16 @@ declare module "sap/ui/layout/SplitPane" {
|
|
|
13311
13262
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
13312
13263
|
|
|
13313
13264
|
/**
|
|
13314
|
-
* @
|
|
13265
|
+
* @since 1.38
|
|
13315
13266
|
*
|
|
13316
13267
|
* SplitPane is a container of a single control in a responsive splitter. Could be used as an aggregation
|
|
13317
13268
|
* of a {@link sap.ui.layout.PaneContainer PaneContainer}.
|
|
13318
13269
|
*
|
|
13319
13270
|
* The behavior of the Split Panes is handled by the following properties:
|
|
13320
13271
|
* - `requiredParentWidth` - determines the minimum width of the parent container (in pixels). When it
|
|
13321
|
-
*
|
|
13272
|
+
* is reached, the pane will be hidden from the screen.
|
|
13322
13273
|
* - `demandPane` - determines if the pane is reachable via the pagination bar after it has been hidden
|
|
13323
|
-
*
|
|
13274
|
+
* from the screen.
|
|
13324
13275
|
*/
|
|
13325
13276
|
export default class SplitPane extends UI5Element {
|
|
13326
13277
|
/**
|
|
@@ -13495,8 +13446,6 @@ declare module "sap/ui/layout/SplitPane" {
|
|
|
13495
13446
|
declare module "sap/ui/layout/Splitter" {
|
|
13496
13447
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
13497
13448
|
|
|
13498
|
-
import Event from "sap/ui/base/Event";
|
|
13499
|
-
|
|
13500
13449
|
import { CSSSize, Orientation } from "sap/ui/core/library";
|
|
13501
13450
|
|
|
13502
13451
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -13506,8 +13455,10 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13506
13455
|
AggregationBindingInfo,
|
|
13507
13456
|
} from "sap/ui/base/ManagedObject";
|
|
13508
13457
|
|
|
13458
|
+
import Event from "sap/ui/base/Event";
|
|
13459
|
+
|
|
13509
13460
|
/**
|
|
13510
|
-
* @
|
|
13461
|
+
* @since 1.22.0
|
|
13511
13462
|
*
|
|
13512
13463
|
* Overview: A layout that contains several content areas. The content that is added to the splitter should
|
|
13513
13464
|
* contain `layoutData` of type {@link sap.ui.layout.SplitterLayoutData SplitterLayoutData} which defines
|
|
@@ -13625,7 +13576,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13625
13576
|
/**
|
|
13626
13577
|
* The function to be called when the event occurs
|
|
13627
13578
|
*/
|
|
13628
|
-
fnFunction: (p1:
|
|
13579
|
+
fnFunction: (p1: Splitter$ResizeEvent) => void,
|
|
13629
13580
|
/**
|
|
13630
13581
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.Splitter` itself
|
|
13631
13582
|
*/
|
|
@@ -13645,7 +13596,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13645
13596
|
/**
|
|
13646
13597
|
* The function to be called when the event occurs
|
|
13647
13598
|
*/
|
|
13648
|
-
fnFunction: (p1:
|
|
13599
|
+
fnFunction: (p1: Splitter$ResizeEvent) => void,
|
|
13649
13600
|
/**
|
|
13650
13601
|
* Context object to call the event handler with. Defaults to this `sap.ui.layout.Splitter` itself
|
|
13651
13602
|
*/
|
|
@@ -13668,7 +13619,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13668
13619
|
/**
|
|
13669
13620
|
* The function to be called, when the event occurs
|
|
13670
13621
|
*/
|
|
13671
|
-
fnFunction: (p1:
|
|
13622
|
+
fnFunction: (p1: Splitter$ResizeEvent) => void,
|
|
13672
13623
|
/**
|
|
13673
13624
|
* Context object on which the given function had to be called
|
|
13674
13625
|
*/
|
|
@@ -13678,7 +13629,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13678
13629
|
* @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
|
|
13679
13630
|
* feature. It is declared as deprecated because the API might change in case the need for this is high
|
|
13680
13631
|
* enough to make it part of the official Splitter interface
|
|
13681
|
-
* @
|
|
13632
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13682
13633
|
*
|
|
13683
13634
|
* Disables the resize handler for this control, this leads to an automatic resize of the contents whenever
|
|
13684
13635
|
* the control changes its size. The resize handler is enabled in every control instance by default. For
|
|
@@ -13692,7 +13643,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13692
13643
|
bTemporarily?: boolean
|
|
13693
13644
|
): void;
|
|
13694
13645
|
/**
|
|
13695
|
-
* @
|
|
13646
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13696
13647
|
*
|
|
13697
13648
|
* Disables the resizing of the Splitter contents via keyboard. This changes the Splitter bars to non-focusable
|
|
13698
13649
|
* elements.
|
|
@@ -13702,7 +13653,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13702
13653
|
* @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
|
|
13703
13654
|
* feature. It is declared as deprecated because the API might change in case the need for this is high
|
|
13704
13655
|
* enough to make it part of the official Splitter interface
|
|
13705
|
-
* @
|
|
13656
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13706
13657
|
*
|
|
13707
13658
|
* Disables recalculation and resize of the splitter contents while dragging the splitter bar. This means
|
|
13708
13659
|
* that the contents are resized only once after moving the splitter bar.
|
|
@@ -13712,7 +13663,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13712
13663
|
* @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
|
|
13713
13664
|
* feature. It is declared as deprecated because the API might change in case the need for this is high
|
|
13714
13665
|
* enough to make it part of the official Splitter interface
|
|
13715
|
-
* @
|
|
13666
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13716
13667
|
*
|
|
13717
13668
|
* Enables the resize handler for this control, this leads to an automatic resize of the contents whenever
|
|
13718
13669
|
* the control changes its size. The resize handler is enabled in every control instance by default. For
|
|
@@ -13725,7 +13676,7 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13725
13676
|
bTemporarily?: boolean
|
|
13726
13677
|
): void;
|
|
13727
13678
|
/**
|
|
13728
|
-
* @
|
|
13679
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13729
13680
|
*
|
|
13730
13681
|
* Enables the resizing of the Splitter contents via keyboard. This makes the Splitter bars focusable elements.
|
|
13731
13682
|
*/
|
|
@@ -13734,14 +13685,14 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13734
13685
|
* @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
|
|
13735
13686
|
* feature. It is declared as deprecated because the API might change in case the need for this is high
|
|
13736
13687
|
* enough to make it part of the official Splitter interface
|
|
13737
|
-
* @
|
|
13688
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13738
13689
|
*
|
|
13739
13690
|
* Enables recalculation and resize of the splitter contents while dragging the splitter bar. This means
|
|
13740
13691
|
* that the contents are resized several times per second when moving the splitter bar.
|
|
13741
13692
|
*/
|
|
13742
13693
|
enableLiveResize(): void;
|
|
13743
13694
|
/**
|
|
13744
|
-
* @
|
|
13695
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13745
13696
|
*
|
|
13746
13697
|
* Fires event {@link #event:resize resize} to attached listeners.
|
|
13747
13698
|
*
|
|
@@ -13751,27 +13702,13 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13751
13702
|
/**
|
|
13752
13703
|
* Parameters to pass along with the event
|
|
13753
13704
|
*/
|
|
13754
|
-
mParameters?:
|
|
13755
|
-
/**
|
|
13756
|
-
* The ID of the splitter control. The splitter control can also be accessed by calling getSource() on the
|
|
13757
|
-
* event.
|
|
13758
|
-
*/
|
|
13759
|
-
id?: string;
|
|
13760
|
-
/**
|
|
13761
|
-
* An array of values representing the old (pixel-)sizes of the splitter contents
|
|
13762
|
-
*/
|
|
13763
|
-
oldSizes?: int[];
|
|
13764
|
-
/**
|
|
13765
|
-
* An array of values representing the new (pixel-)sizes of the splitter contents
|
|
13766
|
-
*/
|
|
13767
|
-
newSizes?: int[];
|
|
13768
|
-
}
|
|
13705
|
+
mParameters?: Splitter$ResizeEventParameters
|
|
13769
13706
|
): this;
|
|
13770
13707
|
/**
|
|
13771
13708
|
* @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
|
|
13772
13709
|
* feature. It is declared as deprecated because the API might change in case the need for this is high
|
|
13773
13710
|
* enough to make it part of the official Splitter interface
|
|
13774
|
-
* @
|
|
13711
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13775
13712
|
*
|
|
13776
13713
|
* Returns the current actual content sizes as pixel value - these values can change with every resize.
|
|
13777
13714
|
*
|
|
@@ -13957,8 +13894,34 @@ declare module "sap/ui/layout/Splitter" {
|
|
|
13957
13894
|
/**
|
|
13958
13895
|
* Event is fired when contents are resized.
|
|
13959
13896
|
*/
|
|
13960
|
-
resize?: (oEvent: Event) => void;
|
|
13897
|
+
resize?: (oEvent: Event<Splitter$ResizeEventParameters>) => void;
|
|
13961
13898
|
}
|
|
13899
|
+
|
|
13900
|
+
export interface Splitter$ResizeEventParameters {
|
|
13901
|
+
/**
|
|
13902
|
+
* The ID of the splitter control. The splitter control can also be accessed by calling getSource() on the
|
|
13903
|
+
* event.
|
|
13904
|
+
*/
|
|
13905
|
+
id?: string;
|
|
13906
|
+
|
|
13907
|
+
/**
|
|
13908
|
+
* An array of values representing the old (pixel-)sizes of the splitter contents
|
|
13909
|
+
*/
|
|
13910
|
+
oldSizes?: int[];
|
|
13911
|
+
|
|
13912
|
+
/**
|
|
13913
|
+
* An array of values representing the new (pixel-)sizes of the splitter contents
|
|
13914
|
+
*/
|
|
13915
|
+
newSizes?: int[];
|
|
13916
|
+
}
|
|
13917
|
+
|
|
13918
|
+
/**
|
|
13919
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Splitter$ResizeEventParameters'
|
|
13920
|
+
* in 1.115.1 and any later releases.
|
|
13921
|
+
*/
|
|
13922
|
+
export type $SplitterResizeEventParameters = Splitter$ResizeEventParameters;
|
|
13923
|
+
|
|
13924
|
+
export type Splitter$ResizeEvent = Event<Splitter$ResizeEventParameters>;
|
|
13962
13925
|
}
|
|
13963
13926
|
|
|
13964
13927
|
declare module "sap/ui/layout/SplitterLayoutData" {
|
|
@@ -13974,8 +13937,8 @@ declare module "sap/ui/layout/SplitterLayoutData" {
|
|
|
13974
13937
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
13975
13938
|
|
|
13976
13939
|
/**
|
|
13977
|
-
* @
|
|
13978
|
-
* @
|
|
13940
|
+
* @since 1.22.0
|
|
13941
|
+
* @experimental (since 1.22.0) - API is not yet finished and might change completely
|
|
13979
13942
|
*
|
|
13980
13943
|
* Holds layout data for the splitter contents. Allowed size values are numeric values ending in "px" and
|
|
13981
13944
|
* "%" and the special case "auto". (The CSS value "auto" is used internally to recalculate the size of
|
|
@@ -14165,7 +14128,7 @@ declare module "sap/ui/layout/VerticalLayout" {
|
|
|
14165
14128
|
} from "sap/ui/base/ManagedObject";
|
|
14166
14129
|
|
|
14167
14130
|
/**
|
|
14168
|
-
* @
|
|
14131
|
+
* @since 1.16.0
|
|
14169
14132
|
*
|
|
14170
14133
|
* In this layout the content controls are rendered one below the other.
|
|
14171
14134
|
*/
|
|
@@ -14248,7 +14211,7 @@ declare module "sap/ui/layout/VerticalLayout" {
|
|
|
14248
14211
|
*/
|
|
14249
14212
|
destroyContent(): this;
|
|
14250
14213
|
/**
|
|
14251
|
-
* @
|
|
14214
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14252
14215
|
*
|
|
14253
14216
|
* See:
|
|
14254
14217
|
* sap.ui.core.Control#getAccessibilityInfo
|