@sapui5/ts-types 1.84.50 → 1.84.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/{sap.fe.navigation-1.84.17-d.ts → sap.fe.navigation-1.84.18-d.ts} +1 -1
- package/types/sap.fe.plugins.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.fileviewer.d.ts +1 -1
- package/types/sap.m.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.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 +1 -1
- package/types/sap.ui.core.d.ts +9 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- 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 +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +8 -4
- 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 +6 -6
- 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 +25 -7
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.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 -573
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/// <reference path="./sap.ui.rta.d.ts"/>
|
|
34
34
|
/// <reference path="./sap.fe.core.d.ts"/>
|
|
35
35
|
/// <reference path="./sap.fe.macros.d.ts"/>
|
|
36
|
-
/// <reference path="./sap.fe.navigation-1.84.
|
|
36
|
+
/// <reference path="./sap.fe.navigation-1.84.18-d.ts"/>
|
|
37
37
|
/// <reference path="./sap.fe.plugins.d.ts"/>
|
|
38
38
|
/// <reference path="./sap.fe.templates.d.ts"/>
|
|
39
39
|
/// <reference path="./sap.fe.test.d.ts"/>
|
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.m.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.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ declare module "sap/base/util/Version";
|
|
|
18
18
|
declare module "sap/ui/performance/Measurement.Entry";
|
|
19
19
|
|
|
20
20
|
declare module "sap/ui/util/Storage.Type";
|
|
21
|
-
// For Library Version: 1.84.
|
|
21
|
+
// For Library Version: 1.84.49
|
|
22
22
|
/**
|
|
23
23
|
* Root namespace for JavaScript functionality provided by SAP SE.
|
|
24
24
|
*
|
|
@@ -31880,6 +31880,10 @@ declare namespace sap {
|
|
|
31880
31880
|
* The version of the operating system as `float`.
|
|
31881
31881
|
*
|
|
31882
31882
|
* Might be `-1` if no version can be determined.
|
|
31883
|
+
*
|
|
31884
|
+
* **Note:** The property `version` may not contain the correct version for Windows 11 onwards, depending
|
|
31885
|
+
* on the point in time, the property is accessed or the browser's capability to provide the version. In
|
|
31886
|
+
* this case the `version` property may contain `10`.
|
|
31883
31887
|
*/
|
|
31884
31888
|
export const version: number;
|
|
31885
31889
|
|
|
@@ -31887,6 +31891,10 @@ declare namespace sap {
|
|
|
31887
31891
|
* The version of the operating system as `string`.
|
|
31888
31892
|
*
|
|
31889
31893
|
* Might be empty if no version can be determined.
|
|
31894
|
+
*
|
|
31895
|
+
* **Note:** The property `versionStr` may not contain the correct version for Windows 11 onwards, depending
|
|
31896
|
+
* on the point in time, the property is accessed or the browser's capability to provide the version. In
|
|
31897
|
+
* this case the `versionStr` property may contain `10`.
|
|
31890
31898
|
*/
|
|
31891
31899
|
export const versionStr: String;
|
|
31892
31900
|
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.49
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
|
|
@@ -75,7 +75,7 @@ class Spreadsheet{
|
|
|
75
75
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
76
76
|
* following fields:
|
|
77
77
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
78
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.84.
|
|
78
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.84.49")
|
|
79
79
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
80
80
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
81
81
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -161,7 +161,7 @@ class Spreadsheet{
|
|
|
161
161
|
* columns: aColumns,
|
|
162
162
|
* context: {
|
|
163
163
|
* application: 'Debug Test Application',
|
|
164
|
-
* version: '1.84.
|
|
164
|
+
* version: '1.84.49',
|
|
165
165
|
* title: 'Some random title',
|
|
166
166
|
* modifiedBy: 'John Doe',
|
|
167
167
|
* metaSheetName: 'Custom metadata',
|
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.49
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1435,12 +1435,16 @@ declare namespace sap {
|
|
|
1435
1435
|
*/
|
|
1436
1436
|
enum EditorType {
|
|
1437
1437
|
/**
|
|
1438
|
-
*
|
|
1438
|
+
* In future releases of SAPUI5, it will use the latest recommended TinyMCE version. Currently, it loads
|
|
1439
|
+
* the deprecated TinyMCE 4. If you are using version 1.84 of SAPUI5, please, use the latest available TinyMCE
|
|
1440
|
+
* version in your application code.
|
|
1439
1441
|
*/
|
|
1440
1442
|
TinyMCE,
|
|
1441
1443
|
/**
|
|
1442
|
-
*
|
|
1443
|
-
*
|
|
1444
|
+
* @deprecated (since 1.84.42) - replaced by TinyMCE 6.
|
|
1445
|
+
*
|
|
1446
|
+
* Uses TinyMCE version 4 as an editor. TinyMCE 4 is no longer supported, therefore using it is at your
|
|
1447
|
+
* own risk.
|
|
1444
1448
|
*/
|
|
1445
1449
|
TinyMCE4,
|
|
1446
1450
|
/**
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.49
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -237,7 +237,7 @@ declare namespace sap {
|
|
|
237
237
|
static getType(): string;
|
|
238
238
|
}
|
|
239
239
|
/**
|
|
240
|
-
* @SINCE 1.84.
|
|
240
|
+
* @SINCE 1.84.49
|
|
241
241
|
*
|
|
242
242
|
* Defines the Audiences.
|
|
243
243
|
*/
|
|
@@ -256,7 +256,7 @@ declare namespace sap {
|
|
|
256
256
|
Internal,
|
|
257
257
|
}
|
|
258
258
|
/**
|
|
259
|
-
* @SINCE 1.84.
|
|
259
|
+
* @SINCE 1.84.49
|
|
260
260
|
*
|
|
261
261
|
* Issue Categories.
|
|
262
262
|
*/
|
|
@@ -311,7 +311,7 @@ declare namespace sap {
|
|
|
311
311
|
Usage,
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
|
-
* @SINCE 1.84.
|
|
314
|
+
* @SINCE 1.84.49
|
|
315
315
|
*
|
|
316
316
|
* Analysis history formats.
|
|
317
317
|
*/
|
|
@@ -326,7 +326,7 @@ declare namespace sap {
|
|
|
326
326
|
String,
|
|
327
327
|
}
|
|
328
328
|
/**
|
|
329
|
-
* @SINCE 1.84.
|
|
329
|
+
* @SINCE 1.84.49
|
|
330
330
|
*
|
|
331
331
|
* Defines severity types.
|
|
332
332
|
*/
|
|
@@ -345,7 +345,7 @@ declare namespace sap {
|
|
|
345
345
|
Medium,
|
|
346
346
|
}
|
|
347
347
|
/**
|
|
348
|
-
* @SINCE 1.84.
|
|
348
|
+
* @SINCE 1.84.49
|
|
349
349
|
*
|
|
350
350
|
* Contains the available system presets.
|
|
351
351
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.49
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -4295,8 +4295,14 @@ declare namespace sap {
|
|
|
4295
4295
|
/**
|
|
4296
4296
|
* @SINCE 1.28.9
|
|
4297
4297
|
*
|
|
4298
|
-
*
|
|
4299
|
-
*
|
|
4298
|
+
* This property sets chosen days of the week as non-working days, and overrides the weekend days defined
|
|
4299
|
+
* in the locale settings. If set, the provided weekdays are displayed as non-working days.
|
|
4300
|
+
*
|
|
4301
|
+
* Users could override the non-working days for each week. Valid values inside the array are from 0
|
|
4302
|
+
* to 6. For example:
|
|
4303
|
+
* - A single day for each week - `[3]`.
|
|
4304
|
+
* - All days for each week - `[0,1,2,3,4,5,6]`.
|
|
4305
|
+
* - None of the days for each week - `[]`. In this case all weekdays are working days.
|
|
4300
4306
|
*
|
|
4301
4307
|
* **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
|
|
4302
4308
|
* specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
|
|
@@ -6376,8 +6382,14 @@ declare namespace sap {
|
|
|
6376
6382
|
*
|
|
6377
6383
|
* Gets current value of property {@link #getNonWorkingDays nonWorkingDays}.
|
|
6378
6384
|
*
|
|
6379
|
-
*
|
|
6380
|
-
*
|
|
6385
|
+
* This property sets chosen days of the week as non-working days, and overrides the weekend days defined
|
|
6386
|
+
* in the locale settings. If set, the provided weekdays are displayed as non-working days.
|
|
6387
|
+
*
|
|
6388
|
+
* Users could override the non-working days for each week. Valid values inside the array are from 0
|
|
6389
|
+
* to 6. For example:
|
|
6390
|
+
* - A single day for each week - `[3]`.
|
|
6391
|
+
* - All days for each week - `[0,1,2,3,4,5,6]`.
|
|
6392
|
+
* - None of the days for each week - `[]`. In this case all weekdays are working days.
|
|
6381
6393
|
*
|
|
6382
6394
|
* **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
|
|
6383
6395
|
* specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
|
|
@@ -6725,8 +6737,14 @@ declare namespace sap {
|
|
|
6725
6737
|
*
|
|
6726
6738
|
* Sets a new value for property {@link #getNonWorkingDays nonWorkingDays}.
|
|
6727
6739
|
*
|
|
6728
|
-
*
|
|
6729
|
-
*
|
|
6740
|
+
* This property sets chosen days of the week as non-working days, and overrides the weekend days defined
|
|
6741
|
+
* in the locale settings. If set, the provided weekdays are displayed as non-working days.
|
|
6742
|
+
*
|
|
6743
|
+
* Users could override the non-working days for each week. Valid values inside the array are from 0
|
|
6744
|
+
* to 6. For example:
|
|
6745
|
+
* - A single day for each week - `[3]`.
|
|
6746
|
+
* - All days for each week - `[0,1,2,3,4,5,6]`.
|
|
6747
|
+
* - None of the days for each week - `[]`. In this case all weekdays are working days.
|
|
6730
6748
|
*
|
|
6731
6749
|
* **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
|
|
6732
6750
|
* specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.84.
|
|
1
|
+
// For Library Version: 1.84.51
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace zen {
|
|
@@ -159,87 +159,6 @@ declare namespace sap {
|
|
|
159
159
|
systemAlias?: string;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
interface $InATileSettings extends sap.ui.core.$ControlSettings {
|
|
163
|
-
/**
|
|
164
|
-
* the host of the datasource, falsy means use the origin of the website as domain
|
|
165
|
-
*/
|
|
166
|
-
host?: string;
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* the port of the service of the datasource
|
|
170
|
-
*/
|
|
171
|
-
port?: number;
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* the path to the service of the datasource
|
|
175
|
-
*/
|
|
176
|
-
path?: string;
|
|
177
|
-
|
|
178
|
-
/**
|
|
179
|
-
* the system type of the service of the datasource
|
|
180
|
-
*/
|
|
181
|
-
systemType?: sap.zen.dsh.SystemType;
|
|
182
|
-
|
|
183
|
-
/**
|
|
184
|
-
* the system name of the service of the datasource
|
|
185
|
-
*/
|
|
186
|
-
systemName?: string;
|
|
187
|
-
|
|
188
|
-
/**
|
|
189
|
-
* the protocol type of the service of the datasource#ToDo: Make optional
|
|
190
|
-
*/
|
|
191
|
-
protocolType?: sap.zen.dsh.ProtocolType;
|
|
192
|
-
|
|
193
|
-
/**
|
|
194
|
-
* the client of the service of the datasource (only relevant for abap based analytical engines)#ToDo: Make
|
|
195
|
-
* optional
|
|
196
|
-
*/
|
|
197
|
-
client?: string;
|
|
198
|
-
|
|
199
|
-
/**
|
|
200
|
-
* the name of the datasource
|
|
201
|
-
*/
|
|
202
|
-
dataSourceName?: string;
|
|
203
|
-
|
|
204
|
-
/**
|
|
205
|
-
* the type of the datasource
|
|
206
|
-
*/
|
|
207
|
-
dataSourceType?: sap.zen.dsh.DataSourceType;
|
|
208
|
-
|
|
209
|
-
/**
|
|
210
|
-
* the package of the datasource #ToDo: Make optional
|
|
211
|
-
*/
|
|
212
|
-
packageName?: string;
|
|
213
|
-
|
|
214
|
-
/**
|
|
215
|
-
* the schema of the datasource
|
|
216
|
-
*/
|
|
217
|
-
schemaName?: string;
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* Type of the Widget that is displayed in the Tile
|
|
221
|
-
*/
|
|
222
|
-
widgetType?: string;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
interface $PivotTableSettings extends sap.ui.core.$ControlSettings {
|
|
226
|
-
/**
|
|
227
|
-
* Name of the Data Provider within {sap.zen.dsh.olap.OlapModel} with name `om`, which is displayed and
|
|
228
|
-
* available for interactions
|
|
229
|
-
*/
|
|
230
|
-
dataProviderName?: string;
|
|
231
|
-
|
|
232
|
-
/**
|
|
233
|
-
* Property for different table formats
|
|
234
|
-
*/
|
|
235
|
-
format?: sap.zen.commons.Format;
|
|
236
|
-
|
|
237
|
-
/**
|
|
238
|
-
* Fired when a user launches a navigation command
|
|
239
|
-
*/
|
|
240
|
-
navigationCmd?: Function;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
162
|
interface $ValueHelpDialogSettings extends sap.m.$DialogSettings {
|
|
244
163
|
/**
|
|
245
164
|
* @SINCE 1.24
|
|
@@ -1048,493 +967,6 @@ declare namespace sap {
|
|
|
1048
967
|
sWidth?: sap.ui.core.CSSSize
|
|
1049
968
|
): sap.zen.dsh.Dsh;
|
|
1050
969
|
}
|
|
1051
|
-
/**
|
|
1052
|
-
* @EXPERIMENTAL (since 1.91)
|
|
1053
|
-
*
|
|
1054
|
-
* Launcher tile that displays the total of a Data Provider of an OlapModel
|
|
1055
|
-
*/
|
|
1056
|
-
class InATile extends sap.ui.core.Control {
|
|
1057
|
-
/**
|
|
1058
|
-
* Constructor for a new `InATile`.
|
|
1059
|
-
*
|
|
1060
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
1061
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1062
|
-
* of the syntax of the settings object.
|
|
1063
|
-
*/
|
|
1064
|
-
constructor(
|
|
1065
|
-
/**
|
|
1066
|
-
* ID for the new control, generated automatically if no ID is given
|
|
1067
|
-
*/
|
|
1068
|
-
sId?: string,
|
|
1069
|
-
/**
|
|
1070
|
-
* Initial settings for the new control
|
|
1071
|
-
*/
|
|
1072
|
-
mSettings?: $InATileSettings
|
|
1073
|
-
);
|
|
1074
|
-
|
|
1075
|
-
/**
|
|
1076
|
-
* Creates a new subclass of class sap.zen.dsh.InATile with name `sClassName` and enriches it with the information
|
|
1077
|
-
* contained in `oClassInfo`.
|
|
1078
|
-
*
|
|
1079
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
1080
|
-
*/
|
|
1081
|
-
// @ts-ignore
|
|
1082
|
-
static extend<T extends Record<string, unknown>>(
|
|
1083
|
-
/**
|
|
1084
|
-
* Name of the class being created
|
|
1085
|
-
*/
|
|
1086
|
-
sClassName: string,
|
|
1087
|
-
/**
|
|
1088
|
-
* Object literal with information about the class
|
|
1089
|
-
*/
|
|
1090
|
-
oClassInfo?: T & ThisType<T & sap.zen.dsh.InATile>,
|
|
1091
|
-
/**
|
|
1092
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1093
|
-
* used by this class
|
|
1094
|
-
*/
|
|
1095
|
-
FNMetaImpl?: Function
|
|
1096
|
-
): Function;
|
|
1097
|
-
/**
|
|
1098
|
-
* Gets current value of property {@link #getClient client}.
|
|
1099
|
-
*
|
|
1100
|
-
* the client of the service of the datasource (only relevant for abap based analytical engines)#ToDo: Make
|
|
1101
|
-
* optional
|
|
1102
|
-
*/
|
|
1103
|
-
getClient(): string;
|
|
1104
|
-
/**
|
|
1105
|
-
* Gets current value of property {@link #getDataSourceName dataSourceName}.
|
|
1106
|
-
*
|
|
1107
|
-
* the name of the datasource
|
|
1108
|
-
*/
|
|
1109
|
-
getDataSourceName(): string;
|
|
1110
|
-
/**
|
|
1111
|
-
* Gets current value of property {@link #getDataSourceType dataSourceType}.
|
|
1112
|
-
*
|
|
1113
|
-
* the type of the datasource
|
|
1114
|
-
*/
|
|
1115
|
-
getDataSourceType(): sap.zen.dsh.DataSourceType;
|
|
1116
|
-
/**
|
|
1117
|
-
* Gets current value of property {@link #getHost host}.
|
|
1118
|
-
*
|
|
1119
|
-
* the host of the datasource, falsy means use the origin of the website as domain
|
|
1120
|
-
*/
|
|
1121
|
-
getHost(): string;
|
|
1122
|
-
/**
|
|
1123
|
-
* Returns a metadata object for class sap.zen.dsh.InATile.
|
|
1124
|
-
*/
|
|
1125
|
-
// @ts-ignore
|
|
1126
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1127
|
-
/**
|
|
1128
|
-
* Gets current value of property {@link #getPackageName packageName}.
|
|
1129
|
-
*
|
|
1130
|
-
* the package of the datasource #ToDo: Make optional
|
|
1131
|
-
*/
|
|
1132
|
-
getPackageName(): string;
|
|
1133
|
-
/**
|
|
1134
|
-
* Gets current value of property {@link #getPath path}.
|
|
1135
|
-
*
|
|
1136
|
-
* the path to the service of the datasource
|
|
1137
|
-
*/
|
|
1138
|
-
getPath(): string;
|
|
1139
|
-
/**
|
|
1140
|
-
* Gets current value of property {@link #getPort port}.
|
|
1141
|
-
*
|
|
1142
|
-
* the port of the service of the datasource
|
|
1143
|
-
*
|
|
1144
|
-
* Default value is `443`.
|
|
1145
|
-
*/
|
|
1146
|
-
getPort(): number;
|
|
1147
|
-
/**
|
|
1148
|
-
* Gets current value of property {@link #getProtocolType protocolType}.
|
|
1149
|
-
*
|
|
1150
|
-
* the protocol type of the service of the datasource#ToDo: Make optional
|
|
1151
|
-
*/
|
|
1152
|
-
getProtocolType(): sap.zen.dsh.ProtocolType;
|
|
1153
|
-
/**
|
|
1154
|
-
* Gets current value of property {@link #getSchemaName schemaName}.
|
|
1155
|
-
*
|
|
1156
|
-
* the schema of the datasource
|
|
1157
|
-
*/
|
|
1158
|
-
getSchemaName(): string;
|
|
1159
|
-
/**
|
|
1160
|
-
* Gets current value of property {@link #getSystemName systemName}.
|
|
1161
|
-
*
|
|
1162
|
-
* the system name of the service of the datasource
|
|
1163
|
-
*
|
|
1164
|
-
* Default value is `"localAbapAnalyticEngine"`.
|
|
1165
|
-
*/
|
|
1166
|
-
getSystemName(): string;
|
|
1167
|
-
/**
|
|
1168
|
-
* Gets current value of property {@link #getSystemType systemType}.
|
|
1169
|
-
*
|
|
1170
|
-
* the system type of the service of the datasource
|
|
1171
|
-
*/
|
|
1172
|
-
getSystemType(): sap.zen.dsh.SystemType;
|
|
1173
|
-
/**
|
|
1174
|
-
* Gets current value of property {@link #getWidgetType widgetType}.
|
|
1175
|
-
*
|
|
1176
|
-
* Type of the Widget that is displayed in the Tile
|
|
1177
|
-
*
|
|
1178
|
-
* Default value is `"pivot"`.
|
|
1179
|
-
*/
|
|
1180
|
-
getWidgetType(): string;
|
|
1181
|
-
/**
|
|
1182
|
-
* Sets a new value for property {@link #getClient client}.
|
|
1183
|
-
*
|
|
1184
|
-
* the client of the service of the datasource (only relevant for abap based analytical engines)#ToDo: Make
|
|
1185
|
-
* optional
|
|
1186
|
-
*
|
|
1187
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1188
|
-
*/
|
|
1189
|
-
setClient(
|
|
1190
|
-
/**
|
|
1191
|
-
* New value for property `client`
|
|
1192
|
-
*/
|
|
1193
|
-
sClient: string
|
|
1194
|
-
): sap.zen.dsh.InATile;
|
|
1195
|
-
/**
|
|
1196
|
-
* Sets a new value for property {@link #getDataSourceName dataSourceName}.
|
|
1197
|
-
*
|
|
1198
|
-
* the name of the datasource
|
|
1199
|
-
*
|
|
1200
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1201
|
-
*/
|
|
1202
|
-
setDataSourceName(
|
|
1203
|
-
/**
|
|
1204
|
-
* New value for property `dataSourceName`
|
|
1205
|
-
*/
|
|
1206
|
-
sDataSourceName: string
|
|
1207
|
-
): sap.zen.dsh.InATile;
|
|
1208
|
-
/**
|
|
1209
|
-
* Sets a new value for property {@link #getDataSourceType dataSourceType}.
|
|
1210
|
-
*
|
|
1211
|
-
* the type of the datasource
|
|
1212
|
-
*
|
|
1213
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1214
|
-
*/
|
|
1215
|
-
setDataSourceType(
|
|
1216
|
-
/**
|
|
1217
|
-
* New value for property `dataSourceType`
|
|
1218
|
-
*/
|
|
1219
|
-
sDataSourceType: sap.zen.dsh.DataSourceType
|
|
1220
|
-
): sap.zen.dsh.InATile;
|
|
1221
|
-
/**
|
|
1222
|
-
* Sets a new value for property {@link #getHost host}.
|
|
1223
|
-
*
|
|
1224
|
-
* the host of the datasource, falsy means use the origin of the website as domain
|
|
1225
|
-
*
|
|
1226
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1227
|
-
*/
|
|
1228
|
-
setHost(
|
|
1229
|
-
/**
|
|
1230
|
-
* New value for property `host`
|
|
1231
|
-
*/
|
|
1232
|
-
sHost: string
|
|
1233
|
-
): sap.zen.dsh.InATile;
|
|
1234
|
-
/**
|
|
1235
|
-
* Sets a new value for property {@link #getPackageName packageName}.
|
|
1236
|
-
*
|
|
1237
|
-
* the package of the datasource #ToDo: Make optional
|
|
1238
|
-
*
|
|
1239
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1240
|
-
*/
|
|
1241
|
-
setPackageName(
|
|
1242
|
-
/**
|
|
1243
|
-
* New value for property `packageName`
|
|
1244
|
-
*/
|
|
1245
|
-
sPackageName: string
|
|
1246
|
-
): sap.zen.dsh.InATile;
|
|
1247
|
-
/**
|
|
1248
|
-
* Sets a new value for property {@link #getPath path}.
|
|
1249
|
-
*
|
|
1250
|
-
* the path to the service of the datasource
|
|
1251
|
-
*
|
|
1252
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1253
|
-
*/
|
|
1254
|
-
setPath(
|
|
1255
|
-
/**
|
|
1256
|
-
* New value for property `path`
|
|
1257
|
-
*/
|
|
1258
|
-
sPath: string
|
|
1259
|
-
): sap.zen.dsh.InATile;
|
|
1260
|
-
/**
|
|
1261
|
-
* Sets a new value for property {@link #getPort port}.
|
|
1262
|
-
*
|
|
1263
|
-
* the port of the service of the datasource
|
|
1264
|
-
*
|
|
1265
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1266
|
-
*
|
|
1267
|
-
* Default value is `443`.
|
|
1268
|
-
*/
|
|
1269
|
-
setPort(
|
|
1270
|
-
/**
|
|
1271
|
-
* New value for property `port`
|
|
1272
|
-
*/
|
|
1273
|
-
iPort?: number
|
|
1274
|
-
): sap.zen.dsh.InATile;
|
|
1275
|
-
/**
|
|
1276
|
-
* Sets a new value for property {@link #getProtocolType protocolType}.
|
|
1277
|
-
*
|
|
1278
|
-
* the protocol type of the service of the datasource#ToDo: Make optional
|
|
1279
|
-
*
|
|
1280
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1281
|
-
*/
|
|
1282
|
-
setProtocolType(
|
|
1283
|
-
/**
|
|
1284
|
-
* New value for property `protocolType`
|
|
1285
|
-
*/
|
|
1286
|
-
sProtocolType: sap.zen.dsh.ProtocolType
|
|
1287
|
-
): sap.zen.dsh.InATile;
|
|
1288
|
-
/**
|
|
1289
|
-
* Sets a new value for property {@link #getSchemaName schemaName}.
|
|
1290
|
-
*
|
|
1291
|
-
* the schema of the datasource
|
|
1292
|
-
*
|
|
1293
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1294
|
-
*/
|
|
1295
|
-
setSchemaName(
|
|
1296
|
-
/**
|
|
1297
|
-
* New value for property `schemaName`
|
|
1298
|
-
*/
|
|
1299
|
-
sSchemaName: string
|
|
1300
|
-
): sap.zen.dsh.InATile;
|
|
1301
|
-
/**
|
|
1302
|
-
* Sets a new value for property {@link #getSystemName systemName}.
|
|
1303
|
-
*
|
|
1304
|
-
* the system name of the service of the datasource
|
|
1305
|
-
*
|
|
1306
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1307
|
-
*
|
|
1308
|
-
* Default value is `"localAbapAnalyticEngine"`.
|
|
1309
|
-
*/
|
|
1310
|
-
setSystemName(
|
|
1311
|
-
/**
|
|
1312
|
-
* New value for property `systemName`
|
|
1313
|
-
*/
|
|
1314
|
-
sSystemName?: string
|
|
1315
|
-
): sap.zen.dsh.InATile;
|
|
1316
|
-
/**
|
|
1317
|
-
* Sets a new value for property {@link #getSystemType systemType}.
|
|
1318
|
-
*
|
|
1319
|
-
* the system type of the service of the datasource
|
|
1320
|
-
*
|
|
1321
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1322
|
-
*/
|
|
1323
|
-
setSystemType(
|
|
1324
|
-
/**
|
|
1325
|
-
* New value for property `systemType`
|
|
1326
|
-
*/
|
|
1327
|
-
sSystemType: sap.zen.dsh.SystemType
|
|
1328
|
-
): sap.zen.dsh.InATile;
|
|
1329
|
-
/**
|
|
1330
|
-
* Sets a new value for property {@link #getWidgetType widgetType}.
|
|
1331
|
-
*
|
|
1332
|
-
* Type of the Widget that is displayed in the Tile
|
|
1333
|
-
*
|
|
1334
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1335
|
-
*
|
|
1336
|
-
* Default value is `"pivot"`.
|
|
1337
|
-
*/
|
|
1338
|
-
setWidgetType(
|
|
1339
|
-
/**
|
|
1340
|
-
* New value for property `widgetType`
|
|
1341
|
-
*/
|
|
1342
|
-
sWidgetType?: string
|
|
1343
|
-
): sap.zen.dsh.InATile;
|
|
1344
|
-
}
|
|
1345
|
-
/**
|
|
1346
|
-
* Enables users to view, navigate and change multidimensional data exposed via InA in a PivotTable.
|
|
1347
|
-
*
|
|
1348
|
-
* Overview:
|
|
1349
|
-
*
|
|
1350
|
-
* The user can view the data in the Pivot Table, navigate in the data via a context menu or enter data
|
|
1351
|
-
* in input enables cells cells.
|
|
1352
|
-
*
|
|
1353
|
-
* Usage:
|
|
1354
|
-
*
|
|
1355
|
-
* The `PivotTable` is mimicked after the OData Smart Controls. Instead of OData they bind against an {sap.zen.dsh.olap.OlapModel}
|
|
1356
|
-
* with the name "om". Each Analytical Query in the `Olap Model` is exposed as a DataProvider. The data
|
|
1357
|
-
* provider that the PivotTable consumes needs to be provided as a property value.
|
|
1358
|
-
*/
|
|
1359
|
-
class PivotTable extends sap.ui.core.Control {
|
|
1360
|
-
/**
|
|
1361
|
-
* Constructor for a new `PivotTable`.
|
|
1362
|
-
*
|
|
1363
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
1364
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1365
|
-
* of the syntax of the settings object.
|
|
1366
|
-
*/
|
|
1367
|
-
constructor(
|
|
1368
|
-
/**
|
|
1369
|
-
* ID for the new control, generated automatically if no ID is given
|
|
1370
|
-
*/
|
|
1371
|
-
sId?: string,
|
|
1372
|
-
/**
|
|
1373
|
-
* Initial settings for the new control
|
|
1374
|
-
*/
|
|
1375
|
-
mSettings?: $PivotTableSettings
|
|
1376
|
-
);
|
|
1377
|
-
|
|
1378
|
-
/**
|
|
1379
|
-
* Attaches event handler `fnFunction` to the {@link #event:navigationCmd navigationCmd} event of this `sap.zen.dsh.PivotTable`.
|
|
1380
|
-
*
|
|
1381
|
-
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1382
|
-
* otherwise it will be bound to this `sap.zen.dsh.PivotTable` itself.
|
|
1383
|
-
*
|
|
1384
|
-
* Fired when a user launches a navigation command
|
|
1385
|
-
*/
|
|
1386
|
-
attachNavigationCmd(
|
|
1387
|
-
/**
|
|
1388
|
-
* An application-specific payload object that will be passed to the event handler along with the event
|
|
1389
|
-
* object when firing the event
|
|
1390
|
-
*/
|
|
1391
|
-
oData: object,
|
|
1392
|
-
/**
|
|
1393
|
-
* The function to be called when the event occurs
|
|
1394
|
-
*/
|
|
1395
|
-
fnFunction: Function,
|
|
1396
|
-
/**
|
|
1397
|
-
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.PivotTable` itself
|
|
1398
|
-
*/
|
|
1399
|
-
oListener?: object
|
|
1400
|
-
): sap.zen.dsh.PivotTable;
|
|
1401
|
-
/**
|
|
1402
|
-
* Detaches event handler `fnFunction` from the {@link #event:navigationCmd navigationCmd} event of this
|
|
1403
|
-
* `sap.zen.dsh.PivotTable`.
|
|
1404
|
-
*
|
|
1405
|
-
* The passed function and listener object must match the ones used for event registration.
|
|
1406
|
-
*/
|
|
1407
|
-
detachNavigationCmd(
|
|
1408
|
-
/**
|
|
1409
|
-
* The function to be called, when the event occurs
|
|
1410
|
-
*/
|
|
1411
|
-
fnFunction: Function,
|
|
1412
|
-
/**
|
|
1413
|
-
* Context object on which the given function had to be called
|
|
1414
|
-
*/
|
|
1415
|
-
oListener?: object
|
|
1416
|
-
): sap.zen.dsh.PivotTable;
|
|
1417
|
-
/**
|
|
1418
|
-
* Creates a new subclass of class sap.zen.dsh.PivotTable with name `sClassName` and enriches it with the
|
|
1419
|
-
* information contained in `oClassInfo`.
|
|
1420
|
-
*
|
|
1421
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
1422
|
-
*/
|
|
1423
|
-
// @ts-ignore
|
|
1424
|
-
static extend<T extends Record<string, unknown>>(
|
|
1425
|
-
/**
|
|
1426
|
-
* Name of the class being created
|
|
1427
|
-
*/
|
|
1428
|
-
sClassName: string,
|
|
1429
|
-
/**
|
|
1430
|
-
* Object literal with information about the class
|
|
1431
|
-
*/
|
|
1432
|
-
oClassInfo?: T & ThisType<T & sap.zen.dsh.PivotTable>,
|
|
1433
|
-
/**
|
|
1434
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1435
|
-
* used by this class
|
|
1436
|
-
*/
|
|
1437
|
-
FNMetaImpl?: Function
|
|
1438
|
-
): Function;
|
|
1439
|
-
/**
|
|
1440
|
-
* Fires event {@link #event:navigationCmd navigationCmd} to attached listeners.
|
|
1441
|
-
*/
|
|
1442
|
-
fireNavigationCmd(
|
|
1443
|
-
/**
|
|
1444
|
-
* Parameters to pass along with the event
|
|
1445
|
-
*/
|
|
1446
|
-
mParameters?: {
|
|
1447
|
-
/**
|
|
1448
|
-
* The control in the cell on which the command was initiated
|
|
1449
|
-
*/
|
|
1450
|
-
anchor?: sap.ui.core.Control;
|
|
1451
|
-
/**
|
|
1452
|
-
* Type of the navigation command: Context Menu, Drill, Row/Col request, Data Entry
|
|
1453
|
-
*/
|
|
1454
|
-
navigationCmdType?: sap.zen.dsh.NavigationCommandType;
|
|
1455
|
-
/**
|
|
1456
|
-
* The Row and Column Selection of the cell on which the command was initiated
|
|
1457
|
-
*/
|
|
1458
|
-
selection?: object;
|
|
1459
|
-
/**
|
|
1460
|
-
* the function that executed the command. The function will return a Promise that resolves/rejects when
|
|
1461
|
-
* the command execution finished.
|
|
1462
|
-
*/
|
|
1463
|
-
cmd?: Function;
|
|
1464
|
-
}
|
|
1465
|
-
): sap.zen.dsh.PivotTable;
|
|
1466
|
-
/**
|
|
1467
|
-
* Gets current value of property {@link #getDataProviderName dataProviderName}.
|
|
1468
|
-
*
|
|
1469
|
-
* Name of the Data Provider within {sap.zen.dsh.olap.OlapModel} with name `om`, which is displayed and
|
|
1470
|
-
* available for interactions
|
|
1471
|
-
*
|
|
1472
|
-
* Default value is `"0"`.
|
|
1473
|
-
*/
|
|
1474
|
-
getDataProviderName(): string;
|
|
1475
|
-
/**
|
|
1476
|
-
* Gets current value of property {@link #getFormat format}.
|
|
1477
|
-
*
|
|
1478
|
-
* Property for different table formats
|
|
1479
|
-
*
|
|
1480
|
-
* Default value is `ExcelStyle`.
|
|
1481
|
-
*/
|
|
1482
|
-
getFormat(): sap.zen.commons.Format;
|
|
1483
|
-
/**
|
|
1484
|
-
* Returns a metadata object for class sap.zen.dsh.PivotTable.
|
|
1485
|
-
*/
|
|
1486
|
-
// @ts-ignore
|
|
1487
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1488
|
-
/**
|
|
1489
|
-
* Sets a new value for property {@link #getDataProviderName dataProviderName}.
|
|
1490
|
-
*
|
|
1491
|
-
* Name of the Data Provider within {sap.zen.dsh.olap.OlapModel} with name `om`, which is displayed and
|
|
1492
|
-
* available for interactions
|
|
1493
|
-
*
|
|
1494
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1495
|
-
*
|
|
1496
|
-
* Default value is `"0"`.
|
|
1497
|
-
*/
|
|
1498
|
-
setDataProviderName(
|
|
1499
|
-
/**
|
|
1500
|
-
* New value for property `dataProviderName`
|
|
1501
|
-
*/
|
|
1502
|
-
sDataProviderName?: string
|
|
1503
|
-
): sap.zen.dsh.PivotTable;
|
|
1504
|
-
/**
|
|
1505
|
-
* Sets a new value for property {@link #getFormat format}.
|
|
1506
|
-
*
|
|
1507
|
-
* Property for different table formats
|
|
1508
|
-
*
|
|
1509
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1510
|
-
*
|
|
1511
|
-
* Default value is `ExcelStyle`.
|
|
1512
|
-
*/
|
|
1513
|
-
setFormat(
|
|
1514
|
-
/**
|
|
1515
|
-
* New value for property `format`
|
|
1516
|
-
*/
|
|
1517
|
-
sFormat?: sap.zen.commons.Format
|
|
1518
|
-
): sap.zen.dsh.PivotTable;
|
|
1519
|
-
/**
|
|
1520
|
-
* Attaches event handler `fnFunction` to the {@link #event:navigationCmd navigationCmd} event of this `sap.zen.dsh.PivotTable`.
|
|
1521
|
-
*
|
|
1522
|
-
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1523
|
-
* otherwise it will be bound to this `sap.zen.dsh.PivotTable` itself.
|
|
1524
|
-
*
|
|
1525
|
-
* Fired when a user launches a navigation command
|
|
1526
|
-
*/
|
|
1527
|
-
attachNavigationCmd(
|
|
1528
|
-
/**
|
|
1529
|
-
* The function to be called when the event occurs
|
|
1530
|
-
*/
|
|
1531
|
-
fnFunction: Function,
|
|
1532
|
-
/**
|
|
1533
|
-
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.PivotTable` itself
|
|
1534
|
-
*/
|
|
1535
|
-
oListener?: object
|
|
1536
|
-
): sap.zen.dsh.PivotTable;
|
|
1537
|
-
}
|
|
1538
970
|
/**
|
|
1539
971
|
* The ValueHelpDialog control can be used to implement a value help for an input field.
|
|
1540
972
|
*/
|
|
@@ -3106,10 +2538,6 @@ declare namespace sap {
|
|
|
3106
2538
|
|
|
3107
2539
|
"sap/zen/dsh/Dsh": undefined;
|
|
3108
2540
|
|
|
3109
|
-
"sap/zen/dsh/InATile": undefined;
|
|
3110
|
-
|
|
3111
|
-
"sap/zen/dsh/PivotTable": undefined;
|
|
3112
|
-
|
|
3113
2541
|
"sap/zen/dsh/ValueHelpDialog": undefined;
|
|
3114
2542
|
}
|
|
3115
2543
|
}
|