@sapui5/ts-types-esm 1.132.1 → 1.134.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/sap.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +927 -110
- package/types/sap.esh.search.ui.d.ts +45 -1
- package/types/sap.f.d.ts +211 -183
- 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 +40 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +141 -99
- package/types/sap.fe.navigation.d.ts +3 -3
- 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 +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +576 -464
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +2574 -1193
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +465 -193
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +80 -37
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +335 -20
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +432 -445
- package/types/sap.ui.core.d.ts +46978 -46714
- 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 +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +322 -236
- package/types/sap.ui.layout.d.ts +90 -104
- package/types/sap.ui.mdc.d.ts +393 -153
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +76 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +170 -158
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +391 -60
- package/types/sap.ui.vk.d.ts +138 -135
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +246 -126
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +39 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/chart/library" {
|
|
4
4
|
import Dimension from "sap/chart/data/Dimension";
|
|
@@ -4438,7 +4438,7 @@ declare module "sap/chart/data/Measure" {
|
|
|
4438
4438
|
*
|
|
4439
4439
|
* A (core UI5) format pattern to be used by the formatter to format the measure value.
|
|
4440
4440
|
*
|
|
4441
|
-
* @deprecated
|
|
4441
|
+
* @deprecated Please use {@link sap.chart.Chart#setVizProperties} to set related formatStrings instead.
|
|
4442
4442
|
*
|
|
4443
4443
|
* @returns Value of property `valueFormat`
|
|
4444
4444
|
*/
|
|
@@ -4600,7 +4600,7 @@ declare module "sap/chart/data/Measure" {
|
|
|
4600
4600
|
*
|
|
4601
4601
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4602
4602
|
*
|
|
4603
|
-
* @deprecated
|
|
4603
|
+
* @deprecated Please use {@link sap.chart.Chart#setVizProperties} to set related formatStrings instead.
|
|
4604
4604
|
*
|
|
4605
4605
|
* @returns Reference to `this` in order to allow method chaining
|
|
4606
4606
|
*/
|
|
@@ -4637,7 +4637,7 @@ declare module "sap/chart/data/Measure" {
|
|
|
4637
4637
|
/**
|
|
4638
4638
|
* A (core UI5) format pattern to be used by the formatter to format the measure value.
|
|
4639
4639
|
*
|
|
4640
|
-
* @deprecated
|
|
4640
|
+
* @deprecated Please use {@link sap.chart.Chart#setVizProperties} to set related formatStrings instead.
|
|
4641
4641
|
*/
|
|
4642
4642
|
valueFormat?: string | PropertyBindingInfo;
|
|
4643
4643
|
|
|
@@ -4728,7 +4728,7 @@ declare module "sap/chart/data/MeasureRoleType" {
|
|
|
4728
4728
|
* Once used by Bullet Chart, but as this chart layout is configured via semantic patterns instead, "Asix4"
|
|
4729
4729
|
* has no special usage from now on.
|
|
4730
4730
|
*
|
|
4731
|
-
* @deprecated
|
|
4731
|
+
* @deprecated Please use other MeasureRoleType for specific usage.
|
|
4732
4732
|
*/
|
|
4733
4733
|
axis4 = "axis4",
|
|
4734
4734
|
}
|
|
@@ -4885,7 +4885,7 @@ declare module "sap/chart/data/TimeDimension" {
|
|
|
4885
4885
|
*
|
|
4886
4886
|
* @returns Value of property `timeUnit`
|
|
4887
4887
|
*/
|
|
4888
|
-
getTimeUnit(): TimeUnitType
|
|
4888
|
+
getTimeUnit(): TimeUnitType;
|
|
4889
4889
|
/**
|
|
4890
4890
|
* Sets a new value for property {@link #getFiscalYearPeriodCount fiscalYearPeriodCount}.
|
|
4891
4891
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/collaboration/library" {
|
|
4
4
|
/**
|
|
@@ -48,21 +48,21 @@ declare module "sap/collaboration/library" {
|
|
|
48
48
|
/**
|
|
49
49
|
* Company feed type
|
|
50
50
|
*
|
|
51
|
-
* @deprecated
|
|
51
|
+
* @deprecated As of version 1.30.0. The feed type was deprecated because the original feed dialog component
|
|
52
52
|
* does not use it anymore. It also does not conform to naming conventions.
|
|
53
53
|
*/
|
|
54
54
|
company = "company",
|
|
55
55
|
/**
|
|
56
56
|
* Follows feed type
|
|
57
57
|
*
|
|
58
|
-
* @deprecated
|
|
58
|
+
* @deprecated As of version 1.30.0. The feed type was deprecated because the original feed dialog component
|
|
59
59
|
* does not use it anymore. It also does not conform to naming conventions.
|
|
60
60
|
*/
|
|
61
61
|
follows = "follows",
|
|
62
62
|
/**
|
|
63
63
|
* Group feed type
|
|
64
64
|
*
|
|
65
|
-
* @deprecated
|
|
65
|
+
* @deprecated As of version 1.30.0. The feed type was deprecated because the original feed dialog component
|
|
66
66
|
* does not use it anymore. It also does not conform to naming conventions.
|
|
67
67
|
*/
|
|
68
68
|
group = "group",
|
|
@@ -74,14 +74,14 @@ declare module "sap/collaboration/library" {
|
|
|
74
74
|
/**
|
|
75
75
|
* Oject feed type
|
|
76
76
|
*
|
|
77
|
-
* @deprecated
|
|
77
|
+
* @deprecated As of version 1.30.0. The feed type was deprecated because the original feed dialog component
|
|
78
78
|
* does not use it anymore. It also does not conform to naming conventions.
|
|
79
79
|
*/
|
|
80
80
|
object = "object",
|
|
81
81
|
/**
|
|
82
82
|
* Object group feed type
|
|
83
83
|
*
|
|
84
|
-
* @deprecated
|
|
84
|
+
* @deprecated As of version 1.30.0. The feed type was deprecated because the original feed dialog component
|
|
85
85
|
* does not use it anymore. It also does not conform to naming conventions.
|
|
86
86
|
*/
|
|
87
87
|
objectGroup = "objectGroup",
|
|
@@ -211,9 +211,7 @@ declare module "sap/collaboration/components/feed/Component" {
|
|
|
211
211
|
*
|
|
212
212
|
* @returns the value of property `axisOrientation`
|
|
213
213
|
*/
|
|
214
|
-
getAxisOrientation():
|
|
215
|
-
| TimelineAxisOrientation
|
|
216
|
-
| keyof typeof TimelineAxisOrientation;
|
|
214
|
+
getAxisOrientation(): TimelineAxisOrientation;
|
|
217
215
|
/**
|
|
218
216
|
* Getter for property `enableScroll`.
|
|
219
217
|
*
|
|
@@ -351,7 +349,8 @@ declare module "sap/collaboration/components/fiori/feed/Component" {
|
|
|
351
349
|
* This class defines the Reusable UI5 Component structure, i.e properties, aggregations and events, if
|
|
352
350
|
* any, and creates the UI5 controls to be displayed.
|
|
353
351
|
*
|
|
354
|
-
* @deprecated
|
|
352
|
+
* @deprecated As of version 1.26.0. Please use sap.collaboration.components.fiori.feed.dialog.Component
|
|
353
|
+
* instead.
|
|
355
354
|
*/
|
|
356
355
|
export default class Component
|
|
357
356
|
extends UIComponent
|
|
@@ -624,7 +623,8 @@ declare module "sap/collaboration/components/fiori/feed/Component" {
|
|
|
624
623
|
/**
|
|
625
624
|
* Describes the settings that can be provided to the Component constructor.
|
|
626
625
|
*
|
|
627
|
-
* @deprecated
|
|
626
|
+
* @deprecated As of version 1.26.0. Please use sap.collaboration.components.fiori.feed.dialog.Component
|
|
627
|
+
* instead.
|
|
628
628
|
*/
|
|
629
629
|
export interface $ComponentSettings extends $UIComponentSettings {
|
|
630
630
|
/**
|
|
@@ -689,8 +689,8 @@ declare module "sap/collaboration/components/fiori/feed/dialog/Component" {
|
|
|
689
689
|
* a dialog in order to discuss information in SAP JAM by adding and replying to feed posts related to a
|
|
690
690
|
* specific Business Object.
|
|
691
691
|
*
|
|
692
|
-
* @deprecated
|
|
693
|
-
* or later, use the Group Feed component (sap.collaboration.components.feed.Component), Business Object
|
|
692
|
+
* @deprecated As of version 1.34.0. For new integrations and existing implementations running on release
|
|
693
|
+
* 1.32 or later, use the Group Feed component (sap.collaboration.components.feed.Component), Business Object
|
|
694
694
|
* mode(sap.collaboration.FeedType.BusinessObjectGroups). Note that the Group Feed component does not display
|
|
695
695
|
* the full public feed for the object in SAP Jam (object wall), but rather is restricted to the feed for
|
|
696
696
|
* the object within a specific group (group object wall).
|
|
@@ -997,8 +997,8 @@ declare module "sap/collaboration/components/fiori/feed/dialog/Component" {
|
|
|
997
997
|
/**
|
|
998
998
|
* Describes the settings that can be provided to the Component constructor.
|
|
999
999
|
*
|
|
1000
|
-
* @deprecated
|
|
1001
|
-
* or later, use the Group Feed component (sap.collaboration.components.feed.Component), Business Object
|
|
1000
|
+
* @deprecated As of version 1.34.0. For new integrations and existing implementations running on release
|
|
1001
|
+
* 1.32 or later, use the Group Feed component (sap.collaboration.components.feed.Component), Business Object
|
|
1002
1002
|
* mode(sap.collaboration.FeedType.BusinessObjectGroups). Note that the Group Feed component does not display
|
|
1003
1003
|
* the full public feed for the object in SAP Jam (object wall), but rather is restricted to the feed for
|
|
1004
1004
|
* the object within a specific group (group object wall).
|
|
@@ -1083,7 +1083,7 @@ declare module "sap/collaboration/components/fiori/notification/Component" {
|
|
|
1083
1083
|
* This component refreshes itself when the number of seconds specified in the refreshInterval
|
|
1084
1084
|
* parameter elapses. When refreshing, the backend is called to obtain the latest notifications.
|
|
1085
1085
|
*
|
|
1086
|
-
* @deprecated
|
|
1086
|
+
* @deprecated As of version 1.26.0. There is no replacement for this control. The Fiori Launchpad now provides
|
|
1087
1087
|
* its own implementation for this control. This control was never meant to be used directly by third parties.
|
|
1088
1088
|
*/
|
|
1089
1089
|
export default class Component extends UIComponent {
|
|
@@ -1294,7 +1294,7 @@ declare module "sap/collaboration/components/fiori/notification/Component" {
|
|
|
1294
1294
|
/**
|
|
1295
1295
|
* Describes the settings that can be provided to the Component constructor.
|
|
1296
1296
|
*
|
|
1297
|
-
* @deprecated
|
|
1297
|
+
* @deprecated As of version 1.26.0. There is no replacement for this control. The Fiori Launchpad now provides
|
|
1298
1298
|
* its own implementation for this control. This control was never meant to be used directly by third parties.
|
|
1299
1299
|
*/
|
|
1300
1300
|
export interface $ComponentSettings extends $UIComponentSettings {
|
|
@@ -1406,7 +1406,8 @@ declare module "sap/collaboration/components/fiori/sharing/Component" {
|
|
|
1406
1406
|
*
|
|
1407
1407
|
* A Share Component is a ui5 component that applications can use to share information to SAP Jam
|
|
1408
1408
|
*
|
|
1409
|
-
* @deprecated
|
|
1409
|
+
* @deprecated As of version 1.26.0. Please use sap.collaboration.components.fiori.sharing.dialog.Component
|
|
1410
|
+
* instead.
|
|
1410
1411
|
*/
|
|
1411
1412
|
export default class Component extends UIComponent {
|
|
1412
1413
|
/**
|
|
@@ -1727,7 +1728,8 @@ declare module "sap/collaboration/components/fiori/sharing/Component" {
|
|
|
1727
1728
|
/**
|
|
1728
1729
|
* Describes the settings that can be provided to the Component constructor.
|
|
1729
1730
|
*
|
|
1730
|
-
* @deprecated
|
|
1731
|
+
* @deprecated As of version 1.26.0. Please use sap.collaboration.components.fiori.sharing.dialog.Component
|
|
1732
|
+
* instead.
|
|
1731
1733
|
*/
|
|
1732
1734
|
export interface $ComponentSettings extends $UIComponentSettings {
|
|
1733
1735
|
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
@@ -2061,7 +2063,7 @@ declare module "sap/collaboration/components/socialprofile/Component" {
|
|
|
2061
2063
|
/**
|
|
2062
2064
|
* Social Profile Component
|
|
2063
2065
|
*
|
|
2064
|
-
* @experimental
|
|
2066
|
+
* @experimental The API is not stable and the UI is not finalized. The implementation for this feature
|
|
2065
2067
|
* is subject to change.
|
|
2066
2068
|
*/
|
|
2067
2069
|
export default class Component extends UIComponent {
|
|
@@ -2181,7 +2183,7 @@ declare module "sap/collaboration/components/socialprofile/Component" {
|
|
|
2181
2183
|
*
|
|
2182
2184
|
* @returns the value of property `placement`
|
|
2183
2185
|
*/
|
|
2184
|
-
getPlacement(): PlacementType
|
|
2186
|
+
getPlacement(): PlacementType;
|
|
2185
2187
|
/**
|
|
2186
2188
|
* Getter for property `width`. Gets the width of the Social Profile
|
|
2187
2189
|
*
|
|
@@ -2305,7 +2307,7 @@ declare module "sap/collaboration/components/socialprofile/Component" {
|
|
|
2305
2307
|
/**
|
|
2306
2308
|
* Describes the settings that can be provided to the Component constructor.
|
|
2307
2309
|
*
|
|
2308
|
-
* @experimental
|
|
2310
|
+
* @experimental The API is not stable and the UI is not finalized. The implementation for this feature
|
|
2309
2311
|
* is subject to change.
|
|
2310
2312
|
*/
|
|
2311
2313
|
export interface $ComponentSettings extends $UIComponentSettings {
|
|
@@ -2348,8 +2350,8 @@ declare module "sap/collaboration/components/socialtimeline/Component" {
|
|
|
2348
2350
|
/**
|
|
2349
2351
|
* Social Timeline
|
|
2350
2352
|
*
|
|
2351
|
-
* @deprecated
|
|
2352
|
-
* or later, use the Group Feed component (sap.collaboration.components.feed.Component), Business Object
|
|
2353
|
+
* @deprecated As of version 1.34.0. For new integrations and existing implementations running on release
|
|
2354
|
+
* 1.32 or later, use the Group Feed component (sap.collaboration.components.feed.Component), Business Object
|
|
2353
2355
|
* mode(sap.collaboration.FeedType.BusinessObjectGroups). Note that the Group Feed component does not display
|
|
2354
2356
|
* any updates related to the business object from the back-end system (system updates).
|
|
2355
2357
|
*/
|
|
@@ -2476,7 +2478,7 @@ declare module "sap/collaboration/components/socialtimeline/Component" {
|
|
|
2476
2478
|
* Set the current business object for the social timeline to display. Note: The function setBusinessObjectMap
|
|
2477
2479
|
* must be called once before calling setBusinessObjectKey for the first time.
|
|
2478
2480
|
*
|
|
2479
|
-
* @deprecated
|
|
2481
|
+
* @deprecated As of version 1.28.5. This method is deprecated, use method setBusinessObject instead.
|
|
2480
2482
|
*/
|
|
2481
2483
|
static setBusinessObjectKey(sKey: string): void;
|
|
2482
2484
|
/**
|
|
@@ -2612,7 +2614,7 @@ declare module "sap/collaboration/components/socialtimeline/Component" {
|
|
|
2612
2614
|
*
|
|
2613
2615
|
* @returns the value of property `alignment`
|
|
2614
2616
|
*/
|
|
2615
|
-
getAlignment(): TimelineAlignment
|
|
2617
|
+
getAlignment(): TimelineAlignment;
|
|
2616
2618
|
/**
|
|
2617
2619
|
* Getter for property `axisOrientation`. Timeline axis orientation.
|
|
2618
2620
|
*
|
|
@@ -2621,9 +2623,7 @@ declare module "sap/collaboration/components/socialtimeline/Component" {
|
|
|
2621
2623
|
*
|
|
2622
2624
|
* @returns the value of property `axisOrientation`
|
|
2623
2625
|
*/
|
|
2624
|
-
getAxisOrientation():
|
|
2625
|
-
| TimelineAxisOrientation
|
|
2626
|
-
| keyof typeof TimelineAxisOrientation;
|
|
2626
|
+
getAxisOrientation(): TimelineAxisOrientation;
|
|
2627
2627
|
/**
|
|
2628
2628
|
* Getter for property `customFilter`.
|
|
2629
2629
|
*
|
|
@@ -2799,8 +2799,8 @@ declare module "sap/collaboration/components/socialtimeline/Component" {
|
|
|
2799
2799
|
/**
|
|
2800
2800
|
* Describes the settings that can be provided to the Component constructor.
|
|
2801
2801
|
*
|
|
2802
|
-
* @deprecated
|
|
2803
|
-
* or later, use the Group Feed component (sap.collaboration.components.feed.Component), Business Object
|
|
2802
|
+
* @deprecated As of version 1.34.0. For new integrations and existing implementations running on release
|
|
2803
|
+
* 1.32 or later, use the Group Feed component (sap.collaboration.components.feed.Component), Business Object
|
|
2804
2804
|
* mode(sap.collaboration.FeedType.BusinessObjectGroups). Note that the Group Feed component does not display
|
|
2805
2805
|
* any updates related to the business object from the back-end system (system updates).
|
|
2806
2806
|
*/
|