@sapui5/ts-types 1.84.55 → 1.84.57

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.
Files changed (40) hide show
  1. package/package.json +1 -1
  2. package/types/sap.chart.d.ts +1 -1
  3. package/types/sap.f.d.ts +1 -1
  4. package/types/sap.fe.core.d.ts +1 -1
  5. package/types/sap.fe.macros.d.ts +1 -1
  6. package/types/sap.fe.plugins.d.ts +1 -1
  7. package/types/sap.fe.templates.d.ts +1 -1
  8. package/types/sap.fe.test.d.ts +1 -1
  9. package/types/sap.fe.tools.d.ts +1 -1
  10. package/types/sap.gantt.d.ts +1 -1
  11. package/types/sap.m.d.ts +23 -1
  12. package/types/sap.makit.d.ts +1 -1
  13. package/types/sap.me.d.ts +1 -1
  14. package/types/sap.ndc.d.ts +1 -1
  15. package/types/sap.suite.ui.commons.d.ts +1 -1
  16. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  17. package/types/sap.suite.ui.microchart.d.ts +1 -1
  18. package/types/sap.tnt.d.ts +1 -1
  19. package/types/sap.ui.codeeditor.d.ts +1 -1
  20. package/types/sap.ui.commons.d.ts +1 -1
  21. package/types/sap.ui.comp.d.ts +1 -1
  22. package/types/sap.ui.core.d.ts +2 -2
  23. package/types/sap.ui.dt.d.ts +1 -1
  24. package/types/sap.ui.export.d.ts +3 -3
  25. package/types/sap.ui.fl.d.ts +1 -1
  26. package/types/sap.ui.integration.d.ts +1 -1
  27. package/types/sap.ui.layout.d.ts +1 -1
  28. package/types/sap.ui.mdc.d.ts +1 -1
  29. package/types/sap.ui.richtexteditor.d.ts +1 -1
  30. package/types/sap.ui.rta.d.ts +1 -1
  31. package/types/sap.ui.suite.d.ts +1 -1
  32. package/types/sap.ui.support.d.ts +6 -6
  33. package/types/sap.ui.table.d.ts +1 -1
  34. package/types/sap.ui.testrecorder.d.ts +1 -1
  35. package/types/sap.ui.unified.d.ts +1 -1
  36. package/types/sap.ui.ux3.d.ts +1 -1
  37. package/types/sap.uiext.inbox.d.ts +1 -1
  38. package/types/sap.ushell.d.ts +1 -1
  39. package/types/sap.uxap.d.ts +1 -1
  40. package/types/sap.viz.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.84.55",
3
+ "version": "1.84.57",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.22
1
+ // For Library Version: 1.84.23
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.22
1
+ // For Library Version: 1.84.23
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.22
1
+ // For Library Version: 1.84.23
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.22
1
+ // For Library Version: 1.84.23
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.22
1
+ // For Library Version: 1.84.23
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.22
1
+ // For Library Version: 1.84.23
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.31
1
+ // For Library Version: 1.84.32
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.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -16903,10 +16903,16 @@ declare namespace sap {
16903
16903
  error?: Function;
16904
16904
 
16905
16905
  /**
16906
+ * @deprecated (since 1.84.56) - with no replacement.
16907
+ *
16906
16908
  * This event is fired when the PDF viewer control cannot check the loaded content. For example, the default
16907
16909
  * configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
16908
16910
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
16909
16911
  * when this event is fired, call the preventDefault() method inside the event handler.
16912
+ *
16913
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
16914
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
16915
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
16910
16916
  */
16911
16917
  sourceValidationFailed?: Function;
16912
16918
 
@@ -66760,6 +66766,8 @@ declare namespace sap {
66760
66766
  oListener?: object
66761
66767
  ): sap.m.PDFViewer;
66762
66768
  /**
66769
+ * @deprecated (since 1.84.56) - with no replacement.
66770
+ *
66763
66771
  * Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
66764
66772
  * event of this `sap.m.PDFViewer`.
66765
66773
  *
@@ -66770,6 +66778,10 @@ declare namespace sap {
66770
66778
  * configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
66771
66779
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
66772
66780
  * when this event is fired, call the preventDefault() method inside the event handler.
66781
+ *
66782
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
66783
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
66784
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
66773
66785
  */
66774
66786
  attachSourceValidationFailed(
66775
66787
  /**
@@ -66825,6 +66837,8 @@ declare namespace sap {
66825
66837
  oListener?: object
66826
66838
  ): sap.m.PDFViewer;
66827
66839
  /**
66840
+ * @deprecated (since 1.84.56) - with no replacement.
66841
+ *
66828
66842
  * Detaches event handler `fnFunction` from the {@link #event:sourceValidationFailed sourceValidationFailed}
66829
66843
  * event of this `sap.m.PDFViewer`.
66830
66844
  *
@@ -66890,6 +66904,8 @@ declare namespace sap {
66890
66904
  mParameters?: object
66891
66905
  ): sap.m.PDFViewer;
66892
66906
  /**
66907
+ * @deprecated (since 1.84.56) - with no replacement.
66908
+ *
66893
66909
  * Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
66894
66910
  */
66895
66911
  fireSourceValidationFailed(
@@ -67282,6 +67298,8 @@ declare namespace sap {
67282
67298
  oListener?: object
67283
67299
  ): sap.m.PDFViewer;
67284
67300
  /**
67301
+ * @deprecated (since 1.84.56) - with no replacement.
67302
+ *
67285
67303
  * Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
67286
67304
  * event of this `sap.m.PDFViewer`.
67287
67305
  *
@@ -67292,6 +67310,10 @@ declare namespace sap {
67292
67310
  * configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
67293
67311
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
67294
67312
  * when this event is fired, call the preventDefault() method inside the event handler.
67313
+ *
67314
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
67315
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
67316
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
67295
67317
  */
67296
67318
  attachSourceValidationFailed(
67297
67319
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.25
1
+ // For Library Version: 1.84.26
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.45
1
+ // For Library Version: 1.84.47
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -18,7 +18,7 @@ declare module "sap/base/util/Version";
18
18
  declare module "sap/ui/performance/Measurement.Entry";
19
19
 
20
20
  declare module "sap/ui/util/Storage.Type";
21
- // For Library Version: 1.84.52
21
+ // For Library Version: 1.84.54
22
22
  /**
23
23
  * Root namespace for JavaScript functionality provided by SAP SE.
24
24
  *
@@ -43817,7 +43817,7 @@ declare namespace sap {
43817
43817
  * in one binding. Must be set to 'None' which means bindings are not synchronized at all; all other values
43818
43818
  * are not supported and lead to an error.
43819
43819
  */
43820
- synchronizationMode: string;
43820
+ synchronizationMode?: string;
43821
43821
  /**
43822
43822
  * The group ID that is used for update requests. If no update group ID is specified, ` mParameters.groupId`
43823
43823
  * is used. Valid update group IDs are `undefined`, '$auto', '$direct' or an application group ID.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
 
@@ -75,7 +75,7 @@ class Spreadsheet{
75
75
  * - `workbook.context` - Context object that will be applied to the generated file. It may contain the
76
76
  * following fields:
77
77
  * - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
78
- * - `version` (string) - Application version that creates the XLSX document (default: "1.84.52")
78
+ * - `version` (string) - Application version that creates the XLSX document (default: "1.84.54")
79
79
  * - `title` (string) - Title of the XLSX document (NOT the filename)
80
80
  * - `modifiedBy` (string) - User context for the XLSX document
81
81
  * - `sheetName` (string) - The label of the data sheet
@@ -161,7 +161,7 @@ class Spreadsheet{
161
161
  * columns: aColumns,
162
162
  * context: {
163
163
  * application: 'Debug Test Application',
164
- * version: '1.84.52',
164
+ * version: '1.84.54',
165
165
  * title: 'Some random title',
166
166
  * modifiedBy: 'John Doe',
167
167
  * metaSheetName: 'Custom metadata',
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -237,7 +237,7 @@ declare namespace sap {
237
237
  static getType(): string;
238
238
  }
239
239
  /**
240
- * @SINCE 1.84.52
240
+ * @SINCE 1.84.54
241
241
  *
242
242
  * Defines the Audiences.
243
243
  */
@@ -256,7 +256,7 @@ declare namespace sap {
256
256
  Internal,
257
257
  }
258
258
  /**
259
- * @SINCE 1.84.52
259
+ * @SINCE 1.84.54
260
260
  *
261
261
  * Issue Categories.
262
262
  */
@@ -311,7 +311,7 @@ declare namespace sap {
311
311
  Usage,
312
312
  }
313
313
  /**
314
- * @SINCE 1.84.52
314
+ * @SINCE 1.84.54
315
315
  *
316
316
  * Analysis history formats.
317
317
  */
@@ -326,7 +326,7 @@ declare namespace sap {
326
326
  String,
327
327
  }
328
328
  /**
329
- * @SINCE 1.84.52
329
+ * @SINCE 1.84.54
330
330
  *
331
331
  * Defines severity types.
332
332
  */
@@ -345,7 +345,7 @@ declare namespace sap {
345
345
  Medium,
346
346
  }
347
347
  /**
348
- * @SINCE 1.84.52
348
+ * @SINCE 1.84.54
349
349
  *
350
350
  * Contains the available system presets.
351
351
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.50
1
+ // For Library Version: 1.84.52
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.52
1
+ // For Library Version: 1.84.54
2
2
 
3
3
  declare namespace sap {
4
4
  /**