@sapui5/ts-types 1.129.2 → 1.130.1
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.ui.core.d.ts → core-1.130.0-d.ts} +116 -109
- package/types/index.d.ts +4 -3
- package/types/{sap.ui.mdc.d.ts → mdc-1.130.0-d.ts} +269 -234
- package/types/{sap.m.d.ts → mobile-1.130.0-d.ts} +1291 -3674
- 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.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 +40 -25
- 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.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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -18367,6 +18367,14 @@ declare namespace sap {
|
|
|
18367
18367
|
| string
|
|
18368
18368
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
18369
18369
|
|
|
18370
|
+
/**
|
|
18371
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
18372
|
+
*/
|
|
18373
|
+
considerPresentationVariant?:
|
|
18374
|
+
| boolean
|
|
18375
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
18376
|
+
| `{${string}}`;
|
|
18377
|
+
|
|
18370
18378
|
/**
|
|
18371
18379
|
* Using control configurations you can add additional configuration to filter fields, for example set custom
|
|
18372
18380
|
* labels, change the order of fields, or change the filter field control type. **Note:** Changing the values
|
|
@@ -20105,6 +20113,18 @@ declare namespace sap {
|
|
|
20105
20113
|
* @returns Value of property `considerAnalyticalParameters`
|
|
20106
20114
|
*/
|
|
20107
20115
|
getConsiderAnalyticalParameters(): boolean;
|
|
20116
|
+
/**
|
|
20117
|
+
* Gets current value of property {@link #getConsiderPresentationVariant considerPresentationVariant}.
|
|
20118
|
+
*
|
|
20119
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
20120
|
+
*
|
|
20121
|
+
*
|
|
20122
|
+
* Default value is `true`.
|
|
20123
|
+
*
|
|
20124
|
+
*
|
|
20125
|
+
* @returns Value of property `considerPresentationVariant`
|
|
20126
|
+
*/
|
|
20127
|
+
getConsiderPresentationVariant(): boolean;
|
|
20108
20128
|
/**
|
|
20109
20129
|
* Gets current value of property {@link #getConsiderSelectionVariants considerSelectionVariants}.
|
|
20110
20130
|
*
|
|
@@ -20640,6 +20660,25 @@ declare namespace sap {
|
|
|
20640
20660
|
*/
|
|
20641
20661
|
bConsiderAnalyticalParameters?: boolean
|
|
20642
20662
|
): this;
|
|
20663
|
+
/**
|
|
20664
|
+
* Sets a new value for property {@link #getConsiderPresentationVariant considerPresentationVariant}.
|
|
20665
|
+
*
|
|
20666
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
20667
|
+
*
|
|
20668
|
+
*
|
|
20669
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
20670
|
+
*
|
|
20671
|
+
* Default value is `true`.
|
|
20672
|
+
*
|
|
20673
|
+
*
|
|
20674
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
20675
|
+
*/
|
|
20676
|
+
setConsiderPresentationVariant(
|
|
20677
|
+
/**
|
|
20678
|
+
* New value for property `considerPresentationVariant`
|
|
20679
|
+
*/
|
|
20680
|
+
bConsiderPresentationVariant?: boolean
|
|
20681
|
+
): this;
|
|
20643
20682
|
/**
|
|
20644
20683
|
* Sets a new value for property {@link #getConsiderSelectionVariants considerSelectionVariants}.
|
|
20645
20684
|
*
|
|
@@ -28846,7 +28885,6 @@ declare namespace sap {
|
|
|
28846
28885
|
* Allows only one token to be added to the SmartMultiInput. Works only in No Data Binding Scenario.
|
|
28847
28886
|
*
|
|
28848
28887
|
* @since 1.101
|
|
28849
|
-
* @experimental (since 1.101)
|
|
28850
28888
|
*/
|
|
28851
28889
|
singleTokenMode?:
|
|
28852
28890
|
| boolean
|
|
@@ -28857,7 +28895,6 @@ declare namespace sap {
|
|
|
28857
28895
|
* Aggregation for storing the tokens. Works only in No Data Binding Scenario.
|
|
28858
28896
|
*
|
|
28859
28897
|
* @since 1.101
|
|
28860
|
-
* @experimental (since 1.101)
|
|
28861
28898
|
*/
|
|
28862
28899
|
initialTokens?:
|
|
28863
28900
|
| sap.m.Token[]
|
|
@@ -29076,7 +29113,6 @@ declare namespace sap {
|
|
|
29076
29113
|
* Adds some initialToken to the aggregation {@link #getInitialTokens initialTokens}.
|
|
29077
29114
|
*
|
|
29078
29115
|
* @since 1.101
|
|
29079
|
-
* @experimental (since 1.101)
|
|
29080
29116
|
*
|
|
29081
29117
|
* @returns Reference to `this` in order to allow method chaining
|
|
29082
29118
|
*/
|
|
@@ -29357,7 +29393,6 @@ declare namespace sap {
|
|
|
29357
29393
|
* Destroys all the initialTokens in the aggregation {@link #getInitialTokens initialTokens}.
|
|
29358
29394
|
*
|
|
29359
29395
|
* @since 1.101
|
|
29360
|
-
* @experimental (since 1.101)
|
|
29361
29396
|
*
|
|
29362
29397
|
* @returns Reference to `this` in order to allow method chaining
|
|
29363
29398
|
*/
|
|
@@ -29549,7 +29584,6 @@ declare namespace sap {
|
|
|
29549
29584
|
* Aggregation for storing the tokens. Works only in No Data Binding Scenario.
|
|
29550
29585
|
*
|
|
29551
29586
|
* @since 1.101
|
|
29552
|
-
* @experimental (since 1.101)
|
|
29553
29587
|
*/
|
|
29554
29588
|
getInitialTokens(): sap.m.Token[];
|
|
29555
29589
|
/**
|
|
@@ -29579,7 +29613,6 @@ declare namespace sap {
|
|
|
29579
29613
|
* Default value is `false`.
|
|
29580
29614
|
*
|
|
29581
29615
|
* @since 1.101
|
|
29582
|
-
* @experimental (since 1.101)
|
|
29583
29616
|
*
|
|
29584
29617
|
* @returns Value of property `singleTokenMode`
|
|
29585
29618
|
*/
|
|
@@ -29625,7 +29658,6 @@ declare namespace sap {
|
|
|
29625
29658
|
* returns its index if found or -1 otherwise.
|
|
29626
29659
|
*
|
|
29627
29660
|
* @since 1.101
|
|
29628
|
-
* @experimental (since 1.101)
|
|
29629
29661
|
*
|
|
29630
29662
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
29631
29663
|
*/
|
|
@@ -29639,7 +29671,6 @@ declare namespace sap {
|
|
|
29639
29671
|
* Inserts a initialToken into the aggregation {@link #getInitialTokens initialTokens}.
|
|
29640
29672
|
*
|
|
29641
29673
|
* @since 1.101
|
|
29642
|
-
* @experimental (since 1.101)
|
|
29643
29674
|
*
|
|
29644
29675
|
* @returns Reference to `this` in order to allow method chaining
|
|
29645
29676
|
*/
|
|
@@ -29661,7 +29692,6 @@ declare namespace sap {
|
|
|
29661
29692
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
29662
29693
|
*
|
|
29663
29694
|
* @since 1.101
|
|
29664
|
-
* @experimental (since 1.101)
|
|
29665
29695
|
*
|
|
29666
29696
|
* @returns An array of the removed elements (might be empty)
|
|
29667
29697
|
*/
|
|
@@ -29670,7 +29700,6 @@ declare namespace sap {
|
|
|
29670
29700
|
* Removes a initialToken from the aggregation {@link #getInitialTokens initialTokens}.
|
|
29671
29701
|
*
|
|
29672
29702
|
* @since 1.101
|
|
29673
|
-
* @experimental (since 1.101)
|
|
29674
29703
|
*
|
|
29675
29704
|
* @returns The removed initialToken or `null`
|
|
29676
29705
|
*/
|
|
@@ -29738,7 +29767,6 @@ declare namespace sap {
|
|
|
29738
29767
|
* Default value is `false`.
|
|
29739
29768
|
*
|
|
29740
29769
|
* @since 1.101
|
|
29741
|
-
* @experimental (since 1.101)
|
|
29742
29770
|
*
|
|
29743
29771
|
* @returns Reference to `this` in order to allow method chaining
|
|
29744
29772
|
*/
|
|
@@ -36131,19 +36159,6 @@ declare namespace sap {
|
|
|
36131
36159
|
* @returns Value of property `lifecycleSupport`
|
|
36132
36160
|
*/
|
|
36133
36161
|
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
36162
|
/**
|
|
36148
36163
|
* Gets current value of property {@link #getStandardItemAuthor standardItemAuthor}.
|
|
36149
36164
|
*
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.130.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1406,6 +1406,8 @@ declare namespace sap {
|
|
|
1406
1406
|
|
|
1407
1407
|
"sap/ui/fl/apply/_internal/flexState/changes/UIChangesState": undefined;
|
|
1408
1408
|
|
|
1409
|
+
"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantManagementState": undefined;
|
|
1410
|
+
|
|
1409
1411
|
"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger": undefined;
|
|
1410
1412
|
|
|
1411
1413
|
"sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.130.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -635,9 +635,12 @@ declare namespace sap {
|
|
|
635
635
|
method?: string;
|
|
636
636
|
/**
|
|
637
637
|
* The request parameters. If the HTTP method is "POST", "PUT", "PATCH", or "DELETE" the parameters will
|
|
638
|
-
* be put
|
|
638
|
+
* be put into the body of the request.
|
|
639
|
+
*
|
|
640
|
+
* **Note:** If parameters are of type "FormData", the "FormData" will not be resolved for bindings, destinations
|
|
641
|
+
* and others. It will be sent as it is.
|
|
639
642
|
*/
|
|
640
|
-
parameters?: object;
|
|
643
|
+
parameters?: object | FormData;
|
|
641
644
|
/**
|
|
642
645
|
* Deprecated. Use the correct Accept headers and correct Content-Type header in the response.
|
|
643
646
|
*/
|
|
@@ -1702,6 +1705,17 @@ declare namespace sap {
|
|
|
1702
1705
|
*/
|
|
1703
1706
|
sPath: string
|
|
1704
1707
|
): any;
|
|
1708
|
+
/**
|
|
1709
|
+
* Gets current value of property {@link #getParameters parameters}.
|
|
1710
|
+
*
|
|
1711
|
+
* Overrides the default values of the parameters, which are defined in the manifest. The value is an object
|
|
1712
|
+
* containing parameters in format `{parameterKey: parameterValue}`.
|
|
1713
|
+
*
|
|
1714
|
+
* @experimental (since 1.65) - This property might be changed in future.
|
|
1715
|
+
*
|
|
1716
|
+
* @returns Value of property `parameters`
|
|
1717
|
+
*/
|
|
1718
|
+
getParameters(): object;
|
|
1705
1719
|
/**
|
|
1706
1720
|
* Gets current value of property {@link #getPreviewMode previewMode}.
|
|
1707
1721
|
*
|
|
@@ -1920,9 +1934,12 @@ declare namespace sap {
|
|
|
1920
1934
|
method?: string;
|
|
1921
1935
|
/**
|
|
1922
1936
|
* The request parameters. If the HTTP method is "POST", "PUT", "PATCH", or "DELETE" the parameters will
|
|
1923
|
-
* be put
|
|
1937
|
+
* be put into the body of the request.
|
|
1938
|
+
*
|
|
1939
|
+
* **Note:** If parameters are of type "FormData", the "FormData" will not be resolved for bindings, destinations
|
|
1940
|
+
* and others. It will be sent as it is.
|
|
1924
1941
|
*/
|
|
1925
|
-
parameters?: object;
|
|
1942
|
+
parameters?: object | FormData;
|
|
1926
1943
|
/**
|
|
1927
1944
|
* Deprecated. Use the correct Accept headers and correct Content-Type header in the response.
|
|
1928
1945
|
*/
|
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.130.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1334,14 +1334,9 @@ declare namespace sap {
|
|
|
1334
1334
|
): this;
|
|
1335
1335
|
}
|
|
1336
1336
|
/**
|
|
1337
|
-
* The user can change the number of displayed rows by dragging a resizer.
|
|
1338
|
-
*
|
|
1339
|
-
*
|
|
1340
|
-
* - The functionality targets only the mouse interaction (drag and drop). There is no keyboard alternative
|
|
1341
|
-
* available. An accessible alternative must be provided by applications, for example, by giving the user
|
|
1342
|
-
* the possibility to enter the number of required rows in an input field.
|
|
1343
|
-
* - The resize interaction is not optimized for touch devices from a design and interaction perspective.
|
|
1344
|
-
* We do not recommend to use this mode in such scenarios.
|
|
1337
|
+
* The user can change the number of displayed rows by dragging a resizer. The resizer is focusable and
|
|
1338
|
+
* allows resizing via keyboard shortcuts and context menu. Double clicking the bar performs a quick resize
|
|
1339
|
+
* that toggles between the minimum, the default, and the maximum row count.
|
|
1345
1340
|
*
|
|
1346
1341
|
* @since 1.119
|
|
1347
1342
|
*/
|
|
@@ -7600,9 +7595,9 @@ declare namespace sap {
|
|
|
7600
7595
|
/**
|
|
7601
7596
|
* Triggers automatic resizing of a column to the widest content.
|
|
7602
7597
|
*
|
|
7598
|
+
* See {@link sap.ui.table.Column#autoResize} for details about the auto-resize feature.
|
|
7599
|
+
*
|
|
7603
7600
|
* @deprecated (since 1.125) - replaced by {@link sap.ui.table.Column#autoResize}
|
|
7604
|
-
* @experimental - Experimental! Presently implemented to only work with a very limited set of controls
|
|
7605
|
-
* (e.g. sap.m.Text).
|
|
7606
7601
|
*/
|
|
7607
7602
|
autoResizeColumn(
|
|
7608
7603
|
/**
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
package/types/sap.ui.vtm.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED