@sapui5/ts-types-esm 1.130.2 → 1.131.0

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 (68) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +3 -3
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +47 -9
  8. package/types/sap.f.d.ts +238 -12
  9. package/types/sap.fe.base.d.ts +24 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +10 -7
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +203 -145
  14. package/types/sap.fe.navigation.d.ts +3 -3
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +1 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +96 -9
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/{mobile-1.130.0-esm-d.ts → sap.m.d.ts} +355 -25
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +1 -1
  30. package/types/sap.suite.ui.commons.d.ts +1 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +1 -1
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +143 -55
  37. package/types/{core-1.130.0-esm-d.ts → sap.ui.core.d.ts} +295 -300
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +6 -6
  40. package/types/sap.ui.fl.d.ts +1 -1
  41. package/types/sap.ui.generic.app.d.ts +2 -2
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +142 -2
  44. package/types/sap.ui.layout.d.ts +18 -21
  45. package/types/{mdc-1.130.0-esm-d.ts → sap.ui.mdc.d.ts} +220 -103
  46. package/types/sap.ui.richtexteditor.d.ts +1 -1
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +7 -4
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +263 -9
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +28 -1
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +7 -4
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +1 -1
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
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.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -5476,7 +5476,8 @@ declare module "sap/ui/table/RowSettings" {
5476
5476
  *
5477
5477
  * If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
5478
5478
  * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
5479
- * or {@link sap.ui.core.IndicationColor}.
5479
+ * or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
5480
+ * for accessibility contrast reasons).
5480
5481
  *
5481
5482
  * Accessibility support is provided through the associated {@link sap.ui.table.RowSettings#setHighlightText highlightText }
5482
5483
  * property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
@@ -5526,7 +5527,8 @@ declare module "sap/ui/table/RowSettings" {
5526
5527
  *
5527
5528
  * If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
5528
5529
  * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
5529
- * or {@link sap.ui.core.IndicationColor}.
5530
+ * or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
5531
+ * for accessibility contrast reasons).
5530
5532
  *
5531
5533
  * Accessibility support is provided through the associated {@link sap.ui.table.RowSettings#setHighlightText highlightText }
5532
5534
  * property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
@@ -5600,7 +5602,8 @@ declare module "sap/ui/table/RowSettings" {
5600
5602
  *
5601
5603
  * If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
5602
5604
  * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
5603
- * or {@link sap.ui.core.IndicationColor}.
5605
+ * or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
5606
+ * for accessibility contrast reasons).
5604
5607
  *
5605
5608
  * Accessibility support is provided through the associated {@link sap.ui.table.RowSettings#setHighlightText highlightText }
5606
5609
  * property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -18067,6 +18067,55 @@ declare module "sap/ui/unified/Menu" {
18067
18067
  */
18068
18068
  oItem: IMenuItem
18069
18069
  ): this;
18070
+ /**
18071
+ * Attaches event handler `fnFunction` to the {@link #event:beforeClose beforeClose} event of this `sap.ui.unified.Menu`.
18072
+ *
18073
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
18074
+ * otherwise it will be bound to this `sap.ui.unified.Menu` itself.
18075
+ *
18076
+ * Fired before the menu is closed. This event can be prevented which effectively prevents the menu from
18077
+ * closing. sinnce 1.131
18078
+ *
18079
+ *
18080
+ * @returns Reference to `this` in order to allow method chaining
18081
+ */
18082
+ attachBeforeClose(
18083
+ /**
18084
+ * An application-specific payload object that will be passed to the event handler along with the event
18085
+ * object when firing the event
18086
+ */
18087
+ oData: object,
18088
+ /**
18089
+ * The function to be called when the event occurs
18090
+ */
18091
+ fnFunction: (p1: Event) => void,
18092
+ /**
18093
+ * Context object to call the event handler with. Defaults to this `sap.ui.unified.Menu` itself
18094
+ */
18095
+ oListener?: object
18096
+ ): this;
18097
+ /**
18098
+ * Attaches event handler `fnFunction` to the {@link #event:beforeClose beforeClose} event of this `sap.ui.unified.Menu`.
18099
+ *
18100
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
18101
+ * otherwise it will be bound to this `sap.ui.unified.Menu` itself.
18102
+ *
18103
+ * Fired before the menu is closed. This event can be prevented which effectively prevents the menu from
18104
+ * closing. sinnce 1.131
18105
+ *
18106
+ *
18107
+ * @returns Reference to `this` in order to allow method chaining
18108
+ */
18109
+ attachBeforeClose(
18110
+ /**
18111
+ * The function to be called when the event occurs
18112
+ */
18113
+ fnFunction: (p1: Event) => void,
18114
+ /**
18115
+ * Context object to call the event handler with. Defaults to this `sap.ui.unified.Menu` itself
18116
+ */
18117
+ oListener?: object
18118
+ ): this;
18070
18119
  /**
18071
18120
  * Attaches event handler `fnFunction` to the {@link #event:closed closed} event of this `sap.ui.unified.Menu`.
18072
18121
  *
@@ -18178,6 +18227,24 @@ declare module "sap/ui/unified/Menu" {
18178
18227
  * @returns Reference to `this` in order to allow method chaining
18179
18228
  */
18180
18229
  destroyItems(): this;
18230
+ /**
18231
+ * Detaches event handler `fnFunction` from the {@link #event:beforeClose beforeClose} event of this `sap.ui.unified.Menu`.
18232
+ *
18233
+ * The passed function and listener object must match the ones used for event registration.
18234
+ *
18235
+ *
18236
+ * @returns Reference to `this` in order to allow method chaining
18237
+ */
18238
+ detachBeforeClose(
18239
+ /**
18240
+ * The function to be called, when the event occurs
18241
+ */
18242
+ fnFunction: (p1: Event) => void,
18243
+ /**
18244
+ * Context object on which the given function had to be called
18245
+ */
18246
+ oListener?: object
18247
+ ): this;
18181
18248
  /**
18182
18249
  * Detaches event handler `fnFunction` from the {@link #event:closed closed} event of this `sap.ui.unified.Menu`.
18183
18250
  *
@@ -18215,6 +18282,22 @@ declare module "sap/ui/unified/Menu" {
18215
18282
  */
18216
18283
  oListener?: object
18217
18284
  ): this;
18285
+ /**
18286
+ * Fires event {@link #event:beforeClose beforeClose} to attached listeners.
18287
+ *
18288
+ * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
18289
+ * event object. The return value of this method indicates whether the default action should be executed.
18290
+ *
18291
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18292
+ *
18293
+ * @returns Whether or not to prevent the default action
18294
+ */
18295
+ fireBeforeClose(
18296
+ /**
18297
+ * Parameters to pass along with the event
18298
+ */
18299
+ mParameters?: object
18300
+ ): boolean;
18218
18301
  /**
18219
18302
  * Fires event {@link #event:closed closed} to attached listeners.
18220
18303
  *
@@ -18596,8 +18679,27 @@ declare module "sap/ui/unified/Menu" {
18596
18679
  * @since 1.129
18597
18680
  */
18598
18681
  closed?: (oEvent: Event) => void;
18682
+
18683
+ /**
18684
+ * Fired before the menu is closed. This event can be prevented which effectively prevents the menu from
18685
+ * closing. sinnce 1.131
18686
+ */
18687
+ beforeClose?: (oEvent: Event) => void;
18599
18688
  }
18600
18689
 
18690
+ /**
18691
+ * Parameters of the Menu#beforeClose event.
18692
+ */
18693
+ export interface Menu$BeforeCloseEventParameters {}
18694
+
18695
+ /**
18696
+ * Event object of the Menu#beforeClose event.
18697
+ */
18698
+ export type Menu$BeforeCloseEvent = Event<
18699
+ Menu$BeforeCloseEventParameters,
18700
+ Menu
18701
+ >;
18702
+
18601
18703
  /**
18602
18704
  * Parameters of the Menu#closed event.
18603
18705
  */
@@ -18641,7 +18743,10 @@ declare module "sap/ui/unified/MenuItem" {
18641
18743
 
18642
18744
  import ElementMetadata from "sap/ui/core/ElementMetadata";
18643
18745
 
18644
- import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
18746
+ import {
18747
+ PropertyBindingInfo,
18748
+ AggregationBindingInfo,
18749
+ } from "sap/ui/base/ManagedObject";
18645
18750
 
18646
18751
  /**
18647
18752
  * Standard item to be used inside a menu. A menu item represents an action which can be selected by the
@@ -18725,10 +18830,43 @@ declare module "sap/ui/unified/MenuItem" {
18725
18830
  */
18726
18831
  vAriaLabelledBy: ID | Control
18727
18832
  ): this;
18833
+ /**
18834
+ * Adds some endContent to the aggregation {@link #getEndContent endContent}.
18835
+ *
18836
+ * @since 1.131
18837
+ * @experimental
18838
+ *
18839
+ * @returns Reference to `this` in order to allow method chaining
18840
+ */
18841
+ addEndContent(
18842
+ /**
18843
+ * The endContent to add; if empty, nothing is inserted
18844
+ */
18845
+ oEndContent: Control
18846
+ ): this;
18847
+ /**
18848
+ * Destroys all the endContent in the aggregation {@link #getEndContent endContent}.
18849
+ *
18850
+ * @since 1.131
18851
+ * @experimental
18852
+ *
18853
+ * @returns Reference to `this` in order to allow method chaining
18854
+ */
18855
+ destroyEndContent(): this;
18728
18856
  /**
18729
18857
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
18730
18858
  */
18731
18859
  getAriaLabelledBy(): ID[];
18860
+ /**
18861
+ * Gets content of aggregation {@link #getEndContent endContent}.
18862
+ *
18863
+ * Defines the content that is displayed at the end of a menu item. This aggregation allows for the addition
18864
+ * of custom elements, such as icons and buttons.
18865
+ *
18866
+ * @since 1.131
18867
+ * @experimental
18868
+ */
18869
+ getEndContent(): Control[];
18732
18870
  /**
18733
18871
  * Gets current value of property {@link #getIcon icon}.
18734
18872
  *
@@ -18773,6 +18911,41 @@ declare module "sap/ui/unified/MenuItem" {
18773
18911
  * @returns Value of property `text`
18774
18912
  */
18775
18913
  getText(): string;
18914
+ /**
18915
+ * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getEndContent endContent}. and
18916
+ * returns its index if found or -1 otherwise.
18917
+ *
18918
+ * @since 1.131
18919
+ * @experimental
18920
+ *
18921
+ * @returns The index of the provided control in the aggregation if found, or -1 otherwise
18922
+ */
18923
+ indexOfEndContent(
18924
+ /**
18925
+ * The endContent whose index is looked for
18926
+ */
18927
+ oEndContent: Control
18928
+ ): int;
18929
+ /**
18930
+ * Inserts a endContent into the aggregation {@link #getEndContent endContent}.
18931
+ *
18932
+ * @since 1.131
18933
+ * @experimental
18934
+ *
18935
+ * @returns Reference to `this` in order to allow method chaining
18936
+ */
18937
+ insertEndContent(
18938
+ /**
18939
+ * The endContent to insert; if empty, nothing is inserted
18940
+ */
18941
+ oEndContent: Control,
18942
+ /**
18943
+ * The `0`-based index the endContent should be inserted at; for a negative value of `iIndex`, the endContent
18944
+ * is inserted at position 0; for a value greater than the current size of the aggregation, the endContent
18945
+ * is inserted at the last position
18946
+ */
18947
+ iIndex: int
18948
+ ): this;
18776
18949
  /**
18777
18950
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
18778
18951
  *
@@ -18780,6 +18953,17 @@ declare module "sap/ui/unified/MenuItem" {
18780
18953
  * @returns An array of the removed elements (might be empty)
18781
18954
  */
18782
18955
  removeAllAriaLabelledBy(): ID[];
18956
+ /**
18957
+ * Removes all the controls from the aggregation {@link #getEndContent endContent}.
18958
+ *
18959
+ * Additionally, it unregisters them from the hosting UIArea.
18960
+ *
18961
+ * @since 1.131
18962
+ * @experimental
18963
+ *
18964
+ * @returns An array of the removed elements (might be empty)
18965
+ */
18966
+ removeAllEndContent(): Control[];
18783
18967
  /**
18784
18968
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
18785
18969
  *
@@ -18792,6 +18976,20 @@ declare module "sap/ui/unified/MenuItem" {
18792
18976
  */
18793
18977
  vAriaLabelledBy: int | ID | Control
18794
18978
  ): ID | null;
18979
+ /**
18980
+ * Removes a endContent from the aggregation {@link #getEndContent endContent}.
18981
+ *
18982
+ * @since 1.131
18983
+ * @experimental
18984
+ *
18985
+ * @returns The removed endContent or `null`
18986
+ */
18987
+ removeEndContent(
18988
+ /**
18989
+ * The endContent to remove or its index or id
18990
+ */
18991
+ vEndContent: int | string | Control
18992
+ ): Control | null;
18795
18993
  /**
18796
18994
  * Sets a new value for property {@link #getIcon icon}.
18797
18995
  *
@@ -18898,6 +19096,15 @@ declare module "sap/ui/unified/MenuItem" {
18898
19096
  */
18899
19097
  shortcutText?: string | PropertyBindingInfo;
18900
19098
 
19099
+ /**
19100
+ * Defines the content that is displayed at the end of a menu item. This aggregation allows for the addition
19101
+ * of custom elements, such as icons and buttons.
19102
+ *
19103
+ * @since 1.131
19104
+ * @experimental
19105
+ */
19106
+ endContent?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
19107
+
18901
19108
  /**
18902
19109
  * Association to controls / IDs which label this control (see WAI-ARIA attribute aria-labelledby).
18903
19110
  */
@@ -19939,10 +20146,17 @@ declare module "sap/ui/unified/NonWorkingPeriod" {
19939
20146
  }
19940
20147
 
19941
20148
  declare module "sap/ui/unified/RecurringNonWorkingPeriod" {
19942
- import Metadata from "sap/ui/base/Metadata";
20149
+ import {
20150
+ default as NonWorkingPeriod,
20151
+ $NonWorkingPeriodSettings,
20152
+ } from "sap/ui/unified/NonWorkingPeriod";
20153
+
20154
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
19943
20155
 
19944
20156
  import { RecurrenceType } from "sap/ui/unified/library";
19945
20157
 
20158
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
20159
+
19946
20160
  /**
19947
20161
  * A `RecurringNonWorkingPeriod` for use in a `PlanningCalendar` and `SinglePlanningCalendar`.
19948
20162
  *
@@ -19951,9 +20165,20 @@ declare module "sap/ui/unified/RecurringNonWorkingPeriod" {
19951
20165
  * @since 1.127.0
19952
20166
  * @experimental (since 1.127.0)
19953
20167
  */
19954
- export default class RecurringNonWorkingPeriod
19955
- extends /* was: sap.ui.unified. */ Object
19956
- {
20168
+ export default class RecurringNonWorkingPeriod extends NonWorkingPeriod {
20169
+ /**
20170
+ * Constructor for a new `RecurringNonWorkingPeriod`.
20171
+ *
20172
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
20173
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
20174
+ * of the syntax of the settings object.
20175
+ */
20176
+ constructor(
20177
+ /**
20178
+ * Initial settings for the new control
20179
+ */
20180
+ mSettings?: $RecurringNonWorkingPeriodSettings
20181
+ );
19957
20182
  /**
19958
20183
  * Constructor for a new `RecurringNonWorkingPeriod`.
19959
20184
  *
@@ -19969,14 +20194,14 @@ declare module "sap/ui/unified/RecurringNonWorkingPeriod" {
19969
20194
  /**
19970
20195
  * Initial settings for the new control
19971
20196
  */
19972
- mSettings?: object
20197
+ mSettings?: $RecurringNonWorkingPeriodSettings
19973
20198
  );
19974
20199
 
19975
20200
  /**
19976
20201
  * Creates a new subclass of class sap.ui.unified.RecurringNonWorkingPeriod with name `sClassName` and enriches
19977
20202
  * it with the information contained in `oClassInfo`.
19978
20203
  *
19979
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.unified..extend}.
20204
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.unified.NonWorkingPeriod.extend}.
19980
20205
  *
19981
20206
  *
19982
20207
  * @returns Created class / constructor function
@@ -20002,7 +20227,7 @@ declare module "sap/ui/unified/RecurringNonWorkingPeriod" {
20002
20227
  *
20003
20228
  * @returns Metadata object describing this class
20004
20229
  */
20005
- static getMetadata(): Metadata;
20230
+ static getMetadata(): ElementMetadata;
20006
20231
  /**
20007
20232
  * Gets current value of property {@link #getRecurrenceEndDate recurrenceEndDate}.
20008
20233
  *
@@ -20091,6 +20316,35 @@ declare module "sap/ui/unified/RecurringNonWorkingPeriod" {
20091
20316
  sRecurrenceType: RecurrenceType | keyof typeof RecurrenceType
20092
20317
  ): this;
20093
20318
  }
20319
+ /**
20320
+ * Describes the settings that can be provided to the RecurringNonWorkingPeriod constructor.
20321
+ *
20322
+ * @experimental (since 1.127.0)
20323
+ */
20324
+ export interface $RecurringNonWorkingPeriodSettings
20325
+ extends $NonWorkingPeriodSettings {
20326
+ /**
20327
+ * The recurrenceType determines the pattern of recurrence for a given calendar item.
20328
+ */
20329
+ recurrenceType?:
20330
+ | (RecurrenceType | keyof typeof RecurrenceType)
20331
+ | PropertyBindingInfo
20332
+ | `{${string}}`;
20333
+
20334
+ /**
20335
+ * Determines the end date of the calendar item, as a UI5Date or JavaScript Date object. It is considered
20336
+ * as a local date.
20337
+ */
20338
+ recurrenceEndDate?: object | PropertyBindingInfo | `{${string}}`;
20339
+
20340
+ /**
20341
+ * The recurrencePattern is an integer value which, in combination with the recurrenceType, sets the recurrence
20342
+ * frequency for a calendar item. For example, if the recurrenceType is set to "Daily" and the recurrencePattern
20343
+ * is set to 1, it signifies that repetition is set for every day. If the recurrencePattern is set to 3,
20344
+ * this would imply the calendar item is recurring once for every three days.
20345
+ */
20346
+ recurrencePattern?: int | PropertyBindingInfo | `{${string}}`;
20347
+ }
20094
20348
  }
20095
20349
 
20096
20350
  declare module "sap/ui/unified/Shell" {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.0
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ui/vbm/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.0
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ui/vk/library" {
4
4
  /**
@@ -36849,6 +36849,15 @@ declare module "sap/ui/vk/tools/TooltipTool" {
36849
36849
  * @returns Value of property `offsetY`
36850
36850
  */
36851
36851
  getOffsetY(): float;
36852
+ /**
36853
+ * Gets current value of property {@link #getTimeout timeout}.
36854
+ *
36855
+ * Default value is `0`.
36856
+ *
36857
+ *
36858
+ * @returns Value of property `timeout`
36859
+ */
36860
+ getTimeout(): int;
36852
36861
  /**
36853
36862
  * MOVE TO BASE Queues a command for execution during the rendering cycle. All gesture operations should
36854
36863
  * be called using this method.
@@ -36926,6 +36935,22 @@ declare module "sap/ui/vk/tools/TooltipTool" {
36926
36935
  */
36927
36936
  fOffsetY?: float
36928
36937
  ): this;
36938
+ /**
36939
+ * Sets a new value for property {@link #getTimeout timeout}.
36940
+ *
36941
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36942
+ *
36943
+ * Default value is `0`.
36944
+ *
36945
+ *
36946
+ * @returns Reference to `this` in order to allow method chaining
36947
+ */
36948
+ setTimeout(
36949
+ /**
36950
+ * New value for property `timeout`
36951
+ */
36952
+ iTimeout?: int
36953
+ ): this;
36929
36954
  /**
36930
36955
  * Sets the tooltip title
36931
36956
  *
@@ -36951,6 +36976,8 @@ declare module "sap/ui/vk/tools/TooltipTool" {
36951
36976
 
36952
36977
  offsetY?: float | PropertyBindingInfo | `{${string}}`;
36953
36978
 
36979
+ timeout?: int | PropertyBindingInfo | `{${string}}`;
36980
+
36954
36981
  /**
36955
36982
  * This event will be fired when mouse hover occurs.
36956
36983
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.0
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ui/vtm/library" {
4
4
  import Vtm from "sap/ui/vtm/Vtm";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -13533,7 +13533,8 @@ declare module "sap/ushell/ui5service/ShellUIService" {
13533
13533
  * also overwrite each other's settings. Nested components have to define the service in their own manifest
13534
13534
  * as well.
13535
13535
  *
13536
- * **Note:** The ShellUIService is intended for use by applications only and should not be used by plugins.
13536
+ * **Note:** The ShellUIService is intended for use by the active app only. Calls from other types of components
13537
+ * (e.g. plugins) or inactive components (e.g. from a hidden app) are ignored.
13537
13538
  *
13538
13539
  * Auto Title and Hierarchy:
13539
13540
  *
@@ -13641,8 +13642,8 @@ declare module "sap/ushell/ui5service/ShellUIService" {
13641
13642
  aRelatedApps?: AppInfo[]
13642
13643
  ): void;
13643
13644
  /**
13644
- * Displays the given title in the shell header. This method should not be called if the app calling the
13645
- * method is not currently displayed in the Fiori Launchpad.
13645
+ * Displays the given title in the shell header. This method should not be called - and will be without
13646
+ * effect - if the app calling the method is not currently displayed in the Fiori launchpad.
13646
13647
  *
13647
13648
  * @since 1.38.0
13648
13649
  */
@@ -13908,6 +13909,8 @@ declare namespace sap {
13908
13909
  }
13909
13910
 
13910
13911
  interface IUI5DefineDependencyNames {
13912
+ "sap/ushell/api/BootstrapObserver": undefined;
13913
+
13911
13914
  "sap/ushell/api/Copilot": undefined;
13912
13915
 
13913
13916
  "sap/ushell/api/Inbox": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.1
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.130.0
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.3
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.3
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.130.3
1
+ // For Library Version: 1.131.0
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4