@sapui5/ts-types 1.84.39 → 1.84.42

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 (45) 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 +8 -2
  11. package/types/sap.m.d.ts +53 -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 +35 -2
  15. package/types/sap.ovp.d.ts +1 -1
  16. package/types/sap.suite.ui.commons.d.ts +1 -1
  17. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  18. package/types/sap.suite.ui.microchart.d.ts +1 -1
  19. package/types/sap.tnt.d.ts +1 -1
  20. package/types/sap.ui.codeeditor.d.ts +1 -1
  21. package/types/sap.ui.commons.d.ts +1 -1
  22. package/types/sap.ui.comp.d.ts +1 -1
  23. package/types/sap.ui.core.d.ts +1 -1
  24. package/types/sap.ui.dt.d.ts +1 -1
  25. package/types/sap.ui.export.d.ts +3 -3
  26. package/types/sap.ui.fl.d.ts +1 -1
  27. package/types/sap.ui.integration.d.ts +1 -1
  28. package/types/sap.ui.layout.d.ts +1 -1
  29. package/types/sap.ui.mdc.d.ts +1 -1
  30. package/types/sap.ui.richtexteditor.d.ts +208 -69
  31. package/types/sap.ui.rta.d.ts +1 -1
  32. package/types/sap.ui.suite.d.ts +1 -1
  33. package/types/sap.ui.support.d.ts +6 -6
  34. package/types/sap.ui.table.d.ts +1 -1
  35. package/types/sap.ui.testrecorder.d.ts +1 -1
  36. package/types/sap.ui.unified.d.ts +1 -1
  37. package/types/sap.ui.ux3.d.ts +1 -1
  38. package/types/sap.ui.vk.d.ts +1 -1
  39. package/types/sap.uiext.inbox.d.ts +1 -1
  40. package/types/sap.ushell.d.ts +22 -1
  41. package/types/sap.uxap.d.ts +1 -1
  42. package/types/sap.viz.d.ts +1 -1
  43. package/types/sap.zen.commons.d.ts +1 -1
  44. package/types/sap.zen.crosstab.d.ts +1 -1
  45. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.84.39",
3
+ "version": "1.84.42",
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.40
1
+ // For Library Version: 1.84.42
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.40
1
+ // For Library Version: 1.84.42
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.15
1
+ // For Library Version: 1.84.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.15
1
+ // For Library Version: 1.84.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.15
1
+ // For Library Version: 1.84.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.15
1
+ // For Library Version: 1.84.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.15
1
+ // For Library Version: 1.84.16
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.15
1
+ // For Library Version: 1.84.16
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.28
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -27150,7 +27150,13 @@ declare namespace sap {
27150
27150
  /**
27151
27151
  * Opens the print dialog.
27152
27152
  */
27153
- open(): any;
27153
+ open(
27154
+ /**
27155
+ * Optional function which takes cloned gantt chart's table for modification. Applications can loop through
27156
+ * the table columns and update certain properties like maxLines to overcome html2canvas limitations.
27157
+ */
27158
+ fnUpdateTable: Function
27159
+ ): any;
27154
27160
  /**
27155
27161
  * Sets the Gantt chart to be exported as PDF.
27156
27162
  */
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.40
1
+ // For Library Version: 1.84.42
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -16869,6 +16869,19 @@ declare namespace sap {
16869
16869
  */
16870
16870
  displayType?: sap.m.PDFViewerDisplayType;
16871
16871
 
16872
+ /**
16873
+ * @SINCE 1.121.0
16874
+ *
16875
+ * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
16876
+ * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
16877
+ * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
16878
+ * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
16879
+ * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
16880
+ * desktop devices, which overrides any configuration that has been provided by the application for the
16881
+ * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
16882
+ */
16883
+ isTrustedSource?: boolean;
16884
+
16872
16885
  /**
16873
16886
  * This event is fired when a PDF file is loaded. If the PDF is loaded in smaller chunks, this event is
16874
16887
  * fired as often as defined by the browser's plugin. This may happen after a couple chunks are processed.
@@ -66872,6 +66885,22 @@ declare namespace sap {
66872
66885
  * Default value is `"100%"`.
66873
66886
  */
66874
66887
  getHeight(): sap.ui.core.CSSSize;
66888
+ /**
66889
+ * @SINCE 1.121.0
66890
+ *
66891
+ * Gets current value of property {@link #getIsTrustedSource isTrustedSource}.
66892
+ *
66893
+ * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
66894
+ * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
66895
+ * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
66896
+ * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
66897
+ * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
66898
+ * desktop devices, which overrides any configuration that has been provided by the application for the
66899
+ * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
66900
+ *
66901
+ * Default value is `false`.
66902
+ */
66903
+ getIsTrustedSource(): boolean;
66875
66904
  /**
66876
66905
  * Returns a metadata object for class sap.m.PDFViewer.
66877
66906
  */
@@ -67057,6 +67086,29 @@ declare namespace sap {
67057
67086
  */
67058
67087
  sHeight?: sap.ui.core.CSSSize
67059
67088
  ): sap.m.PDFViewer;
67089
+ /**
67090
+ * @SINCE 1.121.0
67091
+ *
67092
+ * Sets a new value for property {@link #getIsTrustedSource isTrustedSource}.
67093
+ *
67094
+ * Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
67095
+ * can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
67096
+ * "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
67097
+ * Set this property to true only when the PDF is generated by the application or the PDF is scanned for
67098
+ * viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
67099
+ * desktop devices, which overrides any configuration that has been provided by the application for the
67100
+ * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
67101
+ *
67102
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
67103
+ *
67104
+ * Default value is `false`.
67105
+ */
67106
+ setIsTrustedSource(
67107
+ /**
67108
+ * New value for property `isTrustedSource`
67109
+ */
67110
+ bIsTrustedSource?: boolean
67111
+ ): sap.m.PDFViewer;
67060
67112
  /**
67061
67113
  * @deprecated (since 1.50.0) - replaced by {@link sap.m.PDFViewer#getTitle}.
67062
67114
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.40
1
+ // For Library Version: 1.84.42
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.40
1
+ // For Library Version: 1.84.42
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.40
1
+ // For Library Version: 1.84.42
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -116,6 +116,7 @@ declare namespace sap {
116
116
  * true,
117
117
  * 30,
118
118
  * 1,
119
+ * false,
119
120
  * false
120
121
  * );
121
122
  * });
@@ -153,7 +154,11 @@ declare namespace sap {
153
154
  /**
154
155
  * Flag, which defines whether the camera should be used for scanning in Zebra Enterprise Browser.
155
156
  */
156
- keepCameraScan?: boolean
157
+ keepCameraScan?: boolean,
158
+ /**
159
+ * Flag, which defines whether the Barcode input dialog should be shown.
160
+ */
161
+ disableBarcodeInputDialog?: boolean
157
162
  ): void;
158
163
  /**
159
164
  * Set the configs of the control Barcode Scanner.
@@ -238,6 +243,11 @@ declare namespace sap {
238
243
  */
239
244
  keepCameraScan?: boolean;
240
245
 
246
+ /**
247
+ * If the value is true, the Barcode input dialog should be hidden.
248
+ */
249
+ disableBarcodeInputDialog?: boolean;
250
+
241
251
  /**
242
252
  * Event is fired when the scanning is finished or cancelled
243
253
  */
@@ -466,6 +476,14 @@ declare namespace sap {
466
476
  * Defines the barcode input dialog title. If unset, a predefined title will be used.
467
477
  */
468
478
  getDialogTitle(): string;
479
+ /**
480
+ * Gets current value of property {@link #getDisableBarcodeInputDialog disableBarcodeInputDialog}.
481
+ *
482
+ * If the value is true, the Barcode input dialog should be hidden.
483
+ *
484
+ * Default value is `false`.
485
+ */
486
+ getDisableBarcodeInputDialog(): boolean;
469
487
  /**
470
488
  * Gets current value of property {@link #getFrameRate frameRate}.
471
489
  *
@@ -537,6 +555,21 @@ declare namespace sap {
537
555
  */
538
556
  sDialogTitle?: string
539
557
  ): sap.ndc.BarcodeScannerButton;
558
+ /**
559
+ * Sets a new value for property {@link #getDisableBarcodeInputDialog disableBarcodeInputDialog}.
560
+ *
561
+ * If the value is true, the Barcode input dialog should be hidden.
562
+ *
563
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
564
+ *
565
+ * Default value is `false`.
566
+ */
567
+ setDisableBarcodeInputDialog(
568
+ /**
569
+ * New value for property `disableBarcodeInputDialog`
570
+ */
571
+ bDisableBarcodeInputDialog?: boolean
572
+ ): sap.ndc.BarcodeScannerButton;
540
573
  /**
541
574
  * Sets a new value for property {@link #getFrameRate frameRate}.
542
575
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.14
1
+ // For Library Version: 1.84.15
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 suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.33
1
+ // For Library Version: 1.84.35
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.40
1
+ // For Library Version: 1.84.42
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.40
1
+ // For Library Version: 1.84.42
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.40
1
+ // For Library Version: 1.84.42
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.40
1
+ // For Library Version: 1.84.42
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.40
1
+ // For Library Version: 1.84.42
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.40
21
+ // For Library Version: 1.84.42
22
22
  /**
23
23
  * Root namespace for JavaScript functionality provided by SAP SE.
24
24
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.40
1
+ // For Library Version: 1.84.42
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.40
1
+ // For Library Version: 1.84.42
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.40")
78
+ * - `version` (string) - Application version that creates the XLSX document (default: "1.84.42")
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.40',
164
+ * version: '1.84.42',
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.40
1
+ // For Library Version: 1.84.42
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.40
1
+ // For Library Version: 1.84.42
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.40
1
+ // For Library Version: 1.84.42
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.40
1
+ // For Library Version: 1.84.42
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {}