@openui5/types 1.143.1 → 1.145.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/index.d.ts +1 -1
- package/types/sap.f.d.ts +4 -4
- package/types/sap.m.d.ts +326 -79
- package/types/sap.tnt.d.ts +19 -7
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +3469 -306
- package/types/sap.ui.core.d.ts +757 -261
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +9 -5
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +18 -18
- package/types/sap.ui.mdc.d.ts +482 -116
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +7 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +164 -4
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -1
- package/types/sap.ui.webc.main.d.ts +70 -1
- package/types/sap.uxap.d.ts +18 -8
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.145.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -1603,10 +1603,10 @@ declare namespace sap {
|
|
|
1603
1603
|
|
|
1604
1604
|
"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantManagementState": undefined;
|
|
1605
1605
|
|
|
1606
|
-
"sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher": undefined;
|
|
1607
|
-
|
|
1608
1606
|
"sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagementState": undefined;
|
|
1609
1607
|
|
|
1608
|
+
"sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagerApply": undefined;
|
|
1609
|
+
|
|
1610
1610
|
"sap/ui/fl/apply/_internal/flexState/DataSelector": undefined;
|
|
1611
1611
|
|
|
1612
1612
|
"sap/ui/fl/apply/_internal/flexState/FlexObjectState": undefined;
|
|
@@ -1617,8 +1617,6 @@ declare namespace sap {
|
|
|
1617
1617
|
|
|
1618
1618
|
"sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
|
|
1619
1619
|
|
|
1620
|
-
"sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1621
|
-
|
|
1622
1620
|
"sap/ui/fl/apply/api/AnnotationChangeHandlerAPI": undefined;
|
|
1623
1621
|
|
|
1624
1622
|
"sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
|
|
@@ -1663,12 +1661,16 @@ declare namespace sap {
|
|
|
1663
1661
|
|
|
1664
1662
|
"sap/ui/fl/initial/_internal/connectors/Utils": undefined;
|
|
1665
1663
|
|
|
1664
|
+
"sap/ui/fl/initial/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1665
|
+
|
|
1666
1666
|
"sap/ui/fl/initial/_internal/preprocessors/ControllerExtension": undefined;
|
|
1667
1667
|
|
|
1668
1668
|
"sap/ui/fl/initial/_internal/Settings": undefined;
|
|
1669
1669
|
|
|
1670
1670
|
"sap/ui/fl/initial/_internal/Storage": undefined;
|
|
1671
1671
|
|
|
1672
|
+
"sap/ui/fl/initial/_internal/StorageFeaturesMerger": undefined;
|
|
1673
|
+
|
|
1672
1674
|
"sap/ui/fl/initial/_internal/StorageUtils": undefined;
|
|
1673
1675
|
|
|
1674
1676
|
"sap/ui/fl/initial/api/InitialFlexAPI": undefined;
|
|
@@ -1691,6 +1693,8 @@ declare namespace sap {
|
|
|
1691
1693
|
|
|
1692
1694
|
"sap/ui/fl/transport/TransportDialog": undefined;
|
|
1693
1695
|
|
|
1696
|
+
"sap/ui/fl/util/CancelError": undefined;
|
|
1697
|
+
|
|
1694
1698
|
"sap/ui/fl/Utils": undefined;
|
|
1695
1699
|
|
|
1696
1700
|
"sap/ui/fl/variants/context/Component": undefined;
|
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.145.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/layout/library" {
|
|
4
4
|
import Control from "sap/ui/core/Control";
|
|
@@ -446,7 +446,7 @@ declare module "sap/ui/layout/library" {
|
|
|
446
446
|
}
|
|
447
447
|
/**
|
|
448
448
|
* An `int` type that defines how many cells a control inside of a column of a {@link sap.ui.layout.form.Form Form }
|
|
449
|
-
* control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.
|
|
449
|
+
* control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.Form#setLayout layout }
|
|
450
450
|
* can use.
|
|
451
451
|
*
|
|
452
452
|
* Allowed values are numbers from 1 to 12 and -1. -1 means the value is calculated.
|
|
@@ -457,7 +457,7 @@ declare module "sap/ui/layout/library" {
|
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
459
|
* An `int` type that defines how many columns a {@link sap.ui.layout.form.Form Form} control using the
|
|
460
|
-
* {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.
|
|
460
|
+
* {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.Form#setLayout layout }
|
|
461
461
|
* can have if it has large size
|
|
462
462
|
*
|
|
463
463
|
* Allowed values are numbers from 1 to 4. **Note:** In versions lower than 1.122 only 3 columns are allowed.
|
|
@@ -468,7 +468,7 @@ declare module "sap/ui/layout/library" {
|
|
|
468
468
|
|
|
469
469
|
/**
|
|
470
470
|
* An `int` type that defines how many columns a {@link sap.ui.layout.form.Form Form} control using the
|
|
471
|
-
* {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.
|
|
471
|
+
* {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.Form#setLayout layout }
|
|
472
472
|
* can have if it has medium size
|
|
473
473
|
*
|
|
474
474
|
* Allowed values are numbers from 1 to 3. **Note:** In versions lower than 1.122 only 2 columns are allowed.
|
|
@@ -479,7 +479,7 @@ declare module "sap/ui/layout/library" {
|
|
|
479
479
|
|
|
480
480
|
/**
|
|
481
481
|
* An `int` type that defines how many columns a {@link sap.ui.layout.form.Form Form} control using the
|
|
482
|
-
* {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.
|
|
482
|
+
* {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.Form#setLayout layout }
|
|
483
483
|
* can have if it has extra-large size
|
|
484
484
|
*
|
|
485
485
|
* Allowed values are numbers from 1 to 6. **Note:** In versions lower than 1.89 only 4 columns are allowed.
|
|
@@ -490,7 +490,7 @@ declare module "sap/ui/layout/library" {
|
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
492
|
* An `int` type that defines how many cells beside the controls inside of a column of a {@link sap.ui.layout.form.Form Form }
|
|
493
|
-
* control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.
|
|
493
|
+
* control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.Form#setLayout layout }
|
|
494
494
|
* are empty.
|
|
495
495
|
*
|
|
496
496
|
* Allowed values are numbers from 0 to 11.
|
|
@@ -9816,10 +9816,10 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9816
9816
|
*
|
|
9817
9817
|
* - Add controls as input fields, text fields or other as needed.
|
|
9818
9818
|
* - Use {@link sap.ui.core.Element#setLayoutData LayoutData} to influence the layout for special cases
|
|
9819
|
-
* in the single controls. For example, if a {@link sap.ui.layout.ColumnLayout ColumnLayout} is used
|
|
9820
|
-
* a layout, the form content is weighted using 4 cells for the labels and 8 cells for the field part,
|
|
9821
|
-
* large size. If there is only little space, the labels are above the fields and each field uses 12
|
|
9822
|
-
* If your input controls should influence their width, you can add {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
|
|
9819
|
+
* in the single controls. For example, if a {@link sap.ui.layout.form.ColumnLayout ColumnLayout} is used
|
|
9820
|
+
* as a layout, the form content is weighted using 4 cells for the labels and 8 cells for the field part,
|
|
9821
|
+
* for large size. If there is only little space, the labels are above the fields and each field uses 12
|
|
9822
|
+
* cells. If your input controls should influence their width, you can add {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
|
|
9823
9823
|
* to them via the {@link sap.ui.core.Element#setLayoutData setLayoutData} method. Ensure that the sum of
|
|
9824
9824
|
* the weights in the {@link sap.ui.layout.form.ColumnElementData ColumnElementData} is not more than 12,
|
|
9825
9825
|
* as this is the total width of the input control part of each form row. Example for a row where
|
|
@@ -9833,14 +9833,14 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9833
9833
|
* ```
|
|
9834
9834
|
*
|
|
9835
9835
|
*
|
|
9836
|
-
* For example, if a {@link sap.ui.layout.ResponsiveGridLayout ResponsiveGridLayout} is used as a layout,
|
|
9836
|
+
* For example, if a {@link sap.ui.layout.form.ResponsiveGridLayout ResponsiveGridLayout} is used as a layout,
|
|
9837
9837
|
* there are 12 cells in one row. Depending on the screen size the labels use the defined `labelSpan`. The
|
|
9838
9838
|
* remaining cells are used for the fields (and `emptySpan` if defined). The available cells are distributed
|
|
9839
9839
|
* to all fields in the row. If one field should use a fixed number of cells you can add {@link sap.ui.layout.GridData GridData }
|
|
9840
9840
|
* to them via the {@link sap.ui.core.Element#setLayoutData setLayoutData} method. If there are additional
|
|
9841
9841
|
* fields in the row they will get the remaining cells. Example for a row with two {@link sap.m.Input Input }
|
|
9842
9842
|
* controls where one uses four cells on small screens, one cell on medium screens and 2 cells on larger
|
|
9843
|
-
* screens (using {@link sap.ui.layout.ResponsiveGridLayout ResponsiveGridLayout}):
|
|
9843
|
+
* screens (using {@link sap.ui.layout.form.ResponsiveGridLayout ResponsiveGridLayout}):
|
|
9844
9844
|
* ```javascript
|
|
9845
9845
|
*
|
|
9846
9846
|
* new sap.m.Label({text:"Label"});
|
|
@@ -11027,10 +11027,10 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
11027
11027
|
*
|
|
11028
11028
|
* - Add controls as input fields, text fields or other as needed.
|
|
11029
11029
|
* - Use {@link sap.ui.core.Element#setLayoutData LayoutData} to influence the layout for special cases
|
|
11030
|
-
* in the single controls. For example, if a {@link sap.ui.layout.ColumnLayout ColumnLayout} is used
|
|
11031
|
-
* a layout, the form content is weighted using 4 cells for the labels and 8 cells for the field part,
|
|
11032
|
-
* large size. If there is only little space, the labels are above the fields and each field uses 12
|
|
11033
|
-
* If your input controls should influence their width, you can add {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
|
|
11030
|
+
* in the single controls. For example, if a {@link sap.ui.layout.form.ColumnLayout ColumnLayout} is used
|
|
11031
|
+
* as a layout, the form content is weighted using 4 cells for the labels and 8 cells for the field part,
|
|
11032
|
+
* for large size. If there is only little space, the labels are above the fields and each field uses 12
|
|
11033
|
+
* cells. If your input controls should influence their width, you can add {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
|
|
11034
11034
|
* to them via the {@link sap.ui.core.Element#setLayoutData setLayoutData} method. Ensure that the sum of
|
|
11035
11035
|
* the weights in the {@link sap.ui.layout.form.ColumnElementData ColumnElementData} is not more than 12,
|
|
11036
11036
|
* as this is the total width of the input control part of each form row. Example for a row where
|
|
@@ -11044,14 +11044,14 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
11044
11044
|
* ```
|
|
11045
11045
|
*
|
|
11046
11046
|
*
|
|
11047
|
-
* For example, if a {@link sap.ui.layout.ResponsiveGridLayout ResponsiveGridLayout} is used as a layout,
|
|
11047
|
+
* For example, if a {@link sap.ui.layout.form.ResponsiveGridLayout ResponsiveGridLayout} is used as a layout,
|
|
11048
11048
|
* there are 12 cells in one row. Depending on the screen size the labels use the defined `labelSpan`. The
|
|
11049
11049
|
* remaining cells are used for the fields (and `emptySpan` if defined). The available cells are distributed
|
|
11050
11050
|
* to all fields in the row. If one field should use a fixed number of cells you can add {@link sap.ui.layout.GridData GridData }
|
|
11051
11051
|
* to them via the {@link sap.ui.core.Element#setLayoutData setLayoutData} method. If there are additional
|
|
11052
11052
|
* fields in the row they will get the remaining cells. Example for a row with two {@link sap.m.Input Input }
|
|
11053
11053
|
* controls where one uses four cells on small screens, one cell on medium screens and 2 cells on larger
|
|
11054
|
-
* screens (using {@link sap.ui.layout.ResponsiveGridLayout ResponsiveGridLayout}):
|
|
11054
|
+
* screens (using {@link sap.ui.layout.form.ResponsiveGridLayout ResponsiveGridLayout}):
|
|
11055
11055
|
* ```javascript
|
|
11056
11056
|
*
|
|
11057
11057
|
* new sap.m.Label({text:"Label"});
|