@openui5/ts-types 1.120.8 → 1.120.10
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.f.d.ts +1 -1
- package/types/sap.m.d.ts +14 -3
- 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.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.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 +2 -2
- 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 +9 -5
- 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.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.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.10
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -40511,6 +40511,9 @@ declare namespace sap {
|
|
|
40511
40511
|
|
|
40512
40512
|
/**
|
|
40513
40513
|
* Indicates if the item is visible.
|
|
40514
|
+
*
|
|
40515
|
+
* **Note:** This property should not be used by applications, if the variant management control is either
|
|
40516
|
+
* {@link sap.ui.comp.smartvariants.SmartVariantManagement `SmartVariantManagement`} or {@link sap.ui.fl.variants.VariantManagement `VariantManagement`}.
|
|
40514
40517
|
*/
|
|
40515
40518
|
visible?:
|
|
40516
40519
|
| boolean
|
|
@@ -106773,7 +106776,7 @@ declare namespace sap {
|
|
|
106773
106776
|
* desktop devices, which overrides any configuration that has been provided by the application for the
|
|
106774
106777
|
* property displayType. This means that the PDFViewer appears as a toolbar with a download button.
|
|
106775
106778
|
*
|
|
106776
|
-
* Default value is `
|
|
106779
|
+
* Default value is `true`.
|
|
106777
106780
|
*
|
|
106778
106781
|
*
|
|
106779
106782
|
* @returns Value of property `isTrustedSource`
|
|
@@ -107010,7 +107013,7 @@ declare namespace sap {
|
|
|
107010
107013
|
*
|
|
107011
107014
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
107012
107015
|
*
|
|
107013
|
-
* Default value is `
|
|
107016
|
+
* Default value is `true`.
|
|
107014
107017
|
*
|
|
107015
107018
|
*
|
|
107016
107019
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -148425,6 +148428,10 @@ declare namespace sap {
|
|
|
148425
148428
|
*
|
|
148426
148429
|
* Indicates if the item is visible.
|
|
148427
148430
|
*
|
|
148431
|
+
* **Note:** This property should not be used by applications, if the variant management control is either
|
|
148432
|
+
* {@link sap.ui.comp.smartvariants.SmartVariantManagement `SmartVariantManagement`} or {@link sap.ui.fl.variants.VariantManagement `VariantManagement`}.
|
|
148433
|
+
*
|
|
148434
|
+
*
|
|
148428
148435
|
* Default value is `true`.
|
|
148429
148436
|
*
|
|
148430
148437
|
*
|
|
@@ -148594,6 +148601,10 @@ declare namespace sap {
|
|
|
148594
148601
|
*
|
|
148595
148602
|
* Indicates if the item is visible.
|
|
148596
148603
|
*
|
|
148604
|
+
* **Note:** This property should not be used by applications, if the variant management control is either
|
|
148605
|
+
* {@link sap.ui.comp.smartvariants.SmartVariantManagement `SmartVariantManagement`} or {@link sap.ui.fl.variants.VariantManagement `VariantManagement`}.
|
|
148606
|
+
*
|
|
148607
|
+
*
|
|
148597
148608
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
148598
148609
|
*
|
|
148599
148610
|
* Default value is `true`.
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.10
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -18201,7 +18201,7 @@ declare namespace sap {
|
|
|
18201
18201
|
* @since 1.111
|
|
18202
18202
|
*/
|
|
18203
18203
|
propertyInfo?:
|
|
18204
|
-
| object
|
|
18204
|
+
| object
|
|
18205
18205
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
18206
18206
|
| `{${string}}`;
|
|
18207
18207
|
|
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.120.
|
|
1
|
+
// For Library Version: 1.120.10
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -8444,7 +8444,7 @@ declare namespace sap {
|
|
|
8444
8444
|
* This property has been deprecated and must not be used anymore, since `Scrollbar` is the only supported
|
|
8445
8445
|
* option.
|
|
8446
8446
|
*
|
|
8447
|
-
* Default value is `Scrollbar`.
|
|
8447
|
+
* Default value is `"Scrollbar"`.
|
|
8448
8448
|
*
|
|
8449
8449
|
* @deprecated (since 1.38)
|
|
8450
8450
|
*
|
|
@@ -8717,7 +8717,7 @@ declare namespace sap {
|
|
|
8717
8717
|
* In the `"Interactive"` mode, the table has as many rows as defined in the `visibleRowCount` property
|
|
8718
8718
|
* after rendering. The user can change the `visibleRowCount` by dragging a resizer.
|
|
8719
8719
|
*
|
|
8720
|
-
* Default value is `Fixed`.
|
|
8720
|
+
* Default value is `"Fixed"`.
|
|
8721
8721
|
*
|
|
8722
8722
|
* @since 1.9.2
|
|
8723
8723
|
* @deprecated (since 1.119) - use the `rowMode` aggregation instead.
|
|
@@ -9394,7 +9394,7 @@ declare namespace sap {
|
|
|
9394
9394
|
*
|
|
9395
9395
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
9396
9396
|
*
|
|
9397
|
-
* Default value is `Scrollbar`.
|
|
9397
|
+
* Default value is `"Scrollbar"`.
|
|
9398
9398
|
*
|
|
9399
9399
|
* @deprecated (since 1.38)
|
|
9400
9400
|
*
|
|
@@ -9722,7 +9722,7 @@ declare namespace sap {
|
|
|
9722
9722
|
*
|
|
9723
9723
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
9724
9724
|
*
|
|
9725
|
-
* Default value is `Fixed`.
|
|
9725
|
+
* Default value is `"Fixed"`.
|
|
9726
9726
|
*
|
|
9727
9727
|
* @since 1.9.2
|
|
9728
9728
|
* @deprecated (since 1.119) - use the `rowMode` aggregation instead.
|
|
@@ -10721,6 +10721,8 @@ declare namespace sap {
|
|
|
10721
10721
|
}
|
|
10722
10722
|
/**
|
|
10723
10723
|
* Navigation mode of the table
|
|
10724
|
+
*
|
|
10725
|
+
* @deprecated (since 1.38)
|
|
10724
10726
|
*/
|
|
10725
10727
|
enum NavigationMode {
|
|
10726
10728
|
/**
|
|
@@ -10846,6 +10848,8 @@ declare namespace sap {
|
|
|
10846
10848
|
}
|
|
10847
10849
|
/**
|
|
10848
10850
|
* VisibleRowCountMode of the table
|
|
10851
|
+
*
|
|
10852
|
+
* @deprecated (since 1.119)
|
|
10849
10853
|
*/
|
|
10850
10854
|
enum VisibleRowCountMode {
|
|
10851
10855
|
/**
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED