@sapui5/ts-types 1.120.8 → 1.121.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 +1 -0
- package/types/sap.apf.d.ts +50 -18
- package/types/sap.ca.ui.d.ts +1114 -546
- package/types/sap.chart.d.ts +17 -1
- package/types/sap.collaboration.d.ts +185 -64
- package/types/sap.esh.search.ui.d.ts +2 -1960
- package/types/sap.f.d.ts +124 -45
- package/types/sap.fe.core.d.ts +212 -191
- package/types/sap.fe.macros.d.ts +371 -531
- package/types/sap.fe.navigation.d.ts +59 -26
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +7 -0
- package/types/sap.fe.templates.d.ts +16 -11
- package/types/sap.fe.test.d.ts +333 -33
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +3947 -1754
- package/types/sap.insights.d.ts +162 -43
- package/types/sap.m.d.ts +2023 -289
- package/types/sap.makit.d.ts +11 -1
- package/types/sap.me.d.ts +7 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +9 -7
- package/types/sap.rules.ui.d.ts +134 -75
- package/types/sap.sac.df.d.ts +272 -49
- package/types/sap.suite.ui.commons.d.ts +4231 -1008
- package/types/sap.suite.ui.generic.template.d.ts +38 -48
- package/types/sap.suite.ui.microchart.d.ts +66 -1
- package/types/sap.tnt.d.ts +601 -116
- package/types/sap.ui.codeeditor.d.ts +10 -6
- package/types/sap.ui.commons.d.ts +86 -8
- package/types/sap.ui.comp.d.ts +259 -110
- package/types/sap.ui.core.d.ts +471 -186
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +16 -3
- package/types/sap.ui.fl.d.ts +91 -68
- package/types/sap.ui.generic.app.d.ts +250 -193
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +51 -4
- package/types/sap.ui.layout.d.ts +221 -26
- package/types/sap.ui.mdc.d.ts +1516 -787
- package/types/sap.ui.richtexteditor.d.ts +4 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -1
- package/types/sap.ui.support.d.ts +28 -4
- package/types/sap.ui.table.d.ts +65 -11
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +157 -54
- package/types/sap.ui.ux3.d.ts +30 -12
- package/types/sap.ui.vbm.d.ts +5300 -2517
- package/types/sap.ui.vk.d.ts +2742 -836
- package/types/sap.ui.vtm.d.ts +685 -215
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +49 -1
- package/types/sap.ui.webc.main.d.ts +144 -9
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +977 -535
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +55 -5
- package/types/sap.viz.d.ts +86 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +79 -18
- package/types/sap.zen.crosstab.d.ts +83 -15
- package/types/sap.zen.dsh.d.ts +194 -143
package/types/sap.makit.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -4523,6 +4523,8 @@ declare namespace sap {
|
|
|
4523
4523
|
/**
|
|
4524
4524
|
* Enumeration for chart type
|
|
4525
4525
|
*
|
|
4526
|
+
* This enum is part of the 'sap/makit/library' module export and must be accessed by the property 'ChartType'.
|
|
4527
|
+
*
|
|
4526
4528
|
* @since 1.8
|
|
4527
4529
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
4528
4530
|
* will not be supported anymore from 1.38.
|
|
@@ -4572,6 +4574,8 @@ declare namespace sap {
|
|
|
4572
4574
|
/**
|
|
4573
4575
|
* Enumeration for legend position.
|
|
4574
4576
|
*
|
|
4577
|
+
* This enum is part of the 'sap/makit/library' module export and must be accessed by the property 'LegendPosition'.
|
|
4578
|
+
*
|
|
4575
4579
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
4576
4580
|
* will not be supported anymore from 1.38.
|
|
4577
4581
|
*/
|
|
@@ -4600,6 +4604,8 @@ declare namespace sap {
|
|
|
4600
4604
|
/**
|
|
4601
4605
|
* Enumeration for sort order
|
|
4602
4606
|
*
|
|
4607
|
+
* This enum is part of the 'sap/makit/library' module export and must be accessed by the property 'SortOrder'.
|
|
4608
|
+
*
|
|
4603
4609
|
* @since 1.8
|
|
4604
4610
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
4605
4611
|
* will not be supported anymore from 1.38.
|
|
@@ -4625,6 +4631,8 @@ declare namespace sap {
|
|
|
4625
4631
|
/**
|
|
4626
4632
|
* Position for Value Bubble only applies to Pie/Donut Chart.
|
|
4627
4633
|
*
|
|
4634
|
+
* This enum is part of the 'sap/makit/library' module export and must be accessed by the property 'ValueBubblePosition'.
|
|
4635
|
+
*
|
|
4628
4636
|
* @since 1.8
|
|
4629
4637
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
4630
4638
|
* will not be supported anymore from 1.38.
|
|
@@ -4643,6 +4651,8 @@ declare namespace sap {
|
|
|
4643
4651
|
* Enumeration for Value Bubble's positioning style. This applies all chart types except Pie/Donut/HBar
|
|
4644
4652
|
* chart.
|
|
4645
4653
|
*
|
|
4654
|
+
* This enum is part of the 'sap/makit/library' module export and must be accessed by the property 'ValueBubbleStyle'.
|
|
4655
|
+
*
|
|
4646
4656
|
* @since 1.8
|
|
4647
4657
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
4648
4658
|
* will not be supported anymore from 1.38.
|
package/types/sap.me.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -3845,6 +3845,8 @@ declare namespace sap {
|
|
|
3845
3845
|
/**
|
|
3846
3846
|
* Type of Design for the Calendar
|
|
3847
3847
|
*
|
|
3848
|
+
* This enum is part of the 'sap/me/library' module export and must be accessed by the property 'CalendarDesign'.
|
|
3849
|
+
*
|
|
3848
3850
|
* @deprecated (since 1.34)
|
|
3849
3851
|
* @experimental (since 1.12) - API is not yet finished and might change completely
|
|
3850
3852
|
*/
|
|
@@ -3861,6 +3863,8 @@ declare namespace sap {
|
|
|
3861
3863
|
/**
|
|
3862
3864
|
* Type code for a calendar event
|
|
3863
3865
|
*
|
|
3866
|
+
* This enum is part of the 'sap/me/library' module export and must be accessed by the property 'CalendarEventType'.
|
|
3867
|
+
*
|
|
3864
3868
|
* @deprecated (since 1.34)
|
|
3865
3869
|
* @experimental (since 1.12) - API is not yet finished and might change completely
|
|
3866
3870
|
*/
|
|
@@ -3893,6 +3897,8 @@ declare namespace sap {
|
|
|
3893
3897
|
/**
|
|
3894
3898
|
* Selection Mode for the Calendar
|
|
3895
3899
|
*
|
|
3900
|
+
* This enum is part of the 'sap/me/library' module export and must be accessed by the property 'CalendarSelectionMode'.
|
|
3901
|
+
*
|
|
3896
3902
|
* @deprecated (since 1.34)
|
|
3897
3903
|
* @experimental (since 1.12) - API is not yet finished and might change completely
|
|
3898
3904
|
*/
|
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -16,6 +16,7 @@ declare namespace sap {
|
|
|
16
16
|
*
|
|
17
17
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.fe.core.AppComponent.extend}.
|
|
18
18
|
*
|
|
19
|
+
*
|
|
19
20
|
* @returns Created class / constructor function
|
|
20
21
|
*/
|
|
21
22
|
extend(
|
|
@@ -36,28 +37,29 @@ declare namespace sap {
|
|
|
36
37
|
/**
|
|
37
38
|
* Returns a metadata object for class sap.ovp.app.Component.
|
|
38
39
|
*
|
|
40
|
+
*
|
|
39
41
|
* @returns Metadata object describing this class
|
|
40
42
|
*/
|
|
41
43
|
getMetadata(): sap.ui.core.ComponentMetadata;
|
|
42
44
|
}
|
|
43
45
|
|
|
44
46
|
/**
|
|
45
|
-
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
46
|
-
*
|
|
47
47
|
* This class contains all extension functions that can be implemented by the application developers in
|
|
48
48
|
* their extension code. Application developers must not override any methods that are not mentioned in
|
|
49
49
|
* this documentation.
|
|
50
|
+
*
|
|
51
|
+
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
50
52
|
*/
|
|
51
53
|
interface TemplateBaseExtension
|
|
52
54
|
extends sap.ui.core.mvc.ControllerExtension {
|
|
53
55
|
/**
|
|
54
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
55
|
-
*
|
|
56
56
|
* Creates a new subclass of class sap.ovp.app.TemplateBaseExtension with name `sClassName` and enriches
|
|
57
57
|
* it with the information contained in `oClassInfo`.
|
|
58
58
|
*
|
|
59
59
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}.
|
|
60
60
|
*
|
|
61
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
62
|
+
*
|
|
61
63
|
* @returns Created class / constructor function
|
|
62
64
|
*/
|
|
63
65
|
extend(
|
|
@@ -76,10 +78,10 @@ declare namespace sap {
|
|
|
76
78
|
FNMetaImpl?: Function
|
|
77
79
|
): Function;
|
|
78
80
|
/**
|
|
79
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
80
|
-
*
|
|
81
81
|
* Returns a metadata object for class sap.ovp.app.TemplateBaseExtension.
|
|
82
82
|
*
|
|
83
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
84
|
+
*
|
|
83
85
|
* @returns Metadata object describing this class
|
|
84
86
|
*/
|
|
85
87
|
getMetadata(): sap.ui.base.Metadata;
|