@sapui5/ts-types 1.108.12 → 1.108.13

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 (42) 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.common.d.ts +1 -1
  5. package/types/sap.fe.core.d.ts +1 -1
  6. package/types/sap.fe.macros.d.ts +1 -1
  7. package/types/sap.fe.navigation.d.ts +1 -1
  8. package/types/sap.fe.templates.d.ts +1 -1
  9. package/types/sap.fe.test.d.ts +1 -1
  10. package/types/sap.m.d.ts +15 -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.suite.ui.generic.template.d.ts +1 -1
  15. package/types/sap.suite.ui.microchart.d.ts +1 -1
  16. package/types/sap.tnt.d.ts +1 -1
  17. package/types/sap.ui.codeeditor.d.ts +1 -1
  18. package/types/sap.ui.commons.d.ts +1 -1
  19. package/types/sap.ui.comp.d.ts +1 -1
  20. package/types/sap.ui.core.d.ts +1 -1
  21. package/types/sap.ui.dt.d.ts +1 -1
  22. package/types/sap.ui.export.d.ts +1 -1
  23. package/types/sap.ui.fl.d.ts +1 -1
  24. package/types/sap.ui.integration.d.ts +1 -1
  25. package/types/sap.ui.layout.d.ts +1 -1
  26. package/types/sap.ui.mdc.d.ts +1 -1
  27. package/types/sap.ui.richtexteditor.d.ts +3 -1
  28. package/types/sap.ui.rta.d.ts +1 -1
  29. package/types/sap.ui.suite.d.ts +1 -1
  30. package/types/sap.ui.support.d.ts +1 -1
  31. package/types/sap.ui.table.d.ts +1 -1
  32. package/types/sap.ui.testrecorder.d.ts +1 -1
  33. package/types/sap.ui.unified.d.ts +1 -1
  34. package/types/sap.ui.ux3.d.ts +1 -1
  35. package/types/sap.ui.webc.common.d.ts +1 -1
  36. package/types/sap.ui.webc.fiori.d.ts +1 -1
  37. package/types/sap.ui.webc.main.d.ts +1 -1
  38. package/types/sap.uiext.inbox.d.ts +1 -1
  39. package/types/sap.ushell.d.ts +26 -3
  40. package/types/sap.ushell_abap.d.ts +1 -1
  41. package/types/sap.uxap.d.ts +1 -1
  42. 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.108.12",
3
+ "version": "1.108.13",
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.108.8
1
+ // For Library Version: 1.108.9
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.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.10
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.10
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.10
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.10
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.10
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.10
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -82801,6 +82801,20 @@ declare namespace sap {
82801
82801
  * with "closeOverflowOnInteraction=false".
82802
82802
  */
82803
82803
  closeOverflow(): void;
82804
+ /**
82805
+ * This method is a hook for the RenderManager that gets called during the rendering of child Controls.
82806
+ * It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
82807
+ */
82808
+ enhanceAccessibilityState(
82809
+ /**
82810
+ * The Control that gets rendered by the RenderManager
82811
+ */
82812
+ oElement: sap.ui.core.Control,
82813
+ /**
82814
+ * The mapping of "aria-" prefixed attributes
82815
+ */
82816
+ mAriaProps: object
82817
+ ): void;
82804
82818
  /**
82805
82819
  * @SINCE 1.67
82806
82820
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
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.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
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.8
267
+ // For Library Version: 1.108.9
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -69,6 +69,7 @@ declare namespace sap {
69
69
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
70
70
  * - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
71
71
  * from that fact. In addition TinyMCE 4 will be removed in future releases.
72
+ * - TinyMCE 5 will be removed in future releases.
72
73
  */
73
74
  editorType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
74
75
 
@@ -955,6 +956,7 @@ declare namespace sap {
955
956
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
956
957
  * - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
957
958
  * from that fact. In addition TinyMCE 4 will be removed in future releases.
959
+ * - TinyMCE 5 will be removed in future releases.
958
960
  *
959
961
  * Default value is `'TinyMCE'`.
960
962
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.12
1
+ // For Library Version: 1.108.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ushell {
@@ -2099,7 +2099,7 @@ declare namespace sap {
2099
2099
  * The group whose tiles are returned
2100
2100
  */
2101
2101
  oGroup: object
2102
- ): any[];
2102
+ ): object[];
2103
2103
  /**
2104
2104
  * Returns the title of the given group.
2105
2105
  *
@@ -2122,7 +2122,7 @@ declare namespace sap {
2122
2122
  * The group whose link tiles are returned
2123
2123
  */
2124
2124
  oGroup: object
2125
- ): any[];
2125
+ ): object[];
2126
2126
  /**
2127
2127
  * Returns the tile's unique identifier
2128
2128
  *
@@ -7269,6 +7269,10 @@ declare namespace sap {
7269
7269
  | string
7270
7270
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
7271
7271
 
7272
+ tileCatalogIdStable?:
7273
+ | string
7274
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
7275
+
7272
7276
  target?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
7273
7277
 
7274
7278
  visible?:
@@ -8249,6 +8253,12 @@ declare namespace sap {
8249
8253
  * @returns Value of property `tileCatalogId`
8250
8254
  */
8251
8255
  getTileCatalogId(): string;
8256
+ /**
8257
+ * Gets current value of property {@link #getTileCatalogIdStable tileCatalogIdStable}.
8258
+ *
8259
+ * @returns Value of property `tileCatalogIdStable`
8260
+ */
8261
+ getTileCatalogIdStable(): string;
8252
8262
  /**
8253
8263
  * Gets content of aggregation {@link #getTileViews tileViews}.
8254
8264
  */
@@ -8462,6 +8472,19 @@ declare namespace sap {
8462
8472
  */
8463
8473
  sTileCatalogId?: string
8464
8474
  ): this;
8475
+ /**
8476
+ * Sets a new value for property {@link #getTileCatalogIdStable tileCatalogIdStable}.
8477
+ *
8478
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8479
+ *
8480
+ * @returns Reference to `this` in order to allow method chaining
8481
+ */
8482
+ setTileCatalogIdStable(
8483
+ /**
8484
+ * New value for property `tileCatalogIdStable`
8485
+ */
8486
+ sTileCatalogIdStable?: string
8487
+ ): this;
8465
8488
  /**
8466
8489
  * Sets a new value for property {@link #getUuid uuid}.
8467
8490
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.12
1
+ // For Library Version: 1.108.13
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.9
2
2
 
3
3
  declare namespace sap {
4
4
  /**