@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.ui.mdc.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
|
interface IUI5DefineDependencyNames {
|
|
@@ -16,6 +16,8 @@ declare namespace sap {
|
|
|
16
16
|
|
|
17
17
|
"sap/ui/mdc/chart/SelectionDetailsActions": undefined;
|
|
18
18
|
|
|
19
|
+
"sap/ui/mdc/ChartDelegate": undefined;
|
|
20
|
+
|
|
19
21
|
"sap/ui/mdc/condition/Condition": undefined;
|
|
20
22
|
|
|
21
23
|
"sap/ui/mdc/condition/ConditionConverter": undefined;
|
|
@@ -24,6 +26,8 @@ declare namespace sap {
|
|
|
24
26
|
|
|
25
27
|
"sap/ui/mdc/condition/ConditionModelPropertyBinding": undefined;
|
|
26
28
|
|
|
29
|
+
"sap/ui/mdc/condition/ConditionValidateException": undefined;
|
|
30
|
+
|
|
27
31
|
"sap/ui/mdc/condition/FilterConverter": undefined;
|
|
28
32
|
|
|
29
33
|
"sap/ui/mdc/condition/FilterOperatorUtil": undefined;
|
|
@@ -144,6 +148,8 @@ declare namespace sap {
|
|
|
144
148
|
|
|
145
149
|
"sap/ui/mdc/Link": undefined;
|
|
146
150
|
|
|
151
|
+
"sap/ui/mdc/link/LinkItem": undefined;
|
|
152
|
+
|
|
147
153
|
"sap/ui/mdc/LinkDelegate": undefined;
|
|
148
154
|
|
|
149
155
|
"sap/ui/mdc/mixin/AdaptationMixin": undefined;
|
|
@@ -166,14 +172,8 @@ declare namespace sap {
|
|
|
166
172
|
|
|
167
173
|
"sap/ui/mdc/odata/v4/ValueHelpDelegate": undefined;
|
|
168
174
|
|
|
169
|
-
"sap/ui/mdc/p13n/AdaptationProvider": undefined;
|
|
170
|
-
|
|
171
175
|
"sap/ui/mdc/p13n/Engine": undefined;
|
|
172
176
|
|
|
173
|
-
"sap/ui/mdc/p13n/modification/ModificationHandler": undefined;
|
|
174
|
-
|
|
175
|
-
"sap/ui/mdc/p13n/modules/DefaultProviderRegistry": undefined;
|
|
176
|
-
|
|
177
177
|
"sap/ui/mdc/p13n/panels/FilterPanel": undefined;
|
|
178
178
|
|
|
179
179
|
"sap/ui/mdc/p13n/StateUtil": undefined;
|
|
@@ -186,12 +186,16 @@ declare namespace sap {
|
|
|
186
186
|
|
|
187
187
|
"sap/ui/mdc/table/Column": undefined;
|
|
188
188
|
|
|
189
|
+
"sap/ui/mdc/table/ColumnSettings": undefined;
|
|
190
|
+
|
|
189
191
|
"sap/ui/mdc/table/CreationRow": undefined;
|
|
190
192
|
|
|
191
193
|
"sap/ui/mdc/table/GridTableType": undefined;
|
|
192
194
|
|
|
193
195
|
"sap/ui/mdc/table/PropertyHelper": undefined;
|
|
194
196
|
|
|
197
|
+
"sap/ui/mdc/table/ResponsiveColumnSettings": undefined;
|
|
198
|
+
|
|
195
199
|
"sap/ui/mdc/table/ResponsiveTableType": undefined;
|
|
196
200
|
|
|
197
201
|
"sap/ui/mdc/table/RowActionItem": undefined;
|
|
@@ -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 {
|
|
@@ -42,7 +42,8 @@ declare namespace sap {
|
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
44
|
* Height of RichTextEditor control in CSS units. **Note:** If the height property results in a value smaller
|
|
45
|
-
* than 200px, the minimum height of 200px will be applied.
|
|
45
|
+
* than 200px, the minimum height of 200px will be applied. **Note:** If the "autoresize" TinyMCE plugin
|
|
46
|
+
* is used, the height property is not taken into account.
|
|
46
47
|
*/
|
|
47
48
|
height?:
|
|
48
49
|
| sap.ui.core.CSSSize
|
|
@@ -292,9 +293,11 @@ declare namespace sap {
|
|
|
292
293
|
|
|
293
294
|
/**
|
|
294
295
|
* This event is fired right before the TinyMCE instance is created and can be used to change the settings
|
|
295
|
-
* object that will be given to TinyMCE. The parameter "configuration" is the javascript
|
|
296
|
+
* object that will be given to TinyMCE. The parameter "configuration" is the javascript object that will
|
|
296
297
|
* be given to TinyMCE upon first instantiation. The configuration parameter contains a map that can be
|
|
297
|
-
* changed in the case of TinyMCE.
|
|
298
|
+
* changed in the case of TinyMCE. **Note:** In order to add plugins to the `RichTextEditor` control, you
|
|
299
|
+
* have to use the `addPlugin` method. Adding plugins through the settings object may lead to synchronizing
|
|
300
|
+
* issues between TinyMCE and `RichTextEditor` control.
|
|
298
301
|
*/
|
|
299
302
|
beforeEditorInit?: (oEvent: sap.ui.base.Event) => void;
|
|
300
303
|
}
|
|
@@ -533,9 +536,11 @@ declare namespace sap {
|
|
|
533
536
|
* otherwise it will be bound to this `sap.ui.richtexteditor.RichTextEditor` itself.
|
|
534
537
|
*
|
|
535
538
|
* This event is fired right before the TinyMCE instance is created and can be used to change the settings
|
|
536
|
-
* object that will be given to TinyMCE. The parameter "configuration" is the javascript
|
|
539
|
+
* object that will be given to TinyMCE. The parameter "configuration" is the javascript object that will
|
|
537
540
|
* be given to TinyMCE upon first instantiation. The configuration parameter contains a map that can be
|
|
538
|
-
* changed in the case of TinyMCE.
|
|
541
|
+
* changed in the case of TinyMCE. **Note:** In order to add plugins to the `RichTextEditor` control, you
|
|
542
|
+
* have to use the `addPlugin` method. Adding plugins through the settings object may lead to synchronizing
|
|
543
|
+
* issues between TinyMCE and `RichTextEditor` control.
|
|
539
544
|
*
|
|
540
545
|
* @returns Reference to `this` in order to allow method chaining
|
|
541
546
|
*/
|
|
@@ -563,9 +568,11 @@ declare namespace sap {
|
|
|
563
568
|
* otherwise it will be bound to this `sap.ui.richtexteditor.RichTextEditor` itself.
|
|
564
569
|
*
|
|
565
570
|
* This event is fired right before the TinyMCE instance is created and can be used to change the settings
|
|
566
|
-
* object that will be given to TinyMCE. The parameter "configuration" is the javascript
|
|
571
|
+
* object that will be given to TinyMCE. The parameter "configuration" is the javascript object that will
|
|
567
572
|
* be given to TinyMCE upon first instantiation. The configuration parameter contains a map that can be
|
|
568
|
-
* changed in the case of TinyMCE.
|
|
573
|
+
* changed in the case of TinyMCE. **Note:** In order to add plugins to the `RichTextEditor` control, you
|
|
574
|
+
* have to use the `addPlugin` method. Adding plugins through the settings object may lead to synchronizing
|
|
575
|
+
* issues between TinyMCE and `RichTextEditor` control.
|
|
569
576
|
*
|
|
570
577
|
* @returns Reference to `this` in order to allow method chaining
|
|
571
578
|
*/
|
|
@@ -958,7 +965,8 @@ declare namespace sap {
|
|
|
958
965
|
* Gets current value of property {@link #getHeight height}.
|
|
959
966
|
*
|
|
960
967
|
* Height of RichTextEditor control in CSS units. **Note:** If the height property results in a value smaller
|
|
961
|
-
* than 200px, the minimum height of 200px will be applied.
|
|
968
|
+
* than 200px, the minimum height of 200px will be applied. **Note:** If the "autoresize" TinyMCE plugin
|
|
969
|
+
* is used, the height property is not taken into account.
|
|
962
970
|
*
|
|
963
971
|
* @returns Value of property `height`
|
|
964
972
|
*/
|
|
@@ -1351,7 +1359,8 @@ declare namespace sap {
|
|
|
1351
1359
|
* Sets a new value for property {@link #getHeight height}.
|
|
1352
1360
|
*
|
|
1353
1361
|
* Height of RichTextEditor control in CSS units. **Note:** If the height property results in a value smaller
|
|
1354
|
-
* than 200px, the minimum height of 200px will be applied.
|
|
1362
|
+
* than 200px, the minimum height of 200px will be applied. **Note:** If the "autoresize" TinyMCE plugin
|
|
1363
|
+
* is used, the height property is not taken into account.
|
|
1355
1364
|
*
|
|
1356
1365
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1357
1366
|
*
|
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.
|
|
1
|
+
// For Library Version: 1.110.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -40,7 +40,7 @@ declare namespace sap {
|
|
|
40
40
|
* Settings for the new rule. For detailed information about its properties see {@link topic:eaeea19a991d46f29e6d8d8827317d0e
|
|
41
41
|
* Rule Property Values}
|
|
42
42
|
*/
|
|
43
|
-
oRule:
|
|
43
|
+
oRule: sap.ui.support.RuleConfiguration
|
|
44
44
|
): string;
|
|
45
45
|
/**
|
|
46
46
|
* Main method to perform analysis of a given running application.
|
|
@@ -109,19 +109,13 @@ declare namespace sap {
|
|
|
109
109
|
const RuleAnalyzer: RuleAnalyzer;
|
|
110
110
|
|
|
111
111
|
/**
|
|
112
|
-
*
|
|
113
|
-
* Core
|
|
112
|
+
* The CoreFacade interface allows rule developers to access the metadata, models, UI areas and components
|
|
113
|
+
* of the Core.
|
|
114
114
|
*
|
|
115
|
-
* Usage: The CoreFacade is passed to all rule check functions
|
|
116
|
-
* to access the core state.
|
|
115
|
+
* Usage: The CoreFacade is passed as second argument to all rule check functions.
|
|
117
116
|
*/
|
|
118
117
|
class CoreFacade {
|
|
119
|
-
constructor(
|
|
120
|
-
/**
|
|
121
|
-
* Core object as available in core plugins
|
|
122
|
-
*/
|
|
123
|
-
oCore: object
|
|
124
|
-
);
|
|
118
|
+
constructor();
|
|
125
119
|
|
|
126
120
|
/**
|
|
127
121
|
* Gets the Components from the Core object.
|
|
@@ -147,17 +141,14 @@ declare namespace sap {
|
|
|
147
141
|
*
|
|
148
142
|
* Overview:
|
|
149
143
|
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
144
|
+
* The ExecutionScope provides access to internal UI5 objects available for inspection. The `getElements`
|
|
145
|
+
* API method allows the user to select a specific subset of elements valid for their case. It accepts one
|
|
146
|
+
* query object argument.
|
|
153
147
|
*
|
|
154
|
-
* Usage:
|
|
155
|
-
*
|
|
156
|
-
* When a rule is executed, three parameters are passed: `oIssueManager`, `oCoreFacade` and `oScope`.
|
|
148
|
+
* Usage: The ExecutionScope is passed as third argument to all rule check functions.
|
|
157
149
|
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
* at the moment when you start it.
|
|
150
|
+
* When you analyze your application, available objects are collected depending on the settings passed to
|
|
151
|
+
* the Support Assistant at the moment when you start it.
|
|
161
152
|
*/
|
|
162
153
|
class ExecutionScope {
|
|
163
154
|
constructor();
|
|
@@ -221,197 +212,30 @@ declare namespace sap {
|
|
|
221
212
|
getType(): string;
|
|
222
213
|
}
|
|
223
214
|
/**
|
|
224
|
-
* The
|
|
225
|
-
*
|
|
226
|
-
*
|
|
215
|
+
* The IssueManagerFacade allows rule developers to add new issues.
|
|
216
|
+
*
|
|
217
|
+
* Usage: The IssueManagerFacade is passed as first argument to all rule check functions.
|
|
227
218
|
*/
|
|
228
|
-
class
|
|
219
|
+
class IssueManagerFacade {
|
|
229
220
|
constructor();
|
|
230
221
|
|
|
231
222
|
/**
|
|
232
|
-
* Adds
|
|
233
|
-
*/
|
|
234
|
-
static addIssue(
|
|
235
|
-
/**
|
|
236
|
-
* The issue to be added in the IssueManager
|
|
237
|
-
*/
|
|
238
|
-
oIssue: object
|
|
239
|
-
): void;
|
|
240
|
-
/**
|
|
241
|
-
* Clears all issues in the IssueManager.
|
|
242
|
-
*/
|
|
243
|
-
static clearIssues(): void;
|
|
244
|
-
/**
|
|
245
|
-
* Converts issues to view model format.
|
|
246
|
-
*
|
|
247
|
-
* @returns viewModel Issues in ViewModel format
|
|
248
|
-
*/
|
|
249
|
-
static convertToViewModel(
|
|
250
|
-
/**
|
|
251
|
-
* The issues to convert
|
|
252
|
-
*/
|
|
253
|
-
oIssues: any[]
|
|
254
|
-
): any[];
|
|
255
|
-
/**
|
|
256
|
-
* Creates an instance of the IssueManagerFacade.
|
|
257
|
-
*
|
|
258
|
-
* @returns New IssueManagerFacade
|
|
259
|
-
*/
|
|
260
|
-
static createIssueManagerFacade(
|
|
261
|
-
/**
|
|
262
|
-
* Given rule
|
|
263
|
-
*/
|
|
264
|
-
oRule: object
|
|
265
|
-
): /* was: sap.ui.support.IssueManagerFacade */ any;
|
|
266
|
-
/**
|
|
267
|
-
* Converts the issues inside the IssueManager.
|
|
268
|
-
*
|
|
269
|
-
* @returns viewModel Issues in ViewModel format
|
|
270
|
-
*/
|
|
271
|
-
static getIssuesModel(): object[];
|
|
272
|
-
/**
|
|
273
|
-
* Gets issues in TreeTable format.
|
|
274
|
-
*
|
|
275
|
-
* @returns All the issues in TreeTable usable model
|
|
276
|
-
*/
|
|
277
|
-
static getIssuesViewModel(
|
|
278
|
-
/**
|
|
279
|
-
* All the issues after they have been grouped with `groupIssues`
|
|
280
|
-
*/
|
|
281
|
-
issuesModel: object
|
|
282
|
-
): object;
|
|
283
|
-
/**
|
|
284
|
-
* Gets rules and issues, and converts each rule to a ruleViewModel - parameters should be converted as
|
|
285
|
-
* specified beforehand.
|
|
286
|
-
*
|
|
287
|
-
* @returns rulesViewModel All the rules with issues, selected flag and issueCount properties The issues
|
|
288
|
-
* are in ViewModel format.
|
|
223
|
+
* Adds issue
|
|
289
224
|
*/
|
|
290
|
-
|
|
291
|
-
/**
|
|
292
|
-
* All the rules from _mRulesets
|
|
293
|
-
*/
|
|
294
|
-
rules: object,
|
|
225
|
+
addIssue(
|
|
295
226
|
/**
|
|
296
|
-
*
|
|
227
|
+
* Issue object to be added
|
|
297
228
|
*/
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
* The issues to map to the rulesViewModel The issues passes should be grouped and in ViewModel format.
|
|
301
|
-
*/
|
|
302
|
-
issues: any[]
|
|
303
|
-
): object;
|
|
304
|
-
/**
|
|
305
|
-
* Gets rules and converts them into treeTable format.
|
|
306
|
-
*
|
|
307
|
-
* @returns TreeTableModel Rules in treeTable usable format The rules are in a TreeTable format.
|
|
308
|
-
*/
|
|
309
|
-
static getTreeTableViewModel(
|
|
310
|
-
/**
|
|
311
|
-
* Deserialized rules found within the current state
|
|
312
|
-
*/
|
|
313
|
-
oRules: object
|
|
314
|
-
): object;
|
|
315
|
-
/**
|
|
316
|
-
* Groups all issues by library and rule ID.
|
|
317
|
-
*
|
|
318
|
-
* @returns groupedIssues Grouped issues by library and rule id
|
|
319
|
-
*/
|
|
320
|
-
static groupIssues(
|
|
321
|
-
/**
|
|
322
|
-
* The issues to group. Must be in a ViewModel format
|
|
323
|
-
*/
|
|
324
|
-
oIssues: any[]
|
|
325
|
-
): any[];
|
|
326
|
-
/**
|
|
327
|
-
* Cycles through issues stored in the IssueManager and executes the given callback function.
|
|
328
|
-
*/
|
|
329
|
-
static walkIssues(
|
|
330
|
-
/**
|
|
331
|
-
* Callback function to be used in the same fashion as Array.prototype.forEach
|
|
332
|
-
*/
|
|
333
|
-
fnCallback: Function
|
|
334
|
-
): void;
|
|
335
|
-
}
|
|
229
|
+
oIssue: {
|
|
230
|
+
severity: sap.ui.support.Severity;
|
|
336
231
|
|
|
337
|
-
|
|
338
|
-
/**
|
|
339
|
-
* Creates a RuleSet.
|
|
340
|
-
*
|
|
341
|
-
* The RuleSet can store multiple rules concerning namespaces. Usage: The RuleSet is an interface used to
|
|
342
|
-
* create, update and delete rulesets.
|
|
343
|
-
*/
|
|
344
|
-
constructor(
|
|
345
|
-
/**
|
|
346
|
-
* Name of the initiated
|
|
347
|
-
*/
|
|
348
|
-
oSettings: object
|
|
349
|
-
);
|
|
232
|
+
details: string;
|
|
350
233
|
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
/**
|
|
356
|
-
* Loads the previous selection of the user - which rules are selected to be run by the Rule Analyzer. The
|
|
357
|
-
* method applies the settings to the currently loaded rules.
|
|
358
|
-
*/
|
|
359
|
-
static loadSelectionOfRules(
|
|
360
|
-
/**
|
|
361
|
-
* The current loaded libraries and their rules
|
|
362
|
-
*/
|
|
363
|
-
aLibraries: Object[]
|
|
364
|
-
): void;
|
|
365
|
-
/**
|
|
366
|
-
* Stores which rules are selected to be run by the analyzer on the next check
|
|
367
|
-
*/
|
|
368
|
-
static storeSelectionOfRules(
|
|
369
|
-
/**
|
|
370
|
-
* The data for the libraries and their rules
|
|
371
|
-
*/
|
|
372
|
-
aLibraries: Object[]
|
|
373
|
-
): void;
|
|
374
|
-
/**
|
|
375
|
-
* Adds rules to RuleSet.
|
|
376
|
-
*
|
|
377
|
-
* @returns sRuleVerificationStatus Verification status
|
|
378
|
-
*/
|
|
379
|
-
addRule(
|
|
380
|
-
/**
|
|
381
|
-
* Settings object with rule information
|
|
382
|
-
*/
|
|
383
|
-
oSettings: object
|
|
384
|
-
): string;
|
|
385
|
-
/**
|
|
386
|
-
* Gets all rules from the RuleSet.
|
|
387
|
-
*
|
|
388
|
-
* @returns All rules within the current RuleSet
|
|
389
|
-
*/
|
|
390
|
-
getRules(): object;
|
|
391
|
-
/**
|
|
392
|
-
* Remove rule from RuleSet.
|
|
393
|
-
*/
|
|
394
|
-
removeRule(
|
|
395
|
-
/**
|
|
396
|
-
* Rule object that will be removed
|
|
397
|
-
*/
|
|
398
|
-
oRule: object
|
|
234
|
+
context: {
|
|
235
|
+
id: string;
|
|
236
|
+
};
|
|
237
|
+
}
|
|
399
238
|
): void;
|
|
400
|
-
/**
|
|
401
|
-
* Updates rules from the RuleSet.
|
|
402
|
-
*
|
|
403
|
-
* @returns sRuleVerification Rule Verification status
|
|
404
|
-
*/
|
|
405
|
-
updateRule(
|
|
406
|
-
/**
|
|
407
|
-
* Rule ID
|
|
408
|
-
*/
|
|
409
|
-
sRuleId: string,
|
|
410
|
-
/**
|
|
411
|
-
* Rule settings
|
|
412
|
-
*/
|
|
413
|
-
ORuleSettings: object
|
|
414
|
-
): string;
|
|
415
239
|
}
|
|
416
240
|
/**
|
|
417
241
|
* @SINCE 1.50
|
|
@@ -536,149 +360,6 @@ declare namespace sap {
|
|
|
536
360
|
*/
|
|
537
361
|
Accessibility = "undefined",
|
|
538
362
|
}
|
|
539
|
-
/**
|
|
540
|
-
* Overview: Channel constants which can be used to subscribe to the {@link sap.ui.support.WindowCommunicationBus}
|
|
541
|
-
*
|
|
542
|
-
* Usage: These channels are used for communication with Main.
|
|
543
|
-
*/
|
|
544
|
-
enum WCBChannels {
|
|
545
|
-
/**
|
|
546
|
-
* Progress of current loading process
|
|
547
|
-
*/
|
|
548
|
-
CURRENT_LOADING_PROGRESS = "undefined",
|
|
549
|
-
/**
|
|
550
|
-
* Posts information about which rule to be deleted.
|
|
551
|
-
*/
|
|
552
|
-
DELETE_RULE = "undefined",
|
|
553
|
-
/**
|
|
554
|
-
* Ensure SupportAssistant iframe is open.
|
|
555
|
-
*/
|
|
556
|
-
ENSURE_FRAME_OPENED = "undefined",
|
|
557
|
-
/**
|
|
558
|
-
* Upload external modules.
|
|
559
|
-
*/
|
|
560
|
-
EXTERNAL_MODULE_UPLOADED = "undefined",
|
|
561
|
-
/**
|
|
562
|
-
* Gets components.
|
|
563
|
-
*/
|
|
564
|
-
GET_AVAILABLE_COMPONENTS = "undefined",
|
|
565
|
-
/**
|
|
566
|
-
* Gets the issues.
|
|
567
|
-
*/
|
|
568
|
-
GET_ISSUES = "undefined",
|
|
569
|
-
/**
|
|
570
|
-
* Get non loaded libraries with rules names
|
|
571
|
-
*/
|
|
572
|
-
GET_NON_LOADED_RULE_SETS = "undefined",
|
|
573
|
-
/**
|
|
574
|
-
* Get rules model.
|
|
575
|
-
*/
|
|
576
|
-
GET_RULES_MODEL = "undefined",
|
|
577
|
-
/**
|
|
578
|
-
* Highlight element in TreeTable.
|
|
579
|
-
*/
|
|
580
|
-
HIGHLIGHT_ELEMENT = "undefined",
|
|
581
|
-
/**
|
|
582
|
-
* Loads all rule sets.
|
|
583
|
-
*/
|
|
584
|
-
LOAD_RULESETS = "undefined",
|
|
585
|
-
/**
|
|
586
|
-
* Notifies after the analysis has finished.
|
|
587
|
-
*/
|
|
588
|
-
ON_ANALYZE_FINISH = "undefined",
|
|
589
|
-
/**
|
|
590
|
-
* Notifies that the analysis has started.
|
|
591
|
-
*/
|
|
592
|
-
ON_ANALYZE_STARTED = "undefined",
|
|
593
|
-
/**
|
|
594
|
-
* State change in the core.
|
|
595
|
-
*/
|
|
596
|
-
ON_CORE_STATE_CHANGE = "undefined",
|
|
597
|
-
/**
|
|
598
|
-
* Downloads a report.
|
|
599
|
-
*/
|
|
600
|
-
ON_DOWNLOAD_REPORT_REQUEST = "undefined",
|
|
601
|
-
/**
|
|
602
|
-
* Notifies when the rulesets have to be loaded.
|
|
603
|
-
*/
|
|
604
|
-
ON_INIT_ANALYSIS_CTRL = "undefined",
|
|
605
|
-
/**
|
|
606
|
-
* Provides the current progress status of the analysis.
|
|
607
|
-
*/
|
|
608
|
-
ON_PROGRESS_UPDATE = "undefined",
|
|
609
|
-
/**
|
|
610
|
-
* Shows a report.
|
|
611
|
-
*/
|
|
612
|
-
ON_SHOW_REPORT_REQUEST = "undefined",
|
|
613
|
-
/**
|
|
614
|
-
* Open given URL.
|
|
615
|
-
*/
|
|
616
|
-
OPEN_URL = "undefined",
|
|
617
|
-
/**
|
|
618
|
-
* Posts information about the application under test.
|
|
619
|
-
*/
|
|
620
|
-
POST_APPLICATION_INFORMATION = "undefined",
|
|
621
|
-
/**
|
|
622
|
-
* Posts components.
|
|
623
|
-
*/
|
|
624
|
-
POST_AVAILABLE_COMPONENTS = "undefined",
|
|
625
|
-
/**
|
|
626
|
-
* Posts available libraries.
|
|
627
|
-
*/
|
|
628
|
-
POST_AVAILABLE_LIBRARIES = "undefined",
|
|
629
|
-
/**
|
|
630
|
-
* Posts a message.
|
|
631
|
-
*/
|
|
632
|
-
POST_MESSAGE = "undefined",
|
|
633
|
-
/**
|
|
634
|
-
* Posts information about the UI and it's iframe.
|
|
635
|
-
*/
|
|
636
|
-
POST_UI_INFORMATION = "undefined",
|
|
637
|
-
/**
|
|
638
|
-
* Request issues.
|
|
639
|
-
*/
|
|
640
|
-
REQUEST_ISSUES = "undefined",
|
|
641
|
-
/**
|
|
642
|
-
* Request rules model.
|
|
643
|
-
*/
|
|
644
|
-
REQUEST_RULES_MODEL = "undefined",
|
|
645
|
-
/**
|
|
646
|
-
* Resize SupportAssistant iframe.
|
|
647
|
-
*/
|
|
648
|
-
RESIZE_FRAME = "undefined",
|
|
649
|
-
/**
|
|
650
|
-
* Hides SupportAssistant iframe.
|
|
651
|
-
*/
|
|
652
|
-
TOGGLE_FRAME_HIDDEN = "undefined",
|
|
653
|
-
/**
|
|
654
|
-
* Notifies onmouseenter event on the TreeTable.
|
|
655
|
-
*/
|
|
656
|
-
TREE_ELEMENT_MOUSE_ENTER = "undefined",
|
|
657
|
-
/**
|
|
658
|
-
* Notifies onmouseout event on the TreeTable.
|
|
659
|
-
*/
|
|
660
|
-
TREE_ELEMENT_MOUSE_OUT = "undefined",
|
|
661
|
-
/**
|
|
662
|
-
* Updates support rules in IssueManager.
|
|
663
|
-
*/
|
|
664
|
-
UPDATE_SUPPORT_RULES = "undefined",
|
|
665
|
-
/**
|
|
666
|
-
* Verifies rule creation.
|
|
667
|
-
*/
|
|
668
|
-
VERIFY_CREATE_RULE = "undefined",
|
|
669
|
-
/**
|
|
670
|
-
* Verifies rule creation after it's finished.
|
|
671
|
-
*/
|
|
672
|
-
VERIFY_RULE_CREATE_RESULT = "undefined",
|
|
673
|
-
/**
|
|
674
|
-
* Verifies rule update after it's finished.
|
|
675
|
-
*/
|
|
676
|
-
VERIFY_RULE_UPDATE_RESULT = "undefined",
|
|
677
|
-
/**
|
|
678
|
-
* Verifies rule update.
|
|
679
|
-
*/
|
|
680
|
-
VERIFY_UPDATE_RULE = "undefined",
|
|
681
|
-
}
|
|
682
363
|
/**
|
|
683
364
|
* Analysis result which is created after analysis with the SupportAssistant.
|
|
684
365
|
*/
|
|
@@ -712,6 +393,31 @@ declare namespace sap {
|
|
|
712
393
|
*/
|
|
713
394
|
issues: Object[];
|
|
714
395
|
};
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* Support Assistant rule configuration
|
|
399
|
+
*/
|
|
400
|
+
type RuleConfiguration = {
|
|
401
|
+
id: string;
|
|
402
|
+
|
|
403
|
+
async: boolean;
|
|
404
|
+
|
|
405
|
+
title: string;
|
|
406
|
+
|
|
407
|
+
resolution: string;
|
|
408
|
+
|
|
409
|
+
minversion: string;
|
|
410
|
+
|
|
411
|
+
categories: sap.ui.support.Categories[];
|
|
412
|
+
|
|
413
|
+
audiences: sap.ui.support.Audiences[];
|
|
414
|
+
|
|
415
|
+
description: string;
|
|
416
|
+
|
|
417
|
+
resolutionurls: string;
|
|
418
|
+
|
|
419
|
+
check: string;
|
|
420
|
+
};
|
|
715
421
|
}
|
|
716
422
|
}
|
|
717
423
|
|
|
@@ -727,9 +433,5 @@ declare namespace sap {
|
|
|
727
433
|
"sap/ui/support/supportRules/History": undefined;
|
|
728
434
|
|
|
729
435
|
"sap/ui/support/supportRules/IssueManager": undefined;
|
|
730
|
-
|
|
731
|
-
"sap/ui/support/supportRules/RuleSet": undefined;
|
|
732
|
-
|
|
733
|
-
"sap/ui/support/supportRules/WCBChannels": undefined;
|
|
734
436
|
}
|
|
735
437
|
}
|