@sapui5/ts-types-esm 1.145.1 → 1.147.0
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 -6
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +4 -7
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +56 -67
- package/types/sap.f.d.ts +220 -527
- package/types/sap.fe.ariba.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 +3921 -3221
- 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 +49 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +228 -1
- package/types/sap.insights.d.ts +14 -1
- package/types/{mobile-1.145.0-esm-d.ts → sap.m.d.ts} +596 -48
- 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.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +299 -10
- package/types/sap.suite.ui.generic.template.d.ts +79 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +9 -19
- package/types/sap.ui.codeeditor.d.ts +82 -46
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +5 -15
- package/types/{core-1.145.0-esm-d.ts → sap.ui.core.d.ts} +1214 -396
- 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 +9 -1
- package/types/sap.ui.generic.app.d.ts +5 -5
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +87 -290
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/{mdc-1.145.0-esm-d.ts → sap.ui.mdc.d.ts} +113 -22
- package/types/sap.ui.richtexteditor.d.ts +6 -6
- 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 +2 -2
- 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 +41 -11
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +8 -24
- package/types/sap.ui.vk.d.ts +209 -2
- package/types/sap.ui.vtm.d.ts +2 -2
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +609 -202
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +151 -2
- package/types/sap.viz.d.ts +4 -5
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +0 -164
- package/types/sap.ui.webc.fiori.d.ts +0 -16235
- package/types/sap.ui.webc.main.d.ts +0 -51365
package/types/sap.fe.test.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/test/library" {}
|
|
4
4
|
|
|
@@ -938,6 +938,18 @@ declare module "sap/fe/test/api/FilterBarActions" {
|
|
|
938
938
|
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
939
939
|
*/
|
|
940
940
|
iExecuteSearch(): object;
|
|
941
|
+
/**
|
|
942
|
+
* Hides a field in the filter bar using the filter adaptation dialog.
|
|
943
|
+
*
|
|
944
|
+
*
|
|
945
|
+
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
946
|
+
*/
|
|
947
|
+
iHideAdaptationFilterField(
|
|
948
|
+
/**
|
|
949
|
+
* The identifier of the field
|
|
950
|
+
*/
|
|
951
|
+
vFieldIdentifier: string | FilterFieldIdentifier
|
|
952
|
+
): object;
|
|
941
953
|
/**
|
|
942
954
|
* Opens the value help of the given field.
|
|
943
955
|
*
|
|
@@ -1013,6 +1025,18 @@ declare module "sap/fe/test/api/FilterBarActions" {
|
|
|
1013
1025
|
*/
|
|
1014
1026
|
sVariantName: string
|
|
1015
1027
|
): object;
|
|
1028
|
+
/**
|
|
1029
|
+
* Shows a field in the filter bar using the filter adaptation dialog.
|
|
1030
|
+
*
|
|
1031
|
+
*
|
|
1032
|
+
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
1033
|
+
*/
|
|
1034
|
+
iShowAdaptationFilterField(
|
|
1035
|
+
/**
|
|
1036
|
+
* The identifier of the field
|
|
1037
|
+
*/
|
|
1038
|
+
vFieldIdentifier: string | FilterFieldIdentifier
|
|
1039
|
+
): object;
|
|
1016
1040
|
}
|
|
1017
1041
|
}
|
|
1018
1042
|
|
|
@@ -1079,6 +1103,30 @@ declare module "sap/fe/test/api/FilterBarAssertions" {
|
|
|
1079
1103
|
*/
|
|
1080
1104
|
mState?: object
|
|
1081
1105
|
): object;
|
|
1106
|
+
/**
|
|
1107
|
+
* Checks a field in the filter adaptation dialog to be hidden.
|
|
1108
|
+
*
|
|
1109
|
+
*
|
|
1110
|
+
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
1111
|
+
*/
|
|
1112
|
+
iCheckAdaptationFilterFieldIsHidden(
|
|
1113
|
+
/**
|
|
1114
|
+
* The identifier of the filter field, or its label
|
|
1115
|
+
*/
|
|
1116
|
+
vFieldIdentifier: string | FilterFieldIdentifier
|
|
1117
|
+
): object;
|
|
1118
|
+
/**
|
|
1119
|
+
* Checks a field in the filter adaptation dialog to be visible.
|
|
1120
|
+
*
|
|
1121
|
+
*
|
|
1122
|
+
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
1123
|
+
*/
|
|
1124
|
+
iCheckAdaptationFilterFieldIsVisible(
|
|
1125
|
+
/**
|
|
1126
|
+
* The identifier of the filter field, or its label
|
|
1127
|
+
*/
|
|
1128
|
+
vFieldIdentifier: string | FilterFieldIdentifier
|
|
1129
|
+
): object;
|
|
1082
1130
|
/**
|
|
1083
1131
|
* Check the filter field for the editing status.
|
|
1084
1132
|
*
|
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -1151,6 +1151,23 @@ declare module "sap/gantt/library" {
|
|
|
1151
1151
|
*/
|
|
1152
1152
|
Start = "Start",
|
|
1153
1153
|
}
|
|
1154
|
+
/**
|
|
1155
|
+
* Relationship type of predecessor.
|
|
1156
|
+
*
|
|
1157
|
+
* This enum is part of the 'sap/gantt/library' module export and must be accessed by the property 'simple.RelationshipPredecessorType'.
|
|
1158
|
+
*
|
|
1159
|
+
* @since 1.147.0
|
|
1160
|
+
*/
|
|
1161
|
+
enum RelationshipPredecessorType {
|
|
1162
|
+
/**
|
|
1163
|
+
* Predecessor type is Finish.
|
|
1164
|
+
*/
|
|
1165
|
+
Finish = "Finish",
|
|
1166
|
+
/**
|
|
1167
|
+
* Predecessor type is Start.
|
|
1168
|
+
*/
|
|
1169
|
+
Start = "Start",
|
|
1170
|
+
}
|
|
1154
1171
|
/**
|
|
1155
1172
|
* Size of shapes in the relationship
|
|
1156
1173
|
*
|
|
@@ -43497,6 +43514,59 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43497
43514
|
*/
|
|
43498
43515
|
oListener?: object
|
|
43499
43516
|
): this;
|
|
43517
|
+
/**
|
|
43518
|
+
* Attaches event handler `fnFunction` to the {@link #event:futureShapeConnect futureShapeConnect} event
|
|
43519
|
+
* of this `sap.gantt.simple.GanttChartWithTable`.
|
|
43520
|
+
*
|
|
43521
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
43522
|
+
* otherwise it will be bound to this `sap.gantt.simple.GanttChartWithTable` itself.
|
|
43523
|
+
*
|
|
43524
|
+
* This event is triggered when a relationship is dropped onto an empty area.
|
|
43525
|
+
*
|
|
43526
|
+
* @since 1.147.0
|
|
43527
|
+
*
|
|
43528
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
43529
|
+
*/
|
|
43530
|
+
attachFutureShapeConnect(
|
|
43531
|
+
/**
|
|
43532
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
43533
|
+
* object when firing the event
|
|
43534
|
+
*/
|
|
43535
|
+
oData: object,
|
|
43536
|
+
/**
|
|
43537
|
+
* The function to be called when the event occurs
|
|
43538
|
+
*/
|
|
43539
|
+
fnFunction: (p1: GanttChartWithTable$FutureShapeConnectEvent) => void,
|
|
43540
|
+
/**
|
|
43541
|
+
* Context object to call the event handler with. Defaults to this `sap.gantt.simple.GanttChartWithTable`
|
|
43542
|
+
* itself
|
|
43543
|
+
*/
|
|
43544
|
+
oListener?: object
|
|
43545
|
+
): this;
|
|
43546
|
+
/**
|
|
43547
|
+
* Attaches event handler `fnFunction` to the {@link #event:futureShapeConnect futureShapeConnect} event
|
|
43548
|
+
* of this `sap.gantt.simple.GanttChartWithTable`.
|
|
43549
|
+
*
|
|
43550
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
43551
|
+
* otherwise it will be bound to this `sap.gantt.simple.GanttChartWithTable` itself.
|
|
43552
|
+
*
|
|
43553
|
+
* This event is triggered when a relationship is dropped onto an empty area.
|
|
43554
|
+
*
|
|
43555
|
+
* @since 1.147.0
|
|
43556
|
+
*
|
|
43557
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
43558
|
+
*/
|
|
43559
|
+
attachFutureShapeConnect(
|
|
43560
|
+
/**
|
|
43561
|
+
* The function to be called when the event occurs
|
|
43562
|
+
*/
|
|
43563
|
+
fnFunction: (p1: GanttChartWithTable$FutureShapeConnectEvent) => void,
|
|
43564
|
+
/**
|
|
43565
|
+
* Context object to call the event handler with. Defaults to this `sap.gantt.simple.GanttChartWithTable`
|
|
43566
|
+
* itself
|
|
43567
|
+
*/
|
|
43568
|
+
oListener?: object
|
|
43569
|
+
): this;
|
|
43500
43570
|
/**
|
|
43501
43571
|
* Attaches event handler `fnFunction` to the {@link #event:renderingComplete renderingComplete} event of
|
|
43502
43572
|
* this `sap.gantt.simple.GanttChartWithTable`.
|
|
@@ -44373,6 +44443,26 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44373
44443
|
*/
|
|
44374
44444
|
oListener?: object
|
|
44375
44445
|
): this;
|
|
44446
|
+
/**
|
|
44447
|
+
* Detaches event handler `fnFunction` from the {@link #event:futureShapeConnect futureShapeConnect} event
|
|
44448
|
+
* of this `sap.gantt.simple.GanttChartWithTable`.
|
|
44449
|
+
*
|
|
44450
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
44451
|
+
*
|
|
44452
|
+
* @since 1.147.0
|
|
44453
|
+
*
|
|
44454
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
44455
|
+
*/
|
|
44456
|
+
detachFutureShapeConnect(
|
|
44457
|
+
/**
|
|
44458
|
+
* The function to be called, when the event occurs
|
|
44459
|
+
*/
|
|
44460
|
+
fnFunction: (p1: GanttChartWithTable$FutureShapeConnectEvent) => void,
|
|
44461
|
+
/**
|
|
44462
|
+
* Context object on which the given function had to be called
|
|
44463
|
+
*/
|
|
44464
|
+
oListener?: object
|
|
44465
|
+
): this;
|
|
44376
44466
|
/**
|
|
44377
44467
|
* Detaches event handler `fnFunction` from the {@link #event:renderingComplete renderingComplete} event
|
|
44378
44468
|
* of this `sap.gantt.simple.GanttChartWithTable`.
|
|
@@ -44719,6 +44809,20 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44719
44809
|
*/
|
|
44720
44810
|
mParameters?: GanttChartWithTable$DragStartEventParameters
|
|
44721
44811
|
): this;
|
|
44812
|
+
/**
|
|
44813
|
+
* Fires event {@link #event:futureShapeConnect futureShapeConnect} to attached listeners.
|
|
44814
|
+
*
|
|
44815
|
+
* @since 1.147.0
|
|
44816
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
44817
|
+
*
|
|
44818
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
44819
|
+
*/
|
|
44820
|
+
fireFutureShapeConnect(
|
|
44821
|
+
/**
|
|
44822
|
+
* Parameters to pass along with the event
|
|
44823
|
+
*/
|
|
44824
|
+
mParameters?: GanttChartWithTable$FutureShapeConnectEventParameters
|
|
44825
|
+
): this;
|
|
44722
44826
|
/**
|
|
44723
44827
|
* Fires event {@link #event:renderingComplete renderingComplete} to attached listeners.
|
|
44724
44828
|
*
|
|
@@ -45224,6 +45328,19 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45224
45328
|
* @returns Value of property `enableSelectAndDrag`
|
|
45225
45329
|
*/
|
|
45226
45330
|
getEnableSelectAndDrag(): boolean;
|
|
45331
|
+
/**
|
|
45332
|
+
* Gets current value of property {@link #getEnableShapeDropFromOtherCharts enableShapeDropFromOtherCharts}.
|
|
45333
|
+
*
|
|
45334
|
+
* Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
|
|
45335
|
+
* event is not triggered when a shape is dropped from another chart.
|
|
45336
|
+
*
|
|
45337
|
+
* Default value is `true`.
|
|
45338
|
+
*
|
|
45339
|
+
* @since 1.147
|
|
45340
|
+
*
|
|
45341
|
+
* @returns Value of property `enableShapeDropFromOtherCharts`
|
|
45342
|
+
*/
|
|
45343
|
+
getEnableShapeDropFromOtherCharts(): boolean;
|
|
45227
45344
|
/**
|
|
45228
45345
|
* Gets current value of property {@link #getEnableVerticalLine enableVerticalLine}.
|
|
45229
45346
|
*
|
|
@@ -45799,6 +45916,20 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45799
45916
|
* @returns Value of property `useParentShapeOnExpand`
|
|
45800
45917
|
*/
|
|
45801
45918
|
getUseParentShapeOnExpand(): boolean;
|
|
45919
|
+
/**
|
|
45920
|
+
* Gets current value of property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
|
|
45921
|
+
*
|
|
45922
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
45923
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
45924
|
+
* not have a fill explicitly set.
|
|
45925
|
+
*
|
|
45926
|
+
* Default value is `false`.
|
|
45927
|
+
*
|
|
45928
|
+
* @since 1.146
|
|
45929
|
+
*
|
|
45930
|
+
* @returns Value of property `useShapeFillForGhost`
|
|
45931
|
+
*/
|
|
45932
|
+
getUseShapeFillForGhost(): boolean;
|
|
45802
45933
|
/**
|
|
45803
45934
|
* Gets current value of property {@link #getWidth width}.
|
|
45804
45935
|
*
|
|
@@ -46715,6 +46846,26 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46715
46846
|
*/
|
|
46716
46847
|
bEnableSelectAndDrag?: boolean
|
|
46717
46848
|
): this;
|
|
46849
|
+
/**
|
|
46850
|
+
* Sets a new value for property {@link #getEnableShapeDropFromOtherCharts enableShapeDropFromOtherCharts}.
|
|
46851
|
+
*
|
|
46852
|
+
* Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
|
|
46853
|
+
* event is not triggered when a shape is dropped from another chart.
|
|
46854
|
+
*
|
|
46855
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46856
|
+
*
|
|
46857
|
+
* Default value is `true`.
|
|
46858
|
+
*
|
|
46859
|
+
* @since 1.147
|
|
46860
|
+
*
|
|
46861
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
46862
|
+
*/
|
|
46863
|
+
setEnableShapeDropFromOtherCharts(
|
|
46864
|
+
/**
|
|
46865
|
+
* New value for property `enableShapeDropFromOtherCharts`
|
|
46866
|
+
*/
|
|
46867
|
+
bEnableShapeDropFromOtherCharts?: boolean
|
|
46868
|
+
): this;
|
|
46718
46869
|
/**
|
|
46719
46870
|
* Enable or disable table's variable row height feature
|
|
46720
46871
|
*
|
|
@@ -47424,6 +47575,27 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47424
47575
|
*/
|
|
47425
47576
|
bUseParentShapeOnExpand?: boolean
|
|
47426
47577
|
): this;
|
|
47578
|
+
/**
|
|
47579
|
+
* Sets a new value for property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
|
|
47580
|
+
*
|
|
47581
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
47582
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
47583
|
+
* not have a fill explicitly set.
|
|
47584
|
+
*
|
|
47585
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
47586
|
+
*
|
|
47587
|
+
* Default value is `false`.
|
|
47588
|
+
*
|
|
47589
|
+
* @since 1.146
|
|
47590
|
+
*
|
|
47591
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
47592
|
+
*/
|
|
47593
|
+
setUseShapeFillForGhost(
|
|
47594
|
+
/**
|
|
47595
|
+
* New value for property `useShapeFillForGhost`
|
|
47596
|
+
*/
|
|
47597
|
+
bUseShapeFillForGhost?: boolean
|
|
47598
|
+
): this;
|
|
47427
47599
|
/**
|
|
47428
47600
|
* Sets a new value for property {@link #getWidth width}.
|
|
47429
47601
|
*
|
|
@@ -48047,6 +48219,26 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
48047
48219
|
*/
|
|
48048
48220
|
optimiseRelationships?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
48049
48221
|
|
|
48222
|
+
/**
|
|
48223
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
48224
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
48225
|
+
* not have a fill explicitly set.
|
|
48226
|
+
*
|
|
48227
|
+
* @since 1.146
|
|
48228
|
+
*/
|
|
48229
|
+
useShapeFillForGhost?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
48230
|
+
|
|
48231
|
+
/**
|
|
48232
|
+
* Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
|
|
48233
|
+
* event is not triggered when a shape is dropped from another chart.
|
|
48234
|
+
*
|
|
48235
|
+
* @since 1.147
|
|
48236
|
+
*/
|
|
48237
|
+
enableShapeDropFromOtherCharts?:
|
|
48238
|
+
| boolean
|
|
48239
|
+
| PropertyBindingInfo
|
|
48240
|
+
| `{${string}}`;
|
|
48241
|
+
|
|
48050
48242
|
/**
|
|
48051
48243
|
* Table of the Gantt Chart
|
|
48052
48244
|
*
|
|
@@ -48240,6 +48432,15 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
48240
48432
|
*/
|
|
48241
48433
|
shapeConnect?: (oEvent: GanttChartWithTable$ShapeConnectEvent) => void;
|
|
48242
48434
|
|
|
48435
|
+
/**
|
|
48436
|
+
* This event is triggered when a relationship is dropped onto an empty area.
|
|
48437
|
+
*
|
|
48438
|
+
* @since 1.147.0
|
|
48439
|
+
*/
|
|
48440
|
+
futureShapeConnect?: (
|
|
48441
|
+
oEvent: GanttChartWithTable$FutureShapeConnectEvent
|
|
48442
|
+
) => void;
|
|
48443
|
+
|
|
48243
48444
|
/**
|
|
48244
48445
|
* This event is fired when the visible horizon is changed.
|
|
48245
48446
|
*
|
|
@@ -48315,6 +48516,32 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
48315
48516
|
GanttChartWithTable
|
|
48316
48517
|
>;
|
|
48317
48518
|
|
|
48519
|
+
/**
|
|
48520
|
+
* Parameters of the GanttChartWithTable#futureShapeConnect event.
|
|
48521
|
+
*/
|
|
48522
|
+
export interface GanttChartWithTable$FutureShapeConnectEventParameters {
|
|
48523
|
+
/**
|
|
48524
|
+
* The source shape's shapeUid
|
|
48525
|
+
*/
|
|
48526
|
+
fromShapeUid?: string;
|
|
48527
|
+
|
|
48528
|
+
/**
|
|
48529
|
+
* The value comes from `sap.gantt.simple.RelationshipPredecessorType `, which represents relationship type
|
|
48530
|
+
* of source shape
|
|
48531
|
+
*/
|
|
48532
|
+
fromShapeType?:
|
|
48533
|
+
| simple.RelationshipPredecessorType
|
|
48534
|
+
| keyof typeof simple.RelationshipPredecessorType;
|
|
48535
|
+
}
|
|
48536
|
+
|
|
48537
|
+
/**
|
|
48538
|
+
* Event object of the GanttChartWithTable#futureShapeConnect event.
|
|
48539
|
+
*/
|
|
48540
|
+
export type GanttChartWithTable$FutureShapeConnectEvent = Event<
|
|
48541
|
+
GanttChartWithTable$FutureShapeConnectEventParameters,
|
|
48542
|
+
GanttChartWithTable
|
|
48543
|
+
>;
|
|
48544
|
+
|
|
48318
48545
|
/**
|
|
48319
48546
|
* Parameters of the GanttChartWithTable#renderingComplete event.
|
|
48320
48547
|
*/
|
package/types/sap.insights.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/insights/library" {}
|
|
4
4
|
|
|
@@ -246,6 +246,19 @@ declare module "sap/insights/CardsChannel" {
|
|
|
246
246
|
* @returns .
|
|
247
247
|
*/
|
|
248
248
|
init(): Promise<void>;
|
|
249
|
+
/**
|
|
250
|
+
* Check if a specific client is connected.
|
|
251
|
+
*
|
|
252
|
+
* @since 1.147
|
|
253
|
+
*
|
|
254
|
+
* @returns true if clientId is connected
|
|
255
|
+
*/
|
|
256
|
+
isClientConnected(
|
|
257
|
+
/**
|
|
258
|
+
* The clientId ID to check
|
|
259
|
+
*/
|
|
260
|
+
clientId: string
|
|
261
|
+
): boolean;
|
|
249
262
|
/**
|
|
250
263
|
* Checks if the broker is enabled.
|
|
251
264
|
*
|