@sapui5/ts-types-esm 1.140.0 → 1.141.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.esh.search.ui.d.ts +2680 -1
- package/types/sap.f.d.ts +44 -3
- package/types/sap.fe.ariba.d.ts +1 -1
- 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 +84 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +367 -42
- package/types/sap.fe.navigation.d.ts +13 -15
- 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 +7 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +78 -9
- 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 +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +20 -5
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +41 -5
- 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 +130 -67
- package/types/sap.ui.dt.d.ts +202 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +8 -7
- 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 +63 -47
- package/types/sap.ui.mdc.d.ts +4 -4
- package/types/sap.ui.richtexteditor.d.ts +309 -9
- 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 +1 -1
- package/types/sap.ui.table.d.ts +18 -4
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +55 -3
- 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 +132 -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 +32 -3
- package/types/sap.ushell_abap.d.ts +5 -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.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/Chart" {
|
|
4
4
|
import {
|
|
@@ -55,7 +55,7 @@ declare module "sap/fe/macros/Chart" {
|
|
|
55
55
|
* Gets the key of the current variant in the associated variant management.
|
|
56
56
|
*
|
|
57
57
|
*
|
|
58
|
-
* @returns Variant key of {@link sap.ui.fl.variants.VariantManagement
|
|
58
|
+
* @returns Variant key of {@link sap.ui.fl.variants.VariantManagement} applied to the chart
|
|
59
59
|
*/
|
|
60
60
|
getCurrentVariantKey(): null | string;
|
|
61
61
|
/**
|
|
@@ -97,7 +97,7 @@ declare module "sap/fe/macros/Chart" {
|
|
|
97
97
|
* Get the presentation variant that is currently applied on the chart.
|
|
98
98
|
*
|
|
99
99
|
*
|
|
100
|
-
* @returns The presentation variant {@link sap.fe.navigation.PresentationVariant
|
|
100
|
+
* @returns The presentation variant {@link sap.fe.navigation.PresentationVariant} applied to the chart
|
|
101
101
|
*/
|
|
102
102
|
getPresentationVariant(): Promise<PresentationVariant>;
|
|
103
103
|
/**
|
|
@@ -119,7 +119,7 @@ declare module "sap/fe/macros/Chart" {
|
|
|
119
119
|
* at the control level.
|
|
120
120
|
*
|
|
121
121
|
*
|
|
122
|
-
* @returns A promise that resolves with {@link sap.fe.navigation.SelectionVariant
|
|
122
|
+
* @returns A promise that resolves with {@link sap.fe.navigation.SelectionVariant}.
|
|
123
123
|
*/
|
|
124
124
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
125
125
|
/**
|
|
@@ -141,7 +141,7 @@ declare module "sap/fe/macros/Chart" {
|
|
|
141
141
|
*/
|
|
142
142
|
setCurrentVariantKey(
|
|
143
143
|
/**
|
|
144
|
-
* The variant key of {@link sap.ui.fl.variants.VariantManagement
|
|
144
|
+
* The variant key of {@link sap.ui.fl.variants.VariantManagement} to be set
|
|
145
145
|
*/
|
|
146
146
|
key: string
|
|
147
147
|
): void;
|
|
@@ -190,7 +190,7 @@ declare module "sap/fe/macros/Chart" {
|
|
|
190
190
|
*/
|
|
191
191
|
setPresentationVariant(
|
|
192
192
|
/**
|
|
193
|
-
* the presentation variant {@link sap.fe.navigation.PresentationVariant
|
|
193
|
+
* the presentation variant {@link sap.fe.navigation.PresentationVariant} to be set
|
|
194
194
|
*/
|
|
195
195
|
presentationVariant: PresentationVariant
|
|
196
196
|
): Promise<void>;
|
|
@@ -210,7 +210,7 @@ declare module "sap/fe/macros/Chart" {
|
|
|
210
210
|
*/
|
|
211
211
|
setSelectionVariant(
|
|
212
212
|
/**
|
|
213
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
213
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the chart
|
|
214
214
|
*/
|
|
215
215
|
selectionVariant: SelectionVariant,
|
|
216
216
|
/**
|
|
@@ -321,6 +321,68 @@ declare module "sap/fe/macros/Chart" {
|
|
|
321
321
|
>;
|
|
322
322
|
}
|
|
323
323
|
|
|
324
|
+
declare module "sap/fe/macros/CollaborativeDraftHandler" {
|
|
325
|
+
import {
|
|
326
|
+
default as BuildingBlock,
|
|
327
|
+
$BuildingBlockSettings,
|
|
328
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
329
|
+
|
|
330
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
331
|
+
|
|
332
|
+
import Event from "sap/ui/base/Event";
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* A BuildingBlock to watch the lock status of a property and to react on changes.
|
|
336
|
+
*
|
|
337
|
+
* @since 1.141.0
|
|
338
|
+
* @experimental As of version 1.141.0.
|
|
339
|
+
*/
|
|
340
|
+
export default class CollaborativeDraftHandler extends BuildingBlock {}
|
|
341
|
+
/**
|
|
342
|
+
* Describes the settings that can be provided to the CollaborativeDraftHandler constructor.
|
|
343
|
+
*
|
|
344
|
+
* @experimental As of version 1.141.0.
|
|
345
|
+
*/
|
|
346
|
+
export interface $CollaborativeDraftHandlerSettings
|
|
347
|
+
extends $BuildingBlockSettings {
|
|
348
|
+
/**
|
|
349
|
+
* Defines the path of the context used in the current page or block.
|
|
350
|
+
* This setting is defined by the framework, and can be overwritten.
|
|
351
|
+
*
|
|
352
|
+
* @experimental As of version 1.141.0.
|
|
353
|
+
*/
|
|
354
|
+
contextPath?: string | PropertyBindingInfo;
|
|
355
|
+
|
|
356
|
+
/**
|
|
357
|
+
* Defines the relative path of the property in the metamodel, based on the current contextPath.
|
|
358
|
+
*
|
|
359
|
+
* @experimental As of version 1.141.0.
|
|
360
|
+
*/
|
|
361
|
+
metaPath?: string | PropertyBindingInfo;
|
|
362
|
+
|
|
363
|
+
/**
|
|
364
|
+
* If set to true, the standard Avatar control is displayed to indicate the lock status.
|
|
365
|
+
* If set to false, nothing is displayed.
|
|
366
|
+
*
|
|
367
|
+
* @experimental As of version 1.141.0.
|
|
368
|
+
*/
|
|
369
|
+
showAvatar?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* Parameters of the CollaborativeDraftHandler#lockChange event.
|
|
374
|
+
*/
|
|
375
|
+
export interface CollaborativeDraftHandler$LockChangeEventParameters {}
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* Event object of the CollaborativeDraftHandler#lockChange event.
|
|
379
|
+
*/
|
|
380
|
+
export type CollaborativeDraftHandler$LockChangeEvent = Event<
|
|
381
|
+
CollaborativeDraftHandler$LockChangeEventParameters,
|
|
382
|
+
CollaborativeDraftHandler
|
|
383
|
+
>;
|
|
384
|
+
}
|
|
385
|
+
|
|
324
386
|
declare module "sap/fe/macros/CollectionBindingInfo" {
|
|
325
387
|
import Filter from "sap/ui/model/Filter";
|
|
326
388
|
|
|
@@ -402,6 +464,93 @@ declare module "sap/fe/macros/CollectionBindingInfo" {
|
|
|
402
464
|
}
|
|
403
465
|
}
|
|
404
466
|
|
|
467
|
+
declare module "sap/fe/macros/ConditionalSwitch" {
|
|
468
|
+
import {
|
|
469
|
+
default as BuildingBlockBase,
|
|
470
|
+
$BuildingBlockBaseSettings,
|
|
471
|
+
} from "sap/fe/base/BuildingBlockBase";
|
|
472
|
+
|
|
473
|
+
import { IFormContent } from "sap/ui/core/library";
|
|
474
|
+
|
|
475
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* Defines a conditional template that renders content based on the evaluation of a set of switchProperties.
|
|
479
|
+
* The switchProperties are defined using the {@link sap.fe.macros.ConditionalSwitchProperty } building
|
|
480
|
+
* block.
|
|
481
|
+
*
|
|
482
|
+
* @since 1.141.0
|
|
483
|
+
* @experimental As of version 1.141.0.
|
|
484
|
+
*/
|
|
485
|
+
export default class ConditionalSwitch
|
|
486
|
+
extends BuildingBlockBase
|
|
487
|
+
implements IFormContent
|
|
488
|
+
{
|
|
489
|
+
__implements__sap_ui_core_IFormContent: boolean;
|
|
490
|
+
}
|
|
491
|
+
/**
|
|
492
|
+
* Describes the settings that can be provided to the ConditionalSwitch constructor.
|
|
493
|
+
*
|
|
494
|
+
* @experimental As of version 1.141.0.
|
|
495
|
+
*/
|
|
496
|
+
export interface $ConditionalSwitchSettings
|
|
497
|
+
extends $BuildingBlockBaseSettings {
|
|
498
|
+
/**
|
|
499
|
+
* A function that returns the content to be rendered based on the evaluation of the switchProperties.
|
|
500
|
+
* The function receives an object with the switchProperties as key-value pairs, the binding context, and
|
|
501
|
+
* the displayed control.
|
|
502
|
+
* The function should return a single UI5 control.
|
|
503
|
+
*/
|
|
504
|
+
factory?: Function | PropertyBindingInfo | `{${string}}`;
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
declare module "sap/fe/macros/ConditionalSwitchProperty" {
|
|
509
|
+
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
510
|
+
|
|
511
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
512
|
+
|
|
513
|
+
import Event from "sap/ui/base/Event";
|
|
514
|
+
|
|
515
|
+
/**
|
|
516
|
+
* Defines a property with a key and a value that can be used in conditional templates.
|
|
517
|
+
* When the value is changed, a `valueChanged` event is fired.
|
|
518
|
+
*
|
|
519
|
+
* @since 1.141.0
|
|
520
|
+
* @experimental As of version 1.141.0.
|
|
521
|
+
*/
|
|
522
|
+
export default class ConditionalSwitchProperty extends UI5Element {}
|
|
523
|
+
/**
|
|
524
|
+
* Describes the settings that can be provided to the ConditionalSwitchProperty constructor.
|
|
525
|
+
*
|
|
526
|
+
* @experimental As of version 1.141.0.
|
|
527
|
+
*/
|
|
528
|
+
export interface $ConditionalSwitchPropertySettings extends $ElementSettings {
|
|
529
|
+
/**
|
|
530
|
+
* The key of the property.
|
|
531
|
+
*/
|
|
532
|
+
key?: string | PropertyBindingInfo;
|
|
533
|
+
|
|
534
|
+
/**
|
|
535
|
+
* The value of the property.
|
|
536
|
+
*/
|
|
537
|
+
value?: any | PropertyBindingInfo | `{${string}}`;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* Parameters of the ConditionalSwitchProperty#valueChanged event.
|
|
542
|
+
*/
|
|
543
|
+
export interface ConditionalSwitchProperty$ValueChangedEventParameters {}
|
|
544
|
+
|
|
545
|
+
/**
|
|
546
|
+
* Event object of the ConditionalSwitchProperty#valueChanged event.
|
|
547
|
+
*/
|
|
548
|
+
export type ConditionalSwitchProperty$ValueChangedEvent = Event<
|
|
549
|
+
ConditionalSwitchProperty$ValueChangedEventParameters,
|
|
550
|
+
ConditionalSwitchProperty
|
|
551
|
+
>;
|
|
552
|
+
}
|
|
553
|
+
|
|
405
554
|
declare module "sap/fe/macros/Field" {
|
|
406
555
|
import {
|
|
407
556
|
default as MacroAPI,
|
|
@@ -973,8 +1122,8 @@ declare module "sap/fe/macros/Page" {
|
|
|
973
1122
|
import Control from "sap/ui/core/Control";
|
|
974
1123
|
|
|
975
1124
|
/**
|
|
976
|
-
*
|
|
977
|
-
*
|
|
1125
|
+
* Building block used to create a custom page with a title and the content. By default, the page includes
|
|
1126
|
+
* a title.
|
|
978
1127
|
*/
|
|
979
1128
|
export default class Page extends BuildingBlock {}
|
|
980
1129
|
/**
|
|
@@ -982,19 +1131,18 @@ declare module "sap/fe/macros/Page" {
|
|
|
982
1131
|
*/
|
|
983
1132
|
export interface $PageSettings extends $BuildingBlockSettings {
|
|
984
1133
|
/**
|
|
985
|
-
*
|
|
1134
|
+
* Source of the avatar image. This property is considered only if the title property is defined.
|
|
986
1135
|
*/
|
|
987
1136
|
avatarSrc?: string | PropertyBindingInfo;
|
|
988
1137
|
|
|
989
1138
|
/**
|
|
990
|
-
*
|
|
1139
|
+
* Provides additional details of the page. This property is considered only if the title property is defined.
|
|
991
1140
|
*/
|
|
992
1141
|
description?: string | PropertyBindingInfo;
|
|
993
1142
|
|
|
994
1143
|
/**
|
|
995
|
-
* Title of the page
|
|
996
|
-
*
|
|
997
|
-
* associated to the entity
|
|
1144
|
+
* Title of the page. If no title is provided, the title, avatar, and description are derived from the unqualified
|
|
1145
|
+
* HeaderInfo annotation associated with the entity.
|
|
998
1146
|
*/
|
|
999
1147
|
title?: string | PropertyBindingInfo;
|
|
1000
1148
|
|
|
@@ -1184,6 +1332,80 @@ declare module "sap/fe/macros/Share" {
|
|
|
1184
1332
|
}
|
|
1185
1333
|
}
|
|
1186
1334
|
|
|
1335
|
+
declare module "sap/fe/macros/Status" {
|
|
1336
|
+
import {
|
|
1337
|
+
default as BuildingBlock,
|
|
1338
|
+
$BuildingBlockSettings,
|
|
1339
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
1340
|
+
|
|
1341
|
+
import { IFormContent } from "sap/ui/core/library";
|
|
1342
|
+
|
|
1343
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1344
|
+
|
|
1345
|
+
import Event from "sap/ui/base/Event";
|
|
1346
|
+
|
|
1347
|
+
/**
|
|
1348
|
+
* Building block to display a status and criticality.
|
|
1349
|
+
*
|
|
1350
|
+
* @since 1.141.0
|
|
1351
|
+
* @experimental As of version 1.141.0.
|
|
1352
|
+
*/
|
|
1353
|
+
export default class Status extends BuildingBlock implements IFormContent {
|
|
1354
|
+
__implements__sap_ui_core_IFormContent: boolean;
|
|
1355
|
+
}
|
|
1356
|
+
/**
|
|
1357
|
+
* Describes the settings that can be provided to the Status constructor.
|
|
1358
|
+
*
|
|
1359
|
+
* @experimental As of version 1.141.0.
|
|
1360
|
+
*/
|
|
1361
|
+
export interface $StatusSettings extends $BuildingBlockSettings {
|
|
1362
|
+
/**
|
|
1363
|
+
* Context path for the binding context.
|
|
1364
|
+
*/
|
|
1365
|
+
contextPath?: string | PropertyBindingInfo;
|
|
1366
|
+
|
|
1367
|
+
/**
|
|
1368
|
+
* Determines whether the background color reflects the set state of the ObjectStatus instead of the control's
|
|
1369
|
+
* text.
|
|
1370
|
+
*/
|
|
1371
|
+
inverted?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1372
|
+
|
|
1373
|
+
/**
|
|
1374
|
+
* Indicates whether the ObjectStatus should be displayed in large design mode.
|
|
1375
|
+
*/
|
|
1376
|
+
largeDesign?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1377
|
+
|
|
1378
|
+
/**
|
|
1379
|
+
* Metadata path to the DataField annotation or property.
|
|
1380
|
+
*/
|
|
1381
|
+
metaPath?: string | PropertyBindingInfo;
|
|
1382
|
+
|
|
1383
|
+
/**
|
|
1384
|
+
* When the Status is clickable, it defines the size of the reactive area of the clickable element:
|
|
1385
|
+
* - ReactiveAreaMode.Inline - The Status is displayed as part of a sentence.
|
|
1386
|
+
* - ReactiveAreaMode.Overlay - The Status is displayed as an overlay on top of other interactive parts
|
|
1387
|
+
* of the page.
|
|
1388
|
+
* Note: It is designed to make the clickable element easier to activate and helps meet the WCAG 2.2 Target
|
|
1389
|
+
* Size requirement. It is applicable only for the SAP Horizon themes. Note: The size of the reactive area
|
|
1390
|
+
* is sufficiently large to help users avoid accidentally selecting (clicking or tapping) unintended UI
|
|
1391
|
+
* elements. UI elements positioned over other parts of the page may need an invisible active touch area.
|
|
1392
|
+
* This ensures that no elements beneath are activated accidentally when the user tries to interact with
|
|
1393
|
+
* the overlay element.
|
|
1394
|
+
*/
|
|
1395
|
+
reactiveAreaMode?: string | PropertyBindingInfo;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
/**
|
|
1399
|
+
* Parameters of the Status#press event.
|
|
1400
|
+
*/
|
|
1401
|
+
export interface Status$PressEventParameters {}
|
|
1402
|
+
|
|
1403
|
+
/**
|
|
1404
|
+
* Event object of the Status#press event.
|
|
1405
|
+
*/
|
|
1406
|
+
export type Status$PressEvent = Event<Status$PressEventParameters, Status>;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1187
1409
|
declare module "sap/fe/macros/VariantManagement" {
|
|
1188
1410
|
import {
|
|
1189
1411
|
default as BuildingBlock,
|
|
@@ -1377,7 +1599,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1377
1599
|
* usage.
|
|
1378
1600
|
*
|
|
1379
1601
|
*
|
|
1380
|
-
* @deprecated As of version 1.130. Use {@link sap.fe.macros.Chart
|
|
1602
|
+
* @deprecated As of version 1.130. Use {@link sap.fe.macros.Chart} instead
|
|
1381
1603
|
* @experimental
|
|
1382
1604
|
*/
|
|
1383
1605
|
export default class Chart extends Control {
|
|
@@ -1392,7 +1614,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1392
1614
|
* Gets the key of the current variant in the associated variant management.
|
|
1393
1615
|
*
|
|
1394
1616
|
*
|
|
1395
|
-
* @returns Variant key of {@link sap.ui.fl.variants.VariantManagement
|
|
1617
|
+
* @returns Variant key of {@link sap.ui.fl.variants.VariantManagement} applied to the chart
|
|
1396
1618
|
*/
|
|
1397
1619
|
getCurrentVariantKey(): null | string;
|
|
1398
1620
|
/**
|
|
@@ -1434,7 +1656,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1434
1656
|
* Get the presentation variant that is currently applied on the chart.
|
|
1435
1657
|
*
|
|
1436
1658
|
*
|
|
1437
|
-
* @returns The presentation variant {@link sap.fe.navigation.PresentationVariant
|
|
1659
|
+
* @returns The presentation variant {@link sap.fe.navigation.PresentationVariant} applied to the chart
|
|
1438
1660
|
*/
|
|
1439
1661
|
getPresentationVariant(): Promise<PresentationVariant>;
|
|
1440
1662
|
/**
|
|
@@ -1456,7 +1678,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1456
1678
|
* at the control level.
|
|
1457
1679
|
*
|
|
1458
1680
|
*
|
|
1459
|
-
* @returns A promise that resolves with {@link sap.fe.navigation.SelectionVariant
|
|
1681
|
+
* @returns A promise that resolves with {@link sap.fe.navigation.SelectionVariant}.
|
|
1460
1682
|
*/
|
|
1461
1683
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
1462
1684
|
/**
|
|
@@ -1478,7 +1700,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1478
1700
|
*/
|
|
1479
1701
|
setCurrentVariantKey(
|
|
1480
1702
|
/**
|
|
1481
|
-
* The variant key of {@link sap.ui.fl.variants.VariantManagement
|
|
1703
|
+
* The variant key of {@link sap.ui.fl.variants.VariantManagement} to be set
|
|
1482
1704
|
*/
|
|
1483
1705
|
key: string
|
|
1484
1706
|
): void;
|
|
@@ -1527,7 +1749,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1527
1749
|
*/
|
|
1528
1750
|
setPresentationVariant(
|
|
1529
1751
|
/**
|
|
1530
|
-
* the presentation variant {@link sap.fe.navigation.PresentationVariant
|
|
1752
|
+
* the presentation variant {@link sap.fe.navigation.PresentationVariant} to be set
|
|
1531
1753
|
*/
|
|
1532
1754
|
presentationVariant: PresentationVariant
|
|
1533
1755
|
): Promise<void>;
|
|
@@ -1547,7 +1769,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1547
1769
|
*/
|
|
1548
1770
|
setSelectionVariant(
|
|
1549
1771
|
/**
|
|
1550
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
1772
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the chart
|
|
1551
1773
|
*/
|
|
1552
1774
|
selectionVariant: SelectionVariant,
|
|
1553
1775
|
/**
|
|
@@ -1567,7 +1789,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1567
1789
|
/**
|
|
1568
1790
|
* Describes the settings that can be provided to the Chart constructor.
|
|
1569
1791
|
*
|
|
1570
|
-
* @deprecated As of version 1.130. Use {@link sap.fe.macros.Chart
|
|
1792
|
+
* @deprecated As of version 1.130. Use {@link sap.fe.macros.Chart} instead
|
|
1571
1793
|
* @experimental
|
|
1572
1794
|
*/
|
|
1573
1795
|
export interface $ChartSettings extends $ControlSettings {
|
|
@@ -1757,7 +1979,7 @@ declare module "sap/fe/macros/field/Field" {
|
|
|
1757
1979
|
* usage.
|
|
1758
1980
|
*
|
|
1759
1981
|
*
|
|
1760
|
-
* @deprecated As of version 1.135. Use {@link sap.fe.macros.Field
|
|
1982
|
+
* @deprecated As of version 1.135. Use {@link sap.fe.macros.Field} instead
|
|
1761
1983
|
* @experimental
|
|
1762
1984
|
*/
|
|
1763
1985
|
export default class Field extends Control {
|
|
@@ -1831,7 +2053,7 @@ declare module "sap/fe/macros/field/Field" {
|
|
|
1831
2053
|
/**
|
|
1832
2054
|
* Describes the settings that can be provided to the Field constructor.
|
|
1833
2055
|
*
|
|
1834
|
-
* @deprecated As of version 1.135. Use {@link sap.fe.macros.Field
|
|
2056
|
+
* @deprecated As of version 1.135. Use {@link sap.fe.macros.Field} instead
|
|
1835
2057
|
* @experimental
|
|
1836
2058
|
*/
|
|
1837
2059
|
export interface $FieldSettings extends $ControlSettings {
|
|
@@ -2105,7 +2327,7 @@ declare module "sap/fe/macros/filterBar/FilterBar" {
|
|
|
2105
2327
|
* Gets the visibility of a filter field.
|
|
2106
2328
|
*
|
|
2107
2329
|
*
|
|
2108
|
-
* @returns A {@link Promise
|
|
2330
|
+
* @returns A {@link Promise} that resolves to check whether the filter field is visible or not.
|
|
2109
2331
|
*/
|
|
2110
2332
|
getFilterFieldVisible(
|
|
2111
2333
|
/**
|
|
@@ -2128,7 +2350,7 @@ declare module "sap/fe/macros/filterBar/FilterBar" {
|
|
|
2128
2350
|
* that uses a custom operator.
|
|
2129
2351
|
*
|
|
2130
2352
|
*
|
|
2131
|
-
* @returns A promise which resolves with a {@link sap.fe.navigation.SelectionVariant
|
|
2353
|
+
* @returns A promise which resolves with a {@link sap.fe.navigation.SelectionVariant}
|
|
2132
2354
|
*/
|
|
2133
2355
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
2134
2356
|
/**
|
|
@@ -2159,7 +2381,7 @@ declare module "sap/fe/macros/filterBar/FilterBar" {
|
|
|
2159
2381
|
* The property will not be hidden inside the adaptation dialog and may be re-added.
|
|
2160
2382
|
*
|
|
2161
2383
|
*
|
|
2162
|
-
* @returns A {@link Promise
|
|
2384
|
+
* @returns A {@link Promise} resolving once the change in visibility was applied
|
|
2163
2385
|
*/
|
|
2164
2386
|
setFilterFieldVisible(
|
|
2165
2387
|
/**
|
|
@@ -2211,7 +2433,7 @@ declare module "sap/fe/macros/filterBar/FilterBar" {
|
|
|
2211
2433
|
*/
|
|
2212
2434
|
setSelectionVariant(
|
|
2213
2435
|
/**
|
|
2214
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
2436
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the filter bar
|
|
2215
2437
|
*/
|
|
2216
2438
|
selectionVariant: SelectionVariant,
|
|
2217
2439
|
/**
|
|
@@ -2378,7 +2600,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
2378
2600
|
* Gets the visibility of a filter field.
|
|
2379
2601
|
*
|
|
2380
2602
|
*
|
|
2381
|
-
* @returns A {@link Promise
|
|
2603
|
+
* @returns A {@link Promise} that resolves to check whether the filter field is visible or not.
|
|
2382
2604
|
*/
|
|
2383
2605
|
getFilterFieldVisible(
|
|
2384
2606
|
/**
|
|
@@ -2401,7 +2623,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
2401
2623
|
* that uses a custom operator.
|
|
2402
2624
|
*
|
|
2403
2625
|
*
|
|
2404
|
-
* @returns A promise which resolves with a {@link sap.fe.navigation.SelectionVariant
|
|
2626
|
+
* @returns A promise which resolves with a {@link sap.fe.navigation.SelectionVariant}
|
|
2405
2627
|
*/
|
|
2406
2628
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
2407
2629
|
/**
|
|
@@ -2432,7 +2654,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
2432
2654
|
* The property will not be hidden inside the adaptation dialog and may be re-added.
|
|
2433
2655
|
*
|
|
2434
2656
|
*
|
|
2435
|
-
* @returns A {@link Promise
|
|
2657
|
+
* @returns A {@link Promise} resolving once the change in visibility was applied
|
|
2436
2658
|
*/
|
|
2437
2659
|
setFilterFieldVisible(
|
|
2438
2660
|
/**
|
|
@@ -2484,7 +2706,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
2484
2706
|
*/
|
|
2485
2707
|
setSelectionVariant(
|
|
2486
2708
|
/**
|
|
2487
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
2709
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the filter bar
|
|
2488
2710
|
*/
|
|
2489
2711
|
selectionVariant: SelectionVariant,
|
|
2490
2712
|
/**
|
|
@@ -2721,7 +2943,7 @@ declare module "sap/fe/macros/microchart/MicroChart" {
|
|
|
2721
2943
|
* usage.
|
|
2722
2944
|
*
|
|
2723
2945
|
*
|
|
2724
|
-
* @deprecated As of version 1.130. Use {@link sap.fe.macros.MicroChart
|
|
2946
|
+
* @deprecated As of version 1.130. Use {@link sap.fe.macros.MicroChart} instead
|
|
2725
2947
|
* @experimental
|
|
2726
2948
|
*/
|
|
2727
2949
|
export default class MicroChart extends MicroChart1 {
|
|
@@ -2799,7 +3021,7 @@ declare module "sap/fe/macros/microchart/MicroChart" {
|
|
|
2799
3021
|
/**
|
|
2800
3022
|
* Describes the settings that can be provided to the MicroChart constructor.
|
|
2801
3023
|
*
|
|
2802
|
-
* @deprecated As of version 1.130. Use {@link sap.fe.macros.MicroChart
|
|
3024
|
+
* @deprecated As of version 1.130. Use {@link sap.fe.macros.MicroChart} instead
|
|
2803
3025
|
* @experimental
|
|
2804
3026
|
*/
|
|
2805
3027
|
export interface $MicroChartSettings extends $MicroChartSettings1 {
|
|
@@ -3244,6 +3466,11 @@ declare module "sap/fe/macros/table/Column" {
|
|
|
3244
3466
|
*/
|
|
3245
3467
|
availability?: string | PropertyBindingInfo;
|
|
3246
3468
|
|
|
3469
|
+
/**
|
|
3470
|
+
* Determines if the column should be excluded from the export.
|
|
3471
|
+
*/
|
|
3472
|
+
disableExport?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3473
|
+
|
|
3247
3474
|
/**
|
|
3248
3475
|
* The text that will be displayed for this column header
|
|
3249
3476
|
*/
|
|
@@ -3322,6 +3549,16 @@ declare module "sap/fe/macros/table/ColumnExportSettings" {
|
|
|
3322
3549
|
*/
|
|
3323
3550
|
export interface $ColumnExportSettingsSettings
|
|
3324
3551
|
extends $BuildingBlockObjectPropertySettings {
|
|
3552
|
+
/**
|
|
3553
|
+
* Determines the text associated to a Boolean type with 'false' as value.
|
|
3554
|
+
*/
|
|
3555
|
+
falseValue?: string | PropertyBindingInfo;
|
|
3556
|
+
|
|
3557
|
+
/**
|
|
3558
|
+
* Determines the column header text.
|
|
3559
|
+
*/
|
|
3560
|
+
label?: string | PropertyBindingInfo;
|
|
3561
|
+
|
|
3325
3562
|
/**
|
|
3326
3563
|
* Determines the properties of the column.
|
|
3327
3564
|
*/
|
|
@@ -3332,11 +3569,38 @@ declare module "sap/fe/macros/table/ColumnExportSettings" {
|
|
|
3332
3569
|
*/
|
|
3333
3570
|
template?: string | PropertyBindingInfo;
|
|
3334
3571
|
|
|
3572
|
+
/**
|
|
3573
|
+
* Determines the alignment of the column of the cell contents.
|
|
3574
|
+
* Available options are:
|
|
3575
|
+
*
|
|
3576
|
+
* - Left
|
|
3577
|
+
*
|
|
3578
|
+
* - Right
|
|
3579
|
+
*
|
|
3580
|
+
* - Center
|
|
3581
|
+
*
|
|
3582
|
+
* - Begin
|
|
3583
|
+
*
|
|
3584
|
+
* - End
|
|
3585
|
+
*/
|
|
3586
|
+
textAlign?: string | PropertyBindingInfo;
|
|
3587
|
+
|
|
3588
|
+
/**
|
|
3589
|
+
* Determines the text associated to a Boolean type with 'true' as value.
|
|
3590
|
+
*/
|
|
3591
|
+
trueValue?: string | PropertyBindingInfo;
|
|
3592
|
+
|
|
3335
3593
|
/**
|
|
3336
3594
|
* Determines the data type of the field
|
|
3337
3595
|
*/
|
|
3338
3596
|
type?: string | PropertyBindingInfo;
|
|
3339
3597
|
|
|
3598
|
+
/**
|
|
3599
|
+
* Determines the mapping object holding the values associated with a specific key.
|
|
3600
|
+
* Enumeration type must be used when valueMap is provided.
|
|
3601
|
+
*/
|
|
3602
|
+
valueMap?: object | PropertyBindingInfo | `{${string}}`;
|
|
3603
|
+
|
|
3340
3604
|
/**
|
|
3341
3605
|
* Determines the width of the column in characters
|
|
3342
3606
|
*/
|
|
@@ -3374,6 +3638,11 @@ declare module "sap/fe/macros/table/ColumnOverride" {
|
|
|
3374
3638
|
*/
|
|
3375
3639
|
availability?: string | PropertyBindingInfo;
|
|
3376
3640
|
|
|
3641
|
+
/**
|
|
3642
|
+
* Determines if the column should be excluded from the export.
|
|
3643
|
+
*/
|
|
3644
|
+
disableExport?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3645
|
+
|
|
3377
3646
|
/**
|
|
3378
3647
|
* Aligns the header as well as the content horizontally
|
|
3379
3648
|
*/
|
|
@@ -3614,7 +3883,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3614
3883
|
* at the control level.
|
|
3615
3884
|
*
|
|
3616
3885
|
*
|
|
3617
|
-
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant
|
|
3886
|
+
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant}
|
|
3618
3887
|
*/
|
|
3619
3888
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
3620
3889
|
/**
|
|
@@ -3686,7 +3955,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3686
3955
|
*/
|
|
3687
3956
|
setSelectionVariant(
|
|
3688
3957
|
/**
|
|
3689
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
3958
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the table
|
|
3690
3959
|
*/
|
|
3691
3960
|
selectionVariant: SelectionVariant,
|
|
3692
3961
|
/**
|
|
@@ -3780,11 +4049,23 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3780
4049
|
*/
|
|
3781
4050
|
enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3782
4051
|
|
|
4052
|
+
/**
|
|
4053
|
+
* Configures the file name of exported table.
|
|
4054
|
+
* It's limited to 31 characters. If the name is longer, it will be truncated.
|
|
4055
|
+
*/
|
|
4056
|
+
exportFileName?: string | PropertyBindingInfo;
|
|
4057
|
+
|
|
3783
4058
|
/**
|
|
3784
4059
|
* Maximum allowed number of records to be exported in one request.
|
|
3785
4060
|
*/
|
|
3786
4061
|
exportRequestSize?: int | PropertyBindingInfo | `{${string}}`;
|
|
3787
4062
|
|
|
4063
|
+
/**
|
|
4064
|
+
* Configures the sheet name of exported table.
|
|
4065
|
+
* It's limited to 31 characters. If the name is longer, it will be truncated.
|
|
4066
|
+
*/
|
|
4067
|
+
exportSheetName?: string | PropertyBindingInfo;
|
|
4068
|
+
|
|
3788
4069
|
/**
|
|
3789
4070
|
* ID of the FilterBar building block associated with the table.
|
|
3790
4071
|
*/
|
|
@@ -4213,7 +4494,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4213
4494
|
* at the control level.
|
|
4214
4495
|
*
|
|
4215
4496
|
*
|
|
4216
|
-
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant
|
|
4497
|
+
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant}
|
|
4217
4498
|
*/
|
|
4218
4499
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
4219
4500
|
/**
|
|
@@ -4327,7 +4608,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4327
4608
|
*/
|
|
4328
4609
|
setSelectionVariant(
|
|
4329
4610
|
/**
|
|
4330
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
4611
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the table
|
|
4331
4612
|
*/
|
|
4332
4613
|
selectionVariant: SelectionVariant,
|
|
4333
4614
|
/**
|
|
@@ -4423,11 +4704,23 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4423
4704
|
*/
|
|
4424
4705
|
enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
4425
4706
|
|
|
4707
|
+
/**
|
|
4708
|
+
* Configures the file name of exported table.
|
|
4709
|
+
* It's limited to 31 characters. If the name is longer, it will be truncated.
|
|
4710
|
+
*/
|
|
4711
|
+
exportFileName?: string | PropertyBindingInfo;
|
|
4712
|
+
|
|
4426
4713
|
/**
|
|
4427
4714
|
* Maximum allowed number of records to be exported in one request.
|
|
4428
4715
|
*/
|
|
4429
4716
|
exportRequestSize?: int | PropertyBindingInfo | `{${string}}`;
|
|
4430
4717
|
|
|
4718
|
+
/**
|
|
4719
|
+
* Configures the sheet name of exported table.
|
|
4720
|
+
* It's limited to 31 characters. If the name is longer, it will be truncated.
|
|
4721
|
+
*/
|
|
4722
|
+
exportSheetName?: string | PropertyBindingInfo;
|
|
4723
|
+
|
|
4431
4724
|
/**
|
|
4432
4725
|
* ID of the FilterBar building block associated with the table.
|
|
4433
4726
|
*/
|
|
@@ -4865,7 +5158,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4865
5158
|
* at the control level.
|
|
4866
5159
|
*
|
|
4867
5160
|
*
|
|
4868
|
-
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant
|
|
5161
|
+
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant}
|
|
4869
5162
|
*/
|
|
4870
5163
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
4871
5164
|
/**
|
|
@@ -4937,7 +5230,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4937
5230
|
*/
|
|
4938
5231
|
setSelectionVariant(
|
|
4939
5232
|
/**
|
|
4940
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
5233
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the table
|
|
4941
5234
|
*/
|
|
4942
5235
|
selectionVariant: SelectionVariant,
|
|
4943
5236
|
/**
|
|
@@ -5034,11 +5327,23 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
5034
5327
|
*/
|
|
5035
5328
|
enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
5036
5329
|
|
|
5330
|
+
/**
|
|
5331
|
+
* Configures the file name of exported table.
|
|
5332
|
+
* It's limited to 31 characters. If the name is longer, it will be truncated.
|
|
5333
|
+
*/
|
|
5334
|
+
exportFileName?: string | PropertyBindingInfo;
|
|
5335
|
+
|
|
5037
5336
|
/**
|
|
5038
5337
|
* Maximum allowed number of records to be exported in one request.
|
|
5039
5338
|
*/
|
|
5040
5339
|
exportRequestSize?: int | PropertyBindingInfo | `{${string}}`;
|
|
5041
5340
|
|
|
5341
|
+
/**
|
|
5342
|
+
* Configures the sheet name of exported table.
|
|
5343
|
+
* It's limited to 31 characters. If the name is longer, it will be truncated.
|
|
5344
|
+
*/
|
|
5345
|
+
exportSheetName?: string | PropertyBindingInfo;
|
|
5346
|
+
|
|
5042
5347
|
/**
|
|
5043
5348
|
* ID of the FilterBar building block associated with the table.
|
|
5044
5349
|
*/
|
|
@@ -5496,7 +5801,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5496
5801
|
* at the control level.
|
|
5497
5802
|
*
|
|
5498
5803
|
*
|
|
5499
|
-
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant
|
|
5804
|
+
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant}
|
|
5500
5805
|
*/
|
|
5501
5806
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
5502
5807
|
/**
|
|
@@ -5610,7 +5915,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5610
5915
|
*/
|
|
5611
5916
|
setSelectionVariant(
|
|
5612
5917
|
/**
|
|
5613
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
5918
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the table
|
|
5614
5919
|
*/
|
|
5615
5920
|
selectionVariant: SelectionVariant,
|
|
5616
5921
|
/**
|
|
@@ -5710,11 +6015,23 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5710
6015
|
*/
|
|
5711
6016
|
enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
5712
6017
|
|
|
6018
|
+
/**
|
|
6019
|
+
* Configures the file name of exported table.
|
|
6020
|
+
* It's limited to 31 characters. If the name is longer, it will be truncated.
|
|
6021
|
+
*/
|
|
6022
|
+
exportFileName?: string | PropertyBindingInfo;
|
|
6023
|
+
|
|
5713
6024
|
/**
|
|
5714
6025
|
* Maximum allowed number of records to be exported in one request.
|
|
5715
6026
|
*/
|
|
5716
6027
|
exportRequestSize?: int | PropertyBindingInfo | `{${string}}`;
|
|
5717
6028
|
|
|
6029
|
+
/**
|
|
6030
|
+
* Configures the sheet name of exported table.
|
|
6031
|
+
* It's limited to 31 characters. If the name is longer, it will be truncated.
|
|
6032
|
+
*/
|
|
6033
|
+
exportSheetName?: string | PropertyBindingInfo;
|
|
6034
|
+
|
|
5718
6035
|
/**
|
|
5719
6036
|
* ID of the FilterBar building block associated with the table.
|
|
5720
6037
|
*/
|
|
@@ -6172,8 +6489,14 @@ declare namespace sap {
|
|
|
6172
6489
|
|
|
6173
6490
|
"sap/fe/macros/chart/Chart": undefined;
|
|
6174
6491
|
|
|
6492
|
+
"sap/fe/macros/CollaborativeDraftHandler": undefined;
|
|
6493
|
+
|
|
6175
6494
|
"sap/fe/macros/CollectionBindingInfo": undefined;
|
|
6176
6495
|
|
|
6496
|
+
"sap/fe/macros/ConditionalSwitch": undefined;
|
|
6497
|
+
|
|
6498
|
+
"sap/fe/macros/ConditionalSwitchProperty": undefined;
|
|
6499
|
+
|
|
6177
6500
|
"sap/fe/macros/controls/BuildingBlockObjectProperty": undefined;
|
|
6178
6501
|
|
|
6179
6502
|
"sap/fe/macros/controls/BuildingBlockWithTemplating": undefined;
|
|
@@ -6228,6 +6551,8 @@ declare namespace sap {
|
|
|
6228
6551
|
|
|
6229
6552
|
"sap/fe/macros/share/ShareOptions": undefined;
|
|
6230
6553
|
|
|
6554
|
+
"sap/fe/macros/Status": undefined;
|
|
6555
|
+
|
|
6231
6556
|
"sap/fe/macros/table/Action": undefined;
|
|
6232
6557
|
|
|
6233
6558
|
"sap/fe/macros/table/ActionGroup": undefined;
|