@sapui5/ts-types 1.84.52 → 1.84.53

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 (39) 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.m.d.ts +57 -1
  11. package/types/sap.makit.d.ts +1 -1
  12. package/types/sap.me.d.ts +1 -1
  13. package/types/sap.ndc.d.ts +1 -1
  14. package/types/sap.ovp.d.ts +1 -1
  15. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  16. package/types/sap.suite.ui.microchart.d.ts +1 -1
  17. package/types/sap.tnt.d.ts +1 -1
  18. package/types/sap.ui.codeeditor.d.ts +1 -1
  19. package/types/sap.ui.commons.d.ts +1 -1
  20. package/types/sap.ui.comp.d.ts +1 -1
  21. package/types/sap.ui.core.d.ts +1 -1
  22. package/types/sap.ui.dt.d.ts +1 -1
  23. package/types/sap.ui.export.d.ts +3 -3
  24. package/types/sap.ui.fl.d.ts +1 -1
  25. package/types/sap.ui.integration.d.ts +1 -1
  26. package/types/sap.ui.layout.d.ts +1 -1
  27. package/types/sap.ui.mdc.d.ts +1 -1
  28. package/types/sap.ui.richtexteditor.d.ts +1 -1
  29. package/types/sap.ui.rta.d.ts +1 -1
  30. package/types/sap.ui.suite.d.ts +1 -1
  31. package/types/sap.ui.support.d.ts +6 -6
  32. package/types/sap.ui.table.d.ts +1 -1
  33. package/types/sap.ui.testrecorder.d.ts +1 -1
  34. package/types/sap.ui.unified.d.ts +1 -1
  35. package/types/sap.ui.ux3.d.ts +1 -1
  36. package/types/sap.uiext.inbox.d.ts +1 -1
  37. package/types/sap.ushell.d.ts +1 -1
  38. package/types/sap.uxap.d.ts +1 -1
  39. 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.52",
3
+ "version": "1.84.53",
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.49
1
+ // For Library Version: 1.84.50
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.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.19
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.19
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.19
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.19
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.19
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.19
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {}
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -11893,6 +11893,11 @@ declare namespace sap {
11893
11893
  */
11894
11894
  maxCharacters?: number;
11895
11895
 
11896
+ /**
11897
+ * Disables rendering of the `style` attribute in the `FormattedText`.
11898
+ */
11899
+ disableStyleAttribute?: boolean;
11900
+
11896
11901
  /**
11897
11902
  * Event is fired when name of the sender is pressed.
11898
11903
  */
@@ -12149,6 +12154,11 @@ declare namespace sap {
12149
12154
  */
12150
12155
  height?: sap.ui.core.CSSSize;
12151
12156
 
12157
+ /**
12158
+ * Disables rendering of the `style` attribute in the `FormattedText`.
12159
+ */
12160
+ disableStyleAttribute?: boolean;
12161
+
12152
12162
  /**
12153
12163
  * List of `sap.m.Link` controls that will be used to replace the placeholders in the text. Placeholders
12154
12164
  * are replaced according to their indexes. The placeholder with index %%0 will be replaced by the first
@@ -35561,6 +35571,14 @@ declare namespace sap {
35561
35571
  * Default value is `None`.
35562
35572
  */
35563
35573
  getConvertLinksToAnchorTags(): sap.m.LinkConversion;
35574
+ /**
35575
+ * Gets current value of property {@link #getDisableStyleAttribute disableStyleAttribute}.
35576
+ *
35577
+ * Disables rendering of the `style` attribute in the `FormattedText`.
35578
+ *
35579
+ * Default value is `false`.
35580
+ */
35581
+ getDisableStyleAttribute(): boolean;
35564
35582
  /**
35565
35583
  * Gets current value of property {@link #getIcon icon}.
35566
35584
  *
@@ -35762,6 +35780,21 @@ declare namespace sap {
35762
35780
  */
35763
35781
  sConvertLinksToAnchorTags?: sap.m.LinkConversion
35764
35782
  ): sap.m.FeedListItem;
35783
+ /**
35784
+ * Sets a new value for property {@link #getDisableStyleAttribute disableStyleAttribute}.
35785
+ *
35786
+ * Disables rendering of the `style` attribute in the `FormattedText`.
35787
+ *
35788
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
35789
+ *
35790
+ * Default value is `false`.
35791
+ */
35792
+ setDisableStyleAttribute(
35793
+ /**
35794
+ * New value for property `disableStyleAttribute`
35795
+ */
35796
+ bDisableStyleAttribute?: boolean
35797
+ ): sap.m.FeedListItem;
35765
35798
  /**
35766
35799
  * Sets a new value for property {@link #getIcon icon}.
35767
35800
  *
@@ -36929,6 +36962,14 @@ declare namespace sap {
36929
36962
  * Default value is `None`.
36930
36963
  */
36931
36964
  getConvertLinksToAnchorTags(): sap.m.LinkConversion;
36965
+ /**
36966
+ * Gets current value of property {@link #getDisableStyleAttribute disableStyleAttribute}.
36967
+ *
36968
+ * Disables rendering of the `style` attribute in the `FormattedText`.
36969
+ *
36970
+ * Default value is `false`.
36971
+ */
36972
+ getDisableStyleAttribute(): boolean;
36932
36973
  /**
36933
36974
  * Gets current value of property {@link #getHeight height}.
36934
36975
  *
@@ -37062,6 +37103,21 @@ declare namespace sap {
37062
37103
  */
37063
37104
  sConvertLinksToAnchorTags?: sap.m.LinkConversion
37064
37105
  ): sap.m.FormattedText;
37106
+ /**
37107
+ * Sets a new value for property {@link #getDisableStyleAttribute disableStyleAttribute}.
37108
+ *
37109
+ * Disables rendering of the `style` attribute in the `FormattedText`.
37110
+ *
37111
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
37112
+ *
37113
+ * Default value is `false`.
37114
+ */
37115
+ setDisableStyleAttribute(
37116
+ /**
37117
+ * New value for property `disableStyleAttribute`
37118
+ */
37119
+ bDisableStyleAttribute?: boolean
37120
+ ): sap.m.FormattedText;
37065
37121
  /**
37066
37122
  * Sets a new value for property {@link #getHeight height}.
37067
37123
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
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.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.17
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.42
1
+ // For Library Version: 1.84.43
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
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.49
21
+ // For Library Version: 1.84.50
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.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
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.49")
78
+ * - `version` (string) - Application version that creates the XLSX document (default: "1.84.50")
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.49',
164
+ * version: '1.84.50',
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.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
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.49
240
+ * @SINCE 1.84.50
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.49
259
+ * @SINCE 1.84.50
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.49
314
+ * @SINCE 1.84.50
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.49
329
+ * @SINCE 1.84.50
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.49
348
+ * @SINCE 1.84.50
349
349
  *
350
350
  * Contains the available system presets.
351
351
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.47
1
+ // For Library Version: 1.84.48
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.49
1
+ // For Library Version: 1.84.50
2
2
 
3
3
  declare namespace sap {
4
4
  /**