@openui5/types 1.124.2 → 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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.2
1
+ // For Library Version: 1.126.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.2
1
+ // For Library Version: 1.126.0
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1469,49 +1469,12 @@ declare module "sap/ui/fl/write/_internal/fieldExtensibility/MultiTenantABAPExte
1469
1469
  }
1470
1470
 
1471
1471
  declare module "sap/ui/fl/write/_internal/fieldExtensibility/SingleTenantABAPExtensibilityVariant" {
1472
- import ABAPExtensibilityVariant from "sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant";
1473
-
1474
- import Metadata from "sap/ui/base/Metadata";
1475
-
1476
1472
  /**
1477
1473
  * Extension variant for ABAP single tenant environnments (via so called Custom Fields)
1478
1474
  *
1479
1475
  * @since 1.87
1480
1476
  */
1481
- interface SingleTenantABAPExtensibilityVariant
1482
- extends ABAPExtensibilityVariant {
1483
- /**
1484
- * Creates a new subclass of class sap.ui.fl.write._internal.fieldExtensibility.SingleTenantABAPExtensibilityVariant
1485
- * with name `sClassName` and enriches it with the information contained in `oClassInfo`.
1486
- *
1487
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.fl.write._internal.fieldExtensibility.ABAPExtensibilityVariant.extend}.
1488
- *
1489
- *
1490
- * @returns Created class / constructor function
1491
- */
1492
- extend(
1493
- /**
1494
- * Name of the class being created
1495
- */
1496
- sClassName: string,
1497
- /**
1498
- * Object literal with information about the class
1499
- */
1500
- oClassInfo?: object,
1501
- /**
1502
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
1503
- * used by this class
1504
- */
1505
- FNMetaImpl?: Function
1506
- ): Function;
1507
- /**
1508
- * Returns a metadata object for class sap.ui.fl.write._internal.fieldExtensibility.SingleTenantABAPExtensibilityVariant.
1509
- *
1510
- *
1511
- * @returns Metadata object describing this class
1512
- */
1513
- getMetadata(): Metadata;
1514
- }
1477
+ interface SingleTenantABAPExtensibilityVariant {}
1515
1478
  const SingleTenantABAPExtensibilityVariant: SingleTenantABAPExtensibilityVariant;
1516
1479
  export default SingleTenantABAPExtensibilityVariant;
1517
1480
  }
@@ -1553,6 +1516,8 @@ declare namespace sap {
1553
1516
 
1554
1517
  "sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetAbstract": undefined;
1555
1518
 
1519
+ "sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetCloudDevAdaptationStatus": undefined;
1520
+
1556
1521
  "sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetRegistrationIds": undefined;
1557
1522
 
1558
1523
  "sap/ui/fl/apply/_internal/changes/descriptor/ovp/AddNewCard": undefined;
@@ -1619,6 +1584,8 @@ declare namespace sap {
1619
1584
 
1620
1585
  "sap/ui/fl/apply/_internal/flexState/DataSelector": undefined;
1621
1586
 
1587
+ "sap/ui/fl/apply/_internal/flexState/FlexObjectState": undefined;
1588
+
1622
1589
  "sap/ui/fl/apply/_internal/flexState/FlexState": undefined;
1623
1590
 
1624
1591
  "sap/ui/fl/apply/_internal/flexState/InitialPrepareFunctions": undefined;
@@ -1645,6 +1612,10 @@ declare namespace sap {
1645
1612
 
1646
1613
  "sap/ui/fl/changeHandler/Base": undefined;
1647
1614
 
1615
+ "sap/ui/fl/changeHandler/BaseAddViaDelegate": undefined;
1616
+
1617
+ "sap/ui/fl/changeHandler/BaseRename": undefined;
1618
+
1648
1619
  "sap/ui/fl/ChangePersistenceFactory": undefined;
1649
1620
 
1650
1621
  "sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.2
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
  */
@@ -750,6 +770,11 @@ declare module "sap/ui/integration/widgets/Card" {
750
770
  * Description
751
771
  */
752
772
  description?: string;
773
+ /**
774
+ * Path to a custom image to be shown on the place of the regular illustration. Relative to the card base
775
+ * URL.
776
+ */
777
+ imageSrc?: string;
753
778
  /**
754
779
  * Response object in case of a network error
755
780
  */
@@ -995,61 +1020,6 @@ declare module "sap/ui/integration/widgets/Card" {
995
1020
  */
996
1021
  oListener?: object
997
1022
  ): this;
998
- /**
999
- * Attaches event handler `fnFunction` to the {@link #event:manifestApplied manifestApplied} event of this
1000
- * `sap.ui.integration.widgets.Card`.
1001
- *
1002
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
1003
- * otherwise it will be bound to this `sap.ui.integration.widgets.Card` itself.
1004
- *
1005
- * Fired when card utilities (like `DataProviderFactory`) and the card elements (like header) are created
1006
- * and initialized.
1007
- *
1008
- * Note: The card's content may not be available yet because it may depend on other resources to load.
1009
- *
1010
- *
1011
- * @returns Reference to `this` in order to allow method chaining
1012
- */
1013
- attachManifestApplied(
1014
- /**
1015
- * An application-specific payload object that will be passed to the event handler along with the event
1016
- * object when firing the event
1017
- */
1018
- oData: object,
1019
- /**
1020
- * The function to be called when the event occurs
1021
- */
1022
- fnFunction: (p1: Event) => void,
1023
- /**
1024
- * Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
1025
- */
1026
- oListener?: object
1027
- ): this;
1028
- /**
1029
- * Attaches event handler `fnFunction` to the {@link #event:manifestApplied manifestApplied} event of this
1030
- * `sap.ui.integration.widgets.Card`.
1031
- *
1032
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
1033
- * otherwise it will be bound to this `sap.ui.integration.widgets.Card` itself.
1034
- *
1035
- * Fired when card utilities (like `DataProviderFactory`) and the card elements (like header) are created
1036
- * and initialized.
1037
- *
1038
- * Note: The card's content may not be available yet because it may depend on other resources to load.
1039
- *
1040
- *
1041
- * @returns Reference to `this` in order to allow method chaining
1042
- */
1043
- attachManifestApplied(
1044
- /**
1045
- * The function to be called when the event occurs
1046
- */
1047
- fnFunction: (p1: Event) => void,
1048
- /**
1049
- * Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
1050
- */
1051
- oListener?: object
1052
- ): this;
1053
1023
  /**
1054
1024
  * Attaches event handler `fnFunction` to the {@link #event:manifestReady manifestReady} event of this `sap.ui.integration.widgets.Card`.
1055
1025
  *
@@ -1200,25 +1170,6 @@ declare module "sap/ui/integration/widgets/Card" {
1200
1170
  */
1201
1171
  oListener?: object
1202
1172
  ): this;
1203
- /**
1204
- * Detaches event handler `fnFunction` from the {@link #event:manifestApplied manifestApplied} event of
1205
- * this `sap.ui.integration.widgets.Card`.
1206
- *
1207
- * The passed function and listener object must match the ones used for event registration.
1208
- *
1209
- *
1210
- * @returns Reference to `this` in order to allow method chaining
1211
- */
1212
- detachManifestApplied(
1213
- /**
1214
- * The function to be called, when the event occurs
1215
- */
1216
- fnFunction: (p1: Event) => void,
1217
- /**
1218
- * Context object on which the given function had to be called
1219
- */
1220
- oListener?: object
1221
- ): this;
1222
1173
  /**
1223
1174
  * Detaches event handler `fnFunction` from the {@link #event:manifestReady manifestReady} event of this
1224
1175
  * `sap.ui.integration.widgets.Card`.
@@ -1290,19 +1241,6 @@ declare module "sap/ui/integration/widgets/Card" {
1290
1241
  */
1291
1242
  mParameters?: Card$ConfigurationChangeEventParameters
1292
1243
  ): this;
1293
- /**
1294
- * Fires event {@link #event:manifestApplied manifestApplied} to attached listeners.
1295
- *
1296
- * @ui5-protected Do not call from applications (only from related classes in the framework)
1297
- *
1298
- * @returns Reference to `this` in order to allow method chaining
1299
- */
1300
- fireManifestApplied(
1301
- /**
1302
- * Parameters to pass along with the event
1303
- */
1304
- mParameters?: object
1305
- ): this;
1306
1244
  /**
1307
1245
  * Fires event {@link #event:manifestReady manifestReady} to attached listeners.
1308
1246
  *
@@ -1483,6 +1421,8 @@ declare module "sap/ui/integration/widgets/Card" {
1483
1421
  * ```
1484
1422
  *
1485
1423
  *
1424
+ * Default value is `[]`.
1425
+ *
1486
1426
  * @since 1.76
1487
1427
  * @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
1488
1428
  * is implemented.
@@ -1789,26 +1729,6 @@ declare module "sap/ui/integration/widgets/Card" {
1789
1729
  */
1790
1730
  sDesign?: CardDesign | keyof typeof CardDesign
1791
1731
  ): this;
1792
- /**
1793
- * Sets a new value for property {@link #getDisplayVariant displayVariant}.
1794
- *
1795
- * Defines the display variant for card rendering and behavior.
1796
- *
1797
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1798
- *
1799
- * Default value is `Standard`.
1800
- *
1801
- * @since 1.118
1802
- * @experimental (since 1.118) - For usage only by Work Zone.
1803
- *
1804
- * @returns Reference to `this` in order to allow method chaining
1805
- */
1806
- setDisplayVariant(
1807
- /**
1808
- * New value for property `displayVariant`
1809
- */
1810
- sDisplayVariant?: CardDisplayVariant | keyof typeof CardDisplayVariant
1811
- ): this;
1812
1732
  /**
1813
1733
  * Sets the associated {@link #getHost host}.
1814
1734
  *
@@ -1882,6 +1802,8 @@ declare module "sap/ui/integration/widgets/Card" {
1882
1802
  *
1883
1803
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1884
1804
  *
1805
+ * Default value is `[]`.
1806
+ *
1885
1807
  * @since 1.76
1886
1808
  * @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
1887
1809
  * is implemented.
@@ -1892,7 +1814,7 @@ declare module "sap/ui/integration/widgets/Card" {
1892
1814
  /**
1893
1815
  * New value for property `manifestChanges`
1894
1816
  */
1895
- sManifestChanges: object[]
1817
+ sManifestChanges?: object[]
1896
1818
  ): this;
1897
1819
  /**
1898
1820
  * Sets a new value for property {@link #getParameters parameters}.
@@ -2556,14 +2478,6 @@ declare module "sap/ui/integration/widgets/Card" {
2556
2478
  */
2557
2479
  manifestReady?: (oEvent: Event) => void;
2558
2480
 
2559
- /**
2560
- * Fired when card utilities (like `DataProviderFactory`) and the card elements (like header) are created
2561
- * and initialized.
2562
- *
2563
- * Note: The card's content may not be available yet because it may depend on other resources to load.
2564
- */
2565
- manifestApplied?: (oEvent: Event) => void;
2566
-
2567
2481
  /**
2568
2482
  * Fired when the state of the card is changed. For example - the card is ready, new page is selected, a
2569
2483
  * filter is changed or data is refreshed.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.2
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 of columns from 1 to 11 that
194
- * the container has to take, for example: `L2 M4 S6`, `M11`, `s10` or `l4 m4`.
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 of columns from 1 to 12 that
223
- * the container has to take, for example: `L2 M4 S6`, `M12`, `s10` or `l4 m4`.
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 Letters
11240
- * L, M or S followed by number of columns from 0 to 11 that the container has to take, for example, `L2
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 of columns from 1 to 12 that
11256
- * the container has to take, for example, `L2 M4 S6`, `M12`, `s10` or `l4 m4`.
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 Letters
11409
- * L, M or S followed by number of columns from 0 to 11 that the container has to take, for example, `L2
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 of columns from 1 to 12 that
11432
- * the container has to take, for example, `L2 M4 S6`, `M12`, `s10` or `l4 m4`.
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 of columns from 1 to 12 that
11556
- * the container has to take, for example, `L2 M4 S6`, `M12`, `s10` or `l4 m4`.
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 Letters
11565
- * L, M or S followed by number of columns from 0 to 11 that the container has to take, for example, `L2
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 of columns from 1 to 11 that
11688
- * the container has to take, for example, `L2 M4 S6`, `M11`, `s10` or `l4 m4`.
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 of columns from 1 to 12 that
11853
- * the container has to take, for example: `L2 M4 S6`, `M12`, `s10` or `l4 m4`.
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 of columns from 1 to 11 that
12020
- * the container has to take, for example, `L2 M4 S6`, `M11`, `s10` or `l4 m4`.
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 of columns from 1 to 12 that
12290
- * the container has to take, for example: `L2 M4 S6`, `M12`, `s10` or `l4 m4`.
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 of columns from 1 to 12 that
12565
- * the container has to take, for example: `L2 M4 S6`, `M12`, `s10` or `l4 m4`.
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 of columns from 1 to 11 that
12599
- * the container has to take, for example, `L2 M4 S6`, `M11`, `s10` or `l4 m4`.
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
  */