@sapui5/ts-types 1.129.1 → 1.130.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 +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 +42 -41
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +83 -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 +45 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +508 -233
- 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 +727 -204
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1291 -3674
- 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 +99 -16
- package/types/sap.suite.ui.commons.d.ts +232 -123
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +251 -70
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1 -25
- package/types/sap.ui.core.d.ts +116 -109
- 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 +3 -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.integration.d.ts +22 -5
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +269 -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.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -28846,7 +28846,6 @@ declare namespace sap {
|
|
|
28846
28846
|
* Allows only one token to be added to the SmartMultiInput. Works only in No Data Binding Scenario.
|
|
28847
28847
|
*
|
|
28848
28848
|
* @since 1.101
|
|
28849
|
-
* @experimental (since 1.101)
|
|
28850
28849
|
*/
|
|
28851
28850
|
singleTokenMode?:
|
|
28852
28851
|
| boolean
|
|
@@ -28857,7 +28856,6 @@ declare namespace sap {
|
|
|
28857
28856
|
* Aggregation for storing the tokens. Works only in No Data Binding Scenario.
|
|
28858
28857
|
*
|
|
28859
28858
|
* @since 1.101
|
|
28860
|
-
* @experimental (since 1.101)
|
|
28861
28859
|
*/
|
|
28862
28860
|
initialTokens?:
|
|
28863
28861
|
| sap.m.Token[]
|
|
@@ -29076,7 +29074,6 @@ declare namespace sap {
|
|
|
29076
29074
|
* Adds some initialToken to the aggregation {@link #getInitialTokens initialTokens}.
|
|
29077
29075
|
*
|
|
29078
29076
|
* @since 1.101
|
|
29079
|
-
* @experimental (since 1.101)
|
|
29080
29077
|
*
|
|
29081
29078
|
* @returns Reference to `this` in order to allow method chaining
|
|
29082
29079
|
*/
|
|
@@ -29357,7 +29354,6 @@ declare namespace sap {
|
|
|
29357
29354
|
* Destroys all the initialTokens in the aggregation {@link #getInitialTokens initialTokens}.
|
|
29358
29355
|
*
|
|
29359
29356
|
* @since 1.101
|
|
29360
|
-
* @experimental (since 1.101)
|
|
29361
29357
|
*
|
|
29362
29358
|
* @returns Reference to `this` in order to allow method chaining
|
|
29363
29359
|
*/
|
|
@@ -29549,7 +29545,6 @@ declare namespace sap {
|
|
|
29549
29545
|
* Aggregation for storing the tokens. Works only in No Data Binding Scenario.
|
|
29550
29546
|
*
|
|
29551
29547
|
* @since 1.101
|
|
29552
|
-
* @experimental (since 1.101)
|
|
29553
29548
|
*/
|
|
29554
29549
|
getInitialTokens(): sap.m.Token[];
|
|
29555
29550
|
/**
|
|
@@ -29579,7 +29574,6 @@ declare namespace sap {
|
|
|
29579
29574
|
* Default value is `false`.
|
|
29580
29575
|
*
|
|
29581
29576
|
* @since 1.101
|
|
29582
|
-
* @experimental (since 1.101)
|
|
29583
29577
|
*
|
|
29584
29578
|
* @returns Value of property `singleTokenMode`
|
|
29585
29579
|
*/
|
|
@@ -29625,7 +29619,6 @@ declare namespace sap {
|
|
|
29625
29619
|
* returns its index if found or -1 otherwise.
|
|
29626
29620
|
*
|
|
29627
29621
|
* @since 1.101
|
|
29628
|
-
* @experimental (since 1.101)
|
|
29629
29622
|
*
|
|
29630
29623
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
29631
29624
|
*/
|
|
@@ -29639,7 +29632,6 @@ declare namespace sap {
|
|
|
29639
29632
|
* Inserts a initialToken into the aggregation {@link #getInitialTokens initialTokens}.
|
|
29640
29633
|
*
|
|
29641
29634
|
* @since 1.101
|
|
29642
|
-
* @experimental (since 1.101)
|
|
29643
29635
|
*
|
|
29644
29636
|
* @returns Reference to `this` in order to allow method chaining
|
|
29645
29637
|
*/
|
|
@@ -29661,7 +29653,6 @@ declare namespace sap {
|
|
|
29661
29653
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
29662
29654
|
*
|
|
29663
29655
|
* @since 1.101
|
|
29664
|
-
* @experimental (since 1.101)
|
|
29665
29656
|
*
|
|
29666
29657
|
* @returns An array of the removed elements (might be empty)
|
|
29667
29658
|
*/
|
|
@@ -29670,7 +29661,6 @@ declare namespace sap {
|
|
|
29670
29661
|
* Removes a initialToken from the aggregation {@link #getInitialTokens initialTokens}.
|
|
29671
29662
|
*
|
|
29672
29663
|
* @since 1.101
|
|
29673
|
-
* @experimental (since 1.101)
|
|
29674
29664
|
*
|
|
29675
29665
|
* @returns The removed initialToken or `null`
|
|
29676
29666
|
*/
|
|
@@ -29738,7 +29728,6 @@ declare namespace sap {
|
|
|
29738
29728
|
* Default value is `false`.
|
|
29739
29729
|
*
|
|
29740
29730
|
* @since 1.101
|
|
29741
|
-
* @experimental (since 1.101)
|
|
29742
29731
|
*
|
|
29743
29732
|
* @returns Reference to `this` in order to allow method chaining
|
|
29744
29733
|
*/
|
|
@@ -36131,19 +36120,6 @@ declare namespace sap {
|
|
|
36131
36120
|
* @returns Value of property `lifecycleSupport`
|
|
36132
36121
|
*/
|
|
36133
36122
|
getLifecycleSupport(): boolean;
|
|
36134
|
-
/**
|
|
36135
|
-
* Required by the {@link sap.m.IOverflowToolbarContent} interface. Registers invalidations event which
|
|
36136
|
-
* is fired when width of the control is changed.
|
|
36137
|
-
*
|
|
36138
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
36139
|
-
*
|
|
36140
|
-
* @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface
|
|
36141
|
-
*/
|
|
36142
|
-
getOverflowToolbarConfig(): {
|
|
36143
|
-
canOverflow: boolean;
|
|
36144
|
-
|
|
36145
|
-
invalidationEvents: string[];
|
|
36146
|
-
};
|
|
36147
36123
|
/**
|
|
36148
36124
|
* Gets current value of property {@link #getStandardItemAuthor standardItemAuthor}.
|
|
36149
36125
|
*
|