@sapui5/ts-types-esm 1.108.12 → 1.108.14

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 (46) 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.insights.d.ts +1 -1
  11. package/types/sap.m.d.ts +26 -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.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 +1 -1
  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 +7 -4
  30. package/types/sap.ui.richtexteditor.d.ts +3 -1
  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 +1 -1
  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.ui.webc.common.d.ts +1 -1
  40. package/types/sap.ui.webc.fiori.d.ts +1 -1
  41. package/types/sap.ui.webc.main.d.ts +1 -1
  42. package/types/sap.uiext.inbox.d.ts +1 -1
  43. package/types/sap.ushell.d.ts +24 -3
  44. package/types/sap.ushell_abap.d.ts +1 -1
  45. package/types/sap.uxap.d.ts +1 -1
  46. package/types/sap.viz.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.108.12",
3
+ "version": "1.108.14",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
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.10
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.10
1
+ // For Library Version: 1.108.12
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.10
1
+ // For Library Version: 1.108.12
2
2
 
3
3
  declare module "sap/fe/core/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.10
1
+ // For Library Version: 1.108.12
2
2
 
3
3
  declare module "sap/fe/macros/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.10
1
+ // For Library Version: 1.108.12
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.10
1
+ // For Library Version: 1.108.12
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.10
1
+ // For Library Version: 1.108.12
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.4
1
+ // For Library Version: 1.108.5
2
2
 
3
3
  declare module "sap/insights/CardHelper" {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -63832,6 +63832,8 @@ declare module "sap/m/OverflowToolbar" {
63832
63832
 
63833
63833
  import { IBar } from "sap/m/library";
63834
63834
 
63835
+ import Control from "sap/ui/core/Control";
63836
+
63835
63837
  import ElementMetadata from "sap/ui/core/ElementMetadata";
63836
63838
 
63837
63839
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
@@ -63987,6 +63989,20 @@ declare module "sap/m/OverflowToolbar" {
63987
63989
  * with "closeOverflowOnInteraction=false".
63988
63990
  */
63989
63991
  closeOverflow(): void;
63992
+ /**
63993
+ * This method is a hook for the RenderManager that gets called during the rendering of child Controls.
63994
+ * It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
63995
+ */
63996
+ enhanceAccessibilityState(
63997
+ /**
63998
+ * The Control that gets rendered by the RenderManager
63999
+ */
64000
+ oElement: Control,
64001
+ /**
64002
+ * The mapping of "aria-" prefixed attributes
64003
+ */
64004
+ mAriaProps: object
64005
+ ): void;
63990
64006
  /**
63991
64007
  * @SINCE 1.67
63992
64008
  *
@@ -65855,6 +65871,9 @@ declare module "sap/m/p13n/SelectionPanel" {
65855
65871
  * An optional callback that may be used to display additional custom content in each selectable item. This
65856
65872
  * factory can be toggled by executing the {@link sap.m.p13n.SelectionPanel#showFactory} method.
65857
65873
  *
65874
+ * **Note:**: The `getIdForLabel` method can be imlplemented on the returned control instance to return
65875
+ * a focusable children control to provide the `labelFor` reference for the associated text.
65876
+ *
65858
65877
  * @returns Value of property `itemFactory`
65859
65878
  */
65860
65879
  getItemFactory(): Function;
@@ -65937,6 +65956,9 @@ declare module "sap/m/p13n/SelectionPanel" {
65937
65956
  * An optional callback that may be used to display additional custom content in each selectable item. This
65938
65957
  * factory can be toggled by executing the {@link sap.m.p13n.SelectionPanel#showFactory} method.
65939
65958
  *
65959
+ * **Note:**: The `getIdForLabel` method can be imlplemented on the returned control instance to return
65960
+ * a focusable children control to provide the `labelFor` reference for the associated text.
65961
+ *
65940
65962
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
65941
65963
  *
65942
65964
  * @returns Reference to `this` in order to allow method chaining
@@ -66026,6 +66048,9 @@ declare module "sap/m/p13n/SelectionPanel" {
66026
66048
  /**
66027
66049
  * An optional callback that may be used to display additional custom content in each selectable item. This
66028
66050
  * factory can be toggled by executing the {@link sap.m.p13n.SelectionPanel#showFactory} method.
66051
+ *
66052
+ * **Note:**: The `getIdForLabel` method can be imlplemented on the returned control instance to return
66053
+ * a focusable children control to provide the `labelFor` reference for the associated text.
66029
66054
  */
66030
66055
  itemFactory?: Function | PropertyBindingInfo | `{${string}}`;
66031
66056
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/makit/library" {
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.10
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.3
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.4
1
+ // For Library Version: 1.108.5
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/CollaborationHelper" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -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.10
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.10
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/mdc/filterbar/vh/FilterContainer" {
4
4
  import Metadata from "sap/ui/base/Metadata";
@@ -171,7 +171,8 @@ declare module "sap/ui/mdc/p13n/panels/FilterPanel" {
171
171
  *
172
172
  * **Note:**: The Panel will not handle the lifecylce of the provided factory control instance, in case
173
173
  * the row is going to be removed, the according consumer needs to decide about destroying or keeping the
174
- * control instance.
174
+ * control instance. In addition, the `getIdForLabel` method can be used to return a focusable children
175
+ * control to provide the `labelFor` reference.
175
176
  *
176
177
  * @returns Value of property `itemFactory`
177
178
  */
@@ -187,7 +188,8 @@ declare module "sap/ui/mdc/p13n/panels/FilterPanel" {
187
188
  *
188
189
  * **Note:**: The Panel will not handle the lifecylce of the provided factory control instance, in case
189
190
  * the row is going to be removed, the according consumer needs to decide about destroying or keeping the
190
- * control instance.
191
+ * control instance. In addition, the `getIdForLabel` method can be used to return a focusable children
192
+ * control to provide the `labelFor` reference.
191
193
  *
192
194
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
193
195
  *
@@ -212,7 +214,8 @@ declare module "sap/ui/mdc/p13n/panels/FilterPanel" {
212
214
  *
213
215
  * **Note:**: The Panel will not handle the lifecylce of the provided factory control instance, in case
214
216
  * the row is going to be removed, the according consumer needs to decide about destroying or keeping the
215
- * control instance.
217
+ * control instance. In addition, the `getIdForLabel` method can be used to return a focusable children
218
+ * control to provide the `labelFor` reference.
216
219
  */
217
220
  itemFactory?: Function | PropertyBindingInfo | `{${string}}`;
218
221
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -695,6 +695,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
695
695
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
696
696
  * - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
697
697
  * from that fact. In addition TinyMCE 4 will be removed in future releases.
698
+ * - TinyMCE 5 will be removed in future releases.
698
699
  *
699
700
  * Default value is `'TinyMCE'`.
700
701
  *
@@ -1461,6 +1462,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1461
1462
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
1462
1463
  * - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
1463
1464
  * from that fact. In addition TinyMCE 4 will be removed in future releases.
1465
+ * - TinyMCE 5 will be removed in future releases.
1464
1466
  */
1465
1467
  editorType?: string | PropertyBindingInfo;
1466
1468
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.1
1
+ // For Library Version: 1.108.2
2
2
 
3
3
  declare module "sap/ui/vk/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.12
1
+ // For Library Version: 1.108.14
2
2
 
3
3
  declare module "sap/ushell/components/factsheet/controls/PictureTile" {
4
4
  import { default as CustomTile, $CustomTileSettings } from "sap/m/CustomTile";
@@ -4165,7 +4165,7 @@ declare module "sap/ushell/services/LaunchPage" {
4165
4165
  * The group whose tiles are returned
4166
4166
  */
4167
4167
  oGroup: object
4168
- ): any[];
4168
+ ): object[];
4169
4169
  /**
4170
4170
  * Returns the title of the given group.
4171
4171
  *
@@ -4188,7 +4188,7 @@ declare module "sap/ushell/services/LaunchPage" {
4188
4188
  * The group whose link tiles are returned
4189
4189
  */
4190
4190
  oGroup: object
4191
- ): any[];
4191
+ ): object[];
4192
4192
  /**
4193
4193
  * Returns the tile's unique identifier
4194
4194
  *
@@ -7840,6 +7840,12 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
7840
7840
  * @returns Value of property `tileCatalogId`
7841
7841
  */
7842
7842
  getTileCatalogId(): string;
7843
+ /**
7844
+ * Gets current value of property {@link #getTileCatalogIdStable tileCatalogIdStable}.
7845
+ *
7846
+ * @returns Value of property `tileCatalogIdStable`
7847
+ */
7848
+ getTileCatalogIdStable(): string;
7843
7849
  /**
7844
7850
  * Gets content of aggregation {@link #getTileViews tileViews}.
7845
7851
  */
@@ -8053,6 +8059,19 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
8053
8059
  */
8054
8060
  sTileCatalogId?: string
8055
8061
  ): this;
8062
+ /**
8063
+ * Sets a new value for property {@link #getTileCatalogIdStable tileCatalogIdStable}.
8064
+ *
8065
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8066
+ *
8067
+ * @returns Reference to `this` in order to allow method chaining
8068
+ */
8069
+ setTileCatalogIdStable(
8070
+ /**
8071
+ * New value for property `tileCatalogIdStable`
8072
+ */
8073
+ sTileCatalogIdStable?: string
8074
+ ): this;
8056
8075
  /**
8057
8076
  * Sets a new value for property {@link #getUuid uuid}.
8058
8077
  *
@@ -8088,6 +8107,8 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
8088
8107
 
8089
8108
  tileCatalogId?: string | PropertyBindingInfo;
8090
8109
 
8110
+ tileCatalogIdStable?: string | PropertyBindingInfo;
8111
+
8091
8112
  target?: string | PropertyBindingInfo;
8092
8113
 
8093
8114
  visible?: boolean | PropertyBindingInfo | `{${string}}`;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.12
1
+ // For Library Version: 1.108.14
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.10
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.8
1
+ // For Library Version: 1.108.10
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {