@sapui5/ts-types 1.145.0 → 1.145.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/index.d.ts +3 -3
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +201 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- 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.comp.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- 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.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- /package/types/{sap.ui.core.d.ts → core-1.145.0-d.ts} +0 -0
- /package/types/{sap.ui.mdc.d.ts → mdc-1.145.0-d.ts} +0 -0
- /package/types/{sap.m.d.ts → mobile-1.145.0-d.ts} +0 -0
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
/// <reference path="./sap.sac.df.d.ts"/>
|
|
20
20
|
/// <reference path="./sap.ui.commons.d.ts"/>
|
|
21
21
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
22
|
-
/// <reference path="./
|
|
22
|
+
/// <reference path="./core-1.145.0-d.ts"/>
|
|
23
23
|
/// <reference path="./sap.ui.dt.d.ts"/>
|
|
24
24
|
/// <reference path="./sap.ui.export.d.ts"/>
|
|
25
25
|
/// <reference path="./sap.f.d.ts"/>
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
/// <reference path="./sap.ui.integration.d.ts"/>
|
|
34
34
|
/// <reference path="./sap.ui.layout.d.ts"/>
|
|
35
35
|
/// <reference path="./sap.makit.d.ts"/>
|
|
36
|
-
/// <reference path="./
|
|
37
|
-
/// <reference path="./
|
|
36
|
+
/// <reference path="./mdc-1.145.0-d.ts"/>
|
|
37
|
+
/// <reference path="./mobile-1.145.0-d.ts"/>
|
|
38
38
|
/// <reference path="./sap.me.d.ts"/>
|
|
39
39
|
/// <reference path="./sap.ndc.d.ts"/>
|
|
40
40
|
/// <reference path="./sap.ovp.d.ts"/>
|
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.ariba.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.145.
|
|
1
|
+
// For Library Version: 1.145.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -1834,6 +1834,196 @@ declare namespace sap {
|
|
|
1834
1834
|
>;
|
|
1835
1835
|
}
|
|
1836
1836
|
|
|
1837
|
+
namespace form {
|
|
1838
|
+
/**
|
|
1839
|
+
* Describes the settings that can be provided to the FormLayoutOptions constructor.
|
|
1840
|
+
*/
|
|
1841
|
+
interface $FormLayoutOptionsSettings
|
|
1842
|
+
extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {
|
|
1843
|
+
/**
|
|
1844
|
+
* If set, the usage of `labelSpanL` and `labelSpanXL` is dependent on the size of the used column.
|
|
1845
|
+
* If the space is less than 600px, for example, two columns are used, `labelSpanM` is used instead.
|
|
1846
|
+
* Applicable for ResponsiveGridLayout type
|
|
1847
|
+
*/
|
|
1848
|
+
adjustLabelSpan?:
|
|
1849
|
+
| boolean
|
|
1850
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1851
|
+
| `{${string}}`;
|
|
1852
|
+
|
|
1853
|
+
/**
|
|
1854
|
+
* Defines the background color of the form
|
|
1855
|
+
*/
|
|
1856
|
+
backgroundDesign?:
|
|
1857
|
+
| string
|
|
1858
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1859
|
+
|
|
1860
|
+
/**
|
|
1861
|
+
* The breakpoint (in pixels) between L size and XL size for the ResponsiveGridLayout
|
|
1862
|
+
* Applicable for ResponsiveGridLayout type
|
|
1863
|
+
*/
|
|
1864
|
+
breakpointL?:
|
|
1865
|
+
| int
|
|
1866
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1867
|
+
| `{${string}}`;
|
|
1868
|
+
|
|
1869
|
+
/**
|
|
1870
|
+
* The breakpoint (in pixels) between M size and L size for the ResponsiveGridLayout
|
|
1871
|
+
* Applicable for ResponsiveGridLayout type
|
|
1872
|
+
*/
|
|
1873
|
+
breakpointM?:
|
|
1874
|
+
| int
|
|
1875
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1876
|
+
| `{${string}}`;
|
|
1877
|
+
|
|
1878
|
+
/**
|
|
1879
|
+
* The breakpoint (in pixels) between XL size and XXL size for the ResponsiveGridLayout
|
|
1880
|
+
* Applicable for ResponsiveGridLayout type
|
|
1881
|
+
*/
|
|
1882
|
+
breakpointXL?:
|
|
1883
|
+
| int
|
|
1884
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1885
|
+
| `{${string}}`;
|
|
1886
|
+
|
|
1887
|
+
/**
|
|
1888
|
+
* Number of columns for L size
|
|
1889
|
+
* Applicable for ColumnLayout type
|
|
1890
|
+
*/
|
|
1891
|
+
columnsL?:
|
|
1892
|
+
| int
|
|
1893
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1894
|
+
| `{${string}}`;
|
|
1895
|
+
|
|
1896
|
+
/**
|
|
1897
|
+
* Number of columns for M size
|
|
1898
|
+
* Applicable for ColumnLayout type
|
|
1899
|
+
*/
|
|
1900
|
+
columnsM?:
|
|
1901
|
+
| int
|
|
1902
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1903
|
+
| `{${string}}`;
|
|
1904
|
+
|
|
1905
|
+
/**
|
|
1906
|
+
* Number of columns for XL size
|
|
1907
|
+
* Applicable for ColumnLayout type
|
|
1908
|
+
*/
|
|
1909
|
+
columnsXL?:
|
|
1910
|
+
| int
|
|
1911
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1912
|
+
| `{${string}}`;
|
|
1913
|
+
|
|
1914
|
+
/**
|
|
1915
|
+
* Number of grid cells that are empty at the end of a row in large screen size
|
|
1916
|
+
* Applicable for ColumnLayout type
|
|
1917
|
+
*/
|
|
1918
|
+
emptyCellsLarge?:
|
|
1919
|
+
| int
|
|
1920
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1921
|
+
| `{${string}}`;
|
|
1922
|
+
|
|
1923
|
+
/**
|
|
1924
|
+
* Number of empty grid cells that are added on the end of each line in L size
|
|
1925
|
+
* Applicable for ResponsiveGridLayout type
|
|
1926
|
+
*/
|
|
1927
|
+
emptySpanL?:
|
|
1928
|
+
| int
|
|
1929
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1930
|
+
| `{${string}}`;
|
|
1931
|
+
|
|
1932
|
+
/**
|
|
1933
|
+
* Number of empty grid cells that are added on the end of each line in M size
|
|
1934
|
+
* Applicable for ResponsiveGridLayout type
|
|
1935
|
+
*/
|
|
1936
|
+
emptySpanM?:
|
|
1937
|
+
| int
|
|
1938
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1939
|
+
| `{${string}}`;
|
|
1940
|
+
|
|
1941
|
+
/**
|
|
1942
|
+
* Number of empty grid cells that are added on the end of each line in S size
|
|
1943
|
+
* Applicable for ResponsiveGridLayout type
|
|
1944
|
+
*/
|
|
1945
|
+
emptySpanS?:
|
|
1946
|
+
| int
|
|
1947
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1948
|
+
| `{${string}}`;
|
|
1949
|
+
|
|
1950
|
+
/**
|
|
1951
|
+
* Number of empty grid cells that are added on the end of each line in XL size
|
|
1952
|
+
* Applicable for ResponsiveGridLayout type
|
|
1953
|
+
*/
|
|
1954
|
+
emptySpanXL?:
|
|
1955
|
+
| int
|
|
1956
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1957
|
+
| `{${string}}`;
|
|
1958
|
+
|
|
1959
|
+
/**
|
|
1960
|
+
* Number of grid cells that are reserved for the labels in large screen size
|
|
1961
|
+
* Applicable for ColumnLayout type
|
|
1962
|
+
*/
|
|
1963
|
+
labelCellsLarge?:
|
|
1964
|
+
| int
|
|
1965
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1966
|
+
| `{${string}}`;
|
|
1967
|
+
|
|
1968
|
+
/**
|
|
1969
|
+
* Number of grid cells that are used for the labels in L size
|
|
1970
|
+
* Applicable for ResponsiveGridLayout type
|
|
1971
|
+
*/
|
|
1972
|
+
labelSpanL?:
|
|
1973
|
+
| int
|
|
1974
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1975
|
+
| `{${string}}`;
|
|
1976
|
+
|
|
1977
|
+
/**
|
|
1978
|
+
* Number of grid cells that are used for the labels in M size
|
|
1979
|
+
* Applicable for ResponsiveGridLayout type
|
|
1980
|
+
*/
|
|
1981
|
+
labelSpanM?:
|
|
1982
|
+
| int
|
|
1983
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1984
|
+
| `{${string}}`;
|
|
1985
|
+
|
|
1986
|
+
/**
|
|
1987
|
+
* Number of grid cells that are used for the labels in S size
|
|
1988
|
+
* Applicable for ResponsiveGridLayout type
|
|
1989
|
+
*/
|
|
1990
|
+
labelSpanS?:
|
|
1991
|
+
| int
|
|
1992
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1993
|
+
| `{${string}}`;
|
|
1994
|
+
|
|
1995
|
+
/**
|
|
1996
|
+
* Number of grid cells that are used for the labels in XL size
|
|
1997
|
+
* Applicable for ResponsiveGridLayout type
|
|
1998
|
+
*/
|
|
1999
|
+
labelSpanXL?:
|
|
2000
|
+
| int
|
|
2001
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2002
|
+
| `{${string}}`;
|
|
2003
|
+
|
|
2004
|
+
/**
|
|
2005
|
+
* If set, a single container has the full size of the parent container.
|
|
2006
|
+
* Otherwise, the container size is determined by the number of columns and the spacing between the columns.
|
|
2007
|
+
* Applicable for ResponsiveGridLayout type
|
|
2008
|
+
*/
|
|
2009
|
+
singleContainerFullSize?:
|
|
2010
|
+
| boolean
|
|
2011
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2012
|
+
| `{${string}}`;
|
|
2013
|
+
|
|
2014
|
+
/**
|
|
2015
|
+
* The layout type to be used for the form
|
|
2016
|
+
*/
|
|
2017
|
+
type?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
/**
|
|
2021
|
+
* Configuration options for the Form layout
|
|
2022
|
+
*/
|
|
2023
|
+
class FormLayoutOptions extends sap.fe.macros.controls
|
|
2024
|
+
.BuildingBlockObjectProperty {}
|
|
2025
|
+
}
|
|
2026
|
+
|
|
1837
2027
|
namespace microchart {
|
|
1838
2028
|
/**
|
|
1839
2029
|
* Describes the settings that can be provided to the MicroChart constructor.
|
|
@@ -2278,6 +2468,14 @@ declare namespace sap {
|
|
|
2278
2468
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2279
2469
|
| `{${string}}`;
|
|
2280
2470
|
|
|
2471
|
+
/**
|
|
2472
|
+
* Determines whether the action is visible.
|
|
2473
|
+
*/
|
|
2474
|
+
visible?:
|
|
2475
|
+
| boolean
|
|
2476
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2477
|
+
| `{${string}}`;
|
|
2478
|
+
|
|
2281
2479
|
/**
|
|
2282
2480
|
* Event handler to be called when the user chooses the action
|
|
2283
2481
|
*/
|
|
@@ -9745,6 +9943,8 @@ declare namespace sap {
|
|
|
9745
9943
|
|
|
9746
9944
|
"sap/fe/macros/form/Form.block": undefined;
|
|
9747
9945
|
|
|
9946
|
+
"sap/fe/macros/form/FormLayoutOptions": undefined;
|
|
9947
|
+
|
|
9748
9948
|
"sap/fe/macros/FormElement": undefined;
|
|
9749
9949
|
|
|
9750
9950
|
"sap/fe/macros/KPITag": undefined;
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.geomap.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|