@sapui5/ts-types-esm 1.139.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.cux.home.d.ts +0 -1623
- package/types/sap.esh.search.ui.d.ts +384 -1
- package/types/sap.f.d.ts +102 -13
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -5
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +98 -8
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +369 -51
- 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 +47 -11
- package/types/sap.insights.d.ts +130 -2
- package/types/sap.m.d.ts +722 -282
- 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 +118 -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 +5 -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 +16 -1
- package/types/sap.ui.core.d.ts +531 -163
- 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 -13
- 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 +13 -13
- package/types/sap.ui.layout.d.ts +63 -47
- package/types/sap.ui.mdc.d.ts +77 -25
- 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 +585 -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 +438 -6
- 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 +41 -8
- package/types/sap.ushell_abap.d.ts +7 -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,
|
|
@@ -741,16 +890,10 @@ declare module "sap/fe/macros/MessageButton" {
|
|
|
741
890
|
*
|
|
742
891
|
* <macros:MessageButton visibilityChange=".handler.onMessageButtonVisibilityChange" />
|
|
743
892
|
* ```
|
|
744
|
-
*
|
|
745
|
-
*
|
|
746
|
-
*
|
|
747
|
-
* @experimental
|
|
748
893
|
*/
|
|
749
894
|
export default class MessageButton extends BuildingBlock {}
|
|
750
895
|
/**
|
|
751
896
|
* Describes the settings that can be provided to the MessageButton constructor.
|
|
752
|
-
*
|
|
753
|
-
* @experimental
|
|
754
897
|
*/
|
|
755
898
|
export interface $MessageButtonSettings extends $BuildingBlockSettings {}
|
|
756
899
|
|
|
@@ -936,13 +1079,10 @@ declare module "sap/fe/macros/MultiValueField" {
|
|
|
936
1079
|
*
|
|
937
1080
|
*
|
|
938
1081
|
* @since 1.118.0
|
|
939
|
-
* @experimental As of version 1.118.0.
|
|
940
1082
|
*/
|
|
941
1083
|
export default class MultiValueField extends BuildingBlock {}
|
|
942
1084
|
/**
|
|
943
1085
|
* Describes the settings that can be provided to the MultiValueField constructor.
|
|
944
|
-
*
|
|
945
|
-
* @experimental As of version 1.118.0.
|
|
946
1086
|
*/
|
|
947
1087
|
export interface $MultiValueFieldSettings extends $BuildingBlockSettings {
|
|
948
1088
|
/**
|
|
@@ -982,8 +1122,8 @@ declare module "sap/fe/macros/Page" {
|
|
|
982
1122
|
import Control from "sap/ui/core/Control";
|
|
983
1123
|
|
|
984
1124
|
/**
|
|
985
|
-
*
|
|
986
|
-
*
|
|
1125
|
+
* Building block used to create a custom page with a title and the content. By default, the page includes
|
|
1126
|
+
* a title.
|
|
987
1127
|
*/
|
|
988
1128
|
export default class Page extends BuildingBlock {}
|
|
989
1129
|
/**
|
|
@@ -991,19 +1131,18 @@ declare module "sap/fe/macros/Page" {
|
|
|
991
1131
|
*/
|
|
992
1132
|
export interface $PageSettings extends $BuildingBlockSettings {
|
|
993
1133
|
/**
|
|
994
|
-
*
|
|
1134
|
+
* Source of the avatar image. This property is considered only if the title property is defined.
|
|
995
1135
|
*/
|
|
996
1136
|
avatarSrc?: string | PropertyBindingInfo;
|
|
997
1137
|
|
|
998
1138
|
/**
|
|
999
|
-
*
|
|
1139
|
+
* Provides additional details of the page. This property is considered only if the title property is defined.
|
|
1000
1140
|
*/
|
|
1001
1141
|
description?: string | PropertyBindingInfo;
|
|
1002
1142
|
|
|
1003
1143
|
/**
|
|
1004
|
-
* Title of the page
|
|
1005
|
-
*
|
|
1006
|
-
* 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.
|
|
1007
1146
|
*/
|
|
1008
1147
|
title?: string | PropertyBindingInfo;
|
|
1009
1148
|
|
|
@@ -1193,6 +1332,80 @@ declare module "sap/fe/macros/Share" {
|
|
|
1193
1332
|
}
|
|
1194
1333
|
}
|
|
1195
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
|
+
|
|
1196
1409
|
declare module "sap/fe/macros/VariantManagement" {
|
|
1197
1410
|
import {
|
|
1198
1411
|
default as BuildingBlock,
|
|
@@ -1386,7 +1599,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1386
1599
|
* usage.
|
|
1387
1600
|
*
|
|
1388
1601
|
*
|
|
1389
|
-
* @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
|
|
1390
1603
|
* @experimental
|
|
1391
1604
|
*/
|
|
1392
1605
|
export default class Chart extends Control {
|
|
@@ -1401,7 +1614,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1401
1614
|
* Gets the key of the current variant in the associated variant management.
|
|
1402
1615
|
*
|
|
1403
1616
|
*
|
|
1404
|
-
* @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
|
|
1405
1618
|
*/
|
|
1406
1619
|
getCurrentVariantKey(): null | string;
|
|
1407
1620
|
/**
|
|
@@ -1443,7 +1656,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1443
1656
|
* Get the presentation variant that is currently applied on the chart.
|
|
1444
1657
|
*
|
|
1445
1658
|
*
|
|
1446
|
-
* @returns The presentation variant {@link sap.fe.navigation.PresentationVariant
|
|
1659
|
+
* @returns The presentation variant {@link sap.fe.navigation.PresentationVariant} applied to the chart
|
|
1447
1660
|
*/
|
|
1448
1661
|
getPresentationVariant(): Promise<PresentationVariant>;
|
|
1449
1662
|
/**
|
|
@@ -1465,7 +1678,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1465
1678
|
* at the control level.
|
|
1466
1679
|
*
|
|
1467
1680
|
*
|
|
1468
|
-
* @returns A promise that resolves with {@link sap.fe.navigation.SelectionVariant
|
|
1681
|
+
* @returns A promise that resolves with {@link sap.fe.navigation.SelectionVariant}.
|
|
1469
1682
|
*/
|
|
1470
1683
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
1471
1684
|
/**
|
|
@@ -1487,7 +1700,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1487
1700
|
*/
|
|
1488
1701
|
setCurrentVariantKey(
|
|
1489
1702
|
/**
|
|
1490
|
-
* The variant key of {@link sap.ui.fl.variants.VariantManagement
|
|
1703
|
+
* The variant key of {@link sap.ui.fl.variants.VariantManagement} to be set
|
|
1491
1704
|
*/
|
|
1492
1705
|
key: string
|
|
1493
1706
|
): void;
|
|
@@ -1536,7 +1749,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1536
1749
|
*/
|
|
1537
1750
|
setPresentationVariant(
|
|
1538
1751
|
/**
|
|
1539
|
-
* the presentation variant {@link sap.fe.navigation.PresentationVariant
|
|
1752
|
+
* the presentation variant {@link sap.fe.navigation.PresentationVariant} to be set
|
|
1540
1753
|
*/
|
|
1541
1754
|
presentationVariant: PresentationVariant
|
|
1542
1755
|
): Promise<void>;
|
|
@@ -1556,7 +1769,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1556
1769
|
*/
|
|
1557
1770
|
setSelectionVariant(
|
|
1558
1771
|
/**
|
|
1559
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
1772
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the chart
|
|
1560
1773
|
*/
|
|
1561
1774
|
selectionVariant: SelectionVariant,
|
|
1562
1775
|
/**
|
|
@@ -1576,7 +1789,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1576
1789
|
/**
|
|
1577
1790
|
* Describes the settings that can be provided to the Chart constructor.
|
|
1578
1791
|
*
|
|
1579
|
-
* @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
|
|
1580
1793
|
* @experimental
|
|
1581
1794
|
*/
|
|
1582
1795
|
export interface $ChartSettings extends $ControlSettings {
|
|
@@ -1695,12 +1908,14 @@ declare module "sap/fe/macros/controls/BuildingBlockWithTemplating" {
|
|
|
1695
1908
|
* block.
|
|
1696
1909
|
* On change of the main properties you will be able to recreate the content.
|
|
1697
1910
|
*
|
|
1911
|
+
* @deprecated As of version 1.140.
|
|
1698
1912
|
* @experimental
|
|
1699
1913
|
*/
|
|
1700
1914
|
export default class BuildingBlockWithTemplating extends BuildingBlock {}
|
|
1701
1915
|
/**
|
|
1702
1916
|
* Describes the settings that can be provided to the BuildingBlockWithTemplating constructor.
|
|
1703
1917
|
*
|
|
1918
|
+
* @deprecated As of version 1.140.
|
|
1704
1919
|
* @experimental
|
|
1705
1920
|
*/
|
|
1706
1921
|
export interface $BuildingBlockWithTemplatingSettings
|
|
@@ -1764,7 +1979,7 @@ declare module "sap/fe/macros/field/Field" {
|
|
|
1764
1979
|
* usage.
|
|
1765
1980
|
*
|
|
1766
1981
|
*
|
|
1767
|
-
* @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
|
|
1768
1983
|
* @experimental
|
|
1769
1984
|
*/
|
|
1770
1985
|
export default class Field extends Control {
|
|
@@ -1838,7 +2053,7 @@ declare module "sap/fe/macros/field/Field" {
|
|
|
1838
2053
|
/**
|
|
1839
2054
|
* Describes the settings that can be provided to the Field constructor.
|
|
1840
2055
|
*
|
|
1841
|
-
* @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
|
|
1842
2057
|
* @experimental
|
|
1843
2058
|
*/
|
|
1844
2059
|
export interface $FieldSettings extends $ControlSettings {
|
|
@@ -2112,7 +2327,7 @@ declare module "sap/fe/macros/filterBar/FilterBar" {
|
|
|
2112
2327
|
* Gets the visibility of a filter field.
|
|
2113
2328
|
*
|
|
2114
2329
|
*
|
|
2115
|
-
* @returns A {@link Promise
|
|
2330
|
+
* @returns A {@link Promise} that resolves to check whether the filter field is visible or not.
|
|
2116
2331
|
*/
|
|
2117
2332
|
getFilterFieldVisible(
|
|
2118
2333
|
/**
|
|
@@ -2135,7 +2350,7 @@ declare module "sap/fe/macros/filterBar/FilterBar" {
|
|
|
2135
2350
|
* that uses a custom operator.
|
|
2136
2351
|
*
|
|
2137
2352
|
*
|
|
2138
|
-
* @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}
|
|
2139
2354
|
*/
|
|
2140
2355
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
2141
2356
|
/**
|
|
@@ -2166,7 +2381,7 @@ declare module "sap/fe/macros/filterBar/FilterBar" {
|
|
|
2166
2381
|
* The property will not be hidden inside the adaptation dialog and may be re-added.
|
|
2167
2382
|
*
|
|
2168
2383
|
*
|
|
2169
|
-
* @returns A {@link Promise
|
|
2384
|
+
* @returns A {@link Promise} resolving once the change in visibility was applied
|
|
2170
2385
|
*/
|
|
2171
2386
|
setFilterFieldVisible(
|
|
2172
2387
|
/**
|
|
@@ -2218,7 +2433,7 @@ declare module "sap/fe/macros/filterBar/FilterBar" {
|
|
|
2218
2433
|
*/
|
|
2219
2434
|
setSelectionVariant(
|
|
2220
2435
|
/**
|
|
2221
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
2436
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the filter bar
|
|
2222
2437
|
*/
|
|
2223
2438
|
selectionVariant: SelectionVariant,
|
|
2224
2439
|
/**
|
|
@@ -2385,7 +2600,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
2385
2600
|
* Gets the visibility of a filter field.
|
|
2386
2601
|
*
|
|
2387
2602
|
*
|
|
2388
|
-
* @returns A {@link Promise
|
|
2603
|
+
* @returns A {@link Promise} that resolves to check whether the filter field is visible or not.
|
|
2389
2604
|
*/
|
|
2390
2605
|
getFilterFieldVisible(
|
|
2391
2606
|
/**
|
|
@@ -2408,7 +2623,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
2408
2623
|
* that uses a custom operator.
|
|
2409
2624
|
*
|
|
2410
2625
|
*
|
|
2411
|
-
* @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}
|
|
2412
2627
|
*/
|
|
2413
2628
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
2414
2629
|
/**
|
|
@@ -2439,7 +2654,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
2439
2654
|
* The property will not be hidden inside the adaptation dialog and may be re-added.
|
|
2440
2655
|
*
|
|
2441
2656
|
*
|
|
2442
|
-
* @returns A {@link Promise
|
|
2657
|
+
* @returns A {@link Promise} resolving once the change in visibility was applied
|
|
2443
2658
|
*/
|
|
2444
2659
|
setFilterFieldVisible(
|
|
2445
2660
|
/**
|
|
@@ -2491,7 +2706,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
2491
2706
|
*/
|
|
2492
2707
|
setSelectionVariant(
|
|
2493
2708
|
/**
|
|
2494
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
2709
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the filter bar
|
|
2495
2710
|
*/
|
|
2496
2711
|
selectionVariant: SelectionVariant,
|
|
2497
2712
|
/**
|
|
@@ -2728,7 +2943,7 @@ declare module "sap/fe/macros/microchart/MicroChart" {
|
|
|
2728
2943
|
* usage.
|
|
2729
2944
|
*
|
|
2730
2945
|
*
|
|
2731
|
-
* @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
|
|
2732
2947
|
* @experimental
|
|
2733
2948
|
*/
|
|
2734
2949
|
export default class MicroChart extends MicroChart1 {
|
|
@@ -2806,7 +3021,7 @@ declare module "sap/fe/macros/microchart/MicroChart" {
|
|
|
2806
3021
|
/**
|
|
2807
3022
|
* Describes the settings that can be provided to the MicroChart constructor.
|
|
2808
3023
|
*
|
|
2809
|
-
* @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
|
|
2810
3025
|
* @experimental
|
|
2811
3026
|
*/
|
|
2812
3027
|
export interface $MicroChartSettings extends $MicroChartSettings1 {
|
|
@@ -3251,6 +3466,11 @@ declare module "sap/fe/macros/table/Column" {
|
|
|
3251
3466
|
*/
|
|
3252
3467
|
availability?: string | PropertyBindingInfo;
|
|
3253
3468
|
|
|
3469
|
+
/**
|
|
3470
|
+
* Determines if the column should be excluded from the export.
|
|
3471
|
+
*/
|
|
3472
|
+
disableExport?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3473
|
+
|
|
3254
3474
|
/**
|
|
3255
3475
|
* The text that will be displayed for this column header
|
|
3256
3476
|
*/
|
|
@@ -3329,6 +3549,16 @@ declare module "sap/fe/macros/table/ColumnExportSettings" {
|
|
|
3329
3549
|
*/
|
|
3330
3550
|
export interface $ColumnExportSettingsSettings
|
|
3331
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
|
+
|
|
3332
3562
|
/**
|
|
3333
3563
|
* Determines the properties of the column.
|
|
3334
3564
|
*/
|
|
@@ -3339,11 +3569,38 @@ declare module "sap/fe/macros/table/ColumnExportSettings" {
|
|
|
3339
3569
|
*/
|
|
3340
3570
|
template?: string | PropertyBindingInfo;
|
|
3341
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
|
+
|
|
3342
3593
|
/**
|
|
3343
3594
|
* Determines the data type of the field
|
|
3344
3595
|
*/
|
|
3345
3596
|
type?: string | PropertyBindingInfo;
|
|
3346
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
|
+
|
|
3347
3604
|
/**
|
|
3348
3605
|
* Determines the width of the column in characters
|
|
3349
3606
|
*/
|
|
@@ -3381,6 +3638,11 @@ declare module "sap/fe/macros/table/ColumnOverride" {
|
|
|
3381
3638
|
*/
|
|
3382
3639
|
availability?: string | PropertyBindingInfo;
|
|
3383
3640
|
|
|
3641
|
+
/**
|
|
3642
|
+
* Determines if the column should be excluded from the export.
|
|
3643
|
+
*/
|
|
3644
|
+
disableExport?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3645
|
+
|
|
3384
3646
|
/**
|
|
3385
3647
|
* Aligns the header as well as the content horizontally
|
|
3386
3648
|
*/
|
|
@@ -3621,7 +3883,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3621
3883
|
* at the control level.
|
|
3622
3884
|
*
|
|
3623
3885
|
*
|
|
3624
|
-
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant
|
|
3886
|
+
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant}
|
|
3625
3887
|
*/
|
|
3626
3888
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
3627
3889
|
/**
|
|
@@ -3693,7 +3955,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3693
3955
|
*/
|
|
3694
3956
|
setSelectionVariant(
|
|
3695
3957
|
/**
|
|
3696
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
3958
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the table
|
|
3697
3959
|
*/
|
|
3698
3960
|
selectionVariant: SelectionVariant,
|
|
3699
3961
|
/**
|
|
@@ -3787,11 +4049,23 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3787
4049
|
*/
|
|
3788
4050
|
enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3789
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
|
+
|
|
3790
4058
|
/**
|
|
3791
4059
|
* Maximum allowed number of records to be exported in one request.
|
|
3792
4060
|
*/
|
|
3793
4061
|
exportRequestSize?: int | PropertyBindingInfo | `{${string}}`;
|
|
3794
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
|
+
|
|
3795
4069
|
/**
|
|
3796
4070
|
* ID of the FilterBar building block associated with the table.
|
|
3797
4071
|
*/
|
|
@@ -4220,7 +4494,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4220
4494
|
* at the control level.
|
|
4221
4495
|
*
|
|
4222
4496
|
*
|
|
4223
|
-
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant
|
|
4497
|
+
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant}
|
|
4224
4498
|
*/
|
|
4225
4499
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
4226
4500
|
/**
|
|
@@ -4334,7 +4608,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4334
4608
|
*/
|
|
4335
4609
|
setSelectionVariant(
|
|
4336
4610
|
/**
|
|
4337
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
4611
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the table
|
|
4338
4612
|
*/
|
|
4339
4613
|
selectionVariant: SelectionVariant,
|
|
4340
4614
|
/**
|
|
@@ -4430,11 +4704,23 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4430
4704
|
*/
|
|
4431
4705
|
enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
4432
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
|
+
|
|
4433
4713
|
/**
|
|
4434
4714
|
* Maximum allowed number of records to be exported in one request.
|
|
4435
4715
|
*/
|
|
4436
4716
|
exportRequestSize?: int | PropertyBindingInfo | `{${string}}`;
|
|
4437
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
|
+
|
|
4438
4724
|
/**
|
|
4439
4725
|
* ID of the FilterBar building block associated with the table.
|
|
4440
4726
|
*/
|
|
@@ -4872,7 +5158,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4872
5158
|
* at the control level.
|
|
4873
5159
|
*
|
|
4874
5160
|
*
|
|
4875
|
-
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant
|
|
5161
|
+
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant}
|
|
4876
5162
|
*/
|
|
4877
5163
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
4878
5164
|
/**
|
|
@@ -4944,7 +5230,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4944
5230
|
*/
|
|
4945
5231
|
setSelectionVariant(
|
|
4946
5232
|
/**
|
|
4947
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
5233
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the table
|
|
4948
5234
|
*/
|
|
4949
5235
|
selectionVariant: SelectionVariant,
|
|
4950
5236
|
/**
|
|
@@ -5041,11 +5327,23 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
5041
5327
|
*/
|
|
5042
5328
|
enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
5043
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
|
+
|
|
5044
5336
|
/**
|
|
5045
5337
|
* Maximum allowed number of records to be exported in one request.
|
|
5046
5338
|
*/
|
|
5047
5339
|
exportRequestSize?: int | PropertyBindingInfo | `{${string}}`;
|
|
5048
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
|
+
|
|
5049
5347
|
/**
|
|
5050
5348
|
* ID of the FilterBar building block associated with the table.
|
|
5051
5349
|
*/
|
|
@@ -5503,7 +5801,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5503
5801
|
* at the control level.
|
|
5504
5802
|
*
|
|
5505
5803
|
*
|
|
5506
|
-
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant
|
|
5804
|
+
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant}
|
|
5507
5805
|
*/
|
|
5508
5806
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
5509
5807
|
/**
|
|
@@ -5617,7 +5915,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5617
5915
|
*/
|
|
5618
5916
|
setSelectionVariant(
|
|
5619
5917
|
/**
|
|
5620
|
-
* The {@link sap.fe.navigation.SelectionVariant
|
|
5918
|
+
* The {@link sap.fe.navigation.SelectionVariant} to apply to the table
|
|
5621
5919
|
*/
|
|
5622
5920
|
selectionVariant: SelectionVariant,
|
|
5623
5921
|
/**
|
|
@@ -5717,11 +6015,23 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5717
6015
|
*/
|
|
5718
6016
|
enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
5719
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
|
+
|
|
5720
6024
|
/**
|
|
5721
6025
|
* Maximum allowed number of records to be exported in one request.
|
|
5722
6026
|
*/
|
|
5723
6027
|
exportRequestSize?: int | PropertyBindingInfo | `{${string}}`;
|
|
5724
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
|
+
|
|
5725
6035
|
/**
|
|
5726
6036
|
* ID of the FilterBar building block associated with the table.
|
|
5727
6037
|
*/
|
|
@@ -6179,8 +6489,14 @@ declare namespace sap {
|
|
|
6179
6489
|
|
|
6180
6490
|
"sap/fe/macros/chart/Chart": undefined;
|
|
6181
6491
|
|
|
6492
|
+
"sap/fe/macros/CollaborativeDraftHandler": undefined;
|
|
6493
|
+
|
|
6182
6494
|
"sap/fe/macros/CollectionBindingInfo": undefined;
|
|
6183
6495
|
|
|
6496
|
+
"sap/fe/macros/ConditionalSwitch": undefined;
|
|
6497
|
+
|
|
6498
|
+
"sap/fe/macros/ConditionalSwitchProperty": undefined;
|
|
6499
|
+
|
|
6184
6500
|
"sap/fe/macros/controls/BuildingBlockObjectProperty": undefined;
|
|
6185
6501
|
|
|
6186
6502
|
"sap/fe/macros/controls/BuildingBlockWithTemplating": undefined;
|
|
@@ -6235,6 +6551,8 @@ declare namespace sap {
|
|
|
6235
6551
|
|
|
6236
6552
|
"sap/fe/macros/share/ShareOptions": undefined;
|
|
6237
6553
|
|
|
6554
|
+
"sap/fe/macros/Status": undefined;
|
|
6555
|
+
|
|
6238
6556
|
"sap/fe/macros/table/Action": undefined;
|
|
6239
6557
|
|
|
6240
6558
|
"sap/fe/macros/table/ActionGroup": undefined;
|