@sapui5/types 1.129.2 → 1.130.2
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 +1 -0
- 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 +41 -40
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +87 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +3 -0
- package/types/sap.fe.core.d.ts +42 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +462 -200
- 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 +5 -2
- 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 +724 -204
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1002 -3360
- 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 +108 -16
- package/types/sap.suite.ui.commons.d.ts +264 -125
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +309 -79
- 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 +37 -25
- package/types/sap.ui.core.d.ts +162 -149
- 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 +5 -2
- 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 +22 -5
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +273 -234
- 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 +6 -11
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -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.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 +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.130.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/comp/library" {
|
|
4
4
|
/**
|
|
@@ -20214,6 +20214,18 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20214
20214
|
* @returns Value of property `considerAnalyticalParameters`
|
|
20215
20215
|
*/
|
|
20216
20216
|
getConsiderAnalyticalParameters(): boolean;
|
|
20217
|
+
/**
|
|
20218
|
+
* Gets current value of property {@link #getConsiderPresentationVariant considerPresentationVariant}.
|
|
20219
|
+
*
|
|
20220
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
20221
|
+
*
|
|
20222
|
+
*
|
|
20223
|
+
* Default value is `true`.
|
|
20224
|
+
*
|
|
20225
|
+
*
|
|
20226
|
+
* @returns Value of property `considerPresentationVariant`
|
|
20227
|
+
*/
|
|
20228
|
+
getConsiderPresentationVariant(): boolean;
|
|
20217
20229
|
/**
|
|
20218
20230
|
* Gets current value of property {@link #getConsiderSelectionVariants considerSelectionVariants}.
|
|
20219
20231
|
*
|
|
@@ -20740,6 +20752,25 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20740
20752
|
*/
|
|
20741
20753
|
bConsiderAnalyticalParameters?: boolean
|
|
20742
20754
|
): this;
|
|
20755
|
+
/**
|
|
20756
|
+
* Sets a new value for property {@link #getConsiderPresentationVariant considerPresentationVariant}.
|
|
20757
|
+
*
|
|
20758
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
20759
|
+
*
|
|
20760
|
+
*
|
|
20761
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
20762
|
+
*
|
|
20763
|
+
* Default value is `true`.
|
|
20764
|
+
*
|
|
20765
|
+
*
|
|
20766
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
20767
|
+
*/
|
|
20768
|
+
setConsiderPresentationVariant(
|
|
20769
|
+
/**
|
|
20770
|
+
* New value for property `considerPresentationVariant`
|
|
20771
|
+
*/
|
|
20772
|
+
bConsiderPresentationVariant?: boolean
|
|
20773
|
+
): this;
|
|
20743
20774
|
/**
|
|
20744
20775
|
* Sets a new value for property {@link #getConsiderSelectionVariants considerSelectionVariants}.
|
|
20745
20776
|
*
|
|
@@ -21209,6 +21240,11 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
21209
21240
|
*/
|
|
21210
21241
|
navigationProperties?: string | PropertyBindingInfo;
|
|
21211
21242
|
|
|
21243
|
+
/**
|
|
21244
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
21245
|
+
*/
|
|
21246
|
+
considerPresentationVariant?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
21247
|
+
|
|
21212
21248
|
/**
|
|
21213
21249
|
* Using control configurations you can add additional configuration to filter fields, for example set custom
|
|
21214
21250
|
* labels, change the order of fields, or change the filter field control type. **Note:** Changing the values
|
|
@@ -29076,7 +29112,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
|
|
|
29076
29112
|
* Adds some initialToken to the aggregation {@link #getInitialTokens initialTokens}.
|
|
29077
29113
|
*
|
|
29078
29114
|
* @since 1.101
|
|
29079
|
-
* @experimental (since 1.101)
|
|
29080
29115
|
*
|
|
29081
29116
|
* @returns Reference to `this` in order to allow method chaining
|
|
29082
29117
|
*/
|
|
@@ -29357,7 +29392,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
|
|
|
29357
29392
|
* Destroys all the initialTokens in the aggregation {@link #getInitialTokens initialTokens}.
|
|
29358
29393
|
*
|
|
29359
29394
|
* @since 1.101
|
|
29360
|
-
* @experimental (since 1.101)
|
|
29361
29395
|
*
|
|
29362
29396
|
* @returns Reference to `this` in order to allow method chaining
|
|
29363
29397
|
*/
|
|
@@ -29549,7 +29583,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
|
|
|
29549
29583
|
* Aggregation for storing the tokens. Works only in No Data Binding Scenario.
|
|
29550
29584
|
*
|
|
29551
29585
|
* @since 1.101
|
|
29552
|
-
* @experimental (since 1.101)
|
|
29553
29586
|
*/
|
|
29554
29587
|
getInitialTokens(): Token[];
|
|
29555
29588
|
/**
|
|
@@ -29579,7 +29612,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
|
|
|
29579
29612
|
* Default value is `false`.
|
|
29580
29613
|
*
|
|
29581
29614
|
* @since 1.101
|
|
29582
|
-
* @experimental (since 1.101)
|
|
29583
29615
|
*
|
|
29584
29616
|
* @returns Value of property `singleTokenMode`
|
|
29585
29617
|
*/
|
|
@@ -29625,7 +29657,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
|
|
|
29625
29657
|
* returns its index if found or -1 otherwise.
|
|
29626
29658
|
*
|
|
29627
29659
|
* @since 1.101
|
|
29628
|
-
* @experimental (since 1.101)
|
|
29629
29660
|
*
|
|
29630
29661
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
29631
29662
|
*/
|
|
@@ -29639,7 +29670,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
|
|
|
29639
29670
|
* Inserts a initialToken into the aggregation {@link #getInitialTokens initialTokens}.
|
|
29640
29671
|
*
|
|
29641
29672
|
* @since 1.101
|
|
29642
|
-
* @experimental (since 1.101)
|
|
29643
29673
|
*
|
|
29644
29674
|
* @returns Reference to `this` in order to allow method chaining
|
|
29645
29675
|
*/
|
|
@@ -29661,7 +29691,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
|
|
|
29661
29691
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
29662
29692
|
*
|
|
29663
29693
|
* @since 1.101
|
|
29664
|
-
* @experimental (since 1.101)
|
|
29665
29694
|
*
|
|
29666
29695
|
* @returns An array of the removed elements (might be empty)
|
|
29667
29696
|
*/
|
|
@@ -29670,7 +29699,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
|
|
|
29670
29699
|
* Removes a initialToken from the aggregation {@link #getInitialTokens initialTokens}.
|
|
29671
29700
|
*
|
|
29672
29701
|
* @since 1.101
|
|
29673
|
-
* @experimental (since 1.101)
|
|
29674
29702
|
*
|
|
29675
29703
|
* @returns The removed initialToken or `null`
|
|
29676
29704
|
*/
|
|
@@ -29738,7 +29766,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
|
|
|
29738
29766
|
* Default value is `false`.
|
|
29739
29767
|
*
|
|
29740
29768
|
* @since 1.101
|
|
29741
|
-
* @experimental (since 1.101)
|
|
29742
29769
|
*
|
|
29743
29770
|
* @returns Reference to `this` in order to allow method chaining
|
|
29744
29771
|
*/
|
|
@@ -29837,7 +29864,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
|
|
|
29837
29864
|
* Allows only one token to be added to the SmartMultiInput. Works only in No Data Binding Scenario.
|
|
29838
29865
|
*
|
|
29839
29866
|
* @since 1.101
|
|
29840
|
-
* @experimental (since 1.101)
|
|
29841
29867
|
*/
|
|
29842
29868
|
singleTokenMode?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
29843
29869
|
|
|
@@ -29845,7 +29871,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
|
|
|
29845
29871
|
* Aggregation for storing the tokens. Works only in No Data Binding Scenario.
|
|
29846
29872
|
*
|
|
29847
29873
|
* @since 1.101
|
|
29848
|
-
* @experimental (since 1.101)
|
|
29849
29874
|
*/
|
|
29850
29875
|
initialTokens?: Token[] | Token | AggregationBindingInfo | `{${string}}`;
|
|
29851
29876
|
|
|
@@ -35728,19 +35753,6 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
35728
35753
|
* @returns Value of property `lifecycleSupport`
|
|
35729
35754
|
*/
|
|
35730
35755
|
getLifecycleSupport(): boolean;
|
|
35731
|
-
/**
|
|
35732
|
-
* Required by the {@link sap.m.IOverflowToolbarContent} interface. Registers invalidations event which
|
|
35733
|
-
* is fired when width of the control is changed.
|
|
35734
|
-
*
|
|
35735
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
35736
|
-
*
|
|
35737
|
-
* @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface
|
|
35738
|
-
*/
|
|
35739
|
-
getOverflowToolbarConfig(): {
|
|
35740
|
-
canOverflow: boolean;
|
|
35741
|
-
|
|
35742
|
-
invalidationEvents: string[];
|
|
35743
|
-
};
|
|
35744
35756
|
/**
|
|
35745
35757
|
* Gets current value of property {@link #getStandardItemAuthor standardItemAuthor}.
|
|
35746
35758
|
*
|