@sapui5/ts-types 1.142.12 → 1.142.13
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.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 +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 +41 -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.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/package.json
CHANGED
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.8
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -26848,6 +26848,15 @@ declare namespace sap {
|
|
|
26848
26848
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26849
26849
|
| `{${string}}`;
|
|
26850
26850
|
|
|
26851
|
+
/**
|
|
26852
|
+
* Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
|
|
26853
|
+
* event is not triggered when a shape is dropped from another chart.
|
|
26854
|
+
*/
|
|
26855
|
+
enableShapeDropFromOtherCharts?:
|
|
26856
|
+
| boolean
|
|
26857
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26858
|
+
| `{${string}}`;
|
|
26859
|
+
|
|
26851
26860
|
/**
|
|
26852
26861
|
* Table of the Gantt Chart
|
|
26853
26862
|
*
|
|
@@ -40217,6 +40226,18 @@ declare namespace sap {
|
|
|
40217
40226
|
* @returns Value of property `enableSelectAndDrag`
|
|
40218
40227
|
*/
|
|
40219
40228
|
getEnableSelectAndDrag(): boolean;
|
|
40229
|
+
/**
|
|
40230
|
+
* Gets current value of property {@link #getEnableShapeDropFromOtherCharts enableShapeDropFromOtherCharts}.
|
|
40231
|
+
*
|
|
40232
|
+
* Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
|
|
40233
|
+
* event is not triggered when a shape is dropped from another chart.
|
|
40234
|
+
*
|
|
40235
|
+
* Default value is `true`.
|
|
40236
|
+
*
|
|
40237
|
+
*
|
|
40238
|
+
* @returns Value of property `enableShapeDropFromOtherCharts`
|
|
40239
|
+
*/
|
|
40240
|
+
getEnableShapeDropFromOtherCharts(): boolean;
|
|
40220
40241
|
/**
|
|
40221
40242
|
* Gets current value of property {@link #getEnableVerticalLine enableVerticalLine}.
|
|
40222
40243
|
*
|
|
@@ -41722,6 +41743,25 @@ declare namespace sap {
|
|
|
41722
41743
|
*/
|
|
41723
41744
|
bEnableSelectAndDrag?: boolean
|
|
41724
41745
|
): this;
|
|
41746
|
+
/**
|
|
41747
|
+
* Sets a new value for property {@link #getEnableShapeDropFromOtherCharts enableShapeDropFromOtherCharts}.
|
|
41748
|
+
*
|
|
41749
|
+
* Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
|
|
41750
|
+
* event is not triggered when a shape is dropped from another chart.
|
|
41751
|
+
*
|
|
41752
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41753
|
+
*
|
|
41754
|
+
* Default value is `true`.
|
|
41755
|
+
*
|
|
41756
|
+
*
|
|
41757
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
41758
|
+
*/
|
|
41759
|
+
setEnableShapeDropFromOtherCharts(
|
|
41760
|
+
/**
|
|
41761
|
+
* New value for property `enableShapeDropFromOtherCharts`
|
|
41762
|
+
*/
|
|
41763
|
+
bEnableShapeDropFromOtherCharts?: boolean
|
|
41764
|
+
): this;
|
|
41725
41765
|
/**
|
|
41726
41766
|
* Enable or disable table's variable row height feature
|
|
41727
41767
|
*
|
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.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED