@sapui5/ts-types 1.109.3 → 1.110.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +0 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +39 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +235 -28
- package/types/sap.f.d.ts +49 -28
- package/types/sap.fe.core.d.ts +85 -22
- package/types/sap.fe.macros.d.ts +84 -36
- package/types/sap.fe.navigation.d.ts +316 -936
- package/types/sap.fe.templates.d.ts +103 -8
- package/types/sap.fe.test.d.ts +25 -24
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +176 -29
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +4272 -712
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +20 -8
- package/types/sap.ovp.d.ts +125 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +102 -4
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +51 -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 +4 -2
- package/types/sap.ui.commons.d.ts +86 -32
- package/types/sap.ui.comp.d.ts +89 -20
- package/types/sap.ui.core.d.ts +4160 -3750
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +86 -1
- package/types/sap.ui.fl.d.ts +12 -2
- package/types/sap.ui.generic.app.d.ts +59 -4
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +60 -41
- package/types/sap.ui.layout.d.ts +12 -12
- package/types/sap.ui.mdc.d.ts +11 -7
- package/types/sap.ui.richtexteditor.d.ts +19 -10
- 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 +51 -349
- package/types/sap.ui.table.d.ts +66 -10
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +102 -322
- package/types/sap.ui.ux3.d.ts +7 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +122 -1
- 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 +6 -6
- package/types/sap.ui.webc.main.d.ts +5 -5
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +32 -81
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +8 -29
- 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.fe.common.d.ts +0 -3
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.110.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -135,6 +135,8 @@ declare namespace sap {
|
|
|
135
135
|
* {
|
|
136
136
|
* scannerAPI: "ZXingCPP",
|
|
137
137
|
* available: true,
|
|
138
|
+
* deviceId: undefined,
|
|
139
|
+
* devices: [],
|
|
138
140
|
* apis: [
|
|
139
141
|
* {
|
|
140
142
|
* key: "ZebraEnterpriseBrowser",
|
|
@@ -157,8 +159,11 @@ declare namespace sap {
|
|
|
157
159
|
* ```
|
|
158
160
|
* '`scannerAPI`' shows the current scanner API used to scan the Barcode. '`available`' indicating whether
|
|
159
161
|
* or not the Barcode Scanner feature is available. It can be used to bind to the `visible` property of
|
|
160
|
-
* UI controls which have to be hidden in case the feature is unavailable. '`
|
|
161
|
-
*
|
|
162
|
+
* UI controls which have to be hidden in case the feature is unavailable. '`deviceId`' lists the current
|
|
163
|
+
* used camera id of current device. Not working for iOS devices since do not support to get all the cameras.
|
|
164
|
+
* '`devices`' lists all the cameras of current device. Not working for iOS devices since do not support
|
|
165
|
+
* to get all the cameras. '`apis`' lists scanner APIs with status value. Status value can be: "Initial",
|
|
166
|
+
* "Loading", "Available" or "UnAvailable".
|
|
162
167
|
*
|
|
163
168
|
* IMPORTANT: This model just shows current status of Barcode Scanner. Any change to it will not impact
|
|
164
169
|
* Barcode Scanner.
|
|
@@ -245,8 +250,10 @@ declare namespace sap {
|
|
|
245
250
|
setConfig(
|
|
246
251
|
/**
|
|
247
252
|
* The options are the configs that will be used to scan. It is a object which contains below key and value:
|
|
248
|
-
* { "enableGS1Header": true //If set to true, add the symbology identifier (GS1 specification 5.4.3.7.
|
|
249
|
-
* and 5.4.6.4.) as prefix into the result text
|
|
253
|
+
* { "enableGS1Header": true, //If set to true, add the symbology identifier (GS1 specification 5.4.3.7.
|
|
254
|
+
* and 5.4.6.4.) as prefix into the result text "deviceId": "string" // The specific camera id to scan the
|
|
255
|
+
* Barcode. If set to "", Barcode Scanner will use default camera. This option is not working for iOS devices
|
|
256
|
+
* since do not support to get all the cameras. }
|
|
250
257
|
*/
|
|
251
258
|
options?: object
|
|
252
259
|
): void;
|
|
@@ -262,12 +269,17 @@ declare namespace sap {
|
|
|
262
269
|
/**
|
|
263
270
|
* Set the scanner API info that will be used to scan the barcode.
|
|
264
271
|
*
|
|
265
|
-
*
|
|
272
|
+
* IMPORTANT: The status of the scanner API must be **"Available"**(for ZXingCPP and ZXing, status is **NOT
|
|
273
|
+
* "UnAvailable"**), or will return False. Scanner APIs with status value can be got by using {@link #getStatusModel}.
|
|
274
|
+
* By default, Barcode Scanner will select the scanner API(Available) with priority: ZebraEnterpriseBrowser
|
|
275
|
+
* > Cordova > ZXingCPP > ZXing.
|
|
276
|
+
*
|
|
277
|
+
* @returns Return True if set success.
|
|
266
278
|
*/
|
|
267
279
|
setScanAPIInfo(
|
|
268
280
|
/**
|
|
269
|
-
* Defines the scanner API to scan the barcode.
|
|
270
|
-
*
|
|
281
|
+
* Defines the scanner API to scan the barcode. Scanner API can be "ZebraEnterpriseBrowser", "Cordova",
|
|
282
|
+
* "ZXingCPP" or "ZXing".
|
|
271
283
|
*/
|
|
272
284
|
scannerAPI?: string
|
|
273
285
|
): boolean;
|
package/types/sap.ovp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.110.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -6,6 +6,19 @@ declare namespace sap {
|
|
|
6
6
|
*/
|
|
7
7
|
namespace ovp {
|
|
8
8
|
namespace app {
|
|
9
|
+
interface $ComponentSettings extends sap.fe.core.$AppComponentSettings {
|
|
10
|
+
cardContainerFragment?:
|
|
11
|
+
| string
|
|
12
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
13
|
+
|
|
14
|
+
dashboardLayoutUtil?: /* was: sap.ovp.ui.DashboardLayoutUtil */
|
|
15
|
+
| any
|
|
16
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
17
|
+
| `{${string}}`;
|
|
18
|
+
|
|
19
|
+
designtimePath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20
|
+
}
|
|
21
|
+
|
|
9
22
|
/**
|
|
10
23
|
* This class contains all extension functions that can be implemented by the application developers in
|
|
11
24
|
* their extension code. Application developers must not override any methods that are not mentioned in
|
|
@@ -43,10 +56,121 @@ declare namespace sap {
|
|
|
43
56
|
getMetadata(): sap.ui.base.Metadata;
|
|
44
57
|
}
|
|
45
58
|
const TemplateBaseExtension: TemplateBaseExtension;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Overview Page Application Component
|
|
62
|
+
*/
|
|
63
|
+
class Component extends sap.fe.core.AppComponent {
|
|
64
|
+
/**
|
|
65
|
+
* Main class used for Overview Page Application Component
|
|
66
|
+
*
|
|
67
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
68
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
69
|
+
* of the syntax of the settings object.
|
|
70
|
+
*/
|
|
71
|
+
constructor();
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Creates a new subclass of class sap.ovp.app.Component with name `sClassName` and enriches it with the
|
|
75
|
+
* information contained in `oClassInfo`.
|
|
76
|
+
*
|
|
77
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.fe.core.AppComponent.extend}.
|
|
78
|
+
*
|
|
79
|
+
* @returns Created class / constructor function
|
|
80
|
+
*/
|
|
81
|
+
static extend<T extends Record<string, unknown>>(
|
|
82
|
+
/**
|
|
83
|
+
* Name of the class being created
|
|
84
|
+
*/
|
|
85
|
+
sClassName: string,
|
|
86
|
+
/**
|
|
87
|
+
* Object literal with information about the class
|
|
88
|
+
*/
|
|
89
|
+
oClassInfo?: sap.ClassInfo<T, sap.ovp.app.Component>,
|
|
90
|
+
/**
|
|
91
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
92
|
+
* used by this class
|
|
93
|
+
*/
|
|
94
|
+
FNMetaImpl?: Function
|
|
95
|
+
): Function;
|
|
96
|
+
/**
|
|
97
|
+
* Returns a metadata object for class sap.ovp.app.Component.
|
|
98
|
+
*
|
|
99
|
+
* @returns Metadata object describing this class
|
|
100
|
+
*/
|
|
101
|
+
static getMetadata(): sap.ui.core.ComponentMetadata;
|
|
102
|
+
/**
|
|
103
|
+
* Gets current value of property {@link #getCardContainerFragment cardContainerFragment}.
|
|
104
|
+
*
|
|
105
|
+
* Default value is `"sap.ovp.app.CardContainer"`.
|
|
106
|
+
*
|
|
107
|
+
* @returns Value of property `cardContainerFragment`
|
|
108
|
+
*/
|
|
109
|
+
getCardContainerFragment(): string;
|
|
110
|
+
/**
|
|
111
|
+
* Gets current value of property {@link #getDashboardLayoutUtil dashboardLayoutUtil}.
|
|
112
|
+
*
|
|
113
|
+
* @returns Value of property `dashboardLayoutUtil`
|
|
114
|
+
*/
|
|
115
|
+
getDashboardLayoutUtil(): /* was: sap.ovp.ui.DashboardLayoutUtil */ any;
|
|
116
|
+
/**
|
|
117
|
+
* Gets current value of property {@link #getDesigntimePath designtimePath}.
|
|
118
|
+
*
|
|
119
|
+
* Default value is `"sap/ovp/ui/OVPWrapper.designtime"`.
|
|
120
|
+
*
|
|
121
|
+
* @returns Value of property `designtimePath`
|
|
122
|
+
*/
|
|
123
|
+
getDesigntimePath(): string;
|
|
124
|
+
/**
|
|
125
|
+
* Sets a new value for property {@link #getCardContainerFragment cardContainerFragment}.
|
|
126
|
+
*
|
|
127
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
128
|
+
*
|
|
129
|
+
* Default value is `"sap.ovp.app.CardContainer"`.
|
|
130
|
+
*
|
|
131
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
132
|
+
*/
|
|
133
|
+
setCardContainerFragment(
|
|
134
|
+
/**
|
|
135
|
+
* New value for property `cardContainerFragment`
|
|
136
|
+
*/
|
|
137
|
+
sCardContainerFragment?: string
|
|
138
|
+
): this;
|
|
139
|
+
/**
|
|
140
|
+
* Sets a new value for property {@link #getDashboardLayoutUtil dashboardLayoutUtil}.
|
|
141
|
+
*
|
|
142
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
143
|
+
*
|
|
144
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
145
|
+
*/
|
|
146
|
+
setDashboardLayoutUtil(
|
|
147
|
+
/**
|
|
148
|
+
* New value for property `dashboardLayoutUtil`
|
|
149
|
+
*/
|
|
150
|
+
sDashboardLayoutUtil: /* was: sap.ovp.ui.DashboardLayoutUtil */ any
|
|
151
|
+
): this;
|
|
152
|
+
/**
|
|
153
|
+
* Sets a new value for property {@link #getDesigntimePath designtimePath}.
|
|
154
|
+
*
|
|
155
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
156
|
+
*
|
|
157
|
+
* Default value is `"sap/ovp/ui/OVPWrapper.designtime"`.
|
|
158
|
+
*
|
|
159
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
160
|
+
*/
|
|
161
|
+
setDesigntimePath(
|
|
162
|
+
/**
|
|
163
|
+
* New value for property `designtimePath`
|
|
164
|
+
*/
|
|
165
|
+
sDesigntimePath?: string
|
|
166
|
+
): this;
|
|
167
|
+
}
|
|
46
168
|
}
|
|
47
169
|
}
|
|
48
170
|
|
|
49
171
|
interface IUI5DefineDependencyNames {
|
|
172
|
+
"sap/ovp/app/Component": undefined;
|
|
173
|
+
|
|
50
174
|
"sap/ovp/app/TemplateBaseExtension": undefined;
|
|
51
175
|
|
|
52
176
|
"sap/ovp/library": undefined;
|
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.110.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace sac {
|
|
@@ -693,7 +693,20 @@ declare namespace sap {
|
|
|
693
693
|
|
|
694
694
|
interface $FlexAnalysisSettings extends sap.ui.core.$ControlSettings {
|
|
695
695
|
/**
|
|
696
|
-
*
|
|
696
|
+
* Sets title to be shown in the control. If not set the name of the corresponding back-end query is used
|
|
697
|
+
*/
|
|
698
|
+
title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
699
|
+
|
|
700
|
+
/**
|
|
701
|
+
* Indicates Flexible Analysis component should display the component title
|
|
702
|
+
*/
|
|
703
|
+
showTitle?:
|
|
704
|
+
| boolean
|
|
705
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
706
|
+
| `{${string}}`;
|
|
707
|
+
|
|
708
|
+
/**
|
|
709
|
+
* Indicates if Flexible Analysis component automatically requests the ResultSet for the shown data source
|
|
697
710
|
*/
|
|
698
711
|
autoUpdate?:
|
|
699
712
|
| boolean
|
|
@@ -779,6 +792,14 @@ declare namespace sap {
|
|
|
779
792
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
780
793
|
| `{${string}}`;
|
|
781
794
|
|
|
795
|
+
/**
|
|
796
|
+
* Sets if the landing page of FlexAnalysis is hidden
|
|
797
|
+
*/
|
|
798
|
+
hideLandingPage?:
|
|
799
|
+
| boolean
|
|
800
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
801
|
+
| `{${string}}`;
|
|
802
|
+
|
|
782
803
|
/**
|
|
783
804
|
* Additional Flag to be passed to the control TODO: Document the possibilities
|
|
784
805
|
*/
|
|
@@ -1090,7 +1111,7 @@ declare namespace sap {
|
|
|
1090
1111
|
/**
|
|
1091
1112
|
* Gets current value of property {@link #getAutoUpdate autoUpdate}.
|
|
1092
1113
|
*
|
|
1093
|
-
* Indicates Flexible Analysis component automatically requests the ResultSet for the shown data source
|
|
1114
|
+
* Indicates if Flexible Analysis component automatically requests the ResultSet for the shown data source
|
|
1094
1115
|
*
|
|
1095
1116
|
* Default value is `true`.
|
|
1096
1117
|
*
|
|
@@ -1185,6 +1206,16 @@ declare namespace sap {
|
|
|
1185
1206
|
* @returns Value of property `hideFilterLine`
|
|
1186
1207
|
*/
|
|
1187
1208
|
getHideFilterLine(): boolean;
|
|
1209
|
+
/**
|
|
1210
|
+
* Gets current value of property {@link #getHideLandingPage hideLandingPage}.
|
|
1211
|
+
*
|
|
1212
|
+
* Sets if the landing page of FlexAnalysis is hidden
|
|
1213
|
+
*
|
|
1214
|
+
* Default value is `true`.
|
|
1215
|
+
*
|
|
1216
|
+
* @returns Value of property `hideLandingPage`
|
|
1217
|
+
*/
|
|
1218
|
+
getHideLandingPage(): boolean;
|
|
1188
1219
|
/**
|
|
1189
1220
|
* Gets current value of property {@link #getHideMenuBar hideMenuBar}.
|
|
1190
1221
|
*
|
|
@@ -1256,6 +1287,16 @@ declare namespace sap {
|
|
|
1256
1287
|
* @returns Value of property `multiDimModelId`
|
|
1257
1288
|
*/
|
|
1258
1289
|
getMultiDimModelId(): string;
|
|
1290
|
+
/**
|
|
1291
|
+
* Gets current value of property {@link #getShowTitle showTitle}.
|
|
1292
|
+
*
|
|
1293
|
+
* Indicates Flexible Analysis component should display the component title
|
|
1294
|
+
*
|
|
1295
|
+
* Default value is `false`.
|
|
1296
|
+
*
|
|
1297
|
+
* @returns Value of property `showTitle`
|
|
1298
|
+
*/
|
|
1299
|
+
getShowTitle(): boolean;
|
|
1259
1300
|
/**
|
|
1260
1301
|
* Gets current value of property {@link #getSystemName systemName}.
|
|
1261
1302
|
*
|
|
@@ -1274,6 +1315,14 @@ declare namespace sap {
|
|
|
1274
1315
|
* @returns Value of property `systemType`
|
|
1275
1316
|
*/
|
|
1276
1317
|
getSystemType(): sap.sac.df.types.SystemType;
|
|
1318
|
+
/**
|
|
1319
|
+
* Gets current value of property {@link #getTitle title}.
|
|
1320
|
+
*
|
|
1321
|
+
* Sets title to be shown in the control. If not set the name of the corresponding back-end query is used
|
|
1322
|
+
*
|
|
1323
|
+
* @returns Value of property `title`
|
|
1324
|
+
*/
|
|
1325
|
+
getTitle(): string;
|
|
1277
1326
|
/**
|
|
1278
1327
|
* Gets current value of property {@link #getWidth width}.
|
|
1279
1328
|
*
|
|
@@ -1335,7 +1384,7 @@ declare namespace sap {
|
|
|
1335
1384
|
/**
|
|
1336
1385
|
* Sets a new value for property {@link #getAutoUpdate autoUpdate}.
|
|
1337
1386
|
*
|
|
1338
|
-
* Indicates Flexible Analysis component automatically requests the ResultSet for the shown data source
|
|
1387
|
+
* Indicates if Flexible Analysis component automatically requests the ResultSet for the shown data source
|
|
1339
1388
|
*
|
|
1340
1389
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1341
1390
|
*
|
|
@@ -1494,6 +1543,23 @@ declare namespace sap {
|
|
|
1494
1543
|
*/
|
|
1495
1544
|
bHideFilterLine?: boolean
|
|
1496
1545
|
): this;
|
|
1546
|
+
/**
|
|
1547
|
+
* Sets a new value for property {@link #getHideLandingPage hideLandingPage}.
|
|
1548
|
+
*
|
|
1549
|
+
* Sets if the landing page of FlexAnalysis is hidden
|
|
1550
|
+
*
|
|
1551
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1552
|
+
*
|
|
1553
|
+
* Default value is `true`.
|
|
1554
|
+
*
|
|
1555
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1556
|
+
*/
|
|
1557
|
+
setHideLandingPage(
|
|
1558
|
+
/**
|
|
1559
|
+
* New value for property `hideLandingPage`
|
|
1560
|
+
*/
|
|
1561
|
+
bHideLandingPage?: boolean
|
|
1562
|
+
): this;
|
|
1497
1563
|
/**
|
|
1498
1564
|
* Sets a new value for property {@link #getHideMenuBar hideMenuBar}.
|
|
1499
1565
|
*
|
|
@@ -1614,6 +1680,23 @@ declare namespace sap {
|
|
|
1614
1680
|
*/
|
|
1615
1681
|
sMultiDimModelId?: string
|
|
1616
1682
|
): this;
|
|
1683
|
+
/**
|
|
1684
|
+
* Sets a new value for property {@link #getShowTitle showTitle}.
|
|
1685
|
+
*
|
|
1686
|
+
* Indicates Flexible Analysis component should display the component title
|
|
1687
|
+
*
|
|
1688
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1689
|
+
*
|
|
1690
|
+
* Default value is `false`.
|
|
1691
|
+
*
|
|
1692
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1693
|
+
*/
|
|
1694
|
+
setShowTitle(
|
|
1695
|
+
/**
|
|
1696
|
+
* New value for property `showTitle`
|
|
1697
|
+
*/
|
|
1698
|
+
bShowTitle?: boolean
|
|
1699
|
+
): this;
|
|
1617
1700
|
/**
|
|
1618
1701
|
* Sets a new value for property {@link #getSystemName systemName}.
|
|
1619
1702
|
*
|
|
@@ -1646,6 +1729,21 @@ declare namespace sap {
|
|
|
1646
1729
|
*/
|
|
1647
1730
|
sSystemType?: sap.sac.df.types.SystemType
|
|
1648
1731
|
): this;
|
|
1732
|
+
/**
|
|
1733
|
+
* Sets a new value for property {@link #getTitle title}.
|
|
1734
|
+
*
|
|
1735
|
+
* Sets title to be shown in the control. If not set the name of the corresponding back-end query is used
|
|
1736
|
+
*
|
|
1737
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1738
|
+
*
|
|
1739
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1740
|
+
*/
|
|
1741
|
+
setTitle(
|
|
1742
|
+
/**
|
|
1743
|
+
* New value for property `title`
|
|
1744
|
+
*/
|
|
1745
|
+
sTitle: string
|
|
1746
|
+
): this;
|
|
1649
1747
|
/**
|
|
1650
1748
|
* Sets a new value for property {@link #getWidth width}.
|
|
1651
1749
|
*
|
package/types/sap.sac.grid.d.ts
CHANGED
|
@@ -1,4 +1,33 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.110.0
|
|
2
|
+
|
|
3
|
+
declare module "sap/suite/ui/commons/collaboration/CollaborationHelper" {
|
|
4
|
+
/**
|
|
5
|
+
* @SINCE 1.108
|
|
6
|
+
*
|
|
7
|
+
* CollaborationHelper for collaboration-related functionalities
|
|
8
|
+
*/
|
|
9
|
+
interface CollaborationHelper {
|
|
10
|
+
/**
|
|
11
|
+
* Determines whether the app is running in the Microsoft Teams application. If the URL parameter "sap-collaboration-teams"
|
|
12
|
+
* is set to true and if the appState is set to lean, the method ensures that the application runs in the
|
|
13
|
+
* Microsoft Teams environment
|
|
14
|
+
*
|
|
15
|
+
* @returns Return the resolved promise with the data if the conditions are met with 'true', else 'false'
|
|
16
|
+
*/
|
|
17
|
+
isTeamsModeActive(): Promise<any>;
|
|
18
|
+
/**
|
|
19
|
+
* Method that checks whether the application is running in the Microsoft Teams environment. If yes, the
|
|
20
|
+
* method disables the Avatar icon on the shell. This is done synchronously. The Method returns a promise.
|
|
21
|
+
* The promise is resolved immediately if the URL is not compact. In case of a compact hash, the method
|
|
22
|
+
* retrieves the original or complete hash and replaces it in the window. The method then resolves the promise.
|
|
23
|
+
*
|
|
24
|
+
* @returns Return the resolved promise when the redirection of the URL is done.
|
|
25
|
+
*/
|
|
26
|
+
processAndExpandHash(): Promise<any>;
|
|
27
|
+
}
|
|
28
|
+
const CollaborationHelper: CollaborationHelper;
|
|
29
|
+
export default CollaborationHelper;
|
|
30
|
+
}
|
|
2
31
|
|
|
3
32
|
declare namespace sap {
|
|
4
33
|
namespace suite {
|
|
@@ -7,6 +36,25 @@ declare namespace sap {
|
|
|
7
36
|
* SAP UI library: sap.suite.ui.commons
|
|
8
37
|
*/
|
|
9
38
|
namespace commons {
|
|
39
|
+
namespace collaboration {
|
|
40
|
+
/**
|
|
41
|
+
* @SINCE 1.108
|
|
42
|
+
*
|
|
43
|
+
* Service container to get the collaboration type.
|
|
44
|
+
*/
|
|
45
|
+
interface ServiceContainer {
|
|
46
|
+
/**
|
|
47
|
+
* Method that returns the collaboration service object as 'active' on the system. Microsoft Teams is supported
|
|
48
|
+
* as a collaboration option and must be enabled using the communication service SAP_COM_0860. The type
|
|
49
|
+
* definition and class are only available internally and are not intended for external consumers.
|
|
50
|
+
*
|
|
51
|
+
* @returns Returns the promise that is resolved to the instance of the collaboration service.
|
|
52
|
+
*/
|
|
53
|
+
getServiceAsync(): Promise<any>;
|
|
54
|
+
}
|
|
55
|
+
const ServiceContainer: ServiceContainer;
|
|
56
|
+
}
|
|
57
|
+
|
|
10
58
|
namespace imageeditor {
|
|
11
59
|
interface $CustomSizeItemSettings
|
|
12
60
|
extends sap.ui.core.$ElementSettings {
|
|
@@ -45807,6 +45855,8 @@ declare namespace sap {
|
|
|
45807
45855
|
|
|
45808
45856
|
"sap/suite/ui/commons/collaboration/CollaborationHelper": undefined;
|
|
45809
45857
|
|
|
45858
|
+
"sap/suite/ui/commons/collaboration/ServiceContainer": undefined;
|
|
45859
|
+
|
|
45810
45860
|
"sap/suite/ui/commons/collaboration/TeamsHelperService": undefined;
|
|
45811
45861
|
|
|
45812
45862
|
"sap/suite/ui/commons/ColumnData": undefined;
|
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.110.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -193,7 +193,9 @@ declare namespace sap {
|
|
|
193
193
|
/**
|
|
194
194
|
* Object with getCompletions method
|
|
195
195
|
*/
|
|
196
|
-
oCustomCompleter:
|
|
196
|
+
oCustomCompleter: {
|
|
197
|
+
getCompletions: Function;
|
|
198
|
+
}
|
|
197
199
|
): void;
|
|
198
200
|
/**
|
|
199
201
|
* Attaches event handler `fnFunction` to the {@link #event:change change} event of this `sap.ui.codeeditor.CodeEditor`.
|