@sapui5/ts-types 1.131.0 → 1.132.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +8 -0
- package/types/sap.esh.search.ui.d.ts +38 -1
- package/types/sap.f.d.ts +95 -187
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +108 -101
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +390 -47
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +7 -2
- package/types/sap.rules.ui.d.ts +84 -1
- package/types/sap.sac.df.d.ts +978 -623
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +7 -7
- 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 +59 -5
- package/types/sap.ui.core.d.ts +363 -282
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +7 -1
- package/types/sap.ui.generic.app.d.ts +5 -11
- 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 +330 -229
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +3 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +13 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +25 -15
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +100 -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 +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +5 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- 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.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.132.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -58,7 +58,12 @@ declare namespace sap {
|
|
|
58
58
|
/**
|
|
59
59
|
* Overview Page Application Component
|
|
60
60
|
*/
|
|
61
|
-
class Component
|
|
61
|
+
class Component
|
|
62
|
+
extends sap.fe.core.AppComponent
|
|
63
|
+
implements
|
|
64
|
+
/* was: sap.fe.core.buildingBlocks.IBuildingBlockOwnerComponent */ Object
|
|
65
|
+
{
|
|
66
|
+
__implements__sap_fe_core_buildingBlocks_IBuildingBlockOwnerComponent: boolean;
|
|
62
67
|
/**
|
|
63
68
|
* Main class used for Overview Page Application Component
|
|
64
69
|
*
|
package/types/sap.rules.ui.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.132.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace rules {
|
|
@@ -69,6 +69,10 @@ declare namespace sap {
|
|
|
69
69
|
class AstExpressionLanguage extends sap.ui.core.Element {
|
|
70
70
|
/**
|
|
71
71
|
* Constructor for a new AstExpressionLanguage element.
|
|
72
|
+
*
|
|
73
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
74
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
75
|
+
* of the syntax of the settings object.
|
|
72
76
|
*/
|
|
73
77
|
constructor();
|
|
74
78
|
|
|
@@ -220,6 +224,10 @@ declare namespace sap {
|
|
|
220
224
|
class ExpressionLanguage extends sap.ui.core.Element {
|
|
221
225
|
/**
|
|
222
226
|
* Constructor for a new ExpressionLanguage element.
|
|
227
|
+
*
|
|
228
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
229
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
230
|
+
* of the syntax of the settings object.
|
|
223
231
|
*/
|
|
224
232
|
constructor();
|
|
225
233
|
|
|
@@ -343,6 +351,44 @@ declare namespace sap {
|
|
|
343
351
|
* @returns Value of property `bindingContextPath`
|
|
344
352
|
*/
|
|
345
353
|
getBindingContextPath(): string;
|
|
354
|
+
/**
|
|
355
|
+
* Separates the expression into individual tokens.
|
|
356
|
+
*
|
|
357
|
+
*
|
|
358
|
+
* @returns [oResult] Returns the tokens and their semantic information.
|
|
359
|
+
*/
|
|
360
|
+
getExpressionMetadata(
|
|
361
|
+
/**
|
|
362
|
+
* The expression that has to be tokenized.
|
|
363
|
+
*/
|
|
364
|
+
sExpression?: string
|
|
365
|
+
): object;
|
|
366
|
+
/**
|
|
367
|
+
* Provides a context-sensitive suggestion list that assists the business user with the completion of the
|
|
368
|
+
* input of an expression using the rule expression language.
|
|
369
|
+
*
|
|
370
|
+
*
|
|
371
|
+
* @returns [oResult] Returns valid suggestions for the expression that needs to be completed. If tokenizing
|
|
372
|
+
* was requested, returns the semantics of the tokens identified in the whole expression.
|
|
373
|
+
*/
|
|
374
|
+
getSuggestions(
|
|
375
|
+
/**
|
|
376
|
+
* The rule expression to be completed.
|
|
377
|
+
*/
|
|
378
|
+
sExpression?: string,
|
|
379
|
+
/**
|
|
380
|
+
* The expected business data type of the expression.
|
|
381
|
+
*/
|
|
382
|
+
eType?: sap.rules.ui.ExpressionType,
|
|
383
|
+
/**
|
|
384
|
+
* Indicates whether the final expression is a collection.
|
|
385
|
+
*/
|
|
386
|
+
bCollection?: boolean,
|
|
387
|
+
/**
|
|
388
|
+
* Indicates whether to return tokenizing sementics.
|
|
389
|
+
*/
|
|
390
|
+
bToken?: boolean
|
|
391
|
+
): object;
|
|
346
392
|
/**
|
|
347
393
|
* Gets current value of property {@link #getValueHelpCallback valueHelpCallback}.
|
|
348
394
|
*
|
|
@@ -371,6 +417,15 @@ declare namespace sap {
|
|
|
371
417
|
*/
|
|
372
418
|
sBindingContextPath: string
|
|
373
419
|
): this;
|
|
420
|
+
/**
|
|
421
|
+
* Sets the expression language data (vocabulary and metadata).
|
|
422
|
+
*/
|
|
423
|
+
setData(
|
|
424
|
+
/**
|
|
425
|
+
* Contains the language data
|
|
426
|
+
*/
|
|
427
|
+
oData?: object
|
|
428
|
+
): void;
|
|
374
429
|
/**
|
|
375
430
|
* Sets a new value for property {@link #getValueHelpCallback valueHelpCallback}.
|
|
376
431
|
*
|
|
@@ -389,6 +444,34 @@ declare namespace sap {
|
|
|
389
444
|
*/
|
|
390
445
|
oValueHelpCallback: any
|
|
391
446
|
): this;
|
|
447
|
+
/**
|
|
448
|
+
* Validates a given rule expression according to a specific business data type.
|
|
449
|
+
*
|
|
450
|
+
*
|
|
451
|
+
* @returns [oResult] Sends the validation status. In case of success, returns the actual data type of the
|
|
452
|
+
* whole expression). In case of error, returns error details and cursor position of error. If tokenizing
|
|
453
|
+
* was requested, returns the semantics of the tokens identified in the whole expression. If value help
|
|
454
|
+
* use is identified a promise deferredResult is added to the oResult object. deferredResult is resolved
|
|
455
|
+
* with an oResult object that includes validation results also for value help.
|
|
456
|
+
*/
|
|
457
|
+
validateExpression(
|
|
458
|
+
/**
|
|
459
|
+
* The expression to be validated.
|
|
460
|
+
*/
|
|
461
|
+
sExpression?: string,
|
|
462
|
+
/**
|
|
463
|
+
* The expected data type of the expression.
|
|
464
|
+
*/
|
|
465
|
+
eType?: sap.rules.ui.ExpressionType,
|
|
466
|
+
/**
|
|
467
|
+
* Indicates whether the expression is a collection.
|
|
468
|
+
*/
|
|
469
|
+
bCollection?: boolean,
|
|
470
|
+
/**
|
|
471
|
+
* Indicates whether to return tokenizing semantics.
|
|
472
|
+
*/
|
|
473
|
+
bToken?: boolean
|
|
474
|
+
): object;
|
|
392
475
|
}
|
|
393
476
|
|
|
394
477
|
/**
|