@openui5/ts-types 1.121.2 → 1.121.4
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 +15 -12
- 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 +17 -7
- 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 +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 +1 -1
- 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.121.
|
|
1
|
+
// For Library Version: 1.121.4
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -34469,11 +34469,12 @@ declare namespace sap {
|
|
|
34469
34469
|
/**
|
|
34470
34470
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
34471
34471
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
34472
|
-
* "Embedded" on desktop devices
|
|
34472
|
+
* "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
|
|
34473
34473
|
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
34474
34474
|
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
34475
|
-
* desktop devices
|
|
34476
|
-
* property displayType.
|
|
34475
|
+
* desktop devices. This means that any configuration that has been provided by the application for the
|
|
34476
|
+
* property displayType is overridden. In this case, the user would need to download the PDF to view its
|
|
34477
|
+
* content.
|
|
34477
34478
|
*/
|
|
34478
34479
|
isTrustedSource?:
|
|
34479
34480
|
| boolean
|
|
@@ -108059,13 +108060,14 @@ declare namespace sap {
|
|
|
108059
108060
|
*
|
|
108060
108061
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
108061
108062
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
108062
|
-
* "Embedded" on desktop devices
|
|
108063
|
+
* "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
|
|
108063
108064
|
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
108064
108065
|
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
108065
|
-
* desktop devices
|
|
108066
|
-
* property displayType.
|
|
108066
|
+
* desktop devices. This means that any configuration that has been provided by the application for the
|
|
108067
|
+
* property displayType is overridden. In this case, the user would need to download the PDF to view its
|
|
108068
|
+
* content.
|
|
108067
108069
|
*
|
|
108068
|
-
* Default value is `
|
|
108070
|
+
* Default value is `false`.
|
|
108069
108071
|
*
|
|
108070
108072
|
*
|
|
108071
108073
|
* @returns Value of property `isTrustedSource`
|
|
@@ -108294,15 +108296,16 @@ declare namespace sap {
|
|
|
108294
108296
|
*
|
|
108295
108297
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
108296
108298
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
108297
|
-
* "Embedded" on desktop devices
|
|
108299
|
+
* "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
|
|
108298
108300
|
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
108299
108301
|
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
108300
|
-
* desktop devices
|
|
108301
|
-
* property displayType.
|
|
108302
|
+
* desktop devices. This means that any configuration that has been provided by the application for the
|
|
108303
|
+
* property displayType is overridden. In this case, the user would need to download the PDF to view its
|
|
108304
|
+
* content.
|
|
108302
108305
|
*
|
|
108303
108306
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
108304
108307
|
*
|
|
108305
|
-
* Default value is `
|
|
108308
|
+
* Default value is `false`.
|
|
108306
108309
|
*
|
|
108307
108310
|
*
|
|
108308
108311
|
* @returns Reference to `this` in order to allow method chaining
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -280,7 +280,7 @@ declare namespace sap {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// For Library Version: 1.121.
|
|
283
|
+
// For Library Version: 1.121.4
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -62078,7 +62078,8 @@ declare namespace sap {
|
|
|
62078
62078
|
): this;
|
|
62079
62079
|
/**
|
|
62080
62080
|
* Changes this binding's parameters and refreshes the binding. Since 1.111.0, a list binding's header context
|
|
62081
|
-
* is deselected.
|
|
62081
|
+
* is deselected, but (since 1.120.13) only if the binding parameter '$$clearSelectionOnFilter' is set and
|
|
62082
|
+
* the '$filter' or '$search' parameter is changed.
|
|
62082
62083
|
*
|
|
62083
62084
|
* If there are pending changes that cannot be ignored, an error is thrown. Use {@link #hasPendingChanges }
|
|
62084
62085
|
* to check if there are such pending changes. If there are, call {@link sap.ui.model.odata.v4.ODataModel#submitBatch }
|
|
@@ -62612,7 +62613,8 @@ declare namespace sap {
|
|
|
62612
62613
|
): this;
|
|
62613
62614
|
/**
|
|
62614
62615
|
* Changes this binding's parameters and refreshes the binding. Since 1.111.0, a list binding's header context
|
|
62615
|
-
* is deselected.
|
|
62616
|
+
* is deselected, but (since 1.120.13) only if the binding parameter '$$clearSelectionOnFilter' is set and
|
|
62617
|
+
* the '$filter' or '$search' parameter is changed.
|
|
62616
62618
|
*
|
|
62617
62619
|
* If there are pending changes that cannot be ignored, an error is thrown. Use {@link #hasPendingChanges }
|
|
62618
62620
|
* to check if there are such pending changes. If there are, call {@link sap.ui.model.odata.v4.ODataModel#submitBatch }
|
|
@@ -62831,7 +62833,8 @@ declare namespace sap {
|
|
|
62831
62833
|
): this;
|
|
62832
62834
|
/**
|
|
62833
62835
|
* Filters the list with the given filters. Since 1.97.0, if filters are unchanged, no request is sent,
|
|
62834
|
-
* regardless of pending changes. Since 1.111.0, the header context
|
|
62836
|
+
* regardless of pending changes. Since 1.111.0, all contexts (incl. the header context) are deselected,
|
|
62837
|
+
* but (since 1.120.13) only if the binding parameter '$$clearSelectionOnFilter' is set.
|
|
62835
62838
|
*
|
|
62836
62839
|
* If there are pending changes that cannot be ignored, an error is thrown. Use {@link #hasPendingChanges }
|
|
62837
62840
|
* to check if there are such pending changes. If there are, call {@link sap.ui.model.odata.v4.ODataModel#submitBatch }
|
|
@@ -63408,7 +63411,9 @@ declare namespace sap {
|
|
|
63408
63411
|
* certain content will break the syntax of the system query option `$apply` and result in an invalid request.
|
|
63409
63412
|
* If the OData service supports the proposal ODATA-1452,
|
|
63410
63413
|
* then `ODataUtils.formatLiteral(sSearch, "Edm.String");` should be used to encapsulate the whole search
|
|
63411
|
-
* string beforehand (see {@link sap.ui.model.odata.v4.ODataUtils.formatLiteral}).
|
|
63414
|
+
* string beforehand (see {@link sap.ui.model.odata.v4.ODataUtils.formatLiteral}). Since 1.120.13, all contexts,
|
|
63415
|
+
* including the header context are deselected if the '$$clearSelectionOnFilter' binding parameter is set
|
|
63416
|
+
* and the search parameter is changed.
|
|
63412
63417
|
*/
|
|
63413
63418
|
search?: string;
|
|
63414
63419
|
/**
|
|
@@ -64724,6 +64729,11 @@ declare namespace sap {
|
|
|
64724
64729
|
* from its context's path for data service requests; only the value `true` is allowed.
|
|
64725
64730
|
*/
|
|
64726
64731
|
$$canonicalPath?: boolean;
|
|
64732
|
+
/**
|
|
64733
|
+
* Whether the selection state of the list binding is cleared when a filter is changed; this includes dynamic
|
|
64734
|
+
* filters, '$filter', '$search', and `$$aggregation.search`. Supported since 1.120.13.
|
|
64735
|
+
*/
|
|
64736
|
+
$$clearSelectionOnFilter?: boolean;
|
|
64727
64737
|
/**
|
|
64728
64738
|
* Whether this binding is considered for a match when {@link #getKeepAliveContext} is called; only the
|
|
64729
64739
|
* value `true` is allowed. Must not be combined with `$apply`, `$$aggregation`, `$$canonicalPath`, or `$$sharedRequest`.
|
|
@@ -73785,9 +73795,9 @@ declare namespace sap {
|
|
|
73785
73795
|
* @since 1.82.0
|
|
73786
73796
|
*
|
|
73787
73797
|
* @returns An array of indices that determine which parts of this type shall not propagate their model
|
|
73788
|
-
* messages to the attached control
|
|
73798
|
+
* messages to the attached control; an empty array is returned by default
|
|
73789
73799
|
*/
|
|
73790
|
-
getPartsIgnoringMessages():
|
|
73800
|
+
getPartsIgnoringMessages(): int[];
|
|
73791
73801
|
/**
|
|
73792
73802
|
* Returns whether the {@link #formatValue} and {@link #parseValue} methods operate on the internal, related
|
|
73793
73803
|
* native JavaScript values.
|
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
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED