@openui5/ts-types 1.108.27 → 1.108.28

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.108.27",
3
+ "version": "1.108.28",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
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, which means that the PDF content is directly shown within the PDFViewer.
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, which overrides any configuration that has been provided by the application for the
24869
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
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, which means that the PDF content is directly shown within the PDFViewer.
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, which overrides any configuration that has been provided by the application for the
91672
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
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 `true`.
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, which means that the PDF content is directly shown within the PDFViewer.
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, which overrides any configuration that has been provided by the application for the
91895
- * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
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 `true`.
91902
+ * Default value is `false`.
91900
91903
  *
91901
91904
  * @returns Reference to `this` in order to allow method chaining
91902
91905
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.108.27
267
+ // For Library Version: 1.108.28
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
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
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;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.28
2
2
 
3
3
  declare namespace sap {
4
4
  /**