@sapui5/ts-types 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-d.ts} +1 -1
- package/types/{core-1.142.0-d.ts → core-1.143.0-d.ts} +66 -54
- package/types/{dt-1.142.1-d.ts → dt-1.143.0-d.ts} +1 -1
- package/types/index.d.ts +8 -7
- package/types/{mdc-1.142.1-d.ts → mdc-1.143.0-d.ts} +500 -137
- package/types/{mobile-1.142.0-d.ts → mobile-1.143.0-d.ts} +168 -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 +670 -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 +35 -102
- 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 +27560 -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 +61 -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 -10
- 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-d.ts → tnt-1.143.0-d.ts} +1 -1
- package/types/{sap.ui.ux3.d.ts → ux3-1.143.0-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
|
/**
|
|
@@ -1210,6 +1210,9 @@ declare namespace sap {
|
|
|
1210
1210
|
* @since 1.66.0
|
|
1211
1211
|
*/
|
|
1212
1212
|
abstract class HistoryItem extends sap.ui.base.Object {
|
|
1213
|
+
/**
|
|
1214
|
+
* Constructor for a new HistoryItem.
|
|
1215
|
+
*/
|
|
1213
1216
|
constructor();
|
|
1214
1217
|
|
|
1215
1218
|
/**
|
|
@@ -4849,7 +4852,9 @@ declare namespace sap {
|
|
|
4849
4852
|
class Dijkstra {
|
|
4850
4853
|
/**
|
|
4851
4854
|
* Constructor for a new Dijkstra's algorithm. The constructor computes the shortest paths to all nodes
|
|
4852
|
-
* in the network graph from given
|
|
4855
|
+
* in the network graph from given
|
|
4856
|
+
*
|
|
4857
|
+
* starting point node.
|
|
4853
4858
|
*/
|
|
4854
4859
|
constructor(
|
|
4855
4860
|
/**
|
|
@@ -6339,7 +6344,25 @@ declare namespace sap {
|
|
|
6339
6344
|
/**
|
|
6340
6345
|
* Constructor for a new ElementAttribute.
|
|
6341
6346
|
*/
|
|
6342
|
-
constructor(
|
|
6347
|
+
constructor(
|
|
6348
|
+
/**
|
|
6349
|
+
* Initial settings for the new control
|
|
6350
|
+
*/
|
|
6351
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$ElementAttributeSettings
|
|
6352
|
+
);
|
|
6353
|
+
/**
|
|
6354
|
+
* Constructor for a new ElementAttribute.
|
|
6355
|
+
*/
|
|
6356
|
+
constructor(
|
|
6357
|
+
/**
|
|
6358
|
+
* ID for the new control, generated automatically if no ID is given
|
|
6359
|
+
*/
|
|
6360
|
+
sId?: string,
|
|
6361
|
+
/**
|
|
6362
|
+
* Initial settings for the new control
|
|
6363
|
+
*/
|
|
6364
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$ElementAttributeSettings
|
|
6365
|
+
);
|
|
6343
6366
|
|
|
6344
6367
|
/**
|
|
6345
6368
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.ElementAttribute with name `sClassName`
|
|
@@ -6556,7 +6579,29 @@ declare namespace sap {
|
|
|
6556
6579
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
6557
6580
|
* of the syntax of the settings object.
|
|
6558
6581
|
*/
|
|
6559
|
-
constructor(
|
|
6582
|
+
constructor(
|
|
6583
|
+
/**
|
|
6584
|
+
* Initial settings for the new control
|
|
6585
|
+
*/
|
|
6586
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$ElementBaseSettings
|
|
6587
|
+
);
|
|
6588
|
+
/**
|
|
6589
|
+
* Constructor for a new ElementBase.
|
|
6590
|
+
*
|
|
6591
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
6592
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
6593
|
+
* of the syntax of the settings object.
|
|
6594
|
+
*/
|
|
6595
|
+
constructor(
|
|
6596
|
+
/**
|
|
6597
|
+
* ID for the new control, generated automatically if no ID is given
|
|
6598
|
+
*/
|
|
6599
|
+
sId?: string,
|
|
6600
|
+
/**
|
|
6601
|
+
* Initial settings for the new control
|
|
6602
|
+
*/
|
|
6603
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$ElementBaseSettings
|
|
6604
|
+
);
|
|
6560
6605
|
|
|
6561
6606
|
/**
|
|
6562
6607
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.ElementBase with name `sClassName`
|
|
@@ -6778,7 +6823,32 @@ declare namespace sap {
|
|
|
6778
6823
|
* {@link https://ui5.sap.com/#/topic/b5649c8de7f74739b66747dcc9356d0b Network Graph}
|
|
6779
6824
|
* {@link fiori:https://experience.sap.com/fiori-design-web/network-graph/ Network Graph}
|
|
6780
6825
|
*/
|
|
6781
|
-
constructor(
|
|
6826
|
+
constructor(
|
|
6827
|
+
/**
|
|
6828
|
+
* Initial settings for the new control
|
|
6829
|
+
*/
|
|
6830
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$GraphSettings
|
|
6831
|
+
);
|
|
6832
|
+
/**
|
|
6833
|
+
* Constructor for a new Graph.
|
|
6834
|
+
*
|
|
6835
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
6836
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
6837
|
+
* of the syntax of the settings object.
|
|
6838
|
+
* See:
|
|
6839
|
+
* {@link https://ui5.sap.com/#/topic/b5649c8de7f74739b66747dcc9356d0b Network Graph}
|
|
6840
|
+
* {@link fiori:https://experience.sap.com/fiori-design-web/network-graph/ Network Graph}
|
|
6841
|
+
*/
|
|
6842
|
+
constructor(
|
|
6843
|
+
/**
|
|
6844
|
+
* ID for the new control, generated automatically if no ID is given
|
|
6845
|
+
*/
|
|
6846
|
+
sId?: string,
|
|
6847
|
+
/**
|
|
6848
|
+
* Initial settings for the new control
|
|
6849
|
+
*/
|
|
6850
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$GraphSettings
|
|
6851
|
+
);
|
|
6782
6852
|
|
|
6783
6853
|
/**
|
|
6784
6854
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.Graph with name `sClassName` and enriches
|
|
@@ -8367,7 +8437,29 @@ declare namespace sap {
|
|
|
8367
8437
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8368
8438
|
* of the syntax of the settings object.
|
|
8369
8439
|
*/
|
|
8370
|
-
constructor(
|
|
8440
|
+
constructor(
|
|
8441
|
+
/**
|
|
8442
|
+
* Initial settings for the new control
|
|
8443
|
+
*/
|
|
8444
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$GraphMapSettings
|
|
8445
|
+
);
|
|
8446
|
+
/**
|
|
8447
|
+
* Constructor for a new GraphMap.
|
|
8448
|
+
*
|
|
8449
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
8450
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8451
|
+
* of the syntax of the settings object.
|
|
8452
|
+
*/
|
|
8453
|
+
constructor(
|
|
8454
|
+
/**
|
|
8455
|
+
* ID for the new control, generated automatically if no ID is given
|
|
8456
|
+
*/
|
|
8457
|
+
sId?: string,
|
|
8458
|
+
/**
|
|
8459
|
+
* Initial settings for the new control
|
|
8460
|
+
*/
|
|
8461
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$GraphMapSettings
|
|
8462
|
+
);
|
|
8371
8463
|
|
|
8372
8464
|
/**
|
|
8373
8465
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.GraphMap with name `sClassName` and
|
|
@@ -8636,7 +8728,29 @@ declare namespace sap {
|
|
|
8636
8728
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8637
8729
|
* of the syntax of the settings object.
|
|
8638
8730
|
*/
|
|
8639
|
-
constructor(
|
|
8731
|
+
constructor(
|
|
8732
|
+
/**
|
|
8733
|
+
* Initial settings for the new control
|
|
8734
|
+
*/
|
|
8735
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$GroupSettings
|
|
8736
|
+
);
|
|
8737
|
+
/**
|
|
8738
|
+
* Constructor for a new Group. Grouping is not supported for custom layouting.
|
|
8739
|
+
*
|
|
8740
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
8741
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8742
|
+
* of the syntax of the settings object.
|
|
8743
|
+
*/
|
|
8744
|
+
constructor(
|
|
8745
|
+
/**
|
|
8746
|
+
* ID for the new control, generated automatically if no ID is given
|
|
8747
|
+
*/
|
|
8748
|
+
sId?: string,
|
|
8749
|
+
/**
|
|
8750
|
+
* Initial settings for the new control
|
|
8751
|
+
*/
|
|
8752
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$GroupSettings
|
|
8753
|
+
);
|
|
8640
8754
|
|
|
8641
8755
|
/**
|
|
8642
8756
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.Group with name `sClassName` and enriches
|
|
@@ -9137,7 +9251,29 @@ declare namespace sap {
|
|
|
9137
9251
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
9138
9252
|
* of the syntax of the settings object.
|
|
9139
9253
|
*/
|
|
9140
|
-
constructor(
|
|
9254
|
+
constructor(
|
|
9255
|
+
/**
|
|
9256
|
+
* Initial settings for the new control
|
|
9257
|
+
*/
|
|
9258
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$LineSettings
|
|
9259
|
+
);
|
|
9260
|
+
/**
|
|
9261
|
+
* Constructor for a new Line.
|
|
9262
|
+
*
|
|
9263
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
9264
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
9265
|
+
* of the syntax of the settings object.
|
|
9266
|
+
*/
|
|
9267
|
+
constructor(
|
|
9268
|
+
/**
|
|
9269
|
+
* ID for the new control, generated automatically if no ID is given
|
|
9270
|
+
*/
|
|
9271
|
+
sId?: string,
|
|
9272
|
+
/**
|
|
9273
|
+
* Initial settings for the new control
|
|
9274
|
+
*/
|
|
9275
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$LineSettings
|
|
9276
|
+
);
|
|
9141
9277
|
|
|
9142
9278
|
/**
|
|
9143
9279
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.Line with name `sClassName` and enriches
|
|
@@ -9791,7 +9927,29 @@ declare namespace sap {
|
|
|
9791
9927
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
9792
9928
|
* of the syntax of the settings object.
|
|
9793
9929
|
*/
|
|
9794
|
-
constructor(
|
|
9930
|
+
constructor(
|
|
9931
|
+
/**
|
|
9932
|
+
* Initial settings for the new control
|
|
9933
|
+
*/
|
|
9934
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$NodeSettings
|
|
9935
|
+
);
|
|
9936
|
+
/**
|
|
9937
|
+
* Constructor for a new Node.
|
|
9938
|
+
*
|
|
9939
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
9940
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
9941
|
+
* of the syntax of the settings object.
|
|
9942
|
+
*/
|
|
9943
|
+
constructor(
|
|
9944
|
+
/**
|
|
9945
|
+
* ID for the new control, generated automatically if no ID is given
|
|
9946
|
+
*/
|
|
9947
|
+
sId?: string,
|
|
9948
|
+
/**
|
|
9949
|
+
* Initial settings for the new control
|
|
9950
|
+
*/
|
|
9951
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$NodeSettings
|
|
9952
|
+
);
|
|
9795
9953
|
|
|
9796
9954
|
/**
|
|
9797
9955
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.Node with name `sClassName` and enriches
|
|
@@ -11970,7 +12128,32 @@ declare namespace sap {
|
|
|
11970
12128
|
* 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 }
|
|
11971
12129
|
* can be used.
|
|
11972
12130
|
*/
|
|
11973
|
-
constructor(
|
|
12131
|
+
constructor(
|
|
12132
|
+
/**
|
|
12133
|
+
* Initial settings for the new control
|
|
12134
|
+
*/
|
|
12135
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$SvgBaseSettings
|
|
12136
|
+
);
|
|
12137
|
+
/**
|
|
12138
|
+
* Constructor for a new ElementBase.
|
|
12139
|
+
*
|
|
12140
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
12141
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
12142
|
+
* of the syntax of the settings object.
|
|
12143
|
+
*
|
|
12144
|
+
* 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 }
|
|
12145
|
+
* can be used.
|
|
12146
|
+
*/
|
|
12147
|
+
constructor(
|
|
12148
|
+
/**
|
|
12149
|
+
* ID for the new control, generated automatically if no ID is given
|
|
12150
|
+
*/
|
|
12151
|
+
sId?: string,
|
|
12152
|
+
/**
|
|
12153
|
+
* Initial settings for the new control
|
|
12154
|
+
*/
|
|
12155
|
+
mSettings?: sap.suite.ui.commons.networkgraph.$SvgBaseSettings
|
|
12156
|
+
);
|
|
11974
12157
|
|
|
11975
12158
|
/**
|
|
11976
12159
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.SvgBase with name `sClassName` and
|
|
@@ -34532,7 +34715,29 @@ declare namespace sap {
|
|
|
34532
34715
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
34533
34716
|
* of the syntax of the settings object.
|
|
34534
34717
|
*/
|
|
34535
|
-
constructor(
|
|
34718
|
+
constructor(
|
|
34719
|
+
/**
|
|
34720
|
+
* Initial settings for the new control
|
|
34721
|
+
*/
|
|
34722
|
+
mSettings?: sap.suite.ui.commons.$MicroProcessFlowSettings
|
|
34723
|
+
);
|
|
34724
|
+
/**
|
|
34725
|
+
* Constructor for a new MicroProcessFlow.
|
|
34726
|
+
*
|
|
34727
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
34728
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
34729
|
+
* of the syntax of the settings object.
|
|
34730
|
+
*/
|
|
34731
|
+
constructor(
|
|
34732
|
+
/**
|
|
34733
|
+
* ID for the new control, generated automatically if no ID is given
|
|
34734
|
+
*/
|
|
34735
|
+
sId?: string,
|
|
34736
|
+
/**
|
|
34737
|
+
* Initial settings for the new control
|
|
34738
|
+
*/
|
|
34739
|
+
mSettings?: sap.suite.ui.commons.$MicroProcessFlowSettings
|
|
34740
|
+
);
|
|
34536
34741
|
|
|
34537
34742
|
/**
|
|
34538
34743
|
* Creates a new subclass of class sap.suite.ui.commons.MicroProcessFlow with name `sClassName` and enriches
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace suite {
|
|
@@ -12321,7 +12321,29 @@ declare namespace sap {
|
|
|
12321
12321
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
12322
12322
|
* of the syntax of the settings object.
|
|
12323
12323
|
*/
|
|
12324
|
-
constructor(
|
|
12324
|
+
constructor(
|
|
12325
|
+
/**
|
|
12326
|
+
* Initial settings for the new control
|
|
12327
|
+
*/
|
|
12328
|
+
mSettings?: sap.suite.ui.microchart.$RadialMicroChartSettings
|
|
12329
|
+
);
|
|
12330
|
+
/**
|
|
12331
|
+
* Describes the configuration of the graphic element on the chart.
|
|
12332
|
+
*
|
|
12333
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
12334
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
12335
|
+
* of the syntax of the settings object.
|
|
12336
|
+
*/
|
|
12337
|
+
constructor(
|
|
12338
|
+
/**
|
|
12339
|
+
* ID for the new control, generated automatically if no ID is given
|
|
12340
|
+
*/
|
|
12341
|
+
sId?: string,
|
|
12342
|
+
/**
|
|
12343
|
+
* Initial settings for the new control
|
|
12344
|
+
*/
|
|
12345
|
+
mSettings?: sap.suite.ui.microchart.$RadialMicroChartSettings
|
|
12346
|
+
);
|
|
12325
12347
|
|
|
12326
12348
|
/**
|
|
12327
12349
|
* 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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -31734,7 +31734,8 @@ declare namespace sap {
|
|
|
31734
31734
|
) => void;
|
|
31735
31735
|
|
|
31736
31736
|
/**
|
|
31737
|
-
* This event is fired
|
|
31737
|
+
* This event is fired right before the export is triggered. Listeners can prevent the default action of
|
|
31738
|
+
* this event by calling the `preventDefault` method of the event object.
|
|
31738
31739
|
*
|
|
31739
31740
|
* @since 1.50
|
|
31740
31741
|
*/
|
|
@@ -32248,7 +32249,8 @@ declare namespace sap {
|
|
|
32248
32249
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
32249
32250
|
* otherwise it will be bound to this `sap.ui.comp.smarttable.SmartTable` itself.
|
|
32250
32251
|
*
|
|
32251
|
-
* This event is fired
|
|
32252
|
+
* This event is fired right before the export is triggered. Listeners can prevent the default action of
|
|
32253
|
+
* this event by calling the `preventDefault` method of the event object.
|
|
32252
32254
|
*
|
|
32253
32255
|
* @since 1.50
|
|
32254
32256
|
*
|
|
@@ -32275,7 +32277,8 @@ declare namespace sap {
|
|
|
32275
32277
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
32276
32278
|
* otherwise it will be bound to this `sap.ui.comp.smarttable.SmartTable` itself.
|
|
32277
32279
|
*
|
|
32278
|
-
* This event is fired
|
|
32280
|
+
* This event is fired right before the export is triggered. Listeners can prevent the default action of
|
|
32281
|
+
* this event by calling the `preventDefault` method of the event object.
|
|
32279
32282
|
*
|
|
32280
32283
|
* @since 1.50
|
|
32281
32284
|
*
|
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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -749,7 +749,8 @@ declare namespace sap {
|
|
|
749
749
|
mParameters?: sap.ui.fl.variants.VariantManagement$SelectEventParameters
|
|
750
750
|
): this;
|
|
751
751
|
/**
|
|
752
|
-
* Gets the currently selected
|
|
752
|
+
* Gets the variant key that is currently selected in the VM control. Can be different to the actually selected
|
|
753
|
+
* variant in the state during a variant switch.
|
|
753
754
|
*
|
|
754
755
|
*
|
|
755
756
|
* @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned
|
|
@@ -1322,8 +1323,6 @@ declare namespace sap {
|
|
|
1322
1323
|
|
|
1323
1324
|
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewDataSource": undefined;
|
|
1324
1325
|
|
|
1325
|
-
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewInbound": undefined;
|
|
1326
|
-
|
|
1327
1326
|
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewOutbound": undefined;
|
|
1328
1327
|
|
|
1329
1328
|
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddTechnicalAttributes": undefined;
|
|
@@ -1354,8 +1353,6 @@ declare namespace sap {
|
|
|
1354
1353
|
|
|
1355
1354
|
"sap/ui/fl/apply/_internal/changes/descriptor/ovp/DeleteCard": undefined;
|
|
1356
1355
|
|
|
1357
|
-
"sap/ui/fl/apply/_internal/changes/descriptor/Preprocessor": undefined;
|
|
1358
|
-
|
|
1359
1356
|
"sap/ui/fl/apply/_internal/changes/descriptor/Registration": undefined;
|
|
1360
1357
|
|
|
1361
1358
|
"sap/ui/fl/apply/_internal/changes/descriptor/RegistrationBuild": undefined;
|