@sapui5/ts-types-esm 1.145.1 → 1.147.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 +3 -6
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +4 -7
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +56 -67
- package/types/sap.f.d.ts +220 -527
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +3921 -3221
- 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 +49 -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 +228 -1
- package/types/sap.insights.d.ts +14 -1
- package/types/{mobile-1.145.0-esm-d.ts → sap.m.d.ts} +596 -48
- 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 +299 -10
- package/types/sap.suite.ui.generic.template.d.ts +79 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +9 -19
- package/types/sap.ui.codeeditor.d.ts +82 -46
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +5 -15
- package/types/{core-1.145.0-esm-d.ts → sap.ui.core.d.ts} +1214 -396
- 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 +9 -1
- package/types/sap.ui.generic.app.d.ts +5 -5
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +87 -290
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/{mdc-1.145.0-esm-d.ts → sap.ui.mdc.d.ts} +113 -22
- package/types/sap.ui.richtexteditor.d.ts +6 -6
- 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 +2 -2
- 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 +41 -11
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +8 -24
- package/types/sap.ui.vk.d.ts +209 -2
- package/types/sap.ui.vtm.d.ts +2 -2
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +609 -202
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +151 -2
- package/types/sap.viz.d.ts +4 -5
- 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.ui.webc.common.d.ts +0 -164
- package/types/sap.ui.webc.fiori.d.ts +0 -16235
- package/types/sap.ui.webc.main.d.ts +0 -51365
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -113,6 +113,31 @@ declare module "sap/f/library" {
|
|
|
113
113
|
*/
|
|
114
114
|
Persist = "Persist",
|
|
115
115
|
}
|
|
116
|
+
/**
|
|
117
|
+
* Defines the media breakpoints for DynamicPage.
|
|
118
|
+
*
|
|
119
|
+
* This enum is part of the 'sap/f/library' module export and must be accessed by the property 'DynamicPageMediaRange'.
|
|
120
|
+
*
|
|
121
|
+
* @since 1.147
|
|
122
|
+
*/
|
|
123
|
+
export enum DynamicPageMediaRange {
|
|
124
|
+
/**
|
|
125
|
+
* Desktop breakpoint (1025px to 1439px).
|
|
126
|
+
*/
|
|
127
|
+
Desktop = "Desktop",
|
|
128
|
+
/**
|
|
129
|
+
* Desktop Extra Large breakpoint (1440px and above).
|
|
130
|
+
*/
|
|
131
|
+
DesktopExtraLarge = "DesktopExtraLarge",
|
|
132
|
+
/**
|
|
133
|
+
* Phone breakpoint (up to 600px).
|
|
134
|
+
*/
|
|
135
|
+
Phone = "Phone",
|
|
136
|
+
/**
|
|
137
|
+
* Tablet breakpoint (601px to 1024px).
|
|
138
|
+
*/
|
|
139
|
+
Tablet = "Tablet",
|
|
140
|
+
}
|
|
116
141
|
/**
|
|
117
142
|
* Defines the areas within the `sap.f.DynamicPageTitle` control.
|
|
118
143
|
*
|
|
@@ -434,8 +459,7 @@ declare module "sap/f/library" {
|
|
|
434
459
|
*
|
|
435
460
|
* This enum is part of the 'sap/f/library' module export and must be accessed by the property 'cards.SemanticRole'.
|
|
436
461
|
*
|
|
437
|
-
* @
|
|
438
|
-
* @experimental
|
|
462
|
+
* @experimental As of version 1.131.
|
|
439
463
|
*/
|
|
440
464
|
enum SemanticRole {
|
|
441
465
|
/**
|
|
@@ -1815,8 +1839,6 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
1815
1839
|
|
|
1816
1840
|
import { IBar, WrappingType } from "sap/m/library";
|
|
1817
1841
|
|
|
1818
|
-
import Text from "sap/m/Text";
|
|
1819
|
-
|
|
1820
1842
|
import Event from "sap/ui/base/Event";
|
|
1821
1843
|
|
|
1822
1844
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -1893,24 +1915,9 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
1893
1915
|
* @returns Metadata object describing this class
|
|
1894
1916
|
*/
|
|
1895
1917
|
static getMetadata(): ElementMetadata;
|
|
1896
|
-
/**
|
|
1897
|
-
* Adds some bannerLine to the aggregation {@link #getBannerLines bannerLines}.
|
|
1898
|
-
*
|
|
1899
|
-
* @since 1.118
|
|
1900
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
1901
|
-
*
|
|
1902
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
1903
|
-
*/
|
|
1904
|
-
addBannerLine(
|
|
1905
|
-
/**
|
|
1906
|
-
* The bannerLine to add; if empty, nothing is inserted
|
|
1907
|
-
*/
|
|
1908
|
-
oBannerLine: Text
|
|
1909
|
-
): this;
|
|
1910
1918
|
/**
|
|
1911
1919
|
* Adds some infoSection to the aggregation {@link #getInfoSection infoSection}.
|
|
1912
1920
|
*
|
|
1913
|
-
* @since 1.136
|
|
1914
1921
|
* @experimental As of version 1.136.
|
|
1915
1922
|
*
|
|
1916
1923
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1968,19 +1975,9 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
1968
1975
|
*/
|
|
1969
1976
|
oListener?: object
|
|
1970
1977
|
): this;
|
|
1971
|
-
/**
|
|
1972
|
-
* Destroys all the bannerLines in the aggregation {@link #getBannerLines bannerLines}.
|
|
1973
|
-
*
|
|
1974
|
-
* @since 1.118
|
|
1975
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
1976
|
-
*
|
|
1977
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
1978
|
-
*/
|
|
1979
|
-
destroyBannerLines(): this;
|
|
1980
1978
|
/**
|
|
1981
1979
|
* Destroys all the infoSection in the aggregation {@link #getInfoSection infoSection}.
|
|
1982
1980
|
*
|
|
1983
|
-
* @since 1.136
|
|
1984
1981
|
* @experimental As of version 1.136.
|
|
1985
1982
|
*
|
|
1986
1983
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1989,7 +1986,6 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
1989
1986
|
/**
|
|
1990
1987
|
* Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
|
|
1991
1988
|
*
|
|
1992
|
-
* @since 1.86
|
|
1993
1989
|
* @experimental As of version 1.86.
|
|
1994
1990
|
*
|
|
1995
1991
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -2026,15 +2022,6 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2026
2022
|
*/
|
|
2027
2023
|
mParameters?: object
|
|
2028
2024
|
): this;
|
|
2029
|
-
/**
|
|
2030
|
-
* Gets content of aggregation {@link #getBannerLines bannerLines}.
|
|
2031
|
-
*
|
|
2032
|
-
* Show as a banner in the header area. Use for example for system info and application shortcut.
|
|
2033
|
-
*
|
|
2034
|
-
* @since 1.118
|
|
2035
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2036
|
-
*/
|
|
2037
|
-
getBannerLines(): Text[];
|
|
2038
2025
|
/**
|
|
2039
2026
|
* Gets current value of property {@link #getDataTimestamp dataTimestamp}.
|
|
2040
2027
|
*
|
|
@@ -2047,27 +2034,16 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2047
2034
|
*
|
|
2048
2035
|
* Default value is `empty string`.
|
|
2049
2036
|
*
|
|
2050
|
-
* @experimental As of version 1.89.
|
|
2037
|
+
* @experimental As of version 1.89.
|
|
2051
2038
|
*
|
|
2052
2039
|
* @returns Value of property `dataTimestamp`
|
|
2053
2040
|
*/
|
|
2054
2041
|
getDataTimestamp(): string;
|
|
2055
|
-
/**
|
|
2056
|
-
* Gets current value of property {@link #getHref href}.
|
|
2057
|
-
*
|
|
2058
|
-
* Defines the href which the header should open. If set - the header will act and render as a link.
|
|
2059
|
-
*
|
|
2060
|
-
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
2061
|
-
*
|
|
2062
|
-
* @returns Value of property `href`
|
|
2063
|
-
*/
|
|
2064
|
-
getHref(): string;
|
|
2065
2042
|
/**
|
|
2066
2043
|
* Gets content of aggregation {@link #getInfoSection infoSection}.
|
|
2067
2044
|
*
|
|
2068
2045
|
* Info sections to be displayed in the header.
|
|
2069
2046
|
*
|
|
2070
|
-
* @since 1.136
|
|
2071
2047
|
* @experimental As of version 1.136.
|
|
2072
2048
|
*/
|
|
2073
2049
|
getInfoSection(): Control[];
|
|
@@ -2078,27 +2054,16 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2078
2054
|
*
|
|
2079
2055
|
* Default value is `true`.
|
|
2080
2056
|
*
|
|
2081
|
-
* @experimental As of version 1.116.
|
|
2057
|
+
* @experimental As of version 1.116.
|
|
2082
2058
|
*
|
|
2083
2059
|
* @returns Value of property `statusVisible`
|
|
2084
2060
|
*/
|
|
2085
2061
|
getStatusVisible(): boolean;
|
|
2086
|
-
/**
|
|
2087
|
-
* Gets current value of property {@link #getTarget target}.
|
|
2088
|
-
*
|
|
2089
|
-
* Defines the target for the case when `href` is given.
|
|
2090
|
-
*
|
|
2091
|
-
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
2092
|
-
*
|
|
2093
|
-
* @returns Value of property `target`
|
|
2094
|
-
*/
|
|
2095
|
-
getTarget(): string;
|
|
2096
2062
|
/**
|
|
2097
2063
|
* Gets content of aggregation {@link #getToolbar toolbar}.
|
|
2098
2064
|
*
|
|
2099
2065
|
* Defines the toolbar.
|
|
2100
2066
|
*
|
|
2101
|
-
* @since 1.86
|
|
2102
2067
|
* @experimental As of version 1.86.
|
|
2103
2068
|
*/
|
|
2104
2069
|
getToolbar(): Control;
|
|
@@ -2110,31 +2075,15 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2110
2075
|
*
|
|
2111
2076
|
* Default value is `Normal`.
|
|
2112
2077
|
*
|
|
2113
|
-
* @experimental As of version 1.122.
|
|
2078
|
+
* @experimental As of version 1.122.
|
|
2114
2079
|
*
|
|
2115
2080
|
* @returns Value of property `wrappingType`
|
|
2116
2081
|
*/
|
|
2117
2082
|
getWrappingType(): WrappingType;
|
|
2118
|
-
/**
|
|
2119
|
-
* Checks for the provided `sap.m.Text` in the aggregation {@link #getBannerLines bannerLines}. and returns
|
|
2120
|
-
* its index if found or -1 otherwise.
|
|
2121
|
-
*
|
|
2122
|
-
* @since 1.118
|
|
2123
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2124
|
-
*
|
|
2125
|
-
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
2126
|
-
*/
|
|
2127
|
-
indexOfBannerLine(
|
|
2128
|
-
/**
|
|
2129
|
-
* The bannerLine whose index is looked for
|
|
2130
|
-
*/
|
|
2131
|
-
oBannerLine: Text
|
|
2132
|
-
): int;
|
|
2133
2083
|
/**
|
|
2134
2084
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getInfoSection infoSection}.
|
|
2135
2085
|
* and returns its index if found or -1 otherwise.
|
|
2136
2086
|
*
|
|
2137
|
-
* @since 1.136
|
|
2138
2087
|
* @experimental As of version 1.136.
|
|
2139
2088
|
*
|
|
2140
2089
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
@@ -2145,30 +2094,9 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2145
2094
|
*/
|
|
2146
2095
|
oInfoSection: Control
|
|
2147
2096
|
): int;
|
|
2148
|
-
/**
|
|
2149
|
-
* Inserts a bannerLine into the aggregation {@link #getBannerLines bannerLines}.
|
|
2150
|
-
*
|
|
2151
|
-
* @since 1.118
|
|
2152
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2153
|
-
*
|
|
2154
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
2155
|
-
*/
|
|
2156
|
-
insertBannerLine(
|
|
2157
|
-
/**
|
|
2158
|
-
* The bannerLine to insert; if empty, nothing is inserted
|
|
2159
|
-
*/
|
|
2160
|
-
oBannerLine: Text,
|
|
2161
|
-
/**
|
|
2162
|
-
* The `0`-based index the bannerLine should be inserted at; for a negative value of `iIndex`, the bannerLine
|
|
2163
|
-
* is inserted at position 0; for a value greater than the current size of the aggregation, the bannerLine
|
|
2164
|
-
* is inserted at the last position
|
|
2165
|
-
*/
|
|
2166
|
-
iIndex: int
|
|
2167
|
-
): this;
|
|
2168
2097
|
/**
|
|
2169
2098
|
* Inserts a infoSection into the aggregation {@link #getInfoSection infoSection}.
|
|
2170
2099
|
*
|
|
2171
|
-
* @since 1.136
|
|
2172
2100
|
* @experimental As of version 1.136.
|
|
2173
2101
|
*
|
|
2174
2102
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -2185,46 +2113,19 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2185
2113
|
*/
|
|
2186
2114
|
iIndex: int
|
|
2187
2115
|
): this;
|
|
2188
|
-
/**
|
|
2189
|
-
* Removes all the controls from the aggregation {@link #getBannerLines bannerLines}.
|
|
2190
|
-
*
|
|
2191
|
-
* Additionally, it unregisters them from the hosting UIArea.
|
|
2192
|
-
*
|
|
2193
|
-
* @since 1.118
|
|
2194
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2195
|
-
*
|
|
2196
|
-
* @returns An array of the removed elements (might be empty)
|
|
2197
|
-
*/
|
|
2198
|
-
removeAllBannerLines(): Text[];
|
|
2199
2116
|
/**
|
|
2200
2117
|
* Removes all the controls from the aggregation {@link #getInfoSection infoSection}.
|
|
2201
2118
|
*
|
|
2202
2119
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
2203
2120
|
*
|
|
2204
|
-
* @since 1.136
|
|
2205
2121
|
* @experimental As of version 1.136.
|
|
2206
2122
|
*
|
|
2207
2123
|
* @returns An array of the removed elements (might be empty)
|
|
2208
2124
|
*/
|
|
2209
2125
|
removeAllInfoSection(): Control[];
|
|
2210
|
-
/**
|
|
2211
|
-
* Removes a bannerLine from the aggregation {@link #getBannerLines bannerLines}.
|
|
2212
|
-
*
|
|
2213
|
-
* @since 1.118
|
|
2214
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2215
|
-
*
|
|
2216
|
-
* @returns The removed bannerLine or `null`
|
|
2217
|
-
*/
|
|
2218
|
-
removeBannerLine(
|
|
2219
|
-
/**
|
|
2220
|
-
* The bannerLine to remove or its index or id
|
|
2221
|
-
*/
|
|
2222
|
-
vBannerLine: int | string | Text
|
|
2223
|
-
): Text | null;
|
|
2224
2126
|
/**
|
|
2225
2127
|
* Removes a infoSection from the aggregation {@link #getInfoSection infoSection}.
|
|
2226
2128
|
*
|
|
2227
|
-
* @since 1.136
|
|
2228
2129
|
* @experimental As of version 1.136.
|
|
2229
2130
|
*
|
|
2230
2131
|
* @returns The removed infoSection or `null`
|
|
@@ -2249,7 +2150,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2249
2150
|
*
|
|
2250
2151
|
* Default value is `empty string`.
|
|
2251
2152
|
*
|
|
2252
|
-
* @experimental As of version 1.89.
|
|
2153
|
+
* @experimental As of version 1.89.
|
|
2253
2154
|
*
|
|
2254
2155
|
* @returns Reference to `this` in order to allow method chaining
|
|
2255
2156
|
*/
|
|
@@ -2259,23 +2160,6 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2259
2160
|
*/
|
|
2260
2161
|
sDataTimestamp?: string
|
|
2261
2162
|
): this;
|
|
2262
|
-
/**
|
|
2263
|
-
* Sets a new value for property {@link #getHref href}.
|
|
2264
|
-
*
|
|
2265
|
-
* Defines the href which the header should open. If set - the header will act and render as a link.
|
|
2266
|
-
*
|
|
2267
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2268
|
-
*
|
|
2269
|
-
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
2270
|
-
*
|
|
2271
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
2272
|
-
*/
|
|
2273
|
-
setHref(
|
|
2274
|
-
/**
|
|
2275
|
-
* New value for property `href`
|
|
2276
|
-
*/
|
|
2277
|
-
sHref: string
|
|
2278
|
-
): this;
|
|
2279
2163
|
/**
|
|
2280
2164
|
* Sets a new value for property {@link #getStatusVisible statusVisible}.
|
|
2281
2165
|
*
|
|
@@ -2285,7 +2169,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2285
2169
|
*
|
|
2286
2170
|
* Default value is `true`.
|
|
2287
2171
|
*
|
|
2288
|
-
* @experimental As of version 1.116.
|
|
2172
|
+
* @experimental As of version 1.116.
|
|
2289
2173
|
*
|
|
2290
2174
|
* @returns Reference to `this` in order to allow method chaining
|
|
2291
2175
|
*/
|
|
@@ -2295,27 +2179,9 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2295
2179
|
*/
|
|
2296
2180
|
bStatusVisible?: boolean
|
|
2297
2181
|
): this;
|
|
2298
|
-
/**
|
|
2299
|
-
* Sets a new value for property {@link #getTarget target}.
|
|
2300
|
-
*
|
|
2301
|
-
* Defines the target for the case when `href` is given.
|
|
2302
|
-
*
|
|
2303
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2304
|
-
*
|
|
2305
|
-
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
2306
|
-
*
|
|
2307
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
2308
|
-
*/
|
|
2309
|
-
setTarget(
|
|
2310
|
-
/**
|
|
2311
|
-
* New value for property `target`
|
|
2312
|
-
*/
|
|
2313
|
-
sTarget: string
|
|
2314
|
-
): this;
|
|
2315
2182
|
/**
|
|
2316
2183
|
* Sets the aggregated {@link #getToolbar toolbar}.
|
|
2317
2184
|
*
|
|
2318
|
-
* @since 1.86
|
|
2319
2185
|
* @experimental As of version 1.86.
|
|
2320
2186
|
*
|
|
2321
2187
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -2336,7 +2202,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2336
2202
|
*
|
|
2337
2203
|
* Default value is `Normal`.
|
|
2338
2204
|
*
|
|
2339
|
-
* @experimental As of version 1.122.
|
|
2205
|
+
* @experimental As of version 1.122.
|
|
2340
2206
|
*
|
|
2341
2207
|
* @returns Reference to `this` in order to allow method chaining
|
|
2342
2208
|
*/
|
|
@@ -2359,14 +2225,14 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2359
2225
|
*
|
|
2360
2226
|
* Will be shown as a relative time like "5 minutes ago".
|
|
2361
2227
|
*
|
|
2362
|
-
* @experimental As of version 1.89.
|
|
2228
|
+
* @experimental As of version 1.89.
|
|
2363
2229
|
*/
|
|
2364
2230
|
dataTimestamp?: string | PropertyBindingInfo;
|
|
2365
2231
|
|
|
2366
2232
|
/**
|
|
2367
2233
|
* Defines the status text visibility.
|
|
2368
2234
|
*
|
|
2369
|
-
* @experimental As of version 1.116.
|
|
2235
|
+
* @experimental As of version 1.116.
|
|
2370
2236
|
*/
|
|
2371
2237
|
statusVisible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2372
2238
|
|
|
@@ -2374,31 +2240,16 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2374
2240
|
* Defines the type of text wrapping to be used inside the header. This applies to title, subtitle and details
|
|
2375
2241
|
* texts of the header.
|
|
2376
2242
|
*
|
|
2377
|
-
* @experimental As of version 1.122.
|
|
2243
|
+
* @experimental As of version 1.122.
|
|
2378
2244
|
*/
|
|
2379
2245
|
wrappingType?:
|
|
2380
2246
|
| (WrappingType | keyof typeof WrappingType)
|
|
2381
2247
|
| PropertyBindingInfo
|
|
2382
2248
|
| `{${string}}`;
|
|
2383
2249
|
|
|
2384
|
-
/**
|
|
2385
|
-
* Defines the href which the header should open. If set - the header will act and render as a link.
|
|
2386
|
-
*
|
|
2387
|
-
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
2388
|
-
*/
|
|
2389
|
-
href?: string | PropertyBindingInfo;
|
|
2390
|
-
|
|
2391
|
-
/**
|
|
2392
|
-
* Defines the target for the case when `href` is given.
|
|
2393
|
-
*
|
|
2394
|
-
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
2395
|
-
*/
|
|
2396
|
-
target?: string | PropertyBindingInfo;
|
|
2397
|
-
|
|
2398
2250
|
/**
|
|
2399
2251
|
* Info sections to be displayed in the header.
|
|
2400
2252
|
*
|
|
2401
|
-
* @since 1.136
|
|
2402
2253
|
* @experimental As of version 1.136.
|
|
2403
2254
|
*/
|
|
2404
2255
|
infoSection?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
@@ -2406,19 +2257,10 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2406
2257
|
/**
|
|
2407
2258
|
* Defines the toolbar.
|
|
2408
2259
|
*
|
|
2409
|
-
* @since 1.86
|
|
2410
2260
|
* @experimental As of version 1.86.
|
|
2411
2261
|
*/
|
|
2412
2262
|
toolbar?: Control;
|
|
2413
2263
|
|
|
2414
|
-
/**
|
|
2415
|
-
* Show as a banner in the header area. Use for example for system info and application shortcut.
|
|
2416
|
-
*
|
|
2417
|
-
* @since 1.118
|
|
2418
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2419
|
-
*/
|
|
2420
|
-
bannerLines?: Text[] | Text | AggregationBindingInfo | `{${string}}`;
|
|
2421
|
-
|
|
2422
2264
|
/**
|
|
2423
2265
|
* Fires when the user presses the control.
|
|
2424
2266
|
*/
|
|
@@ -2853,7 +2695,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2853
2695
|
*
|
|
2854
2696
|
* Default value is `empty string`.
|
|
2855
2697
|
*
|
|
2856
|
-
* @experimental As of version 1.81.
|
|
2698
|
+
* @experimental As of version 1.81.
|
|
2857
2699
|
*
|
|
2858
2700
|
* @returns Value of property `iconAlt`
|
|
2859
2701
|
*/
|
|
@@ -2865,7 +2707,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2865
2707
|
*
|
|
2866
2708
|
* Default value is `Transparent`.
|
|
2867
2709
|
*
|
|
2868
|
-
* @experimental As of version 1.83.
|
|
2710
|
+
* @experimental As of version 1.83.
|
|
2869
2711
|
*
|
|
2870
2712
|
* @returns Value of property `iconBackgroundColor`
|
|
2871
2713
|
*/
|
|
@@ -2911,7 +2753,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2911
2753
|
*
|
|
2912
2754
|
* Default value is `S`.
|
|
2913
2755
|
*
|
|
2914
|
-
* @experimental As of version 1.119.
|
|
2756
|
+
* @experimental As of version 1.119.
|
|
2915
2757
|
*
|
|
2916
2758
|
* @returns Value of property `iconSize`
|
|
2917
2759
|
*/
|
|
@@ -2946,7 +2788,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2946
2788
|
*
|
|
2947
2789
|
* Default value is `true`.
|
|
2948
2790
|
*
|
|
2949
|
-
* @experimental As of version 1.83.
|
|
2791
|
+
* @experimental As of version 1.83.
|
|
2950
2792
|
*
|
|
2951
2793
|
* @returns Value of property `iconVisible`
|
|
2952
2794
|
*/
|
|
@@ -3017,7 +2859,7 @@ declare module "sap/f/cards/Header" {
|
|
|
3017
2859
|
*
|
|
3018
2860
|
* Default value is `empty string`.
|
|
3019
2861
|
*
|
|
3020
|
-
* @experimental As of version 1.81.
|
|
2862
|
+
* @experimental As of version 1.81.
|
|
3021
2863
|
*
|
|
3022
2864
|
* @returns Reference to `this` in order to allow method chaining
|
|
3023
2865
|
*/
|
|
@@ -3036,7 +2878,7 @@ declare module "sap/f/cards/Header" {
|
|
|
3036
2878
|
*
|
|
3037
2879
|
* Default value is `Transparent`.
|
|
3038
2880
|
*
|
|
3039
|
-
* @experimental As of version 1.83.
|
|
2881
|
+
* @experimental As of version 1.83.
|
|
3040
2882
|
*
|
|
3041
2883
|
* @returns Reference to `this` in order to allow method chaining
|
|
3042
2884
|
*/
|
|
@@ -3110,7 +2952,7 @@ declare module "sap/f/cards/Header" {
|
|
|
3110
2952
|
*
|
|
3111
2953
|
* Default value is `S`.
|
|
3112
2954
|
*
|
|
3113
|
-
* @experimental As of version 1.119.
|
|
2955
|
+
* @experimental As of version 1.119.
|
|
3114
2956
|
*
|
|
3115
2957
|
* @returns Reference to `this` in order to allow method chaining
|
|
3116
2958
|
*/
|
|
@@ -3166,7 +3008,7 @@ declare module "sap/f/cards/Header" {
|
|
|
3166
3008
|
*
|
|
3167
3009
|
* Default value is `true`.
|
|
3168
3010
|
*
|
|
3169
|
-
* @experimental As of version 1.83.
|
|
3011
|
+
* @experimental As of version 1.83.
|
|
3170
3012
|
*
|
|
3171
3013
|
* @returns Reference to `this` in order to allow method chaining
|
|
3172
3014
|
*/
|
|
@@ -3329,14 +3171,14 @@ declare module "sap/f/cards/Header" {
|
|
|
3329
3171
|
/**
|
|
3330
3172
|
* Defines an alt text for the avatar or icon.
|
|
3331
3173
|
*
|
|
3332
|
-
* @experimental As of version 1.81.
|
|
3174
|
+
* @experimental As of version 1.81.
|
|
3333
3175
|
*/
|
|
3334
3176
|
iconAlt?: string | PropertyBindingInfo;
|
|
3335
3177
|
|
|
3336
3178
|
/**
|
|
3337
3179
|
* Defines a background color for the avatar or icon.
|
|
3338
3180
|
*
|
|
3339
|
-
* @experimental As of version 1.83.
|
|
3181
|
+
* @experimental As of version 1.83.
|
|
3340
3182
|
*/
|
|
3341
3183
|
iconBackgroundColor?:
|
|
3342
3184
|
| (AvatarColor | keyof typeof AvatarColor)
|
|
@@ -3346,14 +3188,14 @@ declare module "sap/f/cards/Header" {
|
|
|
3346
3188
|
/**
|
|
3347
3189
|
* Defines whether the card icon is visible.
|
|
3348
3190
|
*
|
|
3349
|
-
* @experimental As of version 1.83.
|
|
3191
|
+
* @experimental As of version 1.83.
|
|
3350
3192
|
*/
|
|
3351
3193
|
iconVisible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3352
3194
|
|
|
3353
3195
|
/**
|
|
3354
3196
|
* Defines the size of the icon.
|
|
3355
3197
|
*
|
|
3356
|
-
* @experimental As of version 1.119.
|
|
3198
|
+
* @experimental As of version 1.119.
|
|
3357
3199
|
*/
|
|
3358
3200
|
iconSize?:
|
|
3359
3201
|
| (AvatarSize | keyof typeof AvatarSize)
|
|
@@ -3438,12 +3280,6 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3438
3280
|
|
|
3439
3281
|
import Control from "sap/ui/core/Control";
|
|
3440
3282
|
|
|
3441
|
-
import { ValueState, URI } from "sap/ui/core/library";
|
|
3442
|
-
|
|
3443
|
-
import AvatarColor from "sap/m/AvatarColor";
|
|
3444
|
-
|
|
3445
|
-
import AvatarShape from "sap/m/AvatarShape";
|
|
3446
|
-
|
|
3447
3283
|
import AvatarImageFitType from "sap/m/AvatarImageFitType";
|
|
3448
3284
|
|
|
3449
3285
|
import AvatarSize from "sap/m/AvatarSize";
|
|
@@ -3606,58 +3442,6 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3606
3442
|
* @returns Value of property `detailsMaxLines`
|
|
3607
3443
|
*/
|
|
3608
3444
|
getDetailsMaxLines(): int;
|
|
3609
|
-
/**
|
|
3610
|
-
* Gets current value of property {@link #getDetailsState detailsState}.
|
|
3611
|
-
*
|
|
3612
|
-
* The semantic color which represents the state of the details text.
|
|
3613
|
-
*
|
|
3614
|
-
* Default value is `None`.
|
|
3615
|
-
*
|
|
3616
|
-
* @since 1.118
|
|
3617
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3618
|
-
*
|
|
3619
|
-
* @returns Value of property `detailsState`
|
|
3620
|
-
*/
|
|
3621
|
-
getDetailsState(): ValueState;
|
|
3622
|
-
/**
|
|
3623
|
-
* Gets current value of property {@link #getIconAlt iconAlt}.
|
|
3624
|
-
*
|
|
3625
|
-
* Defines an alt text for the avatar or icon.
|
|
3626
|
-
*
|
|
3627
|
-
* Default value is `empty string`.
|
|
3628
|
-
*
|
|
3629
|
-
* @since 1.118
|
|
3630
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3631
|
-
*
|
|
3632
|
-
* @returns Value of property `iconAlt`
|
|
3633
|
-
*/
|
|
3634
|
-
getIconAlt(): string;
|
|
3635
|
-
/**
|
|
3636
|
-
* Gets current value of property {@link #getIconBackgroundColor iconBackgroundColor}.
|
|
3637
|
-
*
|
|
3638
|
-
* Defines a background color for the avatar or icon.
|
|
3639
|
-
*
|
|
3640
|
-
* Default value is `Transparent`.
|
|
3641
|
-
*
|
|
3642
|
-
* @since 1.118
|
|
3643
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3644
|
-
*
|
|
3645
|
-
* @returns Value of property `iconBackgroundColor`
|
|
3646
|
-
*/
|
|
3647
|
-
getIconBackgroundColor(): AvatarColor;
|
|
3648
|
-
/**
|
|
3649
|
-
* Gets current value of property {@link #getIconDisplayShape iconDisplayShape}.
|
|
3650
|
-
*
|
|
3651
|
-
* Defines the shape of the icon.
|
|
3652
|
-
*
|
|
3653
|
-
* Default value is `Circle`.
|
|
3654
|
-
*
|
|
3655
|
-
* @since 1.118
|
|
3656
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3657
|
-
*
|
|
3658
|
-
* @returns Value of property `iconDisplayShape`
|
|
3659
|
-
*/
|
|
3660
|
-
getIconDisplayShape(): AvatarShape;
|
|
3661
3445
|
/**
|
|
3662
3446
|
* Gets current value of property {@link #getIconFitType iconFitType}.
|
|
3663
3447
|
*
|
|
@@ -3670,19 +3454,6 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3670
3454
|
* @returns Value of property `iconFitType`
|
|
3671
3455
|
*/
|
|
3672
3456
|
getIconFitType(): AvatarImageFitType;
|
|
3673
|
-
/**
|
|
3674
|
-
* Gets current value of property {@link #getIconInitials iconInitials}.
|
|
3675
|
-
*
|
|
3676
|
-
* Defines the initials of the icon.
|
|
3677
|
-
*
|
|
3678
|
-
* Default value is `empty string`.
|
|
3679
|
-
*
|
|
3680
|
-
* @since 1.118
|
|
3681
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3682
|
-
*
|
|
3683
|
-
* @returns Value of property `iconInitials`
|
|
3684
|
-
*/
|
|
3685
|
-
getIconInitials(): string;
|
|
3686
3457
|
/**
|
|
3687
3458
|
* Gets current value of property {@link #getIconSize iconSize}.
|
|
3688
3459
|
*
|
|
@@ -3690,37 +3461,11 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3690
3461
|
*
|
|
3691
3462
|
* Default value is `S`.
|
|
3692
3463
|
*
|
|
3693
|
-
* @experimental As of version 1.119.
|
|
3464
|
+
* @experimental As of version 1.119.
|
|
3694
3465
|
*
|
|
3695
3466
|
* @returns Value of property `iconSize`
|
|
3696
3467
|
*/
|
|
3697
3468
|
getIconSize(): AvatarSize;
|
|
3698
|
-
/**
|
|
3699
|
-
* Gets current value of property {@link #getIconSrc iconSrc}.
|
|
3700
|
-
*
|
|
3701
|
-
* Defines the icon source.
|
|
3702
|
-
*
|
|
3703
|
-
* Default value is `empty string`.
|
|
3704
|
-
*
|
|
3705
|
-
* @since 1.118
|
|
3706
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3707
|
-
*
|
|
3708
|
-
* @returns Value of property `iconSrc`
|
|
3709
|
-
*/
|
|
3710
|
-
getIconSrc(): URI;
|
|
3711
|
-
/**
|
|
3712
|
-
* Gets current value of property {@link #getIconVisible iconVisible}.
|
|
3713
|
-
*
|
|
3714
|
-
* Defines whether the card icon is visible.
|
|
3715
|
-
*
|
|
3716
|
-
* Default value is `true`.
|
|
3717
|
-
*
|
|
3718
|
-
* @since 1.118
|
|
3719
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3720
|
-
*
|
|
3721
|
-
* @returns Value of property `iconVisible`
|
|
3722
|
-
*/
|
|
3723
|
-
getIconVisible(): boolean;
|
|
3724
3469
|
/**
|
|
3725
3470
|
* Gets content of aggregation {@link #getMicroChart microChart}.
|
|
3726
3471
|
*
|
|
@@ -3742,7 +3487,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3742
3487
|
/**
|
|
3743
3488
|
* Gets current value of property {@link #getNumberSize numberSize}.
|
|
3744
3489
|
*
|
|
3745
|
-
* The size of the
|
|
3490
|
+
* The size of the main indicator. Possible values are "S" and "L".
|
|
3746
3491
|
*
|
|
3747
3492
|
* Default value is `"L"`.
|
|
3748
3493
|
*
|
|
@@ -3798,8 +3543,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3798
3543
|
*
|
|
3799
3544
|
* Default value is `"Neutral"`.
|
|
3800
3545
|
*
|
|
3801
|
-
* @experimental As of version 1.64.
|
|
3802
|
-
* may be done before its official public release. Use at your own discretion.
|
|
3546
|
+
* @experimental As of version 1.64.
|
|
3803
3547
|
*
|
|
3804
3548
|
* @returns Value of property `state`
|
|
3805
3549
|
*/
|
|
@@ -3964,86 +3708,6 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3964
3708
|
*/
|
|
3965
3709
|
iDetailsMaxLines?: int
|
|
3966
3710
|
): this;
|
|
3967
|
-
/**
|
|
3968
|
-
* Sets a new value for property {@link #getDetailsState detailsState}.
|
|
3969
|
-
*
|
|
3970
|
-
* The semantic color which represents the state of the details text.
|
|
3971
|
-
*
|
|
3972
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3973
|
-
*
|
|
3974
|
-
* Default value is `None`.
|
|
3975
|
-
*
|
|
3976
|
-
* @since 1.118
|
|
3977
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3978
|
-
*
|
|
3979
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
3980
|
-
*/
|
|
3981
|
-
setDetailsState(
|
|
3982
|
-
/**
|
|
3983
|
-
* New value for property `detailsState`
|
|
3984
|
-
*/
|
|
3985
|
-
sDetailsState?: ValueState | keyof typeof ValueState
|
|
3986
|
-
): this;
|
|
3987
|
-
/**
|
|
3988
|
-
* Sets a new value for property {@link #getIconAlt iconAlt}.
|
|
3989
|
-
*
|
|
3990
|
-
* Defines an alt text for the avatar or icon.
|
|
3991
|
-
*
|
|
3992
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3993
|
-
*
|
|
3994
|
-
* Default value is `empty string`.
|
|
3995
|
-
*
|
|
3996
|
-
* @since 1.118
|
|
3997
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3998
|
-
*
|
|
3999
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4000
|
-
*/
|
|
4001
|
-
setIconAlt(
|
|
4002
|
-
/**
|
|
4003
|
-
* New value for property `iconAlt`
|
|
4004
|
-
*/
|
|
4005
|
-
sIconAlt?: string
|
|
4006
|
-
): this;
|
|
4007
|
-
/**
|
|
4008
|
-
* Sets a new value for property {@link #getIconBackgroundColor iconBackgroundColor}.
|
|
4009
|
-
*
|
|
4010
|
-
* Defines a background color for the avatar or icon.
|
|
4011
|
-
*
|
|
4012
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4013
|
-
*
|
|
4014
|
-
* Default value is `Transparent`.
|
|
4015
|
-
*
|
|
4016
|
-
* @since 1.118
|
|
4017
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4018
|
-
*
|
|
4019
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4020
|
-
*/
|
|
4021
|
-
setIconBackgroundColor(
|
|
4022
|
-
/**
|
|
4023
|
-
* New value for property `iconBackgroundColor`
|
|
4024
|
-
*/
|
|
4025
|
-
sIconBackgroundColor?: AvatarColor | keyof typeof AvatarColor
|
|
4026
|
-
): this;
|
|
4027
|
-
/**
|
|
4028
|
-
* Sets a new value for property {@link #getIconDisplayShape iconDisplayShape}.
|
|
4029
|
-
*
|
|
4030
|
-
* Defines the shape of the icon.
|
|
4031
|
-
*
|
|
4032
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4033
|
-
*
|
|
4034
|
-
* Default value is `Circle`.
|
|
4035
|
-
*
|
|
4036
|
-
* @since 1.118
|
|
4037
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4038
|
-
*
|
|
4039
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4040
|
-
*/
|
|
4041
|
-
setIconDisplayShape(
|
|
4042
|
-
/**
|
|
4043
|
-
* New value for property `iconDisplayShape`
|
|
4044
|
-
*/
|
|
4045
|
-
sIconDisplayShape?: AvatarShape | keyof typeof AvatarShape
|
|
4046
|
-
): this;
|
|
4047
3711
|
/**
|
|
4048
3712
|
* Sets a new value for property {@link #getIconFitType iconFitType}.
|
|
4049
3713
|
*
|
|
@@ -4063,26 +3727,6 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4063
3727
|
*/
|
|
4064
3728
|
sIconFitType?: AvatarImageFitType | keyof typeof AvatarImageFitType
|
|
4065
3729
|
): this;
|
|
4066
|
-
/**
|
|
4067
|
-
* Sets a new value for property {@link #getIconInitials iconInitials}.
|
|
4068
|
-
*
|
|
4069
|
-
* Defines the initials of the icon.
|
|
4070
|
-
*
|
|
4071
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4072
|
-
*
|
|
4073
|
-
* Default value is `empty string`.
|
|
4074
|
-
*
|
|
4075
|
-
* @since 1.118
|
|
4076
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4077
|
-
*
|
|
4078
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4079
|
-
*/
|
|
4080
|
-
setIconInitials(
|
|
4081
|
-
/**
|
|
4082
|
-
* New value for property `iconInitials`
|
|
4083
|
-
*/
|
|
4084
|
-
sIconInitials?: string
|
|
4085
|
-
): this;
|
|
4086
3730
|
/**
|
|
4087
3731
|
* Sets a new value for property {@link #getIconSize iconSize}.
|
|
4088
3732
|
*
|
|
@@ -4092,7 +3736,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4092
3736
|
*
|
|
4093
3737
|
* Default value is `S`.
|
|
4094
3738
|
*
|
|
4095
|
-
* @experimental As of version 1.119.
|
|
3739
|
+
* @experimental As of version 1.119.
|
|
4096
3740
|
*
|
|
4097
3741
|
* @returns Reference to `this` in order to allow method chaining
|
|
4098
3742
|
*/
|
|
@@ -4102,46 +3746,6 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4102
3746
|
*/
|
|
4103
3747
|
sIconSize?: AvatarSize | keyof typeof AvatarSize
|
|
4104
3748
|
): this;
|
|
4105
|
-
/**
|
|
4106
|
-
* Sets a new value for property {@link #getIconSrc iconSrc}.
|
|
4107
|
-
*
|
|
4108
|
-
* Defines the icon source.
|
|
4109
|
-
*
|
|
4110
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4111
|
-
*
|
|
4112
|
-
* Default value is `empty string`.
|
|
4113
|
-
*
|
|
4114
|
-
* @since 1.118
|
|
4115
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4116
|
-
*
|
|
4117
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4118
|
-
*/
|
|
4119
|
-
setIconSrc(
|
|
4120
|
-
/**
|
|
4121
|
-
* New value for property `iconSrc`
|
|
4122
|
-
*/
|
|
4123
|
-
sIconSrc?: URI
|
|
4124
|
-
): this;
|
|
4125
|
-
/**
|
|
4126
|
-
* Sets a new value for property {@link #getIconVisible iconVisible}.
|
|
4127
|
-
*
|
|
4128
|
-
* Defines whether the card icon is visible.
|
|
4129
|
-
*
|
|
4130
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4131
|
-
*
|
|
4132
|
-
* Default value is `true`.
|
|
4133
|
-
*
|
|
4134
|
-
* @since 1.118
|
|
4135
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4136
|
-
*
|
|
4137
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4138
|
-
*/
|
|
4139
|
-
setIconVisible(
|
|
4140
|
-
/**
|
|
4141
|
-
* New value for property `iconVisible`
|
|
4142
|
-
*/
|
|
4143
|
-
bIconVisible?: boolean
|
|
4144
|
-
): this;
|
|
4145
3749
|
/**
|
|
4146
3750
|
* Sets the aggregated {@link #getMicroChart microChart}.
|
|
4147
3751
|
*
|
|
@@ -4175,7 +3779,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4175
3779
|
/**
|
|
4176
3780
|
* Sets a new value for property {@link #getNumberSize numberSize}.
|
|
4177
3781
|
*
|
|
4178
|
-
* The size of the
|
|
3782
|
+
* The size of the main indicator. Possible values are "S" and "L".
|
|
4179
3783
|
*
|
|
4180
3784
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4181
3785
|
*
|
|
@@ -4256,8 +3860,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4256
3860
|
*
|
|
4257
3861
|
* Default value is `"Neutral"`.
|
|
4258
3862
|
*
|
|
4259
|
-
* @experimental As of version 1.64.
|
|
4260
|
-
* may be done before its official public release. Use at your own discretion.
|
|
3863
|
+
* @experimental As of version 1.64.
|
|
4261
3864
|
*
|
|
4262
3865
|
* @returns Reference to `this` in order to allow method chaining
|
|
4263
3866
|
*/
|
|
@@ -4429,64 +4032,10 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4429
4032
|
*/
|
|
4430
4033
|
statusText?: string | PropertyBindingInfo;
|
|
4431
4034
|
|
|
4432
|
-
/**
|
|
4433
|
-
* Defines the shape of the icon.
|
|
4434
|
-
*
|
|
4435
|
-
* @since 1.118
|
|
4436
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4437
|
-
*/
|
|
4438
|
-
iconDisplayShape?:
|
|
4439
|
-
| (AvatarShape | keyof typeof AvatarShape)
|
|
4440
|
-
| PropertyBindingInfo
|
|
4441
|
-
| `{${string}}`;
|
|
4442
|
-
|
|
4443
|
-
/**
|
|
4444
|
-
* Defines the icon source.
|
|
4445
|
-
*
|
|
4446
|
-
* @since 1.118
|
|
4447
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4448
|
-
*/
|
|
4449
|
-
iconSrc?: URI | PropertyBindingInfo | `{${string}}`;
|
|
4450
|
-
|
|
4451
|
-
/**
|
|
4452
|
-
* Defines the initials of the icon.
|
|
4453
|
-
*
|
|
4454
|
-
* @since 1.118
|
|
4455
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4456
|
-
*/
|
|
4457
|
-
iconInitials?: string | PropertyBindingInfo;
|
|
4458
|
-
|
|
4459
|
-
/**
|
|
4460
|
-
* Defines an alt text for the avatar or icon.
|
|
4461
|
-
*
|
|
4462
|
-
* @since 1.118
|
|
4463
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4464
|
-
*/
|
|
4465
|
-
iconAlt?: string | PropertyBindingInfo;
|
|
4466
|
-
|
|
4467
|
-
/**
|
|
4468
|
-
* Defines a background color for the avatar or icon.
|
|
4469
|
-
*
|
|
4470
|
-
* @since 1.118
|
|
4471
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4472
|
-
*/
|
|
4473
|
-
iconBackgroundColor?:
|
|
4474
|
-
| (AvatarColor | keyof typeof AvatarColor)
|
|
4475
|
-
| PropertyBindingInfo
|
|
4476
|
-
| `{${string}}`;
|
|
4477
|
-
|
|
4478
|
-
/**
|
|
4479
|
-
* Defines whether the card icon is visible.
|
|
4480
|
-
*
|
|
4481
|
-
* @since 1.118
|
|
4482
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4483
|
-
*/
|
|
4484
|
-
iconVisible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
4485
|
-
|
|
4486
4035
|
/**
|
|
4487
4036
|
* Defines the size of the icon.
|
|
4488
4037
|
*
|
|
4489
|
-
* @experimental As of version 1.119.
|
|
4038
|
+
* @experimental As of version 1.119.
|
|
4490
4039
|
*/
|
|
4491
4040
|
iconSize?:
|
|
4492
4041
|
| (AvatarSize | keyof typeof AvatarSize)
|
|
@@ -4515,7 +4064,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4515
4064
|
number?: string | PropertyBindingInfo;
|
|
4516
4065
|
|
|
4517
4066
|
/**
|
|
4518
|
-
* The size of the
|
|
4067
|
+
* The size of the main indicator. Possible values are "S" and "L".
|
|
4519
4068
|
*/
|
|
4520
4069
|
numberSize?: string | PropertyBindingInfo;
|
|
4521
4070
|
|
|
@@ -4544,8 +4093,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4544
4093
|
/**
|
|
4545
4094
|
* The semantic color which represents the state of the main number indicator.
|
|
4546
4095
|
*
|
|
4547
|
-
* @experimental As of version 1.64.
|
|
4548
|
-
* may be done before its official public release. Use at your own discretion.
|
|
4096
|
+
* @experimental As of version 1.64.
|
|
4549
4097
|
*/
|
|
4550
4098
|
state?:
|
|
4551
4099
|
| (ValueColor | keyof typeof ValueColor)
|
|
@@ -4557,17 +4105,6 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4557
4105
|
*/
|
|
4558
4106
|
details?: string | PropertyBindingInfo;
|
|
4559
4107
|
|
|
4560
|
-
/**
|
|
4561
|
-
* The semantic color which represents the state of the details text.
|
|
4562
|
-
*
|
|
4563
|
-
* @since 1.118
|
|
4564
|
-
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4565
|
-
*/
|
|
4566
|
-
detailsState?:
|
|
4567
|
-
| (ValueState | keyof typeof ValueState)
|
|
4568
|
-
| PropertyBindingInfo
|
|
4569
|
-
| `{${string}}`;
|
|
4570
|
-
|
|
4571
4108
|
/**
|
|
4572
4109
|
* Limits the number of lines for the details.
|
|
4573
4110
|
*
|
|
@@ -4698,8 +4235,7 @@ declare module "sap/f/cards/NumericSideIndicator" {
|
|
|
4698
4235
|
*
|
|
4699
4236
|
* Default value is `"None"`.
|
|
4700
4237
|
*
|
|
4701
|
-
* @experimental As of version 1.95.
|
|
4702
|
-
* may be done before its official public release. Use at your own discretion.
|
|
4238
|
+
* @experimental As of version 1.95.
|
|
4703
4239
|
*
|
|
4704
4240
|
* @returns Value of property `state`
|
|
4705
4241
|
*/
|
|
@@ -4743,8 +4279,7 @@ declare module "sap/f/cards/NumericSideIndicator" {
|
|
|
4743
4279
|
*
|
|
4744
4280
|
* Default value is `"None"`.
|
|
4745
4281
|
*
|
|
4746
|
-
* @experimental As of version 1.95.
|
|
4747
|
-
* may be done before its official public release. Use at your own discretion.
|
|
4282
|
+
* @experimental As of version 1.95.
|
|
4748
4283
|
*
|
|
4749
4284
|
* @returns Reference to `this` in order to allow method chaining
|
|
4750
4285
|
*/
|
|
@@ -4801,8 +4336,7 @@ declare module "sap/f/cards/NumericSideIndicator" {
|
|
|
4801
4336
|
/**
|
|
4802
4337
|
* The semantic color which represents the state of the side indicator.
|
|
4803
4338
|
*
|
|
4804
|
-
* @experimental As of version 1.95.
|
|
4805
|
-
* may be done before its official public release. Use at your own discretion.
|
|
4339
|
+
* @experimental As of version 1.95.
|
|
4806
4340
|
*/
|
|
4807
4341
|
state?:
|
|
4808
4342
|
| (ValueColor | keyof typeof ValueColor)
|
|
@@ -4998,7 +4532,10 @@ declare module "sap/f/DynamicPage" {
|
|
|
4998
4532
|
|
|
4999
4533
|
import DynamicPageTitle from "sap/f/DynamicPageTitle";
|
|
5000
4534
|
|
|
5001
|
-
import {
|
|
4535
|
+
import {
|
|
4536
|
+
IDynamicPageStickyContent,
|
|
4537
|
+
DynamicPageMediaRange,
|
|
4538
|
+
} from "sap/f/library";
|
|
5002
4539
|
|
|
5003
4540
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
5004
4541
|
|
|
@@ -5122,6 +4659,59 @@ declare module "sap/f/DynamicPage" {
|
|
|
5122
4659
|
* @returns Metadata object describing this class
|
|
5123
4660
|
*/
|
|
5124
4661
|
static getMetadata(): ElementMetadata;
|
|
4662
|
+
/**
|
|
4663
|
+
* Attaches event handler `fnFunction` to the {@link #event:breakpointChange breakpointChange} event of
|
|
4664
|
+
* this `sap.f.DynamicPage`.
|
|
4665
|
+
*
|
|
4666
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
4667
|
+
* otherwise it will be bound to this `sap.f.DynamicPage` itself.
|
|
4668
|
+
*
|
|
4669
|
+
* The event is fired when the media breakpoint changes. Applications can use this event to adjust content
|
|
4670
|
+
* based on the current screen size.
|
|
4671
|
+
*
|
|
4672
|
+
* @since 1.147
|
|
4673
|
+
*
|
|
4674
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
4675
|
+
*/
|
|
4676
|
+
attachBreakpointChange(
|
|
4677
|
+
/**
|
|
4678
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
4679
|
+
* object when firing the event
|
|
4680
|
+
*/
|
|
4681
|
+
oData: object,
|
|
4682
|
+
/**
|
|
4683
|
+
* The function to be called when the event occurs
|
|
4684
|
+
*/
|
|
4685
|
+
fnFunction: (p1: DynamicPage$BreakpointChangeEvent) => void,
|
|
4686
|
+
/**
|
|
4687
|
+
* Context object to call the event handler with. Defaults to this `sap.f.DynamicPage` itself
|
|
4688
|
+
*/
|
|
4689
|
+
oListener?: object
|
|
4690
|
+
): this;
|
|
4691
|
+
/**
|
|
4692
|
+
* Attaches event handler `fnFunction` to the {@link #event:breakpointChange breakpointChange} event of
|
|
4693
|
+
* this `sap.f.DynamicPage`.
|
|
4694
|
+
*
|
|
4695
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
4696
|
+
* otherwise it will be bound to this `sap.f.DynamicPage` itself.
|
|
4697
|
+
*
|
|
4698
|
+
* The event is fired when the media breakpoint changes. Applications can use this event to adjust content
|
|
4699
|
+
* based on the current screen size.
|
|
4700
|
+
*
|
|
4701
|
+
* @since 1.147
|
|
4702
|
+
*
|
|
4703
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
4704
|
+
*/
|
|
4705
|
+
attachBreakpointChange(
|
|
4706
|
+
/**
|
|
4707
|
+
* The function to be called when the event occurs
|
|
4708
|
+
*/
|
|
4709
|
+
fnFunction: (p1: DynamicPage$BreakpointChangeEvent) => void,
|
|
4710
|
+
/**
|
|
4711
|
+
* Context object to call the event handler with. Defaults to this `sap.f.DynamicPage` itself
|
|
4712
|
+
*/
|
|
4713
|
+
oListener?: object
|
|
4714
|
+
): this;
|
|
5125
4715
|
/**
|
|
5126
4716
|
* Attaches event handler `fnFunction` to the {@link #event:pinnedStateChange pinnedStateChange} event of
|
|
5127
4717
|
* this `sap.f.DynamicPage`.
|
|
@@ -5209,6 +4799,26 @@ declare module "sap/f/DynamicPage" {
|
|
|
5209
4799
|
* @returns Reference to `this` in order to allow method chaining
|
|
5210
4800
|
*/
|
|
5211
4801
|
destroyTitle(): this;
|
|
4802
|
+
/**
|
|
4803
|
+
* Detaches event handler `fnFunction` from the {@link #event:breakpointChange breakpointChange} event of
|
|
4804
|
+
* this `sap.f.DynamicPage`.
|
|
4805
|
+
*
|
|
4806
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
4807
|
+
*
|
|
4808
|
+
* @since 1.147
|
|
4809
|
+
*
|
|
4810
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
4811
|
+
*/
|
|
4812
|
+
detachBreakpointChange(
|
|
4813
|
+
/**
|
|
4814
|
+
* The function to be called, when the event occurs
|
|
4815
|
+
*/
|
|
4816
|
+
fnFunction: (p1: DynamicPage$BreakpointChangeEvent) => void,
|
|
4817
|
+
/**
|
|
4818
|
+
* Context object on which the given function had to be called
|
|
4819
|
+
*/
|
|
4820
|
+
oListener?: object
|
|
4821
|
+
): this;
|
|
5212
4822
|
/**
|
|
5213
4823
|
* Detaches event handler `fnFunction` from the {@link #event:pinnedStateChange pinnedStateChange} event
|
|
5214
4824
|
* of this `sap.f.DynamicPage`.
|
|
@@ -5229,6 +4839,20 @@ declare module "sap/f/DynamicPage" {
|
|
|
5229
4839
|
*/
|
|
5230
4840
|
oListener?: object
|
|
5231
4841
|
): this;
|
|
4842
|
+
/**
|
|
4843
|
+
* Fires event {@link #event:breakpointChange breakpointChange} to attached listeners.
|
|
4844
|
+
*
|
|
4845
|
+
* @since 1.147
|
|
4846
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4847
|
+
*
|
|
4848
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
4849
|
+
*/
|
|
4850
|
+
fireBreakpointChange(
|
|
4851
|
+
/**
|
|
4852
|
+
* Parameters to pass along with the event
|
|
4853
|
+
*/
|
|
4854
|
+
mParameters?: DynamicPage$BreakpointChangeEventParameters
|
|
4855
|
+
): this;
|
|
5232
4856
|
/**
|
|
5233
4857
|
* Fires event {@link #event:pinnedStateChange pinnedStateChange} to attached listeners.
|
|
5234
4858
|
*
|
|
@@ -5825,8 +5449,39 @@ declare module "sap/f/DynamicPage" {
|
|
|
5825
5449
|
* @since 1.93
|
|
5826
5450
|
*/
|
|
5827
5451
|
pinnedStateChange?: (oEvent: DynamicPage$PinnedStateChangeEvent) => void;
|
|
5452
|
+
|
|
5453
|
+
/**
|
|
5454
|
+
* The event is fired when the media breakpoint changes. Applications can use this event to adjust content
|
|
5455
|
+
* based on the current screen size.
|
|
5456
|
+
*
|
|
5457
|
+
* @since 1.147
|
|
5458
|
+
*/
|
|
5459
|
+
breakpointChange?: (oEvent: DynamicPage$BreakpointChangeEvent) => void;
|
|
5828
5460
|
}
|
|
5829
5461
|
|
|
5462
|
+
/**
|
|
5463
|
+
* Parameters of the DynamicPage#breakpointChange event.
|
|
5464
|
+
*/
|
|
5465
|
+
export interface DynamicPage$BreakpointChangeEventParameters {
|
|
5466
|
+
/**
|
|
5467
|
+
* The current media range as defined by {@link sap.f.DynamicPageMediaRange}.
|
|
5468
|
+
*/
|
|
5469
|
+
currentRange?: DynamicPageMediaRange | keyof typeof DynamicPageMediaRange;
|
|
5470
|
+
|
|
5471
|
+
/**
|
|
5472
|
+
* The current width of the control in pixels.
|
|
5473
|
+
*/
|
|
5474
|
+
currentWidth?: int;
|
|
5475
|
+
}
|
|
5476
|
+
|
|
5477
|
+
/**
|
|
5478
|
+
* Event object of the DynamicPage#breakpointChange event.
|
|
5479
|
+
*/
|
|
5480
|
+
export type DynamicPage$BreakpointChangeEvent = Event<
|
|
5481
|
+
DynamicPage$BreakpointChangeEventParameters,
|
|
5482
|
+
DynamicPage
|
|
5483
|
+
>;
|
|
5484
|
+
|
|
5830
5485
|
/**
|
|
5831
5486
|
* Parameters of the DynamicPage#pinnedStateChange event.
|
|
5832
5487
|
*/
|
|
@@ -23471,6 +23126,8 @@ declare module "sap/f/SidePanelItem" {
|
|
|
23471
23126
|
|
|
23472
23127
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
23473
23128
|
|
|
23129
|
+
import Title from "sap/m/Title";
|
|
23130
|
+
|
|
23474
23131
|
import {
|
|
23475
23132
|
PropertyBindingInfo,
|
|
23476
23133
|
AggregationBindingInfo,
|
|
@@ -23565,6 +23222,14 @@ declare module "sap/f/SidePanelItem" {
|
|
|
23565
23222
|
* @returns Reference to `this` in order to allow method chaining
|
|
23566
23223
|
*/
|
|
23567
23224
|
destroyContent(): this;
|
|
23225
|
+
/**
|
|
23226
|
+
* Destroys the title in the aggregation {@link #getTitle title}.
|
|
23227
|
+
*
|
|
23228
|
+
* @since 1.146
|
|
23229
|
+
*
|
|
23230
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
23231
|
+
*/
|
|
23232
|
+
destroyTitle(): this;
|
|
23568
23233
|
/**
|
|
23569
23234
|
* Gets content of aggregation {@link #getContent content}.
|
|
23570
23235
|
*
|
|
@@ -23582,6 +23247,14 @@ declare module "sap/f/SidePanelItem" {
|
|
|
23582
23247
|
* @returns Value of property `icon`
|
|
23583
23248
|
*/
|
|
23584
23249
|
getIcon(): URI;
|
|
23250
|
+
/**
|
|
23251
|
+
* Gets content of aggregation {@link #getTitle title}.
|
|
23252
|
+
*
|
|
23253
|
+
* The title of the action item. If not set, the title of the parent side panel will be used.
|
|
23254
|
+
*
|
|
23255
|
+
* @since 1.146
|
|
23256
|
+
*/
|
|
23257
|
+
getTitle(): Title;
|
|
23585
23258
|
/**
|
|
23586
23259
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
|
|
23587
23260
|
* its index if found or -1 otherwise.
|
|
@@ -23652,6 +23325,19 @@ declare module "sap/f/SidePanelItem" {
|
|
|
23652
23325
|
*/
|
|
23653
23326
|
sIcon?: URI
|
|
23654
23327
|
): this;
|
|
23328
|
+
/**
|
|
23329
|
+
* Sets the aggregated {@link #getTitle title}.
|
|
23330
|
+
*
|
|
23331
|
+
* @since 1.146
|
|
23332
|
+
*
|
|
23333
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
23334
|
+
*/
|
|
23335
|
+
setTitle(
|
|
23336
|
+
/**
|
|
23337
|
+
* The title to set
|
|
23338
|
+
*/
|
|
23339
|
+
oTitle: Title
|
|
23340
|
+
): this;
|
|
23655
23341
|
}
|
|
23656
23342
|
/**
|
|
23657
23343
|
* Describes the settings that can be provided to the SidePanelItem constructor.
|
|
@@ -23662,6 +23348,13 @@ declare module "sap/f/SidePanelItem" {
|
|
|
23662
23348
|
*/
|
|
23663
23349
|
icon?: URI | PropertyBindingInfo | `{${string}}`;
|
|
23664
23350
|
|
|
23351
|
+
/**
|
|
23352
|
+
* The title of the action item. If not set, the title of the parent side panel will be used.
|
|
23353
|
+
*
|
|
23354
|
+
* @since 1.146
|
|
23355
|
+
*/
|
|
23356
|
+
title?: Title;
|
|
23357
|
+
|
|
23665
23358
|
/**
|
|
23666
23359
|
* The list of controls for side content of the action item.
|
|
23667
23360
|
*/
|