@sapui5/ts-types 1.148.1 → 1.149.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 +4 -4
- package/types/sap.f.d.ts +1 -1
- 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 +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +17 -17
- 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 +19 -5
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +56 -2
- 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 +26 -4
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +3 -1
- package/types/sap.suite.ui.commons.d.ts +48 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +45 -1
- package/types/sap.tnt.d.ts +83 -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 +41 -10
- package/types/sap.ui.core.d.ts +308 -387
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +39 -2
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- 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 +10 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +687 -1
- 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 +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 +337 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.149.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace esh {
|
|
@@ -710,7 +710,7 @@ declare namespace sap {
|
|
|
710
710
|
/**
|
|
711
711
|
* Controls whether the facet functionality is available or not.
|
|
712
712
|
*
|
|
713
|
-
* @since 1.
|
|
713
|
+
* @since 1.133.0
|
|
714
714
|
*/
|
|
715
715
|
facets?:
|
|
716
716
|
| boolean
|
|
@@ -2384,7 +2384,7 @@ declare namespace sap {
|
|
|
2384
2384
|
*
|
|
2385
2385
|
* Default value is `true`.
|
|
2386
2386
|
*
|
|
2387
|
-
* @since 1.
|
|
2387
|
+
* @since 1.133.0
|
|
2388
2388
|
*
|
|
2389
2389
|
* @returns Value of property `facets`
|
|
2390
2390
|
*/
|
|
@@ -3550,7 +3550,7 @@ declare namespace sap {
|
|
|
3550
3550
|
*
|
|
3551
3551
|
* Default value is `true`.
|
|
3552
3552
|
*
|
|
3553
|
-
* @since 1.
|
|
3553
|
+
* @since 1.133.0
|
|
3554
3554
|
*
|
|
3555
3555
|
* @returns Reference to `this` in order to allow method chaining
|
|
3556
3556
|
*/
|
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.ariba.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
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.149.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -615,7 +615,7 @@ declare namespace sap {
|
|
|
615
615
|
* Enables or disables the action
|
|
616
616
|
*/
|
|
617
617
|
enabled?:
|
|
618
|
-
|
|
|
618
|
+
| boolean
|
|
619
619
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
620
620
|
| `{${string}}`;
|
|
621
621
|
|
|
@@ -671,16 +671,13 @@ declare namespace sap {
|
|
|
671
671
|
/**
|
|
672
672
|
* The text that is to be displayed for this action
|
|
673
673
|
*/
|
|
674
|
-
text?:
|
|
675
|
-
| any
|
|
676
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
677
|
-
| `{${string}}`;
|
|
674
|
+
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
678
675
|
|
|
679
676
|
/**
|
|
680
677
|
* Determines whether the action is visible.
|
|
681
678
|
*/
|
|
682
679
|
visible?:
|
|
683
|
-
|
|
|
680
|
+
| boolean
|
|
684
681
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
685
682
|
| `{${string}}`;
|
|
686
683
|
}
|
|
@@ -1057,7 +1054,7 @@ declare namespace sap {
|
|
|
1057
1054
|
* Supports int and string type.
|
|
1058
1055
|
*/
|
|
1059
1056
|
textLinesEdit?:
|
|
1060
|
-
|
|
|
1057
|
+
| int
|
|
1061
1058
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1062
1059
|
| `{${string}}`;
|
|
1063
1060
|
|
|
@@ -1067,7 +1064,7 @@ declare namespace sap {
|
|
|
1067
1064
|
* Supports int and string type.
|
|
1068
1065
|
*/
|
|
1069
1066
|
textMaxCharactersDisplay?:
|
|
1070
|
-
|
|
|
1067
|
+
| int
|
|
1071
1068
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1072
1069
|
| `{${string}}`;
|
|
1073
1070
|
|
|
@@ -1080,7 +1077,7 @@ declare namespace sap {
|
|
|
1080
1077
|
* Supports int and string type.
|
|
1081
1078
|
*/
|
|
1082
1079
|
textMaxLength?:
|
|
1083
|
-
|
|
|
1080
|
+
| int
|
|
1084
1081
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1085
1082
|
| `{${string}}`;
|
|
1086
1083
|
|
|
@@ -1090,7 +1087,7 @@ declare namespace sap {
|
|
|
1090
1087
|
* Supports int and string type.
|
|
1091
1088
|
*/
|
|
1092
1089
|
textMaxLines?:
|
|
1093
|
-
|
|
|
1090
|
+
| int
|
|
1094
1091
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1095
1092
|
| `{${string}}`;
|
|
1096
1093
|
}
|
|
@@ -3174,6 +3171,12 @@ declare namespace sap {
|
|
|
3174
3171
|
* Determines the export settings for the column.
|
|
3175
3172
|
*/
|
|
3176
3173
|
exportSettings?: sap.fe.macros.table.ColumnExportSettings;
|
|
3174
|
+
|
|
3175
|
+
/**
|
|
3176
|
+
* Determines the format options for the field displayed in the column.
|
|
3177
|
+
* Reuses the FieldFormatOptions directly because the column doesn't define its own format model.
|
|
3178
|
+
*/
|
|
3179
|
+
formatOptions?: sap.fe.macros.field.FieldFormatOptions;
|
|
3177
3180
|
}
|
|
3178
3181
|
|
|
3179
3182
|
/**
|
|
@@ -6096,7 +6099,7 @@ declare namespace sap {
|
|
|
6096
6099
|
* Property added to be able to add data / items to the multi-input field using a different model
|
|
6097
6100
|
*/
|
|
6098
6101
|
items?:
|
|
6099
|
-
|
|
|
6102
|
+
| object
|
|
6100
6103
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
6101
6104
|
| `{${string}}`;
|
|
6102
6105
|
|
|
@@ -6265,17 +6268,14 @@ declare namespace sap {
|
|
|
6265
6268
|
* Use the 'required' attribute to make sure that the editor is filled with some text.
|
|
6266
6269
|
*/
|
|
6267
6270
|
required?:
|
|
6268
|
-
|
|
|
6271
|
+
| boolean
|
|
6269
6272
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
6270
6273
|
| `{${string}}`;
|
|
6271
6274
|
|
|
6272
6275
|
/**
|
|
6273
6276
|
* The value contained in the editor. You can use this attribute to set a default value.
|
|
6274
6277
|
*/
|
|
6275
|
-
value?:
|
|
6276
|
-
| any
|
|
6277
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
6278
|
-
| `{${string}}`;
|
|
6278
|
+
value?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
6279
6279
|
|
|
6280
6280
|
/**
|
|
6281
6281
|
* With the 'buttonGroups' attribute you can customize the buttons that are displayed on the toolbar of
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.149.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -49,6 +49,16 @@ declare namespace sap {
|
|
|
49
49
|
* @returns Array containing the selected contexts
|
|
50
50
|
*/
|
|
51
51
|
getSelectedContexts(): sap.ui.model.odata.v4.Context[];
|
|
52
|
+
/**
|
|
53
|
+
* Removes any custom message strip or message displayed in a table on a list report page.
|
|
54
|
+
*/
|
|
55
|
+
hideMessage(
|
|
56
|
+
/**
|
|
57
|
+
* The tabKey which identifies the table from which to remove the custom message. If empty, it is removed
|
|
58
|
+
* from all tabs.
|
|
59
|
+
*/
|
|
60
|
+
tabKey?: null | string | string[]
|
|
61
|
+
): void;
|
|
52
62
|
/**
|
|
53
63
|
* Refreshes the List Report.
|
|
54
64
|
* This method currently only supports triggering the search (by clicking on the GO button)
|
|
@@ -72,21 +82,25 @@ declare namespace sap {
|
|
|
72
82
|
): void;
|
|
73
83
|
/**
|
|
74
84
|
* Provide an option for showing a custom message in the message strip above the list report table.
|
|
85
|
+
* Accepts either a simple message object or a complete MessageStrip control for advanced scenarios,
|
|
86
|
+
* such as formatted text, links, or custom actions.
|
|
75
87
|
*/
|
|
76
88
|
setCustomMessage(
|
|
77
89
|
/**
|
|
78
|
-
* Custom message
|
|
90
|
+
* Custom message object or a sap.m.MessageStrip control instance. Pass undefined to remove the current
|
|
91
|
+
* message.
|
|
79
92
|
*/
|
|
80
93
|
message: /* was: sap.fe.templates.ListReport.LRMessageStrip.LRCustomMessage */
|
|
81
94
|
| any
|
|
95
|
+
| sap.m.MessageStrip
|
|
82
96
|
| undefined,
|
|
83
97
|
/**
|
|
84
|
-
* The tabKey
|
|
85
|
-
* is displayed in all tabs
|
|
98
|
+
* The tabKey which identifies the table where the custom message is displayed. If tabKey is empty, the
|
|
99
|
+
* message is displayed in all tabs. If tabKey = ['1','2'], the message is displayed in tabs 1 and 2 only.
|
|
86
100
|
*/
|
|
87
101
|
tabKey?: null | string | string[],
|
|
88
102
|
/**
|
|
89
|
-
* A function that is called when the user closes the message
|
|
103
|
+
* A function that is called when the user closes the message strip.
|
|
90
104
|
*/
|
|
91
105
|
onClose?: Function
|
|
92
106
|
): void;
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.149.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/m/p13n/Engine" {
|
|
4
4
|
/**
|
|
@@ -27125,6 +27125,8 @@ declare namespace sap {
|
|
|
27125
27125
|
|
|
27126
27126
|
/**
|
|
27127
27127
|
* Describes the settings that can be provided to the ActionSheet constructor.
|
|
27128
|
+
*
|
|
27129
|
+
* @deprecated As of version 1.149. use sap.m.Menu / sap.m.MenuItem instead.
|
|
27128
27130
|
*/
|
|
27129
27131
|
interface $ActionSheetSettings extends sap.ui.core.$ControlSettings {
|
|
27130
27132
|
/**
|
|
@@ -34808,6 +34810,13 @@ declare namespace sap {
|
|
|
34808
34810
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
34809
34811
|
| `{${string}}`;
|
|
34810
34812
|
|
|
34813
|
+
/**
|
|
34814
|
+
* Association to controls / IDs which describe this control (see WAI-ARIA attribute aria-describedby).
|
|
34815
|
+
*
|
|
34816
|
+
* @since 1.149
|
|
34817
|
+
*/
|
|
34818
|
+
ariaDescribedBy?: Array<sap.ui.core.Control | string>;
|
|
34819
|
+
|
|
34811
34820
|
/**
|
|
34812
34821
|
* Fired after the item has been pressed.
|
|
34813
34822
|
*/
|
|
@@ -53641,7 +53650,11 @@ declare namespace sap {
|
|
|
53641
53650
|
*
|
|
53642
53651
|
* When an action is triggered, the action sheet closes and you can display a confirmation as a {@link sap.m.MessageToast message toast}.
|
|
53643
53652
|
*
|
|
53653
|
+
* **Note**: As of version 1.149, the control is deprecated. Use {@link sap.m.Menu} / {@link sap.m.MenuItem }
|
|
53654
|
+
* instead.
|
|
53655
|
+
*
|
|
53644
53656
|
* @since 1.9.1
|
|
53657
|
+
* @deprecated As of version 1.149. use sap.m.Menu / sap.m.MenuItem instead.
|
|
53645
53658
|
*/
|
|
53646
53659
|
class ActionSheet extends sap.ui.core.Control {
|
|
53647
53660
|
/**
|
|
@@ -94410,6 +94423,19 @@ declare namespace sap {
|
|
|
94410
94423
|
* @returns Metadata object describing this class
|
|
94411
94424
|
*/
|
|
94412
94425
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
94426
|
+
/**
|
|
94427
|
+
* Adds some ariaDescribedBy into the association {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
94428
|
+
*
|
|
94429
|
+
* @since 1.149
|
|
94430
|
+
*
|
|
94431
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
94432
|
+
*/
|
|
94433
|
+
addAriaDescribedBy(
|
|
94434
|
+
/**
|
|
94435
|
+
* The ariaDescribedBy to add; if empty, nothing is inserted
|
|
94436
|
+
*/
|
|
94437
|
+
vAriaDescribedBy: sap.ui.core.ID | sap.ui.core.Control
|
|
94438
|
+
): this;
|
|
94413
94439
|
/**
|
|
94414
94440
|
* Adds some endContent to the aggregation {@link #getEndContent endContent}.
|
|
94415
94441
|
*
|
|
@@ -94543,6 +94569,12 @@ declare namespace sap {
|
|
|
94543
94569
|
*/
|
|
94544
94570
|
mParameters?: object
|
|
94545
94571
|
): this;
|
|
94572
|
+
/**
|
|
94573
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
94574
|
+
*
|
|
94575
|
+
* @since 1.149
|
|
94576
|
+
*/
|
|
94577
|
+
getAriaDescribedBy(): sap.ui.core.ID[];
|
|
94546
94578
|
/**
|
|
94547
94579
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
94548
94580
|
*
|
|
@@ -94751,6 +94783,14 @@ declare namespace sap {
|
|
|
94751
94783
|
* @returns Whether the item is enabled for click/press
|
|
94752
94784
|
*/
|
|
94753
94785
|
isInteractive(): boolean;
|
|
94786
|
+
/**
|
|
94787
|
+
* Removes all the controls in the association named {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
94788
|
+
*
|
|
94789
|
+
* @since 1.149
|
|
94790
|
+
*
|
|
94791
|
+
* @returns An array of the removed elements (might be empty)
|
|
94792
|
+
*/
|
|
94793
|
+
removeAllAriaDescribedBy(): sap.ui.core.ID[];
|
|
94754
94794
|
/**
|
|
94755
94795
|
* Removes all the controls from the aggregation {@link #getEndContent endContent}.
|
|
94756
94796
|
*
|
|
@@ -94770,6 +94810,19 @@ declare namespace sap {
|
|
|
94770
94810
|
* @returns An array of the removed elements (might be empty)
|
|
94771
94811
|
*/
|
|
94772
94812
|
removeAllItems(): sap.m.IMenuItem[];
|
|
94813
|
+
/**
|
|
94814
|
+
* Removes an ariaDescribedBy from the association named {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
94815
|
+
*
|
|
94816
|
+
* @since 1.149
|
|
94817
|
+
*
|
|
94818
|
+
* @returns The removed ariaDescribedBy or `null`
|
|
94819
|
+
*/
|
|
94820
|
+
removeAriaDescribedBy(
|
|
94821
|
+
/**
|
|
94822
|
+
* The ariaDescribedBy to be removed or its index or ID
|
|
94823
|
+
*/
|
|
94824
|
+
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
94825
|
+
): sap.ui.core.ID | null;
|
|
94773
94826
|
/**
|
|
94774
94827
|
* Removes a endContent from the aggregation {@link #getEndContent endContent}.
|
|
94775
94828
|
*
|
|
@@ -99909,7 +99962,8 @@ declare namespace sap {
|
|
|
99909
99962
|
oEvent: jQuery.Event
|
|
99910
99963
|
): void;
|
|
99911
99964
|
/**
|
|
99912
|
-
* When press ESC, deselect all
|
|
99965
|
+
* When press ESC, deselect all texts and close the tokens popup if open. Token deselection is handled by
|
|
99966
|
+
* the Tokenizer itself.
|
|
99913
99967
|
*/
|
|
99914
99968
|
onsapescape(
|
|
99915
99969
|
/**
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.149.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -75,9 +75,6 @@ declare namespace sap {
|
|
|
75
75
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
76
76
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
77
77
|
* of the syntax of the settings object.
|
|
78
|
-
*
|
|
79
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.fe.core.AppComponent#constructor sap.fe.core.AppComponent }
|
|
80
|
-
* can be used.@ui5-updated-doclet
|
|
81
78
|
*/
|
|
82
79
|
constructor();
|
|
83
80
|
|
|
@@ -112,6 +109,15 @@ declare namespace sap {
|
|
|
112
109
|
* @returns Metadata object describing this class
|
|
113
110
|
*/
|
|
114
111
|
static getMetadata(): sap.ui.core.ComponentMetadata;
|
|
112
|
+
/**
|
|
113
|
+
* Gets current value of property {@link #getPreprocessorContext preprocessorContext}.
|
|
114
|
+
*
|
|
115
|
+
* Default value is `{}`.
|
|
116
|
+
*
|
|
117
|
+
*
|
|
118
|
+
* @returns Value of property `preprocessorContext`
|
|
119
|
+
*/
|
|
120
|
+
getPreprocessorContext(): object;
|
|
115
121
|
/**
|
|
116
122
|
* Gets current value of property {@link #getRenderLeanView renderLeanView}.
|
|
117
123
|
*
|
|
@@ -121,6 +127,22 @@ declare namespace sap {
|
|
|
121
127
|
* @returns Value of property `renderLeanView`
|
|
122
128
|
*/
|
|
123
129
|
getRenderLeanView(): boolean;
|
|
130
|
+
/**
|
|
131
|
+
* Sets a new value for property {@link #getPreprocessorContext preprocessorContext}.
|
|
132
|
+
*
|
|
133
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
134
|
+
*
|
|
135
|
+
* Default value is `{}`.
|
|
136
|
+
*
|
|
137
|
+
*
|
|
138
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
139
|
+
*/
|
|
140
|
+
setPreprocessorContext(
|
|
141
|
+
/**
|
|
142
|
+
* New value for property `preprocessorContext`
|
|
143
|
+
*/
|
|
144
|
+
oPreprocessorContext?: object
|
|
145
|
+
): this;
|
|
124
146
|
/**
|
|
125
147
|
* Sets a new value for property {@link #getRenderLeanView renderLeanView}.
|
|
126
148
|
*
|
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.149.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
interface IUI5DefineDependencyNames {
|
|
@@ -30,6 +30,8 @@ declare namespace sap {
|
|
|
30
30
|
|
|
31
31
|
"sap/sac/df/model/Measure": undefined;
|
|
32
32
|
|
|
33
|
+
"sap/sac/df/model/MemberFilter": undefined;
|
|
34
|
+
|
|
33
35
|
"sap/sac/df/model/MultiDimModel": undefined;
|
|
34
36
|
|
|
35
37
|
"sap/sac/df/model/Scenario": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.149.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
4
|
/**
|
|
@@ -5320,6 +5320,18 @@ declare namespace sap {
|
|
|
5320
5320
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5321
5321
|
| `{${string}}`;
|
|
5322
5322
|
|
|
5323
|
+
/**
|
|
5324
|
+
* Custom labels for element types displayed in the SearchField suggestions and Legend section headers.
|
|
5325
|
+
* Supported keys: nodeLabel, nodeLabelPlural, lineLabel, lineLabelPlural, groupLabel, groupLabelPlural.
|
|
5326
|
+
* Reverts to the default values for keys that are not set.
|
|
5327
|
+
*
|
|
5328
|
+
* @since 1.149
|
|
5329
|
+
*/
|
|
5330
|
+
labels?:
|
|
5331
|
+
| object
|
|
5332
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5333
|
+
| `{${string}}`;
|
|
5334
|
+
|
|
5323
5335
|
/**
|
|
5324
5336
|
* Holds the lines to be displayed in the graph.
|
|
5325
5337
|
*/
|
|
@@ -8466,6 +8478,20 @@ declare namespace sap {
|
|
|
8466
8478
|
* @returns Value of property `height`
|
|
8467
8479
|
*/
|
|
8468
8480
|
getHeight(): sap.ui.core.CSSSize;
|
|
8481
|
+
/**
|
|
8482
|
+
* Gets current value of property {@link #getLabels labels}.
|
|
8483
|
+
*
|
|
8484
|
+
* Custom labels for element types displayed in the SearchField suggestions and Legend section headers.
|
|
8485
|
+
* Supported keys: nodeLabel, nodeLabelPlural, lineLabel, lineLabelPlural, groupLabel, groupLabelPlural.
|
|
8486
|
+
* Reverts to the default values for keys that are not set.
|
|
8487
|
+
*
|
|
8488
|
+
* Default value is `{}`.
|
|
8489
|
+
*
|
|
8490
|
+
* @since 1.149
|
|
8491
|
+
*
|
|
8492
|
+
* @returns Value of property `labels`
|
|
8493
|
+
*/
|
|
8494
|
+
getLabels(): object;
|
|
8469
8495
|
/**
|
|
8470
8496
|
* Gets content of aggregation {@link #getLayoutAlgorithm layoutAlgorithm}.
|
|
8471
8497
|
*
|
|
@@ -9080,6 +9106,27 @@ declare namespace sap {
|
|
|
9080
9106
|
*/
|
|
9081
9107
|
sHeight?: sap.ui.core.CSSSize
|
|
9082
9108
|
): this;
|
|
9109
|
+
/**
|
|
9110
|
+
* Sets a new value for property {@link #getLabels labels}.
|
|
9111
|
+
*
|
|
9112
|
+
* Custom labels for element types displayed in the SearchField suggestions and Legend section headers.
|
|
9113
|
+
* Supported keys: nodeLabel, nodeLabelPlural, lineLabel, lineLabelPlural, groupLabel, groupLabelPlural.
|
|
9114
|
+
* Reverts to the default values for keys that are not set.
|
|
9115
|
+
*
|
|
9116
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
9117
|
+
*
|
|
9118
|
+
* Default value is `{}`.
|
|
9119
|
+
*
|
|
9120
|
+
* @since 1.149
|
|
9121
|
+
*
|
|
9122
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
9123
|
+
*/
|
|
9124
|
+
setLabels(
|
|
9125
|
+
/**
|
|
9126
|
+
* New value for property `labels`
|
|
9127
|
+
*/
|
|
9128
|
+
oLabels?: object
|
|
9129
|
+
): this;
|
|
9083
9130
|
/**
|
|
9084
9131
|
* Sets the aggregated {@link #getLayoutAlgorithm layoutAlgorithm}.
|
|
9085
9132
|
*
|