@sapui5/ts-types-esm 1.138.1 → 1.139.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/README.md +1 -1
- package/package.json +1 -1
- package/types/{sap.ui.core.d.ts → core-1.139.0-esm-d.ts} +112 -31
- package/types/index.d.ts +3 -3
- package/types/{sap.ui.mdc.d.ts → mdc-1.139.0-esm-d.ts} +16 -2
- package/types/{sap.m.d.ts → mobile-1.139.0-esm-d.ts} +488 -20
- 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.cux.home.d.ts +1 -35
- package/types/sap.esh.search.ui.d.ts +10 -4
- package/types/sap.f.d.ts +5 -5
- 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 +30 -8
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +82 -3
- 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 +13 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +55 -13
- 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 -127
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -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 +110 -2
- 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 +1 -1
- 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 +57 -20
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -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.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +86 -53
- 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 +60 -18
- 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/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.cux.home.d.ts
CHANGED
|
@@ -876,20 +876,7 @@ declare module "sap/cux/home/library" {
|
|
|
876
876
|
*
|
|
877
877
|
* @since 1.121
|
|
878
878
|
*/
|
|
879
|
-
export enum NewsType {
|
|
880
|
-
/**
|
|
881
|
-
* Url is of type ATOM
|
|
882
|
-
*/
|
|
883
|
-
ATOM = "undefined",
|
|
884
|
-
/**
|
|
885
|
-
* News is of type custom news feed
|
|
886
|
-
*/
|
|
887
|
-
Custom = "undefined",
|
|
888
|
-
/**
|
|
889
|
-
* Url is of type RSS
|
|
890
|
-
*/
|
|
891
|
-
RSS = "undefined",
|
|
892
|
-
}
|
|
879
|
+
export enum NewsType {}
|
|
893
880
|
}
|
|
894
881
|
|
|
895
882
|
declare module "sap/cux/home/MenuItem" {
|
|
@@ -1056,8 +1043,6 @@ declare module "sap/cux/home/NewsPanel" {
|
|
|
1056
1043
|
$BaseNewsPanelSettings,
|
|
1057
1044
|
} from "sap/cux/home/BaseNewsPanel";
|
|
1058
1045
|
|
|
1059
|
-
import { NewsType } from "sap/cux/home/library";
|
|
1060
|
-
|
|
1061
1046
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1062
1047
|
|
|
1063
1048
|
/**
|
|
@@ -1080,13 +1065,6 @@ declare module "sap/cux/home/NewsPanel" {
|
|
|
1080
1065
|
settings?: /* was: sap.cux.home.BaseNewsPanel.$BaseNewsPanelSettings */ any
|
|
1081
1066
|
);
|
|
1082
1067
|
|
|
1083
|
-
/**
|
|
1084
|
-
* Gets current value of property type.
|
|
1085
|
-
*
|
|
1086
|
-
*
|
|
1087
|
-
* @returns Value of property `type`
|
|
1088
|
-
*/
|
|
1089
|
-
getType(): NewsType;
|
|
1090
1068
|
/**
|
|
1091
1069
|
* Gets current value of property url.
|
|
1092
1070
|
*
|
|
@@ -1094,13 +1072,6 @@ declare module "sap/cux/home/NewsPanel" {
|
|
|
1094
1072
|
* @returns Value of property `url`
|
|
1095
1073
|
*/
|
|
1096
1074
|
getUrl(): string;
|
|
1097
|
-
/**
|
|
1098
|
-
* Gets current value of property type.
|
|
1099
|
-
*
|
|
1100
|
-
*
|
|
1101
|
-
* @returns Value of property `type`
|
|
1102
|
-
*/
|
|
1103
|
-
setType(): NewsType;
|
|
1104
1075
|
/**
|
|
1105
1076
|
* Gets current value of property url.
|
|
1106
1077
|
*
|
|
@@ -1113,11 +1084,6 @@ declare module "sap/cux/home/NewsPanel" {
|
|
|
1113
1084
|
* Describes the settings that can be provided to the NewsPanel constructor.
|
|
1114
1085
|
*/
|
|
1115
1086
|
export interface $NewsPanelSettings extends $BaseNewsPanelSettings {
|
|
1116
|
-
/**
|
|
1117
|
-
* Type of the news item.
|
|
1118
|
-
*/
|
|
1119
|
-
type?: NewsType | PropertyBindingInfo | `{${string}}`;
|
|
1120
|
-
|
|
1121
1087
|
/**
|
|
1122
1088
|
* The URL of the news item.
|
|
1123
1089
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
4
4
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
@@ -544,7 +544,9 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
544
544
|
/**
|
|
545
545
|
* Gets current value of property {@link #getEventConsumers eventConsumers}.
|
|
546
546
|
*
|
|
547
|
-
* Adds a callback function which is called whenever there is a user
|
|
547
|
+
* Adds a callback function which is called whenever there is a user or a technical event. A user event
|
|
548
|
+
* is an event which is triggered by the user interaction with the UI, such as clicking. A technical event
|
|
549
|
+
* is an event which is triggered by the internal events or events which can also be triggered by API.
|
|
548
550
|
*
|
|
549
551
|
* @since 1.120
|
|
550
552
|
*
|
|
@@ -1190,7 +1192,9 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1190
1192
|
/**
|
|
1191
1193
|
* Sets a new value for property {@link #getEventConsumers eventConsumers}.
|
|
1192
1194
|
*
|
|
1193
|
-
* Adds a callback function which is called whenever there is a user
|
|
1195
|
+
* Adds a callback function which is called whenever there is a user or a technical event. A user event
|
|
1196
|
+
* is an event which is triggered by the user interaction with the UI, such as clicking. A technical event
|
|
1197
|
+
* is an event which is triggered by the internal events or events which can also be triggered by API.
|
|
1194
1198
|
*
|
|
1195
1199
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1196
1200
|
*
|
|
@@ -2190,7 +2194,9 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
2190
2194
|
isFilterBarVisible?: Function | PropertyBindingInfo | `{${string}}`;
|
|
2191
2195
|
|
|
2192
2196
|
/**
|
|
2193
|
-
* Adds a callback function which is called whenever there is a user
|
|
2197
|
+
* Adds a callback function which is called whenever there is a user or a technical event. A user event
|
|
2198
|
+
* is an event which is triggered by the user interaction with the UI, such as clicking. A technical event
|
|
2199
|
+
* is an event which is triggered by the internal events or events which can also be triggered by API.
|
|
2194
2200
|
*
|
|
2195
2201
|
* @since 1.120
|
|
2196
2202
|
*/
|
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -6898,8 +6898,8 @@ declare module "sap/f/DynamicPageTitle" {
|
|
|
6898
6898
|
* Gets content of aggregation {@link #getActions actions}.
|
|
6899
6899
|
*
|
|
6900
6900
|
* The `DynamicPageTitle` actions.
|
|
6901
|
-
* **Note:** The `actions` aggregation accepts any UI5 control,
|
|
6902
|
-
*
|
|
6901
|
+
* **Note:** The `actions` aggregation accepts any UI5 control. However, it is best to use buttons or controls
|
|
6902
|
+
* that work well inside toolbars, such as those typically used with {@link sap.m.Toolbar} and {@link sap.m.OverflowToolbar}.
|
|
6903
6903
|
*
|
|
6904
6904
|
* **Note:** If the `snappedTitleOnMobile` aggregation is set, its content overrides this aggregation when
|
|
6905
6905
|
* the control is viewed on a phone mobile device and the `DynamicPageHeader` is in its collapsed (snapped)
|
|
@@ -7614,8 +7614,8 @@ declare module "sap/f/DynamicPageTitle" {
|
|
|
7614
7614
|
|
|
7615
7615
|
/**
|
|
7616
7616
|
* The `DynamicPageTitle` actions.
|
|
7617
|
-
* **Note:** The `actions` aggregation accepts any UI5 control,
|
|
7618
|
-
*
|
|
7617
|
+
* **Note:** The `actions` aggregation accepts any UI5 control. However, it is best to use buttons or controls
|
|
7618
|
+
* that work well inside toolbars, such as those typically used with {@link sap.m.Toolbar} and {@link sap.m.OverflowToolbar}.
|
|
7619
7619
|
*
|
|
7620
7620
|
* **Note:** If the `snappedTitleOnMobile` aggregation is set, its content overrides this aggregation when
|
|
7621
7621
|
* the control is viewed on a phone mobile device and the `DynamicPageHeader` is in its collapsed (snapped)
|
package/types/sap.fe.ariba.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/core/AppComponent" {
|
|
4
4
|
import {
|
|
@@ -608,10 +608,14 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
608
608
|
*
|
|
609
609
|
* @since 1.90.0
|
|
610
610
|
*
|
|
611
|
-
* @returns A promise which resolves once the action has been executed. If resolved, the promise returns
|
|
612
|
-
*
|
|
611
|
+
* @returns A promise which resolves once the action has been executed. If resolved, the promise returns
|
|
612
|
+
*
|
|
613
|
+
*
|
|
614
|
+
* - If the parameter contexts is an array: an array of objects, each object containing a key "status",
|
|
613
615
|
* as well as "value" referencing the action status and the context
|
|
614
|
-
*
|
|
616
|
+
*
|
|
617
|
+
* - If the parameter contexts is not an array: a single context
|
|
618
|
+
*
|
|
615
619
|
* The context(s) provided in the promise is (are) either the return value context of the action or the
|
|
616
620
|
* bound context if the return value is undefined.
|
|
617
621
|
*/
|
|
@@ -1103,10 +1107,14 @@ declare module "sap/fe/core/controllerextensions/Paginator" {
|
|
|
1103
1107
|
*/
|
|
1104
1108
|
export default class Paginator extends ControllerExtension {
|
|
1105
1109
|
/**
|
|
1106
|
-
* This
|
|
1107
|
-
*
|
|
1108
|
-
* If the context is navigable
|
|
1109
|
-
* If the context
|
|
1110
|
+
* This method is invoked whenever a context is loaded using the paginator buttons. It determines whether
|
|
1111
|
+
* the context supports navigation. The method must return one of the following:
|
|
1112
|
+
* ContextNavigationType.None: If the context is not navigable.
|
|
1113
|
+
* ContextNavigationType.Internal: If the context supports internal navigation within the same application
|
|
1114
|
+
* to a detail view, such as an object page or a subobject page.
|
|
1115
|
+
* ContextNavigationType.External: If the context navigates to an external application.
|
|
1116
|
+
* The paginator buttons only allow navigation to contexts with internal navigation. Contexts with None
|
|
1117
|
+
* or External navigation are skipped.
|
|
1110
1118
|
*
|
|
1111
1119
|
* @since 1.138.0
|
|
1112
1120
|
*
|
|
@@ -1147,6 +1155,18 @@ declare module "sap/fe/core/controllerextensions/Paginator" {
|
|
|
1147
1155
|
}
|
|
1148
1156
|
}
|
|
1149
1157
|
|
|
1158
|
+
declare module "sap/fe/core/controllerextensions/Recommendations" {
|
|
1159
|
+
/**
|
|
1160
|
+
* Parameters for the acceptRecommendations and onBeforeAcceptRecommendations methods.
|
|
1161
|
+
*/
|
|
1162
|
+
export type AcceptAllParams = {};
|
|
1163
|
+
|
|
1164
|
+
/**
|
|
1165
|
+
* Represents a single recommendation entry.
|
|
1166
|
+
*/
|
|
1167
|
+
export type RecommendationData = {};
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1150
1170
|
declare module "sap/fe/core/controllerextensions/Routing" {
|
|
1151
1171
|
import BaseControllerExtension from "sap/fe/core/controllerextensions/BaseControllerExtension";
|
|
1152
1172
|
|
|
@@ -1691,6 +1711,8 @@ declare namespace sap {
|
|
|
1691
1711
|
|
|
1692
1712
|
"sap/fe/core/controllerextensions/Paginator": undefined;
|
|
1693
1713
|
|
|
1714
|
+
"sap/fe/core/controllerextensions/Recommendations": undefined;
|
|
1715
|
+
|
|
1694
1716
|
"sap/fe/core/controllerextensions/Routing": undefined;
|
|
1695
1717
|
|
|
1696
1718
|
"sap/fe/core/controllerextensions/Share": undefined;
|
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/Chart" {
|
|
4
4
|
import {
|
|
@@ -1934,14 +1934,14 @@ declare module "sap/fe/macros/field/FieldFormatOptions" {
|
|
|
1934
1934
|
/**
|
|
1935
1935
|
* Property for defining a custom pattern for the date, time, or dateTime format.
|
|
1936
1936
|
*
|
|
1937
|
-
* If
|
|
1937
|
+
* If a dateTimePattern is defined, the dateTimeStyle is ignored.
|
|
1938
1938
|
*/
|
|
1939
1939
|
dateTimePattern?: string | PropertyBindingInfo;
|
|
1940
1940
|
|
|
1941
1941
|
/**
|
|
1942
1942
|
* Property for defining the display style for the date, time, or dateTime format.
|
|
1943
1943
|
*
|
|
1944
|
-
* If there is a dateTimePattern defined dateTimeStyle is ignored.
|
|
1944
|
+
* If there is a dateTimePattern defined, dateTimeStyle is ignored.
|
|
1945
1945
|
*/
|
|
1946
1946
|
dateTimeStyle?: string | PropertyBindingInfo;
|
|
1947
1947
|
|
|
@@ -1974,6 +1974,21 @@ declare module "sap/fe/macros/field/FieldFormatOptions" {
|
|
|
1974
1974
|
| PropertyBindingInfo
|
|
1975
1975
|
| `{${string}}`;
|
|
1976
1976
|
|
|
1977
|
+
/**
|
|
1978
|
+
* When the Field is displayed as a clickable element, it defines the size of the reactive area of the clickable
|
|
1979
|
+
* element:
|
|
1980
|
+
* - ReactiveAreaMode.Inline - The link is displayed as part of a sentence.
|
|
1981
|
+
* - ReactiveAreaMode.Overlay - The link is displayed as an overlay on top of other interactive parts of
|
|
1982
|
+
* the page.
|
|
1983
|
+
* Note: It is designed to make the clickable element easier to activate and helps meet the WCAG 2.2 Target
|
|
1984
|
+
* Size requirement. It is applicable only for the SAP Horizon themes. Note: The size of the reactive area
|
|
1985
|
+
* is sufficiently large to help users avoid accidentally selecting (clicking or tapping) unintended UI
|
|
1986
|
+
* elements. UI elements positioned over other parts of the page may need an invisible active touch area.
|
|
1987
|
+
* This ensures that no elements beneath are activated accidentally when the user tries to interact with
|
|
1988
|
+
* the overlay element.
|
|
1989
|
+
*/
|
|
1990
|
+
reactiveAreaMode?: string | PropertyBindingInfo;
|
|
1991
|
+
|
|
1977
1992
|
/**
|
|
1978
1993
|
* Defines if the date part of a date time with timezone field should be shown.
|
|
1979
1994
|
*
|
|
@@ -3853,6 +3868,22 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3853
3868
|
*/
|
|
3854
3869
|
personalization?: string | PropertyBindingInfo;
|
|
3855
3870
|
|
|
3871
|
+
/**
|
|
3872
|
+
* Defines the layout options of the table popins. Only applies to responsive tables.
|
|
3873
|
+
* Allowed values are `Block`, `GridLarge`, and `GridSmall`.
|
|
3874
|
+
*
|
|
3875
|
+
* - `Block`: Sets a block layout for rendering the table popins. The elements inside the popin container
|
|
3876
|
+
* are rendered one below the other.
|
|
3877
|
+
*
|
|
3878
|
+
* - `GridLarge`: Sets a grid layout for rendering the table popins. The grid width for each table popin
|
|
3879
|
+
* is comparatively larger than GridSmall, so this layout allows less content to be rendered in a single
|
|
3880
|
+
* popin row.
|
|
3881
|
+
*
|
|
3882
|
+
* - `GridSmall`: Sets a grid layout for rendering the table popins. The grid width for each table popin
|
|
3883
|
+
* is small, so this layout allows more content to be rendered in a single popin row.
|
|
3884
|
+
*/
|
|
3885
|
+
popinLayout?: string | PropertyBindingInfo;
|
|
3886
|
+
|
|
3856
3887
|
/**
|
|
3857
3888
|
* An expression that allows you to control the 'read-only' state of the table.
|
|
3858
3889
|
* If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the
|
|
@@ -4480,6 +4511,22 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4480
4511
|
*/
|
|
4481
4512
|
personalization?: string | PropertyBindingInfo;
|
|
4482
4513
|
|
|
4514
|
+
/**
|
|
4515
|
+
* Defines the layout options of the table popins. Only applies to responsive tables.
|
|
4516
|
+
* Allowed values are `Block`, `GridLarge`, and `GridSmall`.
|
|
4517
|
+
*
|
|
4518
|
+
* - `Block`: Sets a block layout for rendering the table popins. The elements inside the popin container
|
|
4519
|
+
* are rendered one below the other.
|
|
4520
|
+
*
|
|
4521
|
+
* - `GridLarge`: Sets a grid layout for rendering the table popins. The grid width for each table popin
|
|
4522
|
+
* is comparatively larger than GridSmall, so this layout allows less content to be rendered in a single
|
|
4523
|
+
* popin row.
|
|
4524
|
+
*
|
|
4525
|
+
* - `GridSmall`: Sets a grid layout for rendering the table popins. The grid width for each table popin
|
|
4526
|
+
* is small, so this layout allows more content to be rendered in a single popin row.
|
|
4527
|
+
*/
|
|
4528
|
+
popinLayout?: string | PropertyBindingInfo;
|
|
4529
|
+
|
|
4483
4530
|
/**
|
|
4484
4531
|
* An expression that allows you to control the 'read-only' state of the table.
|
|
4485
4532
|
* If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the
|
|
@@ -5100,6 +5147,22 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
5100
5147
|
*/
|
|
5101
5148
|
personalization?: string | PropertyBindingInfo;
|
|
5102
5149
|
|
|
5150
|
+
/**
|
|
5151
|
+
* Defines the layout options of the table popins. Only applies to responsive tables.
|
|
5152
|
+
* Allowed values are `Block`, `GridLarge`, and `GridSmall`.
|
|
5153
|
+
*
|
|
5154
|
+
* - `Block`: Sets a block layout for rendering the table popins. The elements inside the popin container
|
|
5155
|
+
* are rendered one below the other.
|
|
5156
|
+
*
|
|
5157
|
+
* - `GridLarge`: Sets a grid layout for rendering the table popins. The grid width for each table popin
|
|
5158
|
+
* is comparatively larger than GridSmall, so this layout allows less content to be rendered in a single
|
|
5159
|
+
* popin row.
|
|
5160
|
+
*
|
|
5161
|
+
* - `GridSmall`: Sets a grid layout for rendering the table popins. The grid width for each table popin
|
|
5162
|
+
* is small, so this layout allows more content to be rendered in a single popin row.
|
|
5163
|
+
*/
|
|
5164
|
+
popinLayout?: string | PropertyBindingInfo;
|
|
5165
|
+
|
|
5103
5166
|
/**
|
|
5104
5167
|
* An expression that allows you to control the 'read-only' state of the table.
|
|
5105
5168
|
* If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the
|
|
@@ -5760,6 +5823,22 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5760
5823
|
*/
|
|
5761
5824
|
personalization?: string | PropertyBindingInfo;
|
|
5762
5825
|
|
|
5826
|
+
/**
|
|
5827
|
+
* Defines the layout options of the table popins. Only applies to responsive tables.
|
|
5828
|
+
* Allowed values are `Block`, `GridLarge`, and `GridSmall`.
|
|
5829
|
+
*
|
|
5830
|
+
* - `Block`: Sets a block layout for rendering the table popins. The elements inside the popin container
|
|
5831
|
+
* are rendered one below the other.
|
|
5832
|
+
*
|
|
5833
|
+
* - `GridLarge`: Sets a grid layout for rendering the table popins. The grid width for each table popin
|
|
5834
|
+
* is comparatively larger than GridSmall, so this layout allows less content to be rendered in a single
|
|
5835
|
+
* popin row.
|
|
5836
|
+
*
|
|
5837
|
+
* - `GridSmall`: Sets a grid layout for rendering the table popins. The grid width for each table popin
|
|
5838
|
+
* is small, so this layout allows more content to be rendered in a single popin row.
|
|
5839
|
+
*/
|
|
5840
|
+
popinLayout?: string | PropertyBindingInfo;
|
|
5841
|
+
|
|
5763
5842
|
/**
|
|
5764
5843
|
* An expression that allows you to control the 'read-only' state of the table.
|
|
5765
5844
|
* If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the
|
package/types/sap.fe.test.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/test/library" {}
|
|
4
4
|
|
|
@@ -976,6 +976,18 @@ declare module "sap/fe/test/api/FilterBarActions" {
|
|
|
976
976
|
*/
|
|
977
977
|
bApplyAutomatically?: string
|
|
978
978
|
): object;
|
|
979
|
+
/**
|
|
980
|
+
* Select a value from a filter field drop-down list.
|
|
981
|
+
*
|
|
982
|
+
*
|
|
983
|
+
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
984
|
+
*/
|
|
985
|
+
iSelectDropDownOption(
|
|
986
|
+
/**
|
|
987
|
+
* The new value to be selected from the drop-down list
|
|
988
|
+
*/
|
|
989
|
+
vValue?: string
|
|
990
|
+
): object;
|
|
979
991
|
/**
|
|
980
992
|
* Selects the chosen variant.
|
|
981
993
|
*
|
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -11156,7 +11156,7 @@ declare module "sap/gantt/def/pattern/SlashPattern" {
|
|
|
11156
11156
|
* background Color
|
|
11157
11157
|
* strokeColor strokeWidth
|
|
11158
11158
|
*/
|
|
11159
|
-
export default
|
|
11159
|
+
export default class SlashPattern extends PatternBase {
|
|
11160
11160
|
/**
|
|
11161
11161
|
* Creates and initializes a slash pattern defined for later reuse.
|
|
11162
11162
|
*
|
|
@@ -35305,8 +35305,6 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
35305
35305
|
*
|
|
35306
35306
|
* Postion of left anchor for a shape to connect with other shapes whose value ranges from 0-100
|
|
35307
35307
|
*
|
|
35308
|
-
* Default value is `50`.
|
|
35309
|
-
*
|
|
35310
35308
|
* @since 1.131
|
|
35311
35309
|
*
|
|
35312
35310
|
* @returns Value of property `leftAnchorPosition`
|
|
@@ -35342,8 +35340,6 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
35342
35340
|
*
|
|
35343
35341
|
* Postion of right anchor for a shape to connect with other shapes whose value ranges from 0-100
|
|
35344
35342
|
*
|
|
35345
|
-
* Default value is `50`.
|
|
35346
|
-
*
|
|
35347
35343
|
* @since 1.131
|
|
35348
35344
|
*
|
|
35349
35345
|
* @returns Value of property `rightAnchorPosition`
|
|
@@ -36025,8 +36021,6 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
36025
36021
|
*
|
|
36026
36022
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36027
36023
|
*
|
|
36028
|
-
* Default value is `50`.
|
|
36029
|
-
*
|
|
36030
36024
|
* @since 1.131
|
|
36031
36025
|
*
|
|
36032
36026
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36035,7 +36029,7 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
36035
36029
|
/**
|
|
36036
36030
|
* New value for property `leftAnchorPosition`
|
|
36037
36031
|
*/
|
|
36038
|
-
iLeftAnchorPosition
|
|
36032
|
+
iLeftAnchorPosition: int
|
|
36039
36033
|
): this;
|
|
36040
36034
|
/**
|
|
36041
36035
|
* Sets a new value for property {@link #getOpacity opacity}.
|
|
@@ -36083,8 +36077,6 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
36083
36077
|
*
|
|
36084
36078
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36085
36079
|
*
|
|
36086
|
-
* Default value is `50`.
|
|
36087
|
-
*
|
|
36088
36080
|
* @since 1.131
|
|
36089
36081
|
*
|
|
36090
36082
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36093,7 +36085,7 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
36093
36085
|
/**
|
|
36094
36086
|
* New value for property `rightAnchorPosition`
|
|
36095
36087
|
*/
|
|
36096
|
-
iRightAnchorPosition
|
|
36088
|
+
iRightAnchorPosition: int
|
|
36097
36089
|
): this;
|
|
36098
36090
|
/**
|
|
36099
36091
|
* Sets a new value for property {@link #getRowYCenter rowYCenter}.
|
|
@@ -45665,6 +45657,16 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45665
45657
|
*/
|
|
45666
45658
|
vValue: Date | string | any[]
|
|
45667
45659
|
): void;
|
|
45660
|
+
/**
|
|
45661
|
+
* @since 1.139
|
|
45662
|
+
*/
|
|
45663
|
+
multiColumnSort(
|
|
45664
|
+
/**
|
|
45665
|
+
* must be structured as the following { control: table control, oColumns: [], an array of sorted columns,
|
|
45666
|
+
* a column must have a new value oldValues: [], an array of old values for sorted columns }
|
|
45667
|
+
*/
|
|
45668
|
+
oEvent: object
|
|
45669
|
+
): void;
|
|
45668
45670
|
/**
|
|
45669
45671
|
* Bind rows of the table aggregtion with given parameters Also, create the promise to wait for inner gantt
|
|
45670
45672
|
* rendering
|
|
@@ -54227,6 +54229,8 @@ declare module "sap/gantt/simple/StockChart" {
|
|
|
54227
54229
|
|
|
54228
54230
|
import StockChartDimension from "sap/gantt/simple/StockChartDimension";
|
|
54229
54231
|
|
|
54232
|
+
import BaseLine from "sap/gantt/simple/BaseLine";
|
|
54233
|
+
|
|
54230
54234
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
54231
54235
|
|
|
54232
54236
|
import {
|
|
@@ -54316,6 +54320,14 @@ declare module "sap/gantt/simple/StockChart" {
|
|
|
54316
54320
|
*/
|
|
54317
54321
|
oStockChartDimension: StockChartDimension
|
|
54318
54322
|
): this;
|
|
54323
|
+
/**
|
|
54324
|
+
* Destroys the customMiddleLine in the aggregation {@link #getCustomMiddleLine customMiddleLine}.
|
|
54325
|
+
*
|
|
54326
|
+
* @since 1.140
|
|
54327
|
+
*
|
|
54328
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
54329
|
+
*/
|
|
54330
|
+
destroyCustomMiddleLine(): this;
|
|
54319
54331
|
/**
|
|
54320
54332
|
* Destroys all the stockChartDimensions in the aggregation {@link #getStockChartDimensions stockChartDimensions}.
|
|
54321
54333
|
*
|
|
@@ -54323,6 +54335,14 @@ declare module "sap/gantt/simple/StockChart" {
|
|
|
54323
54335
|
* @returns Reference to `this` in order to allow method chaining
|
|
54324
54336
|
*/
|
|
54325
54337
|
destroyStockChartDimensions(): this;
|
|
54338
|
+
/**
|
|
54339
|
+
* Gets content of aggregation {@link #getCustomMiddleLine customMiddleLine}.
|
|
54340
|
+
*
|
|
54341
|
+
* Custom configuration for middle line to define stroke, stroke-width and stroke-dasharray.
|
|
54342
|
+
*
|
|
54343
|
+
* @since 1.140
|
|
54344
|
+
*/
|
|
54345
|
+
getCustomMiddleLine(): BaseLine;
|
|
54326
54346
|
/**
|
|
54327
54347
|
* Gets current value of property {@link #getMaxValue maxValue}.
|
|
54328
54348
|
*
|
|
@@ -54453,6 +54473,19 @@ declare module "sap/gantt/simple/StockChart" {
|
|
|
54453
54473
|
*/
|
|
54454
54474
|
oElement: object
|
|
54455
54475
|
): void;
|
|
54476
|
+
/**
|
|
54477
|
+
* Sets the aggregated {@link #getCustomMiddleLine customMiddleLine}.
|
|
54478
|
+
*
|
|
54479
|
+
* @since 1.140
|
|
54480
|
+
*
|
|
54481
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
54482
|
+
*/
|
|
54483
|
+
setCustomMiddleLine(
|
|
54484
|
+
/**
|
|
54485
|
+
* The customMiddleLine to set
|
|
54486
|
+
*/
|
|
54487
|
+
oCustomMiddleLine: BaseLine
|
|
54488
|
+
): this;
|
|
54456
54489
|
/**
|
|
54457
54490
|
* Sets a new value for property {@link #getMaxValue maxValue}.
|
|
54458
54491
|
*
|
|
@@ -54587,6 +54620,13 @@ declare module "sap/gantt/simple/StockChart" {
|
|
|
54587
54620
|
| StockChartDimension
|
|
54588
54621
|
| AggregationBindingInfo
|
|
54589
54622
|
| `{${string}}`;
|
|
54623
|
+
|
|
54624
|
+
/**
|
|
54625
|
+
* Custom configuration for middle line to define stroke, stroke-width and stroke-dasharray.
|
|
54626
|
+
*
|
|
54627
|
+
* @since 1.140
|
|
54628
|
+
*/
|
|
54629
|
+
customMiddleLine?: BaseLine;
|
|
54590
54630
|
}
|
|
54591
54631
|
}
|
|
54592
54632
|
|
|
@@ -55066,7 +55106,9 @@ declare module "sap/gantt/simple/StockChartPeriod" {
|
|
|
55066
55106
|
|
|
55067
55107
|
/**
|
|
55068
55108
|
* StockChartPeriod is used by `sap.gantt.simple.StockChart` It represents a time period that a specific
|
|
55069
|
-
* stock usages
|
|
55109
|
+
* stock usages If the tooltip aggregation is defined for a stock chart period, it is used to render the
|
|
55110
|
+
* tooltip. If explicitly set to " ", no tooltip is shown. If the tooltip aggregation is not provided, a
|
|
55111
|
+
* default tooltip is displayed in the format - dimension name:period value.
|
|
55070
55112
|
*
|
|
55071
55113
|
* StockChartPeriod is defined as an aggregation of `sap.gantt.simple.StockChartDimension`
|
|
55072
55114
|
*/
|
package/types/sap.insights.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED