@sapui5/types 1.114.0 → 1.115.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 +2 -0
- package/types/sap.apf.d.ts +70 -60
- package/types/sap.ca.ui.d.ts +207 -105
- package/types/sap.chart.d.ts +213 -143
- package/types/sap.collaboration.d.ts +98 -87
- package/types/sap.esh.search.ui.d.ts +92 -2
- package/types/sap.f.d.ts +1780 -1315
- package/types/sap.fe.core.d.ts +78 -205
- package/types/sap.fe.macros.d.ts +120 -10
- package/types/sap.fe.navigation.d.ts +39 -32
- package/types/sap.fe.placeholder.d.ts +3 -0
- package/types/sap.fe.templates.d.ts +16 -292
- package/types/sap.fe.test.d.ts +40 -13
- package/types/sap.fe.tools.d.ts +3 -0
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1987 -1251
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +75 -29
- package/types/sap.m.d.ts +12407 -8461
- package/types/sap.makit.d.ts +88 -28
- package/types/sap.me.d.ts +167 -78
- package/types/sap.ndc.d.ts +115 -42
- package/types/sap.ovp.d.ts +3 -3
- package/types/sap.rules.ui.d.ts +53 -24
- package/types/sap.sac.df.d.ts +11 -8
- package/types/sap.suite.ui.commons.d.ts +2090 -1437
- package/types/sap.suite.ui.generic.template.d.ts +99 -97
- package/types/sap.suite.ui.microchart.d.ts +492 -322
- package/types/sap.tnt.d.ts +173 -95
- package/types/sap.ui.codeeditor.d.ts +61 -39
- package/types/sap.ui.commons.d.ts +1393 -846
- package/types/sap.ui.comp.d.ts +4159 -2878
- package/types/sap.ui.core.d.ts +6286 -3651
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +76 -53
- package/types/sap.ui.fl.d.ts +160 -100
- package/types/sap.ui.generic.app.d.ts +58 -49
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +502 -375
- package/types/sap.ui.layout.d.ts +603 -640
- package/types/sap.ui.mdc.d.ts +22208 -140
- package/types/sap.ui.richtexteditor.d.ts +106 -70
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +29 -13
- package/types/sap.ui.support.d.ts +15 -16
- package/types/sap.ui.table.d.ts +907 -647
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1765 -1179
- package/types/sap.ui.ux3.d.ts +1472 -807
- package/types/sap.ui.vbm.d.ts +1018 -760
- package/types/sap.ui.vk.d.ts +2858 -1896
- package/types/sap.ui.vtm.d.ts +650 -479
- package/types/sap.ui.webc.common.d.ts +5 -5
- package/types/sap.ui.webc.fiori.d.ts +817 -462
- package/types/sap.ui.webc.main.d.ts +2018 -1096
- package/types/sap.uiext.inbox.d.ts +168 -38
- package/types/sap.ushell.d.ts +738 -429
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +472 -348
- package/types/sap.viz.d.ts +2203 -835
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +15 -10
- package/types/sap.zen.crosstab.d.ts +7 -4
- package/types/sap.zen.dsh.d.ts +143 -87
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/support/library" {
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
5
|
+
* @since 1.50
|
|
6
6
|
*
|
|
7
7
|
* Defines the Audiences.
|
|
8
8
|
*/
|
|
@@ -21,7 +21,7 @@ declare module "sap/ui/support/library" {
|
|
|
21
21
|
Internal = "Internal",
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
|
-
* @
|
|
24
|
+
* @since 1.50
|
|
25
25
|
*
|
|
26
26
|
* Issue Categories.
|
|
27
27
|
*/
|
|
@@ -43,7 +43,7 @@ declare module "sap/ui/support/library" {
|
|
|
43
43
|
*/
|
|
44
44
|
DataModel = "DataModel",
|
|
45
45
|
/**
|
|
46
|
-
* @
|
|
46
|
+
* @since 1.58
|
|
47
47
|
*
|
|
48
48
|
* Fiori Guidelines issue category.
|
|
49
49
|
*/
|
|
@@ -57,7 +57,7 @@ declare module "sap/ui/support/library" {
|
|
|
57
57
|
*/
|
|
58
58
|
Memory = "Memory",
|
|
59
59
|
/**
|
|
60
|
-
* @
|
|
60
|
+
* @since 1.60
|
|
61
61
|
*
|
|
62
62
|
* Modularization issue category.
|
|
63
63
|
*/
|
|
@@ -80,7 +80,7 @@ declare module "sap/ui/support/library" {
|
|
|
80
80
|
Usage = "Usage",
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
|
-
* @
|
|
83
|
+
* @since 1.58
|
|
84
84
|
*
|
|
85
85
|
* Analysis history formats.
|
|
86
86
|
*/
|
|
@@ -120,7 +120,7 @@ declare module "sap/ui/support/library" {
|
|
|
120
120
|
};
|
|
121
121
|
|
|
122
122
|
/**
|
|
123
|
-
* @
|
|
123
|
+
* @since 1.50
|
|
124
124
|
*
|
|
125
125
|
* Defines severity types.
|
|
126
126
|
*/
|
|
@@ -139,7 +139,7 @@ declare module "sap/ui/support/library" {
|
|
|
139
139
|
Medium = "Medium",
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
|
-
* @
|
|
142
|
+
* @since 1.60
|
|
143
143
|
*
|
|
144
144
|
* Contains the available system presets.
|
|
145
145
|
*/
|
|
@@ -189,7 +189,7 @@ declare module "sap/ui/support/supportRules/History" {
|
|
|
189
189
|
|
|
190
190
|
declare module "sap/ui/support/supportRules/ExecutionScope" {
|
|
191
191
|
/**
|
|
192
|
-
* @
|
|
192
|
+
* @since 1.48
|
|
193
193
|
*
|
|
194
194
|
* Allows to select the scope of analysis on an application.
|
|
195
195
|
*
|
|
@@ -284,13 +284,13 @@ declare module "sap/ui/support/RuleAnalyzer" {
|
|
|
284
284
|
* - `sap.ui.support.RuleAnalyzer.addRule` method allows adding a new rule.
|
|
285
285
|
* - `sap.ui.support.RuleAnalyzer.analyze` starts the analysis of the application.
|
|
286
286
|
* - Then the result can be accessed with methods `sap.ui.support.RuleAnalyzer.getAnalysisHistory`, `sap.ui.support.RuleAnalyzer.getLastAnalysisHistory`
|
|
287
|
-
*
|
|
287
|
+
* or `sap.ui.support.RuleAnalyzer.getFormattedAnalysisHistory`.
|
|
288
288
|
*
|
|
289
|
-
* For more information, see {@link topic
|
|
289
|
+
* For more information, see {@link https://ui5.sap.com/#/topic/a34eb58aaf124f538a3ead23a6cab04a Support Assistant API}.
|
|
290
290
|
*/
|
|
291
291
|
interface RuleAnalyzer {
|
|
292
292
|
/**
|
|
293
|
-
* @
|
|
293
|
+
* @since 1.60
|
|
294
294
|
*
|
|
295
295
|
* Adds new temporary rule when in silent mode
|
|
296
296
|
*
|
|
@@ -298,8 +298,7 @@ declare module "sap/ui/support/RuleAnalyzer" {
|
|
|
298
298
|
*/
|
|
299
299
|
addRule(
|
|
300
300
|
/**
|
|
301
|
-
* Settings for the new rule. For detailed information about its properties see {@link topic
|
|
302
|
-
* Rule Property Values}
|
|
301
|
+
* Settings for the new rule. For detailed information about its properties see {@link https://ui5.sap.com/#/topic/eaeea19a991d46f29e6d8d8827317d0e Rule Property Values}
|
|
303
302
|
*/
|
|
304
303
|
oRule: RuleConfiguration
|
|
305
304
|
): string;
|
|
@@ -313,7 +312,7 @@ declare module "sap/ui/support/RuleAnalyzer" {
|
|
|
313
312
|
*/
|
|
314
313
|
analyze(
|
|
315
314
|
/**
|
|
316
|
-
* The execution scope of the analysis (see {@link topic
|
|
315
|
+
* The execution scope of the analysis (see {@link https://ui5.sap.com/#/topic/e15067d976f24b11907f4c262bd749a0 Execution Scope}).
|
|
317
316
|
*/
|
|
318
317
|
oExecutionScope?: {
|
|
319
318
|
/**
|
|
@@ -374,7 +373,7 @@ declare module "sap/ui/support/RuleAnalyzer" {
|
|
|
374
373
|
declare namespace sap {
|
|
375
374
|
namespace ui {
|
|
376
375
|
/**
|
|
377
|
-
* @
|
|
376
|
+
* @since 1.50
|
|
378
377
|
*
|
|
379
378
|
* UI5 library: sap.ui.support. A library for the Support Assistant tool. Overview: The library provides
|
|
380
379
|
* the Support Assistant tool. It enables application developers to check whether their applications are
|