@sapui5/ts-types 1.142.9 → 1.142.11
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 +2 -2
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.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 +1 -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 +62 -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.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.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.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.vk.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.commons.d.ts → commons-1.142.6-d.ts} +0 -0
- /package/types/{sap.ui.ux3.d.ts → ux3-1.142.6-d.ts} +0 -0
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
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.142.6-d.ts"/>
|
|
21
21
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
22
22
|
/// <reference path="./core-1.142.0-d.ts"/>
|
|
23
23
|
/// <reference path="./sap.ui.dt.d.ts"/>
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
/// <reference path="./sap.ui.unified.d.ts"/>
|
|
75
75
|
/// <reference path="./sap.ushell.d.ts"/>
|
|
76
76
|
/// <reference path="./sap.ushell_abap.d.ts"/>
|
|
77
|
-
/// <reference path="./
|
|
77
|
+
/// <reference path="./ux3-1.142.6-d.ts"/>
|
|
78
78
|
/// <reference path="./sap.uxap.d.ts"/>
|
|
79
79
|
/// <reference path="./sap.ui.vbm.d.ts"/>
|
|
80
80
|
/// <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
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.142.
|
|
1
|
+
// For Library Version: 1.142.7
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -26838,6 +26838,16 @@ declare namespace sap {
|
|
|
26838
26838
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26839
26839
|
| `{${string}}`;
|
|
26840
26840
|
|
|
26841
|
+
/**
|
|
26842
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
26843
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
26844
|
+
* not have a fill explicitly set.
|
|
26845
|
+
*/
|
|
26846
|
+
useShapeFillForGhost?:
|
|
26847
|
+
| boolean
|
|
26848
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26849
|
+
| `{${string}}`;
|
|
26850
|
+
|
|
26841
26851
|
/**
|
|
26842
26852
|
* Table of the Gantt Chart
|
|
26843
26853
|
*
|
|
@@ -40782,6 +40792,19 @@ declare namespace sap {
|
|
|
40782
40792
|
* @returns Value of property `useParentShapeOnExpand`
|
|
40783
40793
|
*/
|
|
40784
40794
|
getUseParentShapeOnExpand(): boolean;
|
|
40795
|
+
/**
|
|
40796
|
+
* Gets current value of property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
|
|
40797
|
+
*
|
|
40798
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
40799
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
40800
|
+
* not have a fill explicitly set.
|
|
40801
|
+
*
|
|
40802
|
+
* Default value is `false`.
|
|
40803
|
+
*
|
|
40804
|
+
*
|
|
40805
|
+
* @returns Value of property `useShapeFillForGhost`
|
|
40806
|
+
*/
|
|
40807
|
+
getUseShapeFillForGhost(): boolean;
|
|
40785
40808
|
/**
|
|
40786
40809
|
* Gets current value of property {@link #getWidth width}.
|
|
40787
40810
|
*
|
|
@@ -42404,6 +42427,26 @@ declare namespace sap {
|
|
|
42404
42427
|
*/
|
|
42405
42428
|
bUseParentShapeOnExpand?: boolean
|
|
42406
42429
|
): this;
|
|
42430
|
+
/**
|
|
42431
|
+
* Sets a new value for property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
|
|
42432
|
+
*
|
|
42433
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
42434
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
42435
|
+
* not have a fill explicitly set.
|
|
42436
|
+
*
|
|
42437
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
42438
|
+
*
|
|
42439
|
+
* Default value is `false`.
|
|
42440
|
+
*
|
|
42441
|
+
*
|
|
42442
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
42443
|
+
*/
|
|
42444
|
+
setUseShapeFillForGhost(
|
|
42445
|
+
/**
|
|
42446
|
+
* New value for property `useShapeFillForGhost`
|
|
42447
|
+
*/
|
|
42448
|
+
bUseShapeFillForGhost?: boolean
|
|
42449
|
+
): this;
|
|
42407
42450
|
/**
|
|
42408
42451
|
* Sets a new value for property {@link #getWidth width}.
|
|
42409
42452
|
*
|
|
@@ -42629,6 +42672,24 @@ declare namespace sap {
|
|
|
42629
42672
|
*/
|
|
42630
42673
|
printDialogTemplate: sap.gantt.simple.PrintDialogTemplate
|
|
42631
42674
|
): Promise<any>;
|
|
42675
|
+
/**
|
|
42676
|
+
* Opens the print dialog for single page printing.
|
|
42677
|
+
*
|
|
42678
|
+
* @since 1.111
|
|
42679
|
+
*
|
|
42680
|
+
* @returns A promise for chaining actions after the print dialog is ready.
|
|
42681
|
+
*/
|
|
42682
|
+
openPdfPreview(
|
|
42683
|
+
/**
|
|
42684
|
+
* Optional function which takes cloned gantt chart's table for modification. Applications can loop through
|
|
42685
|
+
* the table columns and update certain properties like maxLines to overcome html2canvas limitations.
|
|
42686
|
+
*/
|
|
42687
|
+
fnUpdateTable: Function,
|
|
42688
|
+
/**
|
|
42689
|
+
* which takes custom buttons to display on print Dialog
|
|
42690
|
+
*/
|
|
42691
|
+
printDialogTemplate: sap.gantt.simple.PrintDialogTemplate
|
|
42692
|
+
): Promise<any>;
|
|
42632
42693
|
/**
|
|
42633
42694
|
* Sets the Gantt chart to be exported as PDF.
|
|
42634
42695
|
*/
|
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.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.vk.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
|