@openui5/ts-types 1.108.27 → 1.108.29
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 +6 -2
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -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.108.
|
|
1
|
+
// For Library Version: 1.108.29
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -24862,11 +24862,12 @@ declare namespace sap {
|
|
|
24862
24862
|
/**
|
|
24863
24863
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
24864
24864
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
24865
|
-
* "Embedded" on desktop devices
|
|
24865
|
+
* "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
|
|
24866
24866
|
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
24867
24867
|
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
24868
|
-
* desktop devices
|
|
24869
|
-
* property displayType.
|
|
24868
|
+
* desktop devices. This means that any configuration that has been provided by the application for the
|
|
24869
|
+
* property displayType is overridden. In this case, the user would need to download the PDF to view its
|
|
24870
|
+
* content.
|
|
24870
24871
|
*/
|
|
24871
24872
|
isTrustedSource?:
|
|
24872
24873
|
| boolean
|
|
@@ -91665,13 +91666,14 @@ declare namespace sap {
|
|
|
91665
91666
|
*
|
|
91666
91667
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
91667
91668
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
91668
|
-
* "Embedded" on desktop devices
|
|
91669
|
+
* "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
|
|
91669
91670
|
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
91670
91671
|
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
91671
|
-
* desktop devices
|
|
91672
|
-
* property displayType.
|
|
91672
|
+
* desktop devices. This means that any configuration that has been provided by the application for the
|
|
91673
|
+
* property displayType is overridden. In this case, the user would need to download the PDF to view its
|
|
91674
|
+
* content.
|
|
91673
91675
|
*
|
|
91674
|
-
* Default value is `
|
|
91676
|
+
* Default value is `false`.
|
|
91675
91677
|
*
|
|
91676
91678
|
* @returns Value of property `isTrustedSource`
|
|
91677
91679
|
*/
|
|
@@ -91888,15 +91890,16 @@ declare namespace sap {
|
|
|
91888
91890
|
*
|
|
91889
91891
|
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
91890
91892
|
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
91891
|
-
* "Embedded" on desktop devices
|
|
91893
|
+
* "Embedded" on desktop devices. This means that the PDF content is directly shown within the PDFViewer.
|
|
91892
91894
|
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
91893
91895
|
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
91894
|
-
* desktop devices
|
|
91895
|
-
* property displayType.
|
|
91896
|
+
* desktop devices. This means that any configuration that has been provided by the application for the
|
|
91897
|
+
* property displayType is overridden. In this case, the user would need to download the PDF to view its
|
|
91898
|
+
* content.
|
|
91896
91899
|
*
|
|
91897
91900
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
91898
91901
|
*
|
|
91899
|
-
* Default value is `
|
|
91902
|
+
* Default value is `false`.
|
|
91900
91903
|
*
|
|
91901
91904
|
* @returns Reference to `this` in order to allow method chaining
|
|
91902
91905
|
*/
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.108.
|
|
267
|
+
// For Library Version: 1.108.29
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -43996,7 +43996,11 @@ declare namespace sap {
|
|
|
43996
43996
|
/**
|
|
43997
43997
|
* sorting order used for the condition
|
|
43998
43998
|
*/
|
|
43999
|
-
sSortOrder: sap.ui.model.analytics.odata4analytics.SortOrder
|
|
43999
|
+
sSortOrder: sap.ui.model.analytics.odata4analytics.SortOrder,
|
|
44000
|
+
/**
|
|
44001
|
+
* If there is already a sorter for that property, ignore this call.
|
|
44002
|
+
*/
|
|
44003
|
+
bIgnoreIfAlreadySorted: boolean
|
|
44000
44004
|
): sap.ui.model.analytics.odata4analytics.SortExpression;
|
|
44001
44005
|
/**
|
|
44002
44006
|
* Clear expression from any sort conditions that may have been set previously
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.29
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1225,6 +1225,8 @@ declare namespace sap {
|
|
|
1225
1225
|
|
|
1226
1226
|
"sap/ui/fl/initial/_internal/connectors/BackendConnector": undefined;
|
|
1227
1227
|
|
|
1228
|
+
"sap/ui/fl/initial/_internal/connectors/BtpServiceConnector": undefined;
|
|
1229
|
+
|
|
1228
1230
|
"sap/ui/fl/initial/_internal/connectors/KeyUserConnector": undefined;
|
|
1229
1231
|
|
|
1230
1232
|
"sap/ui/fl/initial/_internal/connectors/LrepConnector": undefined;
|
|
@@ -1277,6 +1279,8 @@ declare namespace sap {
|
|
|
1277
1279
|
|
|
1278
1280
|
"sap/ui/fl/write/_internal/connectors/BackendConnector": undefined;
|
|
1279
1281
|
|
|
1282
|
+
"sap/ui/fl/write/_internal/connectors/BtpServiceConnector": undefined;
|
|
1283
|
+
|
|
1280
1284
|
"sap/ui/fl/write/_internal/connectors/JsObjectConnector": undefined;
|
|
1281
1285
|
|
|
1282
1286
|
"sap/ui/fl/write/_internal/connectors/KeyUserConnector": undefined;
|
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