@sapui5/ts-types 1.149.1 → 1.150.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/index.d.ts +7 -7
- 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 +165 -223
- package/types/sap.f.d.ts +57 -5
- 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 +35 -15
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +93 -43
- 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 +140 -30
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +141 -137
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.149.0-d.ts → sap.m.d.ts} +251 -27
- 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 +1 -1
- package/types/sap.suite.ui.commons.d.ts +132 -59
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +4 -3
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.149.0-d.ts → sap.ui.commons.d.ts} +4 -3
- package/types/sap.ui.comp.d.ts +37 -25
- package/types/{core-1.149.0-d.ts → sap.ui.core.d.ts} +753 -466
- package/types/{dt-1.149.0-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +16 -11
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +111 -209
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +7 -5
- package/types/{mdc-1.149.0-d.ts → sap.ui.mdc.d.ts} +78 -9
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/{rta-1.149.0-d.ts → sap.ui.rta.d.ts} +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +3 -1
- package/types/sap.ui.table.d.ts +10 -7
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +72 -3
- package/types/{ux3-1.149.0-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -3
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +58 -39
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +39 -25
- package/types/sap.zen.crosstab.d.ts +15 -8
- package/types/sap.zen.dsh.d.ts +17 -9
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.150.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -7555,8 +7555,9 @@ declare namespace sap {
|
|
|
7555
7555
|
*
|
|
7556
7556
|
* @since 1.46.0
|
|
7557
7557
|
*/
|
|
7558
|
-
abstract class SemanticToggleButton
|
|
7559
|
-
.SemanticToggleButton
|
|
7558
|
+
abstract class SemanticToggleButton
|
|
7559
|
+
extends sap.m.semantic.SemanticToggleButton
|
|
7560
|
+
{
|
|
7560
7561
|
/**
|
|
7561
7562
|
* Constructor for a new `SemanticToggleButton`.
|
|
7562
7563
|
*
|
|
@@ -8148,6 +8149,19 @@ declare namespace sap {
|
|
|
8148
8149
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
8149
8150
|
| `{${string}}`;
|
|
8150
8151
|
|
|
8152
|
+
/**
|
|
8153
|
+
* Defines the semantic level of the card header title (mapped to `aria-level`).
|
|
8154
|
+
*
|
|
8155
|
+
* Values `H1`–`H6` correspond to `aria-level` 1–6 and allow the application to align the card heading with
|
|
8156
|
+
* the heading hierarchy of the surrounding page.
|
|
8157
|
+
*
|
|
8158
|
+
* @since 1.150
|
|
8159
|
+
*/
|
|
8160
|
+
headingLevel?:
|
|
8161
|
+
| sap.ui.core.TitleLevel
|
|
8162
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
8163
|
+
| `{${string}}`;
|
|
8164
|
+
|
|
8151
8165
|
/**
|
|
8152
8166
|
* Fired when action is added on card level.
|
|
8153
8167
|
*
|
|
@@ -11553,6 +11567,21 @@ declare namespace sap {
|
|
|
11553
11567
|
* @returns The accessibility role for the `sap.f.GridContainer` item
|
|
11554
11568
|
*/
|
|
11555
11569
|
getGridItemRole(): string;
|
|
11570
|
+
/**
|
|
11571
|
+
* Gets current value of property {@link #getHeadingLevel headingLevel}.
|
|
11572
|
+
*
|
|
11573
|
+
* Defines the semantic level of the card header title (mapped to `aria-level`).
|
|
11574
|
+
*
|
|
11575
|
+
* Values `H1`–`H6` correspond to `aria-level` 1–6 and allow the application to align the card heading with
|
|
11576
|
+
* the heading hierarchy of the surrounding page.
|
|
11577
|
+
*
|
|
11578
|
+
* Default value is `H3`.
|
|
11579
|
+
*
|
|
11580
|
+
* @since 1.150
|
|
11581
|
+
*
|
|
11582
|
+
* @returns Value of property `headingLevel`
|
|
11583
|
+
*/
|
|
11584
|
+
getHeadingLevel(): sap.ui.core.TitleLevel;
|
|
11556
11585
|
/**
|
|
11557
11586
|
* Gets current value of property {@link #getHeight height}.
|
|
11558
11587
|
*
|
|
@@ -11588,6 +11617,28 @@ declare namespace sap {
|
|
|
11588
11617
|
* @returns Value of property `width`
|
|
11589
11618
|
*/
|
|
11590
11619
|
getWidth(): sap.ui.core.CSSSize;
|
|
11620
|
+
/**
|
|
11621
|
+
* Sets a new value for property {@link #getHeadingLevel headingLevel}.
|
|
11622
|
+
*
|
|
11623
|
+
* Defines the semantic level of the card header title (mapped to `aria-level`).
|
|
11624
|
+
*
|
|
11625
|
+
* Values `H1`–`H6` correspond to `aria-level` 1–6 and allow the application to align the card heading with
|
|
11626
|
+
* the heading hierarchy of the surrounding page.
|
|
11627
|
+
*
|
|
11628
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
11629
|
+
*
|
|
11630
|
+
* Default value is `H3`.
|
|
11631
|
+
*
|
|
11632
|
+
* @since 1.150
|
|
11633
|
+
*
|
|
11634
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
11635
|
+
*/
|
|
11636
|
+
setHeadingLevel(
|
|
11637
|
+
/**
|
|
11638
|
+
* New value for property `headingLevel`
|
|
11639
|
+
*/
|
|
11640
|
+
sHeadingLevel?: sap.ui.core.TitleLevel
|
|
11641
|
+
): this;
|
|
11591
11642
|
/**
|
|
11592
11643
|
* Sets a new value for property {@link #getHeight height}.
|
|
11593
11644
|
*
|
|
@@ -15939,8 +15990,9 @@ declare namespace sap {
|
|
|
15939
15990
|
*
|
|
15940
15991
|
* @since 1.95
|
|
15941
15992
|
*/
|
|
15942
|
-
class FlexibleColumnLayoutAccessibleLandmarkInfo
|
|
15943
|
-
.Element
|
|
15993
|
+
class FlexibleColumnLayoutAccessibleLandmarkInfo
|
|
15994
|
+
extends sap.ui.core.Element
|
|
15995
|
+
{
|
|
15944
15996
|
/**
|
|
15945
15997
|
* Constructor for a new `sap.f.FlexibleColumnLayoutAccessibleLandmarkInfo` element.
|
|
15946
15998
|
*
|
package/types/sap.fe.ariba.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.150.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -62,8 +62,9 @@ declare namespace sap {
|
|
|
62
62
|
*
|
|
63
63
|
* @since 1.118.0
|
|
64
64
|
*/
|
|
65
|
-
class BaseControllerExtension
|
|
66
|
-
.ControllerExtension
|
|
65
|
+
class BaseControllerExtension
|
|
66
|
+
extends sap.ui.core.mvc.ControllerExtension
|
|
67
|
+
{
|
|
67
68
|
/**
|
|
68
69
|
* Create the overrides for the controller extension.
|
|
69
70
|
* This method is a helper to get the correct typing when implementing your own controller extension.
|
|
@@ -84,8 +85,9 @@ declare namespace sap {
|
|
|
84
85
|
*
|
|
85
86
|
* @since 1.141.0
|
|
86
87
|
*/
|
|
87
|
-
class CollaborativeDraft
|
|
88
|
-
.BaseControllerExtension
|
|
88
|
+
class CollaborativeDraft
|
|
89
|
+
extends sap.fe.core.controllerextensions.BaseControllerExtension
|
|
90
|
+
{
|
|
89
91
|
/**
|
|
90
92
|
* Sends a notification to other users that new contexts have been created by the current user.
|
|
91
93
|
* This notification must be sent after the new contexts have been created successfully in the back end.
|
|
@@ -156,8 +158,9 @@ declare namespace sap {
|
|
|
156
158
|
*
|
|
157
159
|
* @since 1.90.0
|
|
158
160
|
*/
|
|
159
|
-
class EditFlow
|
|
160
|
-
.BaseControllerExtension
|
|
161
|
+
class EditFlow
|
|
162
|
+
extends sap.fe.core.controllerextensions.BaseControllerExtension
|
|
163
|
+
{
|
|
161
164
|
/**
|
|
162
165
|
* Submit the current set of changes and navigate back.
|
|
163
166
|
*
|
|
@@ -722,8 +725,9 @@ declare namespace sap {
|
|
|
722
725
|
*
|
|
723
726
|
* @since 1.86.0
|
|
724
727
|
*/
|
|
725
|
-
class IntentBasedNavigation
|
|
726
|
-
.ControllerExtension
|
|
728
|
+
class IntentBasedNavigation
|
|
729
|
+
extends sap.ui.core.mvc.ControllerExtension
|
|
730
|
+
{
|
|
727
731
|
/**
|
|
728
732
|
* Provides a hook to customize the {@link sap.fe.navigation.SelectionVariant } related to the intent-based
|
|
729
733
|
* navigation.
|
|
@@ -747,6 +751,12 @@ declare namespace sap {
|
|
|
747
751
|
* Semantic object related to the intent
|
|
748
752
|
*/
|
|
749
753
|
semanticObject: string;
|
|
754
|
+
/**
|
|
755
|
+
* The {@link sap.fe.macros.Field} building block instance that triggered the navigation, or undefined if
|
|
756
|
+
* not triggered from a field. Use {@link sap.fe.macros.Field#getMainPropertyAbsolutePath} to retrieve the
|
|
757
|
+
* property path.
|
|
758
|
+
*/
|
|
759
|
+
sourceControl: /* was: sap.fe.macros.Field */ any | undefined;
|
|
750
760
|
}
|
|
751
761
|
): void;
|
|
752
762
|
/**
|
|
@@ -871,8 +881,9 @@ declare namespace sap {
|
|
|
871
881
|
*
|
|
872
882
|
* @since 1.86.0
|
|
873
883
|
*/
|
|
874
|
-
class Routing
|
|
875
|
-
.BaseControllerExtension
|
|
884
|
+
class Routing
|
|
885
|
+
extends sap.fe.core.controllerextensions.BaseControllerExtension
|
|
886
|
+
{
|
|
876
887
|
/**
|
|
877
888
|
* Allows navigation to a specific context.
|
|
878
889
|
*
|
|
@@ -887,11 +898,15 @@ declare namespace sap {
|
|
|
887
898
|
* Object containing the parameters for the navigation
|
|
888
899
|
*/
|
|
889
900
|
parameters?: {
|
|
901
|
+
/**
|
|
902
|
+
* If true, the navigation context opens in a new tab.
|
|
903
|
+
*/
|
|
904
|
+
openInNewTab?: boolean;
|
|
890
905
|
/**
|
|
891
906
|
* By default, the internal algorithm decides whether the navigation preserves the previous entry. This
|
|
892
907
|
* parameter allows you to override this behavior.
|
|
893
908
|
*/
|
|
894
|
-
preserveHistory
|
|
909
|
+
preserveHistory?: boolean;
|
|
895
910
|
}
|
|
896
911
|
): void;
|
|
897
912
|
/**
|
|
@@ -959,13 +974,17 @@ declare namespace sap {
|
|
|
959
974
|
*/
|
|
960
975
|
onBeforeNavigation(
|
|
961
976
|
/**
|
|
962
|
-
* Object containing
|
|
977
|
+
* Object containing navigation parameters
|
|
963
978
|
*/
|
|
964
979
|
mNavigationParameters: {
|
|
965
980
|
/**
|
|
966
981
|
* The target navigation context
|
|
967
982
|
*/
|
|
968
983
|
bindingContext: sap.ui.model.odata.v4.Context;
|
|
984
|
+
/**
|
|
985
|
+
* True if the navigation is triggered using Open in New Tab
|
|
986
|
+
*/
|
|
987
|
+
openInNewTab?: boolean;
|
|
969
988
|
}
|
|
970
989
|
): Promise<boolean>;
|
|
971
990
|
}
|
|
@@ -974,8 +993,9 @@ declare namespace sap {
|
|
|
974
993
|
*
|
|
975
994
|
* @since 1.86.0
|
|
976
995
|
*/
|
|
977
|
-
class Share
|
|
978
|
-
.BaseControllerExtension
|
|
996
|
+
class Share
|
|
997
|
+
extends sap.fe.core.controllerextensions.BaseControllerExtension
|
|
998
|
+
{
|
|
979
999
|
/**
|
|
980
1000
|
* Adapts the metadata used while sharing the page URL using 'Send Email', 'Share in SAP Jam', and 'Save
|
|
981
1001
|
* as Tile'.
|
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.150.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -487,8 +487,8 @@ declare namespace sap {
|
|
|
487
487
|
/**
|
|
488
488
|
* Definition of an overflow group to be used in the chart toolbar
|
|
489
489
|
*/
|
|
490
|
-
class OverflowGroup
|
|
491
|
-
.BuildingBlockObjectProperty {}
|
|
490
|
+
class OverflowGroup
|
|
491
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty {}
|
|
492
492
|
|
|
493
493
|
/**
|
|
494
494
|
* Event object of the Chart#selectionChange event.
|
|
@@ -711,8 +711,8 @@ declare namespace sap {
|
|
|
711
711
|
/**
|
|
712
712
|
* Base class for building block complex object properties that can be serialized to XML.
|
|
713
713
|
*/
|
|
714
|
-
class BuildingBlockObjectProperty
|
|
715
|
-
.BuildingBlockBase {}
|
|
714
|
+
class BuildingBlockObjectProperty
|
|
715
|
+
extends sap.fe.base.BuildingBlockBase {}
|
|
716
716
|
/**
|
|
717
717
|
* Using this class you can define a building block that will manage and render a templating based building
|
|
718
718
|
* block.
|
|
@@ -721,8 +721,8 @@ declare namespace sap {
|
|
|
721
721
|
* @deprecated As of version 1.140.
|
|
722
722
|
* @experimental As of version 1.136.
|
|
723
723
|
*/
|
|
724
|
-
class BuildingBlockWithTemplating
|
|
725
|
-
.BuildingBlock {}
|
|
724
|
+
class BuildingBlockWithTemplating
|
|
725
|
+
extends sap.fe.core.buildingBlocks.BuildingBlock {}
|
|
726
726
|
}
|
|
727
727
|
|
|
728
728
|
namespace field {
|
|
@@ -737,10 +737,7 @@ declare namespace sap {
|
|
|
737
737
|
* This mixin enables building blocks to programmatically read and write values, enabled state,
|
|
738
738
|
* and validation messages across different control types (CheckBox, Input, and MDC Field).
|
|
739
739
|
*/
|
|
740
|
-
class FieldMixin
|
|
741
|
-
implements
|
|
742
|
-
/* was: sap.fe.base.ClassSupport.IInterfaceWithMixin */ Object
|
|
743
|
-
{
|
|
740
|
+
class FieldMixin implements /* was: sap.fe.base.ClassSupport.IInterfaceWithMixin */ Object {
|
|
744
741
|
__implements__sap_fe_base_ClassSupport_IInterfaceWithMixin: boolean;
|
|
745
742
|
|
|
746
743
|
/**
|
|
@@ -935,6 +932,16 @@ declare namespace sap {
|
|
|
935
932
|
| string
|
|
936
933
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
937
934
|
|
|
935
|
+
/**
|
|
936
|
+
* Defines whether digit grouping (thousands separator) is disabled for integer fields.
|
|
937
|
+
* Set to `true` to suppress the thousands separator in fields such as the year, which must display "2026"
|
|
938
|
+
* instead of "2,026".
|
|
939
|
+
*/
|
|
940
|
+
disableIntegerGrouping?:
|
|
941
|
+
| boolean
|
|
942
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
943
|
+
| `{${string}}`;
|
|
944
|
+
|
|
938
945
|
/**
|
|
939
946
|
* Defines how the field value and associated text will be displayed together.
|
|
940
947
|
*
|
|
@@ -1307,6 +1314,16 @@ declare namespace sap {
|
|
|
1307
1314
|
* fallback)
|
|
1308
1315
|
*/
|
|
1309
1316
|
getEnabled(): boolean;
|
|
1317
|
+
/**
|
|
1318
|
+
* Returns the absolute path of the OData property bound to this field, for example SalesOrderManage/_Items/SoldToParty.
|
|
1319
|
+
* Returns undefined if the field annotation type has no value property path (for example, DataFieldForAction
|
|
1320
|
+
* or DataFieldForIntentBasedNavigation).
|
|
1321
|
+
*
|
|
1322
|
+
*
|
|
1323
|
+
* @returns The absolute property path, such as Travel/TravelID, or undefined if the field has no value
|
|
1324
|
+
* property path.
|
|
1325
|
+
*/
|
|
1326
|
+
getMainPropertyAbsolutePath(): string | undefined;
|
|
1310
1327
|
/**
|
|
1311
1328
|
* Gets the message manager instance from the UI5 core.
|
|
1312
1329
|
* The message manager is responsible for handling all messages in the application.
|
|
@@ -1366,8 +1383,8 @@ declare namespace sap {
|
|
|
1366
1383
|
/**
|
|
1367
1384
|
* Additional format options for the field.
|
|
1368
1385
|
*/
|
|
1369
|
-
class FieldFormatOptions
|
|
1370
|
-
.BuildingBlockObjectProperty {}
|
|
1386
|
+
class FieldFormatOptions
|
|
1387
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty {}
|
|
1371
1388
|
|
|
1372
1389
|
/**
|
|
1373
1390
|
* Event object of the Field#change event.
|
|
@@ -2217,8 +2234,8 @@ declare namespace sap {
|
|
|
2217
2234
|
/**
|
|
2218
2235
|
* Configuration options for the Form layout
|
|
2219
2236
|
*/
|
|
2220
|
-
class FormLayoutOptions
|
|
2221
|
-
.BuildingBlockObjectProperty {}
|
|
2237
|
+
class FormLayoutOptions
|
|
2238
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty {}
|
|
2222
2239
|
}
|
|
2223
2240
|
|
|
2224
2241
|
namespace microchart {
|
|
@@ -2586,8 +2603,8 @@ declare namespace sap {
|
|
|
2586
2603
|
/**
|
|
2587
2604
|
* Share Options.
|
|
2588
2605
|
*/
|
|
2589
|
-
class ShareOptions
|
|
2590
|
-
.BuildingBlockObjectProperty {}
|
|
2606
|
+
class ShareOptions
|
|
2607
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty {}
|
|
2591
2608
|
}
|
|
2592
2609
|
|
|
2593
2610
|
namespace table {
|
|
@@ -3013,6 +3030,12 @@ declare namespace sap {
|
|
|
3013
3030
|
*/
|
|
3014
3031
|
falseValue?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
3015
3032
|
|
|
3033
|
+
/**
|
|
3034
|
+
* Determines how to parse a textual date representation based on a given pattern. The pattern has to be
|
|
3035
|
+
* provided as a string with the literals y, m, d. Other literals are ignored.
|
|
3036
|
+
*/
|
|
3037
|
+
inputFormat?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
3038
|
+
|
|
3016
3039
|
/**
|
|
3017
3040
|
* Determines the column header text.
|
|
3018
3041
|
*/
|
|
@@ -3784,6 +3807,14 @@ declare namespace sap {
|
|
|
3784
3807
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
3785
3808
|
| `{${string}}`;
|
|
3786
3809
|
|
|
3810
|
+
/**
|
|
3811
|
+
* Disables selection for leaf (child) nodes when set to true.
|
|
3812
|
+
*/
|
|
3813
|
+
disableLeafSelection?:
|
|
3814
|
+
| boolean
|
|
3815
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
3816
|
+
| `{${string}}`;
|
|
3817
|
+
|
|
3787
3818
|
/**
|
|
3788
3819
|
* Specifies if the column width is automatically calculated.
|
|
3789
3820
|
*/
|
|
@@ -4083,9 +4114,9 @@ declare namespace sap {
|
|
|
4083
4114
|
| `{${string}}`;
|
|
4084
4115
|
|
|
4085
4116
|
/**
|
|
4086
|
-
* Defines the type of table that
|
|
4087
|
-
*
|
|
4088
|
-
*
|
|
4117
|
+
* Defines the type of table that is used by the building block to render the data. This setting is defined
|
|
4118
|
+
* by the framework.
|
|
4119
|
+
* The allowed value is `TreeTable`.
|
|
4089
4120
|
*/
|
|
4090
4121
|
type?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4091
4122
|
|
|
@@ -4414,8 +4445,8 @@ declare namespace sap {
|
|
|
4414
4445
|
/**
|
|
4415
4446
|
* A set of options that can be configured to control the aggregation behavior
|
|
4416
4447
|
*/
|
|
4417
|
-
class AnalyticalConfiguration
|
|
4418
|
-
.BuildingBlockObjectProperty {}
|
|
4448
|
+
class AnalyticalConfiguration
|
|
4449
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty {}
|
|
4419
4450
|
/**
|
|
4420
4451
|
* Definition of a custom column to be used inside the table.
|
|
4421
4452
|
* The template for the column must be provided as the default aggregation
|
|
@@ -4429,13 +4460,13 @@ declare namespace sap {
|
|
|
4429
4460
|
/**
|
|
4430
4461
|
* Definition of the AINotice applied to a column within the table.
|
|
4431
4462
|
*/
|
|
4432
|
-
class ColumnAINotice
|
|
4433
|
-
.BuildingBlockObjectProperty {}
|
|
4463
|
+
class ColumnAINotice
|
|
4464
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty {}
|
|
4434
4465
|
/**
|
|
4435
4466
|
* Definition of the export settings applied to a column within the table.
|
|
4436
4467
|
*/
|
|
4437
|
-
class ColumnExportSettings
|
|
4438
|
-
.BuildingBlockObjectProperty {}
|
|
4468
|
+
class ColumnExportSettings
|
|
4469
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty {}
|
|
4439
4470
|
/**
|
|
4440
4471
|
* Definition of an override for the column to be used inside the Table building block.
|
|
4441
4472
|
*/
|
|
@@ -4448,18 +4479,18 @@ declare namespace sap {
|
|
|
4448
4479
|
/**
|
|
4449
4480
|
* Definition of the mass edit to be used inside the table.
|
|
4450
4481
|
*/
|
|
4451
|
-
class MassEdit
|
|
4452
|
-
.BuildingBlockObjectProperty {}
|
|
4482
|
+
class MassEdit
|
|
4483
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty {}
|
|
4453
4484
|
/**
|
|
4454
4485
|
* Configuration of toolbar separators to be used inside the table toolbar
|
|
4455
4486
|
*/
|
|
4456
|
-
class OverflowGroup
|
|
4457
|
-
.BuildingBlockObjectProperty {}
|
|
4487
|
+
class OverflowGroup
|
|
4488
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty {}
|
|
4458
4489
|
/**
|
|
4459
4490
|
* Definition of the quickVariantSelection to be used inside the table.
|
|
4460
4491
|
*/
|
|
4461
|
-
class QuickVariantSelection
|
|
4462
|
-
.BuildingBlockObjectProperty {}
|
|
4492
|
+
class QuickVariantSelection
|
|
4493
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty {}
|
|
4463
4494
|
/**
|
|
4464
4495
|
* Building block used to create a table based on the metadata provided by OData V4.
|
|
4465
4496
|
*
|
|
@@ -4952,8 +4983,8 @@ declare namespace sap {
|
|
|
4952
4983
|
/**
|
|
4953
4984
|
* Create options for the table.
|
|
4954
4985
|
*/
|
|
4955
|
-
class TableCreationOptions
|
|
4956
|
-
.BuildingBlockObjectProperty {}
|
|
4986
|
+
class TableCreationOptions
|
|
4987
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty {}
|
|
4957
4988
|
/**
|
|
4958
4989
|
* Building block used to create a table based on the metadata provided by OData V4.
|
|
4959
4990
|
*
|
|
@@ -5446,8 +5477,8 @@ declare namespace sap {
|
|
|
5446
5477
|
/**
|
|
5447
5478
|
* Create options for the tree table.
|
|
5448
5479
|
*/
|
|
5449
|
-
class TreeTableCreationOptions
|
|
5450
|
-
.BuildingBlockObjectProperty {}
|
|
5480
|
+
class TreeTableCreationOptions
|
|
5481
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty {}
|
|
5451
5482
|
|
|
5452
5483
|
/**
|
|
5453
5484
|
* Event object of the Action#press event.
|
|
@@ -6833,6 +6864,14 @@ declare namespace sap {
|
|
|
6833
6864
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
6834
6865
|
| `{${string}}`;
|
|
6835
6866
|
|
|
6867
|
+
/**
|
|
6868
|
+
* Disables selection for leaf (child) nodes when set to true.
|
|
6869
|
+
*/
|
|
6870
|
+
disableLeafSelection?:
|
|
6871
|
+
| boolean
|
|
6872
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
6873
|
+
| `{${string}}`;
|
|
6874
|
+
|
|
6836
6875
|
/**
|
|
6837
6876
|
* Specifies if the column width is automatically calculated.
|
|
6838
6877
|
*/
|
|
@@ -7122,9 +7161,9 @@ declare namespace sap {
|
|
|
7122
7161
|
| `{${string}}`;
|
|
7123
7162
|
|
|
7124
7163
|
/**
|
|
7125
|
-
* Defines the type of table that
|
|
7126
|
-
*
|
|
7127
|
-
*
|
|
7164
|
+
* Defines the type of table that is used by the building block to render the data. This setting is defined
|
|
7165
|
+
* by the framework.
|
|
7166
|
+
* The allowed value is `TreeTable`.
|
|
7128
7167
|
*/
|
|
7129
7168
|
type?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
7130
7169
|
|
|
@@ -7993,8 +8032,9 @@ declare namespace sap {
|
|
|
7993
8032
|
*
|
|
7994
8033
|
* @since 1.141.0
|
|
7995
8034
|
*/
|
|
7996
|
-
class CollaborativeDraftHandler
|
|
7997
|
-
.BuildingBlock
|
|
8035
|
+
class CollaborativeDraftHandler
|
|
8036
|
+
extends sap.fe.core.buildingBlocks.BuildingBlock
|
|
8037
|
+
{
|
|
7998
8038
|
/**
|
|
7999
8039
|
*
|
|
8000
8040
|
* @returns Reference to sap.fe.macros.CollaborativeDraftHandler
|
|
@@ -8484,6 +8524,16 @@ declare namespace sap {
|
|
|
8484
8524
|
* fallback)
|
|
8485
8525
|
*/
|
|
8486
8526
|
getEnabled(): boolean;
|
|
8527
|
+
/**
|
|
8528
|
+
* Returns the absolute path of the OData property bound to this field, for example SalesOrderManage/_Items/SoldToParty.
|
|
8529
|
+
* Returns undefined if the field annotation type has no value property path (for example, DataFieldForAction
|
|
8530
|
+
* or DataFieldForIntentBasedNavigation).
|
|
8531
|
+
*
|
|
8532
|
+
*
|
|
8533
|
+
* @returns The absolute property path, such as Travel/TravelID, or undefined if the field has no value
|
|
8534
|
+
* property path.
|
|
8535
|
+
*/
|
|
8536
|
+
getMainPropertyAbsolutePath(): string | undefined;
|
|
8487
8537
|
/**
|
|
8488
8538
|
* Gets the message manager instance from the UI5 core.
|
|
8489
8539
|
* The message manager is responsible for handling all messages in the application.
|
|
@@ -10394,8 +10444,8 @@ declare namespace sap {
|
|
|
10394
10444
|
*
|
|
10395
10445
|
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/filterBar/filterBarVMWithTable Overview of Building Blocks}
|
|
10396
10446
|
*/
|
|
10397
|
-
class VariantManagement
|
|
10398
|
-
.BuildingBlock {}
|
|
10447
|
+
class VariantManagement
|
|
10448
|
+
extends sap.fe.core.buildingBlocks.BuildingBlock {}
|
|
10399
10449
|
/**
|
|
10400
10450
|
* Building block for adding overflow toolbar buttons to integrate into the flexible column layout support
|
|
10401
10451
|
* from Fiori elements.
|