@openui5/types 1.125.0 → 1.126.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +510 -720
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +356 -287
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +7 -1
- package/types/sap.ui.integration.d.ts +26 -117
- package/types/sap.ui.layout.d.ts +43 -32
- package/types/sap.ui.mdc.d.ts +830 -2992
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +14 -3
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -153
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +3 -1
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.126.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -1516,6 +1516,8 @@ declare namespace sap {
|
|
|
1516
1516
|
|
|
1517
1517
|
"sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetAbstract": undefined;
|
|
1518
1518
|
|
|
1519
|
+
"sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetCloudDevAdaptationStatus": undefined;
|
|
1520
|
+
|
|
1519
1521
|
"sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetRegistrationIds": undefined;
|
|
1520
1522
|
|
|
1521
1523
|
"sap/ui/fl/apply/_internal/changes/descriptor/ovp/AddNewCard": undefined;
|
|
@@ -1610,6 +1612,10 @@ declare namespace sap {
|
|
|
1610
1612
|
|
|
1611
1613
|
"sap/ui/fl/changeHandler/Base": undefined;
|
|
1612
1614
|
|
|
1615
|
+
"sap/ui/fl/changeHandler/BaseAddViaDelegate": undefined;
|
|
1616
|
+
|
|
1617
|
+
"sap/ui/fl/changeHandler/BaseRename": undefined;
|
|
1618
|
+
|
|
1613
1619
|
"sap/ui/fl/ChangePersistenceFactory": undefined;
|
|
1614
1620
|
|
|
1615
1621
|
"sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.126.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/integration/library" {
|
|
4
4
|
import { URI } from "sap/ui/core/library";
|
|
@@ -168,10 +168,30 @@ declare module "sap/ui/integration/library" {
|
|
|
168
168
|
* @experimental (since 1.118) - For usage only by Work Zone.
|
|
169
169
|
*/
|
|
170
170
|
export enum CardDisplayVariant {
|
|
171
|
+
/**
|
|
172
|
+
* The CompactHeader card variant.
|
|
173
|
+
*/
|
|
174
|
+
CompactHeader = "CompactHeader",
|
|
175
|
+
/**
|
|
176
|
+
* The large card variant.
|
|
177
|
+
*/
|
|
178
|
+
Large = "Large",
|
|
179
|
+
/**
|
|
180
|
+
* The small card variant.
|
|
181
|
+
*/
|
|
182
|
+
Small = "Small",
|
|
183
|
+
/**
|
|
184
|
+
* The SmallHeader card variant.
|
|
185
|
+
*/
|
|
186
|
+
SmallHeader = "SmallHeader",
|
|
171
187
|
/**
|
|
172
188
|
* The standard card variant.
|
|
173
189
|
*/
|
|
174
190
|
Standard = "Standard",
|
|
191
|
+
/**
|
|
192
|
+
* The SmallHeader card variant.
|
|
193
|
+
*/
|
|
194
|
+
StandardHeader = "StandardHeader",
|
|
175
195
|
/**
|
|
176
196
|
* Card renders and behaves like a tile of size 2x1.
|
|
177
197
|
*/
|
|
@@ -1000,61 +1020,6 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1000
1020
|
*/
|
|
1001
1021
|
oListener?: object
|
|
1002
1022
|
): this;
|
|
1003
|
-
/**
|
|
1004
|
-
* Attaches event handler `fnFunction` to the {@link #event:manifestApplied manifestApplied} event of this
|
|
1005
|
-
* `sap.ui.integration.widgets.Card`.
|
|
1006
|
-
*
|
|
1007
|
-
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1008
|
-
* otherwise it will be bound to this `sap.ui.integration.widgets.Card` itself.
|
|
1009
|
-
*
|
|
1010
|
-
* Fired when card utilities (like `DataProviderFactory`) and the card elements (like header) are created
|
|
1011
|
-
* and initialized.
|
|
1012
|
-
*
|
|
1013
|
-
* Note: The card's content may not be available yet because it may depend on other resources to load.
|
|
1014
|
-
*
|
|
1015
|
-
*
|
|
1016
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
1017
|
-
*/
|
|
1018
|
-
attachManifestApplied(
|
|
1019
|
-
/**
|
|
1020
|
-
* An application-specific payload object that will be passed to the event handler along with the event
|
|
1021
|
-
* object when firing the event
|
|
1022
|
-
*/
|
|
1023
|
-
oData: object,
|
|
1024
|
-
/**
|
|
1025
|
-
* The function to be called when the event occurs
|
|
1026
|
-
*/
|
|
1027
|
-
fnFunction: (p1: Event) => void,
|
|
1028
|
-
/**
|
|
1029
|
-
* Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
|
|
1030
|
-
*/
|
|
1031
|
-
oListener?: object
|
|
1032
|
-
): this;
|
|
1033
|
-
/**
|
|
1034
|
-
* Attaches event handler `fnFunction` to the {@link #event:manifestApplied manifestApplied} event of this
|
|
1035
|
-
* `sap.ui.integration.widgets.Card`.
|
|
1036
|
-
*
|
|
1037
|
-
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1038
|
-
* otherwise it will be bound to this `sap.ui.integration.widgets.Card` itself.
|
|
1039
|
-
*
|
|
1040
|
-
* Fired when card utilities (like `DataProviderFactory`) and the card elements (like header) are created
|
|
1041
|
-
* and initialized.
|
|
1042
|
-
*
|
|
1043
|
-
* Note: The card's content may not be available yet because it may depend on other resources to load.
|
|
1044
|
-
*
|
|
1045
|
-
*
|
|
1046
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
1047
|
-
*/
|
|
1048
|
-
attachManifestApplied(
|
|
1049
|
-
/**
|
|
1050
|
-
* The function to be called when the event occurs
|
|
1051
|
-
*/
|
|
1052
|
-
fnFunction: (p1: Event) => void,
|
|
1053
|
-
/**
|
|
1054
|
-
* Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
|
|
1055
|
-
*/
|
|
1056
|
-
oListener?: object
|
|
1057
|
-
): this;
|
|
1058
1023
|
/**
|
|
1059
1024
|
* Attaches event handler `fnFunction` to the {@link #event:manifestReady manifestReady} event of this `sap.ui.integration.widgets.Card`.
|
|
1060
1025
|
*
|
|
@@ -1205,25 +1170,6 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1205
1170
|
*/
|
|
1206
1171
|
oListener?: object
|
|
1207
1172
|
): this;
|
|
1208
|
-
/**
|
|
1209
|
-
* Detaches event handler `fnFunction` from the {@link #event:manifestApplied manifestApplied} event of
|
|
1210
|
-
* this `sap.ui.integration.widgets.Card`.
|
|
1211
|
-
*
|
|
1212
|
-
* The passed function and listener object must match the ones used for event registration.
|
|
1213
|
-
*
|
|
1214
|
-
*
|
|
1215
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
1216
|
-
*/
|
|
1217
|
-
detachManifestApplied(
|
|
1218
|
-
/**
|
|
1219
|
-
* The function to be called, when the event occurs
|
|
1220
|
-
*/
|
|
1221
|
-
fnFunction: (p1: Event) => void,
|
|
1222
|
-
/**
|
|
1223
|
-
* Context object on which the given function had to be called
|
|
1224
|
-
*/
|
|
1225
|
-
oListener?: object
|
|
1226
|
-
): this;
|
|
1227
1173
|
/**
|
|
1228
1174
|
* Detaches event handler `fnFunction` from the {@link #event:manifestReady manifestReady} event of this
|
|
1229
1175
|
* `sap.ui.integration.widgets.Card`.
|
|
@@ -1295,19 +1241,6 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1295
1241
|
*/
|
|
1296
1242
|
mParameters?: Card$ConfigurationChangeEventParameters
|
|
1297
1243
|
): this;
|
|
1298
|
-
/**
|
|
1299
|
-
* Fires event {@link #event:manifestApplied manifestApplied} to attached listeners.
|
|
1300
|
-
*
|
|
1301
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1302
|
-
*
|
|
1303
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
1304
|
-
*/
|
|
1305
|
-
fireManifestApplied(
|
|
1306
|
-
/**
|
|
1307
|
-
* Parameters to pass along with the event
|
|
1308
|
-
*/
|
|
1309
|
-
mParameters?: object
|
|
1310
|
-
): this;
|
|
1311
1244
|
/**
|
|
1312
1245
|
* Fires event {@link #event:manifestReady manifestReady} to attached listeners.
|
|
1313
1246
|
*
|
|
@@ -1488,6 +1421,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1488
1421
|
* ```
|
|
1489
1422
|
*
|
|
1490
1423
|
*
|
|
1424
|
+
* Default value is `[]`.
|
|
1425
|
+
*
|
|
1491
1426
|
* @since 1.76
|
|
1492
1427
|
* @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
|
|
1493
1428
|
* is implemented.
|
|
@@ -1794,26 +1729,6 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1794
1729
|
*/
|
|
1795
1730
|
sDesign?: CardDesign | keyof typeof CardDesign
|
|
1796
1731
|
): this;
|
|
1797
|
-
/**
|
|
1798
|
-
* Sets a new value for property {@link #getDisplayVariant displayVariant}.
|
|
1799
|
-
*
|
|
1800
|
-
* Defines the display variant for card rendering and behavior.
|
|
1801
|
-
*
|
|
1802
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1803
|
-
*
|
|
1804
|
-
* Default value is `Standard`.
|
|
1805
|
-
*
|
|
1806
|
-
* @since 1.118
|
|
1807
|
-
* @experimental (since 1.118) - For usage only by Work Zone.
|
|
1808
|
-
*
|
|
1809
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
1810
|
-
*/
|
|
1811
|
-
setDisplayVariant(
|
|
1812
|
-
/**
|
|
1813
|
-
* New value for property `displayVariant`
|
|
1814
|
-
*/
|
|
1815
|
-
sDisplayVariant?: CardDisplayVariant | keyof typeof CardDisplayVariant
|
|
1816
|
-
): this;
|
|
1817
1732
|
/**
|
|
1818
1733
|
* Sets the associated {@link #getHost host}.
|
|
1819
1734
|
*
|
|
@@ -1887,6 +1802,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1887
1802
|
*
|
|
1888
1803
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1889
1804
|
*
|
|
1805
|
+
* Default value is `[]`.
|
|
1806
|
+
*
|
|
1890
1807
|
* @since 1.76
|
|
1891
1808
|
* @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
|
|
1892
1809
|
* is implemented.
|
|
@@ -1897,7 +1814,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1897
1814
|
/**
|
|
1898
1815
|
* New value for property `manifestChanges`
|
|
1899
1816
|
*/
|
|
1900
|
-
sManifestChanges
|
|
1817
|
+
sManifestChanges?: object[]
|
|
1901
1818
|
): this;
|
|
1902
1819
|
/**
|
|
1903
1820
|
* Sets a new value for property {@link #getParameters parameters}.
|
|
@@ -2561,14 +2478,6 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2561
2478
|
*/
|
|
2562
2479
|
manifestReady?: (oEvent: Event) => void;
|
|
2563
2480
|
|
|
2564
|
-
/**
|
|
2565
|
-
* Fired when card utilities (like `DataProviderFactory`) and the card elements (like header) are created
|
|
2566
|
-
* and initialized.
|
|
2567
|
-
*
|
|
2568
|
-
* Note: The card's content may not be available yet because it may depend on other resources to load.
|
|
2569
|
-
*/
|
|
2570
|
-
manifestApplied?: (oEvent: Event) => void;
|
|
2571
|
-
|
|
2572
2481
|
/**
|
|
2573
2482
|
* Fired when the state of the card is changed. For example - the card is ready, new page is selected, a
|
|
2574
2483
|
* filter is changed or data is refreshed.
|
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.126.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/layout/library" {
|
|
4
4
|
import Control from "sap/ui/core/Control";
|
|
@@ -190,8 +190,9 @@ declare module "sap/ui/layout/library" {
|
|
|
190
190
|
/**
|
|
191
191
|
* A string type that represents the indent values of the `Grid` for large, medium and small screens.
|
|
192
192
|
*
|
|
193
|
-
* Allowed values are separated by space Letters L, M or S followed by number
|
|
194
|
-
* the container has to take, for example: `L2 M4 S6`, `M11`, `s10` or `l4
|
|
193
|
+
* Allowed values are separated by space with case insensitive Letters XL, L, M or S followed by number
|
|
194
|
+
* of columns from 1 to 11 that the container has to take, for example: `L2 M4 S6`, `M11`, `s10` or `l4
|
|
195
|
+
* m4`.
|
|
195
196
|
*
|
|
196
197
|
* **Note:** The parameters must be provided in the order .
|
|
197
198
|
*/
|
|
@@ -219,8 +220,9 @@ declare module "sap/ui/layout/library" {
|
|
|
219
220
|
/**
|
|
220
221
|
* A string type that represents the span values of the `Grid` for large, medium and small screens.
|
|
221
222
|
*
|
|
222
|
-
* Allowed values are separated by space Letters L, M or S followed by number
|
|
223
|
-
* the container has to take, for example: `L2 M4 S6`, `M12`, `s10` or `l4
|
|
223
|
+
* Allowed values are separated by space with case insensitive Letters XL, L, M or S followed by number
|
|
224
|
+
* of columns from 1 to 12 that the container has to take, for example: `L2 M4 S6`, `M12`, `s10` or `l4
|
|
225
|
+
* m4`.
|
|
224
226
|
*
|
|
225
227
|
* **Note:** The parameters must be provided in the order .
|
|
226
228
|
*/
|
|
@@ -11236,9 +11238,9 @@ declare module "sap/ui/layout/Grid" {
|
|
|
11236
11238
|
* Gets current value of property {@link #getDefaultIndent defaultIndent}.
|
|
11237
11239
|
*
|
|
11238
11240
|
* Optional. Defines default for the whole Grid numbers of empty columns before the current span begins.
|
|
11239
|
-
* It can be defined for large, medium and small screens. Allowed values are separated by space
|
|
11240
|
-
* L, M or S followed by number of columns from 0 to 11 that the container has to
|
|
11241
|
-
* M4 S6`, `M11`, `s10` or `l4 m4`.
|
|
11241
|
+
* It can be defined for large, medium and small screens. Allowed values are separated by space with case
|
|
11242
|
+
* insensitive Letters XL, L, M or S followed by number of columns from 0 to 11 that the container has to
|
|
11243
|
+
* take, for example, `L2 M4 S6`, `M11`, `s10` or `l4 m4`.
|
|
11242
11244
|
*
|
|
11243
11245
|
* **Note:** The parameters must be provided in the order .
|
|
11244
11246
|
*
|
|
@@ -11252,8 +11254,9 @@ declare module "sap/ui/layout/Grid" {
|
|
|
11252
11254
|
* Gets current value of property {@link #getDefaultSpan defaultSpan}.
|
|
11253
11255
|
*
|
|
11254
11256
|
* Optional. A string type that represents the span values of the `Grid` for large, medium and small screens.
|
|
11255
|
-
* Allowed values are separated by space Letters L, M or S followed by number
|
|
11256
|
-
* the container has to take, for example, `L2 M4 S6`, `M12`, `s10` or `l4
|
|
11257
|
+
* Allowed values are separated by space with case insensitive Letters XL, L, M or S followed by number
|
|
11258
|
+
* of columns from 1 to 12 that the container has to take, for example, `L2 M4 S6`, `M12`, `s10` or `l4
|
|
11259
|
+
* m4`.
|
|
11257
11260
|
*
|
|
11258
11261
|
* **Note:** The parameters must be provided in the order .
|
|
11259
11262
|
*
|
|
@@ -11405,9 +11408,9 @@ declare module "sap/ui/layout/Grid" {
|
|
|
11405
11408
|
* Sets a new value for property {@link #getDefaultIndent defaultIndent}.
|
|
11406
11409
|
*
|
|
11407
11410
|
* Optional. Defines default for the whole Grid numbers of empty columns before the current span begins.
|
|
11408
|
-
* It can be defined for large, medium and small screens. Allowed values are separated by space
|
|
11409
|
-
* L, M or S followed by number of columns from 0 to 11 that the container has to
|
|
11410
|
-
* M4 S6`, `M11`, `s10` or `l4 m4`.
|
|
11411
|
+
* It can be defined for large, medium and small screens. Allowed values are separated by space with case
|
|
11412
|
+
* insensitive Letters XL, L, M or S followed by number of columns from 0 to 11 that the container has to
|
|
11413
|
+
* take, for example, `L2 M4 S6`, `M11`, `s10` or `l4 m4`.
|
|
11411
11414
|
*
|
|
11412
11415
|
* **Note:** The parameters must be provided in the order .
|
|
11413
11416
|
*
|
|
@@ -11428,8 +11431,9 @@ declare module "sap/ui/layout/Grid" {
|
|
|
11428
11431
|
* Sets a new value for property {@link #getDefaultSpan defaultSpan}.
|
|
11429
11432
|
*
|
|
11430
11433
|
* Optional. A string type that represents the span values of the `Grid` for large, medium and small screens.
|
|
11431
|
-
* Allowed values are separated by space Letters L, M or S followed by number
|
|
11432
|
-
* the container has to take, for example, `L2 M4 S6`, `M12`, `s10` or `l4
|
|
11434
|
+
* Allowed values are separated by space with case insensitive Letters XL, L, M or S followed by number
|
|
11435
|
+
* of columns from 1 to 12 that the container has to take, for example, `L2 M4 S6`, `M12`, `s10` or `l4
|
|
11436
|
+
* m4`.
|
|
11433
11437
|
*
|
|
11434
11438
|
* **Note:** The parameters must be provided in the order .
|
|
11435
11439
|
*
|
|
@@ -11552,8 +11556,9 @@ declare module "sap/ui/layout/Grid" {
|
|
|
11552
11556
|
|
|
11553
11557
|
/**
|
|
11554
11558
|
* Optional. A string type that represents the span values of the `Grid` for large, medium and small screens.
|
|
11555
|
-
* Allowed values are separated by space Letters L, M or S followed by number
|
|
11556
|
-
* the container has to take, for example, `L2 M4 S6`, `M12`, `s10` or `l4
|
|
11559
|
+
* Allowed values are separated by space with case insensitive Letters XL, L, M or S followed by number
|
|
11560
|
+
* of columns from 1 to 12 that the container has to take, for example, `L2 M4 S6`, `M12`, `s10` or `l4
|
|
11561
|
+
* m4`.
|
|
11557
11562
|
*
|
|
11558
11563
|
* **Note:** The parameters must be provided in the order .
|
|
11559
11564
|
*/
|
|
@@ -11561,9 +11566,9 @@ declare module "sap/ui/layout/Grid" {
|
|
|
11561
11566
|
|
|
11562
11567
|
/**
|
|
11563
11568
|
* Optional. Defines default for the whole Grid numbers of empty columns before the current span begins.
|
|
11564
|
-
* It can be defined for large, medium and small screens. Allowed values are separated by space
|
|
11565
|
-
* L, M or S followed by number of columns from 0 to 11 that the container has to
|
|
11566
|
-
* M4 S6`, `M11`, `s10` or `l4 m4`.
|
|
11569
|
+
* It can be defined for large, medium and small screens. Allowed values are separated by space with case
|
|
11570
|
+
* insensitive Letters XL, L, M or S followed by number of columns from 0 to 11 that the container has to
|
|
11571
|
+
* take, for example, `L2 M4 S6`, `M11`, `s10` or `l4 m4`.
|
|
11567
11572
|
*
|
|
11568
11573
|
* **Note:** The parameters must be provided in the order .
|
|
11569
11574
|
*/
|
|
@@ -11684,8 +11689,9 @@ declare module "sap/ui/layout/GridData" {
|
|
|
11684
11689
|
*
|
|
11685
11690
|
* A string type that represents the indent values of the `Grid` for large, medium and small screens.
|
|
11686
11691
|
*
|
|
11687
|
-
* Allowed values are separated by space Letters L, M or S followed by number
|
|
11688
|
-
* the container has to take, for example, `L2 M4 S6`, `M11`, `s10` or `l4
|
|
11692
|
+
* Allowed values are separated by space with case insensitive Letters XL, L, M or S followed by number
|
|
11693
|
+
* of columns from 1 to 11 that the container has to take, for example, `L2 M4 S6`, `M11`, `s10` or `l4
|
|
11694
|
+
* m4`.
|
|
11689
11695
|
*
|
|
11690
11696
|
* **Note:** The parameters must be provided in the order .
|
|
11691
11697
|
*
|
|
@@ -11849,8 +11855,9 @@ declare module "sap/ui/layout/GridData" {
|
|
|
11849
11855
|
*
|
|
11850
11856
|
* A string type that represents the span values of the `Grid` for large, medium and small screens.
|
|
11851
11857
|
*
|
|
11852
|
-
* Allowed values are separated by space Letters L, M or S followed by number
|
|
11853
|
-
* the container has to take, for example: `L2 M4 S6`, `M12`, `s10` or `l4
|
|
11858
|
+
* Allowed values are separated by space with case insensitive Letters XL, L, M or S followed by number
|
|
11859
|
+
* of columns from 1 to 12 that the container has to take, for example: `L2 M4 S6`, `M12`, `s10` or `l4
|
|
11860
|
+
* m4`.
|
|
11854
11861
|
*
|
|
11855
11862
|
* **Note:** The parameters must be provided in the order .
|
|
11856
11863
|
*
|
|
@@ -12016,8 +12023,9 @@ declare module "sap/ui/layout/GridData" {
|
|
|
12016
12023
|
*
|
|
12017
12024
|
* A string type that represents the indent values of the `Grid` for large, medium and small screens.
|
|
12018
12025
|
*
|
|
12019
|
-
* Allowed values are separated by space Letters L, M or S followed by number
|
|
12020
|
-
* the container has to take, for example, `L2 M4 S6`, `M11`, `s10` or `l4
|
|
12026
|
+
* Allowed values are separated by space with case insensitive Letters XL, L, M or S followed by number
|
|
12027
|
+
* of columns from 1 to 11 that the container has to take, for example, `L2 M4 S6`, `M11`, `s10` or `l4
|
|
12028
|
+
* m4`.
|
|
12021
12029
|
*
|
|
12022
12030
|
* **Note:** The parameters must be provided in the order .
|
|
12023
12031
|
*
|
|
@@ -12286,8 +12294,9 @@ declare module "sap/ui/layout/GridData" {
|
|
|
12286
12294
|
*
|
|
12287
12295
|
* A string type that represents the span values of the `Grid` for large, medium and small screens.
|
|
12288
12296
|
*
|
|
12289
|
-
* Allowed values are separated by space Letters L, M or S followed by number
|
|
12290
|
-
* the container has to take, for example: `L2 M4 S6`, `M12`, `s10` or `l4
|
|
12297
|
+
* Allowed values are separated by space with case insensitive Letters XL, L, M or S followed by number
|
|
12298
|
+
* of columns from 1 to 12 that the container has to take, for example: `L2 M4 S6`, `M12`, `s10` or `l4
|
|
12299
|
+
* m4`.
|
|
12291
12300
|
*
|
|
12292
12301
|
* **Note:** The parameters must be provided in the order .
|
|
12293
12302
|
*
|
|
@@ -12561,8 +12570,9 @@ declare module "sap/ui/layout/GridData" {
|
|
|
12561
12570
|
/**
|
|
12562
12571
|
* A string type that represents the span values of the `Grid` for large, medium and small screens.
|
|
12563
12572
|
*
|
|
12564
|
-
* Allowed values are separated by space Letters L, M or S followed by number
|
|
12565
|
-
* the container has to take, for example: `L2 M4 S6`, `M12`, `s10` or `l4
|
|
12573
|
+
* Allowed values are separated by space with case insensitive Letters XL, L, M or S followed by number
|
|
12574
|
+
* of columns from 1 to 12 that the container has to take, for example: `L2 M4 S6`, `M12`, `s10` or `l4
|
|
12575
|
+
* m4`.
|
|
12566
12576
|
*
|
|
12567
12577
|
* **Note:** The parameters must be provided in the order .
|
|
12568
12578
|
*/
|
|
@@ -12595,8 +12605,9 @@ declare module "sap/ui/layout/GridData" {
|
|
|
12595
12605
|
/**
|
|
12596
12606
|
* A string type that represents the indent values of the `Grid` for large, medium and small screens.
|
|
12597
12607
|
*
|
|
12598
|
-
* Allowed values are separated by space Letters L, M or S followed by number
|
|
12599
|
-
* the container has to take, for example, `L2 M4 S6`, `M11`, `s10` or `l4
|
|
12608
|
+
* Allowed values are separated by space with case insensitive Letters XL, L, M or S followed by number
|
|
12609
|
+
* of columns from 1 to 11 that the container has to take, for example, `L2 M4 S6`, `M11`, `s10` or `l4
|
|
12610
|
+
* m4`.
|
|
12600
12611
|
*
|
|
12601
12612
|
* **Note:** The parameters must be provided in the order .
|
|
12602
12613
|
*/
|