@sapui5/ts-types-esm 1.142.3 → 1.143.1
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.143.0-esm-d.ts} +1 -1
- package/types/{core-1.142.0-esm-d.ts → core-1.143.0-esm-d.ts} +62 -47
- package/types/{dt-1.142.1-esm-d.ts → dt-1.143.0-esm-d.ts} +1 -1
- package/types/index.d.ts +8 -7
- package/types/{mdc-1.142.1-esm-d.ts → mdc-1.143.0-esm-d.ts} +529 -138
- package/types/{mobile-1.142.0-esm-d.ts → mobile-1.143.0-esm-d.ts} +167 -11
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +651 -13
- package/types/sap.f.d.ts +8 -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 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +40 -85
- 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 +7 -2
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -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.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +216 -11
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +24 -2
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +7 -4
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -6
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +27255 -0
- package/types/sap.ui.integration.d.ts +45 -9
- package/types/sap.ui.layout.d.ts +64 -46
- package/types/sap.ui.richtexteditor.d.ts +39 -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.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +55 -1
- package/types/sap.ui.vtm.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 +53 -8
- 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.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/{tnt-1.142.1-esm-d.ts → tnt-1.143.0-esm-d.ts} +1 -1
- package/types/{sap.ui.ux3.d.ts → ux3-1.143.0-esm-d.ts} +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
4
|
import BaseObject from "sap/ui/base/Object";
|
|
@@ -13718,6 +13718,9 @@ declare module "sap/suite/ui/commons/imageeditor/HistoryItem" {
|
|
|
13718
13718
|
* @since 1.66.0
|
|
13719
13719
|
*/
|
|
13720
13720
|
export default abstract class HistoryItem extends BaseObject {
|
|
13721
|
+
/**
|
|
13722
|
+
* Constructor for a new HistoryItem.
|
|
13723
|
+
*/
|
|
13721
13724
|
constructor();
|
|
13722
13725
|
|
|
13723
13726
|
/**
|
|
@@ -18201,7 +18204,29 @@ declare module "sap/suite/ui/commons/MicroProcessFlow" {
|
|
|
18201
18204
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
18202
18205
|
* of the syntax of the settings object.
|
|
18203
18206
|
*/
|
|
18204
|
-
constructor(
|
|
18207
|
+
constructor(
|
|
18208
|
+
/**
|
|
18209
|
+
* Initial settings for the new control
|
|
18210
|
+
*/
|
|
18211
|
+
mSettings?: $MicroProcessFlowSettings
|
|
18212
|
+
);
|
|
18213
|
+
/**
|
|
18214
|
+
* Constructor for a new MicroProcessFlow.
|
|
18215
|
+
*
|
|
18216
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
18217
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
18218
|
+
* of the syntax of the settings object.
|
|
18219
|
+
*/
|
|
18220
|
+
constructor(
|
|
18221
|
+
/**
|
|
18222
|
+
* ID for the new control, generated automatically if no ID is given
|
|
18223
|
+
*/
|
|
18224
|
+
sId?: string,
|
|
18225
|
+
/**
|
|
18226
|
+
* Initial settings for the new control
|
|
18227
|
+
*/
|
|
18228
|
+
mSettings?: $MicroProcessFlowSettings
|
|
18229
|
+
);
|
|
18205
18230
|
|
|
18206
18231
|
/**
|
|
18207
18232
|
* Creates a new subclass of class sap.suite.ui.commons.MicroProcessFlow with name `sClassName` and enriches
|
|
@@ -19960,7 +19985,25 @@ declare module "sap/suite/ui/commons/networkgraph/ElementAttribute" {
|
|
|
19960
19985
|
/**
|
|
19961
19986
|
* Constructor for a new ElementAttribute.
|
|
19962
19987
|
*/
|
|
19963
|
-
constructor(
|
|
19988
|
+
constructor(
|
|
19989
|
+
/**
|
|
19990
|
+
* Initial settings for the new control
|
|
19991
|
+
*/
|
|
19992
|
+
mSettings?: $ElementAttributeSettings
|
|
19993
|
+
);
|
|
19994
|
+
/**
|
|
19995
|
+
* Constructor for a new ElementAttribute.
|
|
19996
|
+
*/
|
|
19997
|
+
constructor(
|
|
19998
|
+
/**
|
|
19999
|
+
* ID for the new control, generated automatically if no ID is given
|
|
20000
|
+
*/
|
|
20001
|
+
sId?: string,
|
|
20002
|
+
/**
|
|
20003
|
+
* Initial settings for the new control
|
|
20004
|
+
*/
|
|
20005
|
+
mSettings?: $ElementAttributeSettings
|
|
20006
|
+
);
|
|
19964
20007
|
|
|
19965
20008
|
/**
|
|
19966
20009
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.ElementAttribute with name `sClassName`
|
|
@@ -20228,7 +20271,29 @@ declare module "sap/suite/ui/commons/networkgraph/ElementBase" {
|
|
|
20228
20271
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
20229
20272
|
* of the syntax of the settings object.
|
|
20230
20273
|
*/
|
|
20231
|
-
constructor(
|
|
20274
|
+
constructor(
|
|
20275
|
+
/**
|
|
20276
|
+
* Initial settings for the new control
|
|
20277
|
+
*/
|
|
20278
|
+
mSettings?: $ElementBaseSettings
|
|
20279
|
+
);
|
|
20280
|
+
/**
|
|
20281
|
+
* Constructor for a new ElementBase.
|
|
20282
|
+
*
|
|
20283
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
20284
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
20285
|
+
* of the syntax of the settings object.
|
|
20286
|
+
*/
|
|
20287
|
+
constructor(
|
|
20288
|
+
/**
|
|
20289
|
+
* ID for the new control, generated automatically if no ID is given
|
|
20290
|
+
*/
|
|
20291
|
+
sId?: string,
|
|
20292
|
+
/**
|
|
20293
|
+
* Initial settings for the new control
|
|
20294
|
+
*/
|
|
20295
|
+
mSettings?: $ElementBaseSettings
|
|
20296
|
+
);
|
|
20232
20297
|
|
|
20233
20298
|
/**
|
|
20234
20299
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.ElementBase with name `sClassName`
|
|
@@ -20511,7 +20576,32 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
20511
20576
|
* {@link https://ui5.sap.com/#/topic/b5649c8de7f74739b66747dcc9356d0b Network Graph}
|
|
20512
20577
|
* {@link fiori:https://experience.sap.com/fiori-design-web/network-graph/ Network Graph}
|
|
20513
20578
|
*/
|
|
20514
|
-
constructor(
|
|
20579
|
+
constructor(
|
|
20580
|
+
/**
|
|
20581
|
+
* Initial settings for the new control
|
|
20582
|
+
*/
|
|
20583
|
+
mSettings?: $GraphSettings
|
|
20584
|
+
);
|
|
20585
|
+
/**
|
|
20586
|
+
* Constructor for a new Graph.
|
|
20587
|
+
*
|
|
20588
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
20589
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
20590
|
+
* of the syntax of the settings object.
|
|
20591
|
+
* See:
|
|
20592
|
+
* {@link https://ui5.sap.com/#/topic/b5649c8de7f74739b66747dcc9356d0b Network Graph}
|
|
20593
|
+
* {@link fiori:https://experience.sap.com/fiori-design-web/network-graph/ Network Graph}
|
|
20594
|
+
*/
|
|
20595
|
+
constructor(
|
|
20596
|
+
/**
|
|
20597
|
+
* ID for the new control, generated automatically if no ID is given
|
|
20598
|
+
*/
|
|
20599
|
+
sId?: string,
|
|
20600
|
+
/**
|
|
20601
|
+
* Initial settings for the new control
|
|
20602
|
+
*/
|
|
20603
|
+
mSettings?: $GraphSettings
|
|
20604
|
+
);
|
|
20515
20605
|
|
|
20516
20606
|
/**
|
|
20517
20607
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.Graph with name `sClassName` and enriches
|
|
@@ -22399,7 +22489,29 @@ declare module "sap/suite/ui/commons/networkgraph/GraphMap" {
|
|
|
22399
22489
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
22400
22490
|
* of the syntax of the settings object.
|
|
22401
22491
|
*/
|
|
22402
|
-
constructor(
|
|
22492
|
+
constructor(
|
|
22493
|
+
/**
|
|
22494
|
+
* Initial settings for the new control
|
|
22495
|
+
*/
|
|
22496
|
+
mSettings?: $GraphMapSettings
|
|
22497
|
+
);
|
|
22498
|
+
/**
|
|
22499
|
+
* Constructor for a new GraphMap.
|
|
22500
|
+
*
|
|
22501
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
22502
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
22503
|
+
* of the syntax of the settings object.
|
|
22504
|
+
*/
|
|
22505
|
+
constructor(
|
|
22506
|
+
/**
|
|
22507
|
+
* ID for the new control, generated automatically if no ID is given
|
|
22508
|
+
*/
|
|
22509
|
+
sId?: string,
|
|
22510
|
+
/**
|
|
22511
|
+
* Initial settings for the new control
|
|
22512
|
+
*/
|
|
22513
|
+
mSettings?: $GraphMapSettings
|
|
22514
|
+
);
|
|
22403
22515
|
|
|
22404
22516
|
/**
|
|
22405
22517
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.GraphMap with name `sClassName` and
|
|
@@ -22731,7 +22843,29 @@ declare module "sap/suite/ui/commons/networkgraph/Group" {
|
|
|
22731
22843
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
22732
22844
|
* of the syntax of the settings object.
|
|
22733
22845
|
*/
|
|
22734
|
-
constructor(
|
|
22846
|
+
constructor(
|
|
22847
|
+
/**
|
|
22848
|
+
* Initial settings for the new control
|
|
22849
|
+
*/
|
|
22850
|
+
mSettings?: $GroupSettings
|
|
22851
|
+
);
|
|
22852
|
+
/**
|
|
22853
|
+
* Constructor for a new Group. Grouping is not supported for custom layouting.
|
|
22854
|
+
*
|
|
22855
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
22856
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
22857
|
+
* of the syntax of the settings object.
|
|
22858
|
+
*/
|
|
22859
|
+
constructor(
|
|
22860
|
+
/**
|
|
22861
|
+
* ID for the new control, generated automatically if no ID is given
|
|
22862
|
+
*/
|
|
22863
|
+
sId?: string,
|
|
22864
|
+
/**
|
|
22865
|
+
* Initial settings for the new control
|
|
22866
|
+
*/
|
|
22867
|
+
mSettings?: $GroupSettings
|
|
22868
|
+
);
|
|
22735
22869
|
|
|
22736
22870
|
/**
|
|
22737
22871
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.Group with name `sClassName` and enriches
|
|
@@ -24492,7 +24626,29 @@ declare module "sap/suite/ui/commons/networkgraph/Line" {
|
|
|
24492
24626
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24493
24627
|
* of the syntax of the settings object.
|
|
24494
24628
|
*/
|
|
24495
|
-
constructor(
|
|
24629
|
+
constructor(
|
|
24630
|
+
/**
|
|
24631
|
+
* Initial settings for the new control
|
|
24632
|
+
*/
|
|
24633
|
+
mSettings?: $LineSettings
|
|
24634
|
+
);
|
|
24635
|
+
/**
|
|
24636
|
+
* Constructor for a new Line.
|
|
24637
|
+
*
|
|
24638
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
24639
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24640
|
+
* of the syntax of the settings object.
|
|
24641
|
+
*/
|
|
24642
|
+
constructor(
|
|
24643
|
+
/**
|
|
24644
|
+
* ID for the new control, generated automatically if no ID is given
|
|
24645
|
+
*/
|
|
24646
|
+
sId?: string,
|
|
24647
|
+
/**
|
|
24648
|
+
* Initial settings for the new control
|
|
24649
|
+
*/
|
|
24650
|
+
mSettings?: $LineSettings
|
|
24651
|
+
);
|
|
24496
24652
|
|
|
24497
24653
|
/**
|
|
24498
24654
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.Line with name `sClassName` and enriches
|
|
@@ -25284,7 +25440,29 @@ declare module "sap/suite/ui/commons/networkgraph/Node" {
|
|
|
25284
25440
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25285
25441
|
* of the syntax of the settings object.
|
|
25286
25442
|
*/
|
|
25287
|
-
constructor(
|
|
25443
|
+
constructor(
|
|
25444
|
+
/**
|
|
25445
|
+
* Initial settings for the new control
|
|
25446
|
+
*/
|
|
25447
|
+
mSettings?: $NodeSettings
|
|
25448
|
+
);
|
|
25449
|
+
/**
|
|
25450
|
+
* Constructor for a new Node.
|
|
25451
|
+
*
|
|
25452
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25453
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25454
|
+
* of the syntax of the settings object.
|
|
25455
|
+
*/
|
|
25456
|
+
constructor(
|
|
25457
|
+
/**
|
|
25458
|
+
* ID for the new control, generated automatically if no ID is given
|
|
25459
|
+
*/
|
|
25460
|
+
sId?: string,
|
|
25461
|
+
/**
|
|
25462
|
+
* Initial settings for the new control
|
|
25463
|
+
*/
|
|
25464
|
+
mSettings?: $NodeSettings
|
|
25465
|
+
);
|
|
25288
25466
|
|
|
25289
25467
|
/**
|
|
25290
25468
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.Node with name `sClassName` and enriches
|
|
@@ -27845,7 +28023,32 @@ declare module "sap/suite/ui/commons/networkgraph/SvgBase" {
|
|
|
27845
28023
|
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor sap.ui.core.Control }
|
|
27846
28024
|
* can be used.
|
|
27847
28025
|
*/
|
|
27848
|
-
constructor(
|
|
28026
|
+
constructor(
|
|
28027
|
+
/**
|
|
28028
|
+
* Initial settings for the new control
|
|
28029
|
+
*/
|
|
28030
|
+
mSettings?: $SvgBaseSettings
|
|
28031
|
+
);
|
|
28032
|
+
/**
|
|
28033
|
+
* Constructor for a new ElementBase.
|
|
28034
|
+
*
|
|
28035
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
28036
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
28037
|
+
* of the syntax of the settings object.
|
|
28038
|
+
*
|
|
28039
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor sap.ui.core.Control }
|
|
28040
|
+
* can be used.
|
|
28041
|
+
*/
|
|
28042
|
+
constructor(
|
|
28043
|
+
/**
|
|
28044
|
+
* ID for the new control, generated automatically if no ID is given
|
|
28045
|
+
*/
|
|
28046
|
+
sId?: string,
|
|
28047
|
+
/**
|
|
28048
|
+
* Initial settings for the new control
|
|
28049
|
+
*/
|
|
28050
|
+
mSettings?: $SvgBaseSettings
|
|
28051
|
+
);
|
|
27849
28052
|
|
|
27850
28053
|
/**
|
|
27851
28054
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.SvgBase with name `sClassName` and
|
|
@@ -27901,7 +28104,9 @@ declare module "sap/suite/ui/commons/networkgraph/util/Dijkstra" {
|
|
|
27901
28104
|
export default class Dijkstra {
|
|
27902
28105
|
/**
|
|
27903
28106
|
* Constructor for a new Dijkstra's algorithm. The constructor computes the shortest paths to all nodes
|
|
27904
|
-
* in the network graph from given
|
|
28107
|
+
* in the network graph from given
|
|
28108
|
+
*
|
|
28109
|
+
* starting point node.
|
|
27905
28110
|
*/
|
|
27906
28111
|
constructor(
|
|
27907
28112
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/microchart/library" {
|
|
4
4
|
/**
|
|
@@ -12323,7 +12323,29 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
|
|
|
12323
12323
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
12324
12324
|
* of the syntax of the settings object.
|
|
12325
12325
|
*/
|
|
12326
|
-
constructor(
|
|
12326
|
+
constructor(
|
|
12327
|
+
/**
|
|
12328
|
+
* Initial settings for the new control
|
|
12329
|
+
*/
|
|
12330
|
+
mSettings?: $RadialMicroChartSettings
|
|
12331
|
+
);
|
|
12332
|
+
/**
|
|
12333
|
+
* Describes the configuration of the graphic element on the chart.
|
|
12334
|
+
*
|
|
12335
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
12336
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
12337
|
+
* of the syntax of the settings object.
|
|
12338
|
+
*/
|
|
12339
|
+
constructor(
|
|
12340
|
+
/**
|
|
12341
|
+
* ID for the new control, generated automatically if no ID is given
|
|
12342
|
+
*/
|
|
12343
|
+
sId?: string,
|
|
12344
|
+
/**
|
|
12345
|
+
* Initial settings for the new control
|
|
12346
|
+
*/
|
|
12347
|
+
mSettings?: $RadialMicroChartSettings
|
|
12348
|
+
);
|
|
12327
12349
|
|
|
12328
12350
|
/**
|
|
12329
12351
|
* Creates a new subclass of class sap.suite.ui.microchart.RadialMicroChart with name `sClassName` and enriches
|
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/comp/library" {
|
|
4
4
|
/**
|
|
@@ -31357,7 +31357,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
31357
31357
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
31358
31358
|
* otherwise it will be bound to this `sap.ui.comp.smarttable.SmartTable` itself.
|
|
31359
31359
|
*
|
|
31360
|
-
* This event is fired
|
|
31360
|
+
* This event is fired right before the export is triggered. Listeners can prevent the default action of
|
|
31361
|
+
* this event by calling the `preventDefault` method of the event object.
|
|
31361
31362
|
*
|
|
31362
31363
|
* @since 1.50
|
|
31363
31364
|
*
|
|
@@ -31384,7 +31385,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
31384
31385
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
31385
31386
|
* otherwise it will be bound to this `sap.ui.comp.smarttable.SmartTable` itself.
|
|
31386
31387
|
*
|
|
31387
|
-
* This event is fired
|
|
31388
|
+
* This event is fired right before the export is triggered. Listeners can prevent the default action of
|
|
31389
|
+
* this event by calling the `preventDefault` method of the event object.
|
|
31388
31390
|
*
|
|
31389
31391
|
* @since 1.50
|
|
31390
31392
|
*
|
|
@@ -35405,7 +35407,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
35405
35407
|
fullScreenToggled?: (oEvent: SmartTable$FullScreenToggledEvent) => void;
|
|
35406
35408
|
|
|
35407
35409
|
/**
|
|
35408
|
-
* This event is fired
|
|
35410
|
+
* This event is fired right before the export is triggered. Listeners can prevent the default action of
|
|
35411
|
+
* this event by calling the `preventDefault` method of the event object.
|
|
35409
35412
|
*
|
|
35410
35413
|
* @since 1.50
|
|
35411
35414
|
*/
|
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -712,7 +712,8 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
712
712
|
mParameters?: VariantManagement$SelectEventParameters
|
|
713
713
|
): this;
|
|
714
714
|
/**
|
|
715
|
-
* Gets the currently selected
|
|
715
|
+
* Gets the variant key that is currently selected in the VM control. Can be different to the actually selected
|
|
716
|
+
* variant in the state during a variant switch.
|
|
716
717
|
*
|
|
717
718
|
*
|
|
718
719
|
* @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned
|
|
@@ -1514,8 +1515,6 @@ declare namespace sap {
|
|
|
1514
1515
|
|
|
1515
1516
|
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewDataSource": undefined;
|
|
1516
1517
|
|
|
1517
|
-
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewInbound": undefined;
|
|
1518
|
-
|
|
1519
1518
|
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewOutbound": undefined;
|
|
1520
1519
|
|
|
1521
1520
|
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddTechnicalAttributes": undefined;
|
|
@@ -1546,8 +1545,6 @@ declare namespace sap {
|
|
|
1546
1545
|
|
|
1547
1546
|
"sap/ui/fl/apply/_internal/changes/descriptor/ovp/DeleteCard": undefined;
|
|
1548
1547
|
|
|
1549
|
-
"sap/ui/fl/apply/_internal/changes/descriptor/Preprocessor": undefined;
|
|
1550
|
-
|
|
1551
1548
|
"sap/ui/fl/apply/_internal/changes/descriptor/Registration": undefined;
|
|
1552
1549
|
|
|
1553
1550
|
"sap/ui/fl/apply/_internal/changes/descriptor/RegistrationBuild": undefined;
|