@sapui5/ts-types 1.145.0 → 1.145.2
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.ui.commons.d.ts → commons-1.145.1-d.ts} +1 -1
- package/types/{sap.ui.dt.d.ts → dt-1.145.1-d.ts} +1 -1
- package/types/index.d.ts +7 -7
- 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 +102 -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.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.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.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.tnt.d.ts → tnt-1.145.1-d.ts} +1 -1
- package/types/{sap.ui.ux3.d.ts → ux3-1.145.1-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
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
/// <reference path="./sap.zen.dsh.d.ts"/>
|
|
18
18
|
/// <reference path="./sap.zen.commons.d.ts"/>
|
|
19
19
|
/// <reference path="./sap.sac.df.d.ts"/>
|
|
20
|
-
/// <reference path="./
|
|
20
|
+
/// <reference path="./commons-1.145.1-d.ts"/>
|
|
21
21
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
22
|
-
/// <reference path="./
|
|
23
|
-
/// <reference path="./
|
|
22
|
+
/// <reference path="./core-1.145.0-d.ts"/>
|
|
23
|
+
/// <reference path="./dt-1.145.1-d.ts"/>
|
|
24
24
|
/// <reference path="./sap.ui.export.d.ts"/>
|
|
25
25
|
/// <reference path="./sap.f.d.ts"/>
|
|
26
26
|
/// <reference path="./sap.ui.fl.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"/>
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
/// <reference path="./sap.ui.support.d.ts"/>
|
|
71
71
|
/// <reference path="./sap.ui.table.d.ts"/>
|
|
72
72
|
/// <reference path="./sap.ui.testrecorder.d.ts"/>
|
|
73
|
-
/// <reference path="./
|
|
73
|
+
/// <reference path="./tnt-1.145.1-d.ts"/>
|
|
74
74
|
/// <reference path="./sap.ca.ui.d.ts"/>
|
|
75
75
|
/// <reference path="./sap.ui.unified.d.ts"/>
|
|
76
76
|
/// <reference path="./sap.ushell.d.ts"/>
|
|
77
77
|
/// <reference path="./sap.ushell_abap.d.ts"/>
|
|
78
|
-
/// <reference path="./
|
|
78
|
+
/// <reference path="./ux3-1.145.1-d.ts"/>
|
|
79
79
|
/// <reference path="./sap.uxap.d.ts"/>
|
|
80
80
|
/// <reference path="./sap.ui.vbm.d.ts"/>
|
|
81
81
|
/// <reference path="./sap.viz.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.2
|
|
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.145.
|
|
1
|
+
// For Library Version: 1.145.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -27144,6 +27144,25 @@ declare namespace sap {
|
|
|
27144
27144
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
27145
27145
|
| `{${string}}`;
|
|
27146
27146
|
|
|
27147
|
+
/**
|
|
27148
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
27149
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
27150
|
+
* not have a fill explicitly set.
|
|
27151
|
+
*/
|
|
27152
|
+
useShapeFillForGhost?:
|
|
27153
|
+
| boolean
|
|
27154
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
27155
|
+
| `{${string}}`;
|
|
27156
|
+
|
|
27157
|
+
/**
|
|
27158
|
+
* Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
|
|
27159
|
+
* event is not triggered when a shape is dropped from another chart.
|
|
27160
|
+
*/
|
|
27161
|
+
enableShapeDropFromOtherCharts?:
|
|
27162
|
+
| boolean
|
|
27163
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
27164
|
+
| `{${string}}`;
|
|
27165
|
+
|
|
27147
27166
|
/**
|
|
27148
27167
|
* Table of the Gantt Chart
|
|
27149
27168
|
*
|
|
@@ -40610,6 +40629,18 @@ declare namespace sap {
|
|
|
40610
40629
|
* @returns Value of property `enableSelectAndDrag`
|
|
40611
40630
|
*/
|
|
40612
40631
|
getEnableSelectAndDrag(): boolean;
|
|
40632
|
+
/**
|
|
40633
|
+
* Gets current value of property {@link #getEnableShapeDropFromOtherCharts enableShapeDropFromOtherCharts}.
|
|
40634
|
+
*
|
|
40635
|
+
* Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
|
|
40636
|
+
* event is not triggered when a shape is dropped from another chart.
|
|
40637
|
+
*
|
|
40638
|
+
* Default value is `true`.
|
|
40639
|
+
*
|
|
40640
|
+
*
|
|
40641
|
+
* @returns Value of property `enableShapeDropFromOtherCharts`
|
|
40642
|
+
*/
|
|
40643
|
+
getEnableShapeDropFromOtherCharts(): boolean;
|
|
40613
40644
|
/**
|
|
40614
40645
|
* Gets current value of property {@link #getEnableVerticalLine enableVerticalLine}.
|
|
40615
40646
|
*
|
|
@@ -41185,6 +41216,19 @@ declare namespace sap {
|
|
|
41185
41216
|
* @returns Value of property `useParentShapeOnExpand`
|
|
41186
41217
|
*/
|
|
41187
41218
|
getUseParentShapeOnExpand(): boolean;
|
|
41219
|
+
/**
|
|
41220
|
+
* Gets current value of property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
|
|
41221
|
+
*
|
|
41222
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
41223
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
41224
|
+
* not have a fill explicitly set.
|
|
41225
|
+
*
|
|
41226
|
+
* Default value is `false`.
|
|
41227
|
+
*
|
|
41228
|
+
*
|
|
41229
|
+
* @returns Value of property `useShapeFillForGhost`
|
|
41230
|
+
*/
|
|
41231
|
+
getUseShapeFillForGhost(): boolean;
|
|
41188
41232
|
/**
|
|
41189
41233
|
* Gets current value of property {@link #getWidth width}.
|
|
41190
41234
|
*
|
|
@@ -42102,6 +42146,25 @@ declare namespace sap {
|
|
|
42102
42146
|
*/
|
|
42103
42147
|
bEnableSelectAndDrag?: boolean
|
|
42104
42148
|
): this;
|
|
42149
|
+
/**
|
|
42150
|
+
* Sets a new value for property {@link #getEnableShapeDropFromOtherCharts enableShapeDropFromOtherCharts}.
|
|
42151
|
+
*
|
|
42152
|
+
* Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
|
|
42153
|
+
* event is not triggered when a shape is dropped from another chart.
|
|
42154
|
+
*
|
|
42155
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
42156
|
+
*
|
|
42157
|
+
* Default value is `true`.
|
|
42158
|
+
*
|
|
42159
|
+
*
|
|
42160
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
42161
|
+
*/
|
|
42162
|
+
setEnableShapeDropFromOtherCharts(
|
|
42163
|
+
/**
|
|
42164
|
+
* New value for property `enableShapeDropFromOtherCharts`
|
|
42165
|
+
*/
|
|
42166
|
+
bEnableShapeDropFromOtherCharts?: boolean
|
|
42167
|
+
): this;
|
|
42105
42168
|
/**
|
|
42106
42169
|
* Enable or disable table's variable row height feature
|
|
42107
42170
|
*
|
|
@@ -42809,6 +42872,26 @@ declare namespace sap {
|
|
|
42809
42872
|
*/
|
|
42810
42873
|
bUseParentShapeOnExpand?: boolean
|
|
42811
42874
|
): this;
|
|
42875
|
+
/**
|
|
42876
|
+
* Sets a new value for property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
|
|
42877
|
+
*
|
|
42878
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
42879
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
42880
|
+
* not have a fill explicitly set.
|
|
42881
|
+
*
|
|
42882
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
42883
|
+
*
|
|
42884
|
+
* Default value is `false`.
|
|
42885
|
+
*
|
|
42886
|
+
*
|
|
42887
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
42888
|
+
*/
|
|
42889
|
+
setUseShapeFillForGhost(
|
|
42890
|
+
/**
|
|
42891
|
+
* New value for property `useShapeFillForGhost`
|
|
42892
|
+
*/
|
|
42893
|
+
bUseShapeFillForGhost?: boolean
|
|
42894
|
+
): this;
|
|
42812
42895
|
/**
|
|
42813
42896
|
* Sets a new value for property {@link #getWidth width}.
|
|
42814
42897
|
*
|
|
@@ -43034,6 +43117,24 @@ declare namespace sap {
|
|
|
43034
43117
|
*/
|
|
43035
43118
|
printDialogTemplate: sap.gantt.simple.PrintDialogTemplate
|
|
43036
43119
|
): Promise<any>;
|
|
43120
|
+
/**
|
|
43121
|
+
* Opens the print dialog for single page printing.
|
|
43122
|
+
*
|
|
43123
|
+
* @since 1.111
|
|
43124
|
+
*
|
|
43125
|
+
* @returns A promise for chaining actions after the print dialog is ready.
|
|
43126
|
+
*/
|
|
43127
|
+
openPdfPreview(
|
|
43128
|
+
/**
|
|
43129
|
+
* Optional function which takes cloned gantt chart's table for modification. Applications can loop through
|
|
43130
|
+
* the table columns and update certain properties like maxLines to overcome html2canvas limitations.
|
|
43131
|
+
*/
|
|
43132
|
+
fnUpdateTable: Function,
|
|
43133
|
+
/**
|
|
43134
|
+
* which takes custom buttons to display on print Dialog
|
|
43135
|
+
*/
|
|
43136
|
+
printDialogTemplate: sap.gantt.simple.PrintDialogTemplate
|
|
43137
|
+
): Promise<any>;
|
|
43037
43138
|
/**
|
|
43038
43139
|
* Sets the Gantt chart to be exported as PDF.
|
|
43039
43140
|
*/
|
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.ui.comp.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.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
|