@sapui5/ts-types 1.97.2 → 1.99.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/index.d.ts +0 -4
- package/types/sap.apf.d.ts +2 -2
- 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 +2 -240
- package/types/sap.f.d.ts +263 -636
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +170 -25
- package/types/sap.fe.macros.d.ts +13 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +5 -1
- package/types/sap.fe.test.d.ts +19 -14
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +119 -1
- package/types/sap.landvisz.d.ts +49 -1
- package/types/sap.m.d.ts +3688 -350
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +38 -3
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +3 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +29 -7
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +31 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +267 -14
- package/types/sap.ui.core.d.ts +1377 -383
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +13 -5
- 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 +29 -11
- package/types/sap.ui.layout.d.ts +7 -4
- package/types/sap.ui.mdc.d.ts +16 -6
- package/types/sap.ui.richtexteditor.d.ts +7 -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 +6 -6
- package/types/sap.ui.table.d.ts +30 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -3
- package/types/sap.ui.vk.d.ts +64 -31
- package/types/sap.ui.vtm.d.ts +4 -4
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +510 -139
- package/types/sap.ushell_abap.d.ts +1 -495
- 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 -5
- package/types/sap.fe.placeholder.d.ts +0 -3
- package/types/sap.fe.plugins.d.ts +0 -3
- package/types/sap.fe.semantics.d.ts +0 -3
- package/types/sap.fe.tools.d.ts +0 -3
package/types/sap.landvisz.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -2238,6 +2238,8 @@ declare namespace sap {
|
|
|
2238
2238
|
): this;
|
|
2239
2239
|
}
|
|
2240
2240
|
/**
|
|
2241
|
+
* @deprecated (since 1.98)
|
|
2242
|
+
*
|
|
2241
2243
|
* Modeling Status of entity
|
|
2242
2244
|
*/
|
|
2243
2245
|
class ModelingStatus extends sap.ui.core.Control {
|
|
@@ -3060,6 +3062,8 @@ declare namespace sap {
|
|
|
3060
3062
|
): this;
|
|
3061
3063
|
}
|
|
3062
3064
|
/**
|
|
3065
|
+
* @deprecated (since 1.98)
|
|
3066
|
+
*
|
|
3063
3067
|
* ContainerType
|
|
3064
3068
|
*/
|
|
3065
3069
|
enum ContainerType {
|
|
@@ -3600,6 +3604,8 @@ declare namespace sap {
|
|
|
3600
3604
|
}
|
|
3601
3605
|
|
|
3602
3606
|
/**
|
|
3607
|
+
* @deprecated (since 1.98)
|
|
3608
|
+
*
|
|
3603
3609
|
* Connection Entity of Dependency view
|
|
3604
3610
|
*/
|
|
3605
3611
|
class ConnectionEntity extends sap.ui.core.Control {
|
|
@@ -3857,6 +3863,8 @@ declare namespace sap {
|
|
|
3857
3863
|
): this;
|
|
3858
3864
|
}
|
|
3859
3865
|
/**
|
|
3866
|
+
* @deprecated (since 1.98)
|
|
3867
|
+
*
|
|
3860
3868
|
* Connector of the entities
|
|
3861
3869
|
*/
|
|
3862
3870
|
class Connector extends sap.ui.core.Control {
|
|
@@ -3956,6 +3964,8 @@ declare namespace sap {
|
|
|
3956
3964
|
): this;
|
|
3957
3965
|
}
|
|
3958
3966
|
/**
|
|
3967
|
+
* @deprecated (since 1.98)
|
|
3968
|
+
*
|
|
3959
3969
|
* A control to render the system
|
|
3960
3970
|
*/
|
|
3961
3971
|
class LandscapeEntity extends sap.ui.core.Control {
|
|
@@ -4770,6 +4780,8 @@ declare namespace sap {
|
|
|
4770
4780
|
): this;
|
|
4771
4781
|
}
|
|
4772
4782
|
/**
|
|
4783
|
+
* @deprecated (since 1.98)
|
|
4784
|
+
*
|
|
4773
4785
|
* Visualize the landscape objects in a new user experience
|
|
4774
4786
|
*/
|
|
4775
4787
|
class LandscapeViewer extends sap.landvisz.Option {
|
|
@@ -5786,6 +5798,8 @@ declare namespace sap {
|
|
|
5786
5798
|
): this;
|
|
5787
5799
|
}
|
|
5788
5800
|
/**
|
|
5801
|
+
* @deprecated (since 1.98)
|
|
5802
|
+
*
|
|
5789
5803
|
* Long text for a header
|
|
5790
5804
|
*/
|
|
5791
5805
|
class LongTextField extends sap.ui.core.Control {
|
|
@@ -5885,6 +5899,8 @@ declare namespace sap {
|
|
|
5885
5899
|
): this;
|
|
5886
5900
|
}
|
|
5887
5901
|
/**
|
|
5902
|
+
* @deprecated (since 1.98)
|
|
5903
|
+
*
|
|
5888
5904
|
* Options for solution entities
|
|
5889
5905
|
*/
|
|
5890
5906
|
class Option extends sap.ui.core.Control {
|
|
@@ -6043,6 +6059,8 @@ declare namespace sap {
|
|
|
6043
6059
|
): this;
|
|
6044
6060
|
}
|
|
6045
6061
|
/**
|
|
6062
|
+
* @deprecated (since 1.98)
|
|
6063
|
+
*
|
|
6046
6064
|
* Options for solution entities
|
|
6047
6065
|
*/
|
|
6048
6066
|
class OptionEntity extends sap.landvisz.OptionSource {
|
|
@@ -6312,6 +6330,8 @@ declare namespace sap {
|
|
|
6312
6330
|
): this;
|
|
6313
6331
|
}
|
|
6314
6332
|
/**
|
|
6333
|
+
* @deprecated (since 1.98)
|
|
6334
|
+
*
|
|
6315
6335
|
* Options source for solution entities
|
|
6316
6336
|
*/
|
|
6317
6337
|
class OptionSource extends sap.ui.core.Control {
|
|
@@ -6392,6 +6412,8 @@ declare namespace sap {
|
|
|
6392
6412
|
): this;
|
|
6393
6413
|
}
|
|
6394
6414
|
/**
|
|
6415
|
+
* @deprecated (since 1.98)
|
|
6416
|
+
*
|
|
6395
6417
|
* Action Type of a action
|
|
6396
6418
|
*/
|
|
6397
6419
|
enum ActionType {
|
|
@@ -6405,6 +6427,8 @@ declare namespace sap {
|
|
|
6405
6427
|
NORMAL = "NORMAL",
|
|
6406
6428
|
}
|
|
6407
6429
|
/**
|
|
6430
|
+
* @deprecated (since 1.98)
|
|
6431
|
+
*
|
|
6408
6432
|
* [Enter description for ComponentType]
|
|
6409
6433
|
*/
|
|
6410
6434
|
enum ComponentType {
|
|
@@ -6422,6 +6446,8 @@ declare namespace sap {
|
|
|
6422
6446
|
onPremise = "onPremise",
|
|
6423
6447
|
}
|
|
6424
6448
|
/**
|
|
6449
|
+
* @deprecated (since 1.98)
|
|
6450
|
+
*
|
|
6425
6451
|
* type file for ps, ts and mob soln
|
|
6426
6452
|
*/
|
|
6427
6453
|
enum ConnectionLine {
|
|
@@ -6435,6 +6461,8 @@ declare namespace sap {
|
|
|
6435
6461
|
Line = "Line",
|
|
6436
6462
|
}
|
|
6437
6463
|
/**
|
|
6464
|
+
* @deprecated (since 1.98)
|
|
6465
|
+
*
|
|
6438
6466
|
* type file for ps, ts and mob soln
|
|
6439
6467
|
*/
|
|
6440
6468
|
enum ConnectionType {
|
|
@@ -6452,6 +6480,8 @@ declare namespace sap {
|
|
|
6452
6480
|
TechnicalSystem = "TechnicalSystem",
|
|
6453
6481
|
}
|
|
6454
6482
|
/**
|
|
6483
|
+
* @deprecated (since 1.98)
|
|
6484
|
+
*
|
|
6455
6485
|
* View type of landscape viewer
|
|
6456
6486
|
*/
|
|
6457
6487
|
enum DependencyType {
|
|
@@ -6465,6 +6495,8 @@ declare namespace sap {
|
|
|
6465
6495
|
NETWORK_VIEW = "NETWORK_VIEW",
|
|
6466
6496
|
}
|
|
6467
6497
|
/**
|
|
6498
|
+
* @deprecated (since 1.98)
|
|
6499
|
+
*
|
|
6468
6500
|
* View Visibility of landscape viewer
|
|
6469
6501
|
*/
|
|
6470
6502
|
enum DependencyVisibility {
|
|
@@ -6482,6 +6514,8 @@ declare namespace sap {
|
|
|
6482
6514
|
NETWORK = "NETWORK",
|
|
6483
6515
|
}
|
|
6484
6516
|
/**
|
|
6517
|
+
* @deprecated (since 1.98)
|
|
6518
|
+
*
|
|
6485
6519
|
* System Size supported
|
|
6486
6520
|
*/
|
|
6487
6521
|
enum EntityCSSSize {
|
|
@@ -6519,6 +6553,8 @@ declare namespace sap {
|
|
|
6519
6553
|
Smallest = "Smallest",
|
|
6520
6554
|
}
|
|
6521
6555
|
/**
|
|
6556
|
+
* @deprecated (since 1.98)
|
|
6557
|
+
*
|
|
6522
6558
|
* Type of object in the landscape
|
|
6523
6559
|
*/
|
|
6524
6560
|
enum LandscapeObject {
|
|
@@ -6552,6 +6588,8 @@ declare namespace sap {
|
|
|
6552
6588
|
Track = "Track",
|
|
6553
6589
|
}
|
|
6554
6590
|
/**
|
|
6591
|
+
* @deprecated (since 1.98)
|
|
6592
|
+
*
|
|
6555
6593
|
* sampl doc
|
|
6556
6594
|
*/
|
|
6557
6595
|
enum ModelingStatus {
|
|
@@ -6569,6 +6607,8 @@ declare namespace sap {
|
|
|
6569
6607
|
WARNING = "WARNING",
|
|
6570
6608
|
}
|
|
6571
6609
|
/**
|
|
6610
|
+
* @deprecated (since 1.98)
|
|
6611
|
+
*
|
|
6572
6612
|
* Action Type of a action
|
|
6573
6613
|
*/
|
|
6574
6614
|
enum OptionType {
|
|
@@ -6582,6 +6622,8 @@ declare namespace sap {
|
|
|
6582
6622
|
VIEW = "VIEW",
|
|
6583
6623
|
}
|
|
6584
6624
|
/**
|
|
6625
|
+
* @deprecated (since 1.98)
|
|
6626
|
+
*
|
|
6585
6627
|
* position of selection view
|
|
6586
6628
|
*/
|
|
6587
6629
|
enum SelectionViewPosition {
|
|
@@ -6599,6 +6641,8 @@ declare namespace sap {
|
|
|
6599
6641
|
RIGHT = "RIGHT",
|
|
6600
6642
|
}
|
|
6601
6643
|
/**
|
|
6644
|
+
* @deprecated (since 1.98)
|
|
6645
|
+
*
|
|
6602
6646
|
* View type of landscape viewer
|
|
6603
6647
|
*/
|
|
6604
6648
|
enum SolutionType {
|
|
@@ -6612,6 +6656,8 @@ declare namespace sap {
|
|
|
6612
6656
|
DEPLOYMENT_VIEW = "DEPLOYMENT_VIEW",
|
|
6613
6657
|
}
|
|
6614
6658
|
/**
|
|
6659
|
+
* @deprecated (since 1.98)
|
|
6660
|
+
*
|
|
6615
6661
|
* sampl doc
|
|
6616
6662
|
*/
|
|
6617
6663
|
enum TechnicalSystemType {
|
|
@@ -6697,6 +6743,8 @@ declare namespace sap {
|
|
|
6697
6743
|
WEBSPHERE = "WEBSPHERE",
|
|
6698
6744
|
}
|
|
6699
6745
|
/**
|
|
6746
|
+
* @deprecated (since 1.98)
|
|
6747
|
+
*
|
|
6700
6748
|
* View type of landscape viewer
|
|
6701
6749
|
*/
|
|
6702
6750
|
enum ViewType {
|