@sapui5/ts-types 1.136.17 → 1.136.19
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/{core-1.136.14-d.ts → core-1.136.16-d.ts} +1 -1
- package/types/index.d.ts +7 -7
- package/types/{mdc-1.136.9-d.ts → mdc-1.136.16-d.ts} +13 -6
- package/types/{mobile-1.136.14-d.ts → mobile-1.136.16-d.ts} +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.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 +2 -2
- 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.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1176 -7
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.136.14-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.136.14-d.ts → sap.ui.commons.d.ts} +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/{dt-1.136.14-d.ts → 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.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.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/{ux3-1.136.14-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.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.zen.commons.d.ts +29 -15
- package/types/sap.zen.crosstab.d.ts +15 -8
- package/types/sap.zen.dsh.d.ts +17 -9
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="./commons
|
|
20
|
+
/// <reference path="./sap.ui.commons.d.ts"/>
|
|
21
21
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
22
|
-
/// <reference path="./core-1.136.
|
|
23
|
-
/// <reference path="./dt
|
|
22
|
+
/// <reference path="./core-1.136.16-d.ts"/>
|
|
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"/>
|
|
26
26
|
/// <reference path="./sap.ui.fl.d.ts"/>
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
/// <reference path="./sap.ui.integration.d.ts"/>
|
|
33
33
|
/// <reference path="./sap.ui.layout.d.ts"/>
|
|
34
34
|
/// <reference path="./sap.makit.d.ts"/>
|
|
35
|
-
/// <reference path="./mdc-1.136.
|
|
36
|
-
/// <reference path="./mobile-1.136.
|
|
35
|
+
/// <reference path="./mdc-1.136.16-d.ts"/>
|
|
36
|
+
/// <reference path="./mobile-1.136.16-d.ts"/>
|
|
37
37
|
/// <reference path="./sap.me.d.ts"/>
|
|
38
38
|
/// <reference path="./sap.ndc.d.ts"/>
|
|
39
39
|
/// <reference path="./sap.ovp.d.ts"/>
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
/// <reference path="./sap.ui.support.d.ts"/>
|
|
68
68
|
/// <reference path="./sap.ui.table.d.ts"/>
|
|
69
69
|
/// <reference path="./sap.ui.testrecorder.d.ts"/>
|
|
70
|
-
/// <reference path="./tnt
|
|
70
|
+
/// <reference path="./sap.tnt.d.ts"/>
|
|
71
71
|
/// <reference path="./sap.ca.ui.d.ts"/>
|
|
72
72
|
/// <reference path="./sap.ui.unified.d.ts"/>
|
|
73
73
|
/// <reference path="./sap.ushell.d.ts"/>
|
|
74
74
|
/// <reference path="./sap.ushell_abap.d.ts"/>
|
|
75
|
-
/// <reference path="./ux3
|
|
75
|
+
/// <reference path="./sap.ui.ux3.d.ts"/>
|
|
76
76
|
/// <reference path="./sap.uxap.d.ts"/>
|
|
77
77
|
/// <reference path="./sap.ui.vbm.d.ts"/>
|
|
78
78
|
/// <reference path="./sap.viz.d.ts"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.16
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -715,8 +715,10 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
|
|
|
715
715
|
*/
|
|
716
716
|
interface FieldBaseDelegate extends BaseDelegate {
|
|
717
717
|
/**
|
|
718
|
-
* Enables applications to control condition updates based on
|
|
719
|
-
*
|
|
718
|
+
* Enables applications to control condition updates based on {@link sap.ui.mdc.Field#getValue value} /
|
|
719
|
+
* {@link sap.ui.mdc.Field#getAdditionalValue additionalValue} property changes of a {@link sap.ui.mdc.Field Field }
|
|
720
|
+
* or {@link sap.ui.mdc.field.MultiValueFieldItem#getKey key} / {@link sap.ui.mdc.field.MultiValueFieldItem#getDescription description }
|
|
721
|
+
* property changes of a {@link sap.ui.mdc.MultiValueField MultiValueField}.
|
|
720
722
|
* By default, this method returns a condition with an `EQ` operator.
|
|
721
723
|
*
|
|
722
724
|
* **Note:** Custom implementations of this method may lead to intransparency as a field's condition may
|
|
@@ -746,8 +748,10 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
|
|
|
746
748
|
oCurrentCondition: undefined | sap.ui.mdc.condition.ConditionObject
|
|
747
749
|
): undefined | sap.ui.mdc.condition.ConditionObject;
|
|
748
750
|
/**
|
|
749
|
-
* Enables applications to control condition updates based on
|
|
750
|
-
*
|
|
751
|
+
* Enables applications to control condition updates based on {@link sap.ui.mdc.Field#getValue value} /
|
|
752
|
+
* {@link sap.ui.mdc.Field#getAdditionalValue additionalValue} property changes of a {@link sap.ui.mdc.Field Field }
|
|
753
|
+
* or {@link sap.ui.mdc.field.MultiValueFieldItem#getKey key} / {@link sap.ui.mdc.field.MultiValueFieldItem#getDescription description }
|
|
754
|
+
* property changes of a {@link sap.ui.mdc.MultiValueField MultiValueField}.
|
|
751
755
|
* By default, this method returns a condition with an `EQ` operator.
|
|
752
756
|
*
|
|
753
757
|
* **Note:** Custom implementations of this method may lead to intransparency as a field's condition may
|
|
@@ -14141,9 +14145,12 @@ declare namespace sap {
|
|
|
14141
14145
|
*/
|
|
14142
14146
|
class ActionToolbarAction
|
|
14143
14147
|
extends sap.ui.core.Control
|
|
14144
|
-
implements
|
|
14148
|
+
implements
|
|
14149
|
+
sap.m.IOverflowToolbarContent,
|
|
14150
|
+
sap.m.IToolbarInteractiveControl
|
|
14145
14151
|
{
|
|
14146
14152
|
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
14153
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
14147
14154
|
/**
|
|
14148
14155
|
* Constructor for a new ActionToolbarAction.
|
|
14149
14156
|
*
|
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.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.136.
|
|
1
|
+
// For Library Version: 1.136.19
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -1771,7 +1771,7 @@ declare namespace sap {
|
|
|
1771
1771
|
* Determines the width of the column in characters
|
|
1772
1772
|
*/
|
|
1773
1773
|
width?:
|
|
1774
|
-
|
|
|
1774
|
+
| int
|
|
1775
1775
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1776
1776
|
| `{${string}}`;
|
|
1777
1777
|
|
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.136.
|
|
1
|
+
// For Library Version: 1.136.13
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -26837,6 +26837,25 @@ declare namespace sap {
|
|
|
26837
26837
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26838
26838
|
| `{${string}}`;
|
|
26839
26839
|
|
|
26840
|
+
/**
|
|
26841
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
26842
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
26843
|
+
* not have a fill explicitly set.
|
|
26844
|
+
*/
|
|
26845
|
+
useShapeFillForGhost?:
|
|
26846
|
+
| boolean
|
|
26847
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26848
|
+
| `{${string}}`;
|
|
26849
|
+
|
|
26850
|
+
/**
|
|
26851
|
+
* Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
|
|
26852
|
+
* event is not triggered when a shape is dropped from another chart.
|
|
26853
|
+
*/
|
|
26854
|
+
enableShapeDropFromOtherCharts?:
|
|
26855
|
+
| boolean
|
|
26856
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26857
|
+
| `{${string}}`;
|
|
26858
|
+
|
|
26840
26859
|
/**
|
|
26841
26860
|
* Table of the Gantt Chart
|
|
26842
26861
|
*
|
|
@@ -40200,6 +40219,18 @@ declare namespace sap {
|
|
|
40200
40219
|
* @returns Value of property `enableSelectAndDrag`
|
|
40201
40220
|
*/
|
|
40202
40221
|
getEnableSelectAndDrag(): boolean;
|
|
40222
|
+
/**
|
|
40223
|
+
* Gets current value of property {@link #getEnableShapeDropFromOtherCharts enableShapeDropFromOtherCharts}.
|
|
40224
|
+
*
|
|
40225
|
+
* Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
|
|
40226
|
+
* event is not triggered when a shape is dropped from another chart.
|
|
40227
|
+
*
|
|
40228
|
+
* Default value is `true`.
|
|
40229
|
+
*
|
|
40230
|
+
*
|
|
40231
|
+
* @returns Value of property `enableShapeDropFromOtherCharts`
|
|
40232
|
+
*/
|
|
40233
|
+
getEnableShapeDropFromOtherCharts(): boolean;
|
|
40203
40234
|
/**
|
|
40204
40235
|
* Gets current value of property {@link #getEnableVerticalLine enableVerticalLine}.
|
|
40205
40236
|
*
|
|
@@ -40774,6 +40805,19 @@ declare namespace sap {
|
|
|
40774
40805
|
* @returns Value of property `useParentShapeOnExpand`
|
|
40775
40806
|
*/
|
|
40776
40807
|
getUseParentShapeOnExpand(): boolean;
|
|
40808
|
+
/**
|
|
40809
|
+
* Gets current value of property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
|
|
40810
|
+
*
|
|
40811
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
40812
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
40813
|
+
* not have a fill explicitly set.
|
|
40814
|
+
*
|
|
40815
|
+
* Default value is `false`.
|
|
40816
|
+
*
|
|
40817
|
+
*
|
|
40818
|
+
* @returns Value of property `useShapeFillForGhost`
|
|
40819
|
+
*/
|
|
40820
|
+
getUseShapeFillForGhost(): boolean;
|
|
40777
40821
|
/**
|
|
40778
40822
|
* Gets current value of property {@link #getWidth width}.
|
|
40779
40823
|
*
|
|
@@ -41681,6 +41725,25 @@ declare namespace sap {
|
|
|
41681
41725
|
*/
|
|
41682
41726
|
bEnableSelectAndDrag?: boolean
|
|
41683
41727
|
): this;
|
|
41728
|
+
/**
|
|
41729
|
+
* Sets a new value for property {@link #getEnableShapeDropFromOtherCharts enableShapeDropFromOtherCharts}.
|
|
41730
|
+
*
|
|
41731
|
+
* Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
|
|
41732
|
+
* event is not triggered when a shape is dropped from another chart.
|
|
41733
|
+
*
|
|
41734
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41735
|
+
*
|
|
41736
|
+
* Default value is `true`.
|
|
41737
|
+
*
|
|
41738
|
+
*
|
|
41739
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
41740
|
+
*/
|
|
41741
|
+
setEnableShapeDropFromOtherCharts(
|
|
41742
|
+
/**
|
|
41743
|
+
* New value for property `enableShapeDropFromOtherCharts`
|
|
41744
|
+
*/
|
|
41745
|
+
bEnableShapeDropFromOtherCharts?: boolean
|
|
41746
|
+
): this;
|
|
41684
41747
|
/**
|
|
41685
41748
|
* Enable or disable table's variable row height feature
|
|
41686
41749
|
*
|
|
@@ -42385,6 +42448,26 @@ declare namespace sap {
|
|
|
42385
42448
|
*/
|
|
42386
42449
|
bUseParentShapeOnExpand?: boolean
|
|
42387
42450
|
): this;
|
|
42451
|
+
/**
|
|
42452
|
+
* Sets a new value for property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
|
|
42453
|
+
*
|
|
42454
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
42455
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
42456
|
+
* not have a fill explicitly set.
|
|
42457
|
+
*
|
|
42458
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
42459
|
+
*
|
|
42460
|
+
* Default value is `false`.
|
|
42461
|
+
*
|
|
42462
|
+
*
|
|
42463
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
42464
|
+
*/
|
|
42465
|
+
setUseShapeFillForGhost(
|
|
42466
|
+
/**
|
|
42467
|
+
* New value for property `useShapeFillForGhost`
|
|
42468
|
+
*/
|
|
42469
|
+
bUseShapeFillForGhost?: boolean
|
|
42470
|
+
): this;
|
|
42388
42471
|
/**
|
|
42389
42472
|
* Sets a new value for property {@link #getWidth width}.
|
|
42390
42473
|
*
|
|
@@ -42610,6 +42693,24 @@ declare namespace sap {
|
|
|
42610
42693
|
*/
|
|
42611
42694
|
printDialogTemplate: sap.gantt.simple.PrintDialogTemplate
|
|
42612
42695
|
): Promise<any>;
|
|
42696
|
+
/**
|
|
42697
|
+
* Opens the print dialog for single page printing.
|
|
42698
|
+
*
|
|
42699
|
+
* @since 1.111
|
|
42700
|
+
*
|
|
42701
|
+
* @returns A promise for chaining actions after the print dialog is ready.
|
|
42702
|
+
*/
|
|
42703
|
+
openPdfPreview(
|
|
42704
|
+
/**
|
|
42705
|
+
* Optional function which takes cloned gantt chart's table for modification. Applications can loop through
|
|
42706
|
+
* the table columns and update certain properties like maxLines to overcome html2canvas limitations.
|
|
42707
|
+
*/
|
|
42708
|
+
fnUpdateTable: Function,
|
|
42709
|
+
/**
|
|
42710
|
+
* which takes custom buttons to display on print Dialog
|
|
42711
|
+
*/
|
|
42712
|
+
printDialogTemplate: sap.gantt.simple.PrintDialogTemplate
|
|
42713
|
+
): Promise<any>;
|
|
42613
42714
|
/**
|
|
42614
42715
|
* Sets the Gantt chart to be exported as PDF.
|
|
42615
42716
|
*/
|
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.sac.df.d.ts
CHANGED