@sapui5/ts-types 1.150.1 → 1.152.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 +1 -0
  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 +427 -157
  8. package/types/sap.f.d.ts +1189 -292
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.base.d.ts +2 -222
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +61 -9
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +220 -85
  15. package/types/sap.fe.navigation.d.ts +3 -2
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +12 -2
  19. package/types/sap.fe.test.d.ts +3 -3
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +138 -1
  23. package/types/sap.insights.d.ts +1 -1
  24. package/types/sap.m.d.ts +246 -3
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +1 -1
  31. package/types/sap.suite.ui.commons.d.ts +957 -1
  32. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/sap.tnt.d.ts +178 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/sap.ui.commons.d.ts +1 -1
  37. package/types/sap.ui.comp.d.ts +4 -2
  38. package/types/sap.ui.core.d.ts +561 -245
  39. package/types/sap.ui.dt.d.ts +1 -1
  40. package/types/sap.ui.export.d.ts +7 -1
  41. package/types/sap.ui.fl.d.ts +1 -1
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.geomap.d.ts +10393 -8758
  45. package/types/sap.ui.integration.d.ts +130 -326
  46. package/types/sap.ui.joule.frontend.d.ts +710 -0
  47. package/types/sap.ui.layout.d.ts +33 -7
  48. package/types/sap.ui.mdc.d.ts +36 -8
  49. package/types/sap.ui.richtexteditor.d.ts +1 -1
  50. package/types/sap.ui.rta.d.ts +4 -4
  51. package/types/sap.ui.suite.d.ts +1 -1
  52. package/types/sap.ui.support.d.ts +1 -1
  53. package/types/sap.ui.table.d.ts +2 -2
  54. package/types/sap.ui.testrecorder.d.ts +1 -1
  55. package/types/sap.ui.unified.d.ts +160 -1
  56. package/types/sap.ui.ux3.d.ts +1 -1
  57. package/types/sap.ui.vbm.d.ts +1 -1
  58. package/types/sap.ui.vk.d.ts +1 -1
  59. package/types/sap.ui.vtm.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +84 -47
  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.150.0
1
+ // For Library Version: 1.152.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -27422,6 +27422,28 @@ declare namespace sap {
27422
27422
  extends sap.ui.table.$RowSettingsSettings {
27423
27423
  rowId?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
27424
27424
 
27425
+ /**
27426
+ * Option to show or hide the parent row on expand. This is applicable only for multi-activity row settings.
27427
+ *
27428
+ * @since 1.151
27429
+ */
27430
+ showParentRowOnExpand?:
27431
+ | sap.gantt.simple.RowSettingsShowParentRowOnExpand
27432
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
27433
+ | `{${string}}`;
27434
+
27435
+ /**
27436
+ * Determines if only tasks are to be used for rendering the expanded shapes. Subtasks are not required.
27437
+ * PseudoShape creation depends only on the tasks. Subtasks are not considered. If not explicitly set, falls
27438
+ * back to the Gantt chart's useParentShapeOnExpand property.
27439
+ *
27440
+ * @since 1.151
27441
+ */
27442
+ useParentShapeOnExpand?:
27443
+ | sap.gantt.simple.RowSettingsUseParentShapeOnExpand
27444
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
27445
+ | `{${string}}`;
27446
+
27425
27447
  /**
27426
27448
  * The controls for the calendars.
27427
27449
  */
@@ -41806,6 +41828,19 @@ declare namespace sap {
41806
41828
  */
41807
41829
  vSimpleAdhocLine: int | string | sap.gantt.simple.AdhocLine
41808
41830
  ): sap.gantt.simple.AdhocLine | null;
41831
+ /**
41832
+ * This method scrolls the gantt chart vertically to display the specified row ID. There are no changes
41833
+ * if the specified row ID is already visible. Use this together with {@link #jumpToPosition} to implement
41834
+ * custom find-and-select logic for both horizontal and vertical scrolling.
41835
+ *
41836
+ * @since 1.152
41837
+ */
41838
+ scrollToRow(
41839
+ /**
41840
+ * The row ID value is bound using the `rowId` property of the row settings template.
41841
+ */
41842
+ sRowId: string
41843
+ ): void;
41809
41844
  /**
41810
41845
  * Selects a group of shapes specified by the `aShapeUids` array. Alternatively, this method deselects all
41811
41846
  * selected shapes when no shape UIDs are provided and the `bExclusive` parameter is `true`.
@@ -43791,6 +43826,26 @@ declare namespace sap {
43791
43826
  * The controls for the shapes.
43792
43827
  */
43793
43828
  getShapes5(): sap.gantt.simple.BaseShape[];
43829
+ /**
43830
+ * Gets the showParentRowOnExpand value with a fallback to the gantt chart level. If the property is explicitly
43831
+ * set on the row settings, use that value. Otherwise, fall back to the gantt chart's showParentRowOnExpand
43832
+ * property.
43833
+ *
43834
+ * @since 1.151
43835
+ *
43836
+ * @returns The showParentRowOnExpand value
43837
+ */
43838
+ getShowParentRowOnExpand(): boolean;
43839
+ /**
43840
+ * Gets the useParentShapeOnExpand value with a fallback to the gantt chart level. If the property is explicitly
43841
+ * set on the row settings, use that value. Otherwise, fall back to the gantt chart's useParentShapeOnExpand
43842
+ * property.
43843
+ *
43844
+ * @since 1.151
43845
+ *
43846
+ * @returns The useParentShapeOnExpand value
43847
+ */
43848
+ getUseParentShapeOnExpand(): boolean;
43794
43849
  /**
43795
43850
  * Checks for the provided `sap.gantt.simple.BaseCalendar` in the aggregation {@link #getCalendars1 calendars1}.
43796
43851
  * and returns its index if found or -1 otherwise.
@@ -44729,6 +44784,46 @@ declare namespace sap {
44729
44784
  */
44730
44785
  sRowId: string
44731
44786
  ): this;
44787
+ /**
44788
+ * Sets a new value for property {@link #getShowParentRowOnExpand showParentRowOnExpand}.
44789
+ *
44790
+ * Option to show or hide the parent row on expand. This is applicable only for multi-activity row settings.
44791
+ *
44792
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
44793
+ *
44794
+ * Default value is `"None"`.
44795
+ *
44796
+ * @since 1.151
44797
+ *
44798
+ * @returns Reference to `this` in order to allow method chaining
44799
+ */
44800
+ setShowParentRowOnExpand(
44801
+ /**
44802
+ * New value for property `showParentRowOnExpand`
44803
+ */
44804
+ sShowParentRowOnExpand?: sap.gantt.simple.RowSettingsShowParentRowOnExpand
44805
+ ): this;
44806
+ /**
44807
+ * Sets a new value for property {@link #getUseParentShapeOnExpand useParentShapeOnExpand}.
44808
+ *
44809
+ * Determines if only tasks are to be used for rendering the expanded shapes. Subtasks are not required.
44810
+ * PseudoShape creation depends only on the tasks. Subtasks are not considered. If not explicitly set, falls
44811
+ * back to the Gantt chart's useParentShapeOnExpand property.
44812
+ *
44813
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
44814
+ *
44815
+ * Default value is `"None"`.
44816
+ *
44817
+ * @since 1.151
44818
+ *
44819
+ * @returns Reference to `this` in order to allow method chaining
44820
+ */
44821
+ setUseParentShapeOnExpand(
44822
+ /**
44823
+ * New value for property `useParentShapeOnExpand`
44824
+ */
44825
+ sUseParentShapeOnExpand?: sap.gantt.simple.RowSettingsUseParentShapeOnExpand
44826
+ ): this;
44732
44827
  }
44733
44828
  /**
44734
44829
  * Enable users to define properties for shapes in one vertical line(column), each LegendColumnConfig affects
@@ -49663,6 +49758,48 @@ declare namespace sap {
49663
49758
  */
49664
49759
  StartToStart = "StartToStart",
49665
49760
  }
49761
+ /**
49762
+ * Configuration options for showParentRowOnExpand property at the row level.
49763
+ *
49764
+ * This enum is part of the 'sap/gantt/library' module export and must be accessed by the property 'simple.RowSettingsShowParentRowOnExpand'.
49765
+ *
49766
+ * @since 1.151
49767
+ */
49768
+ enum RowSettingsShowParentRowOnExpand {
49769
+ /**
49770
+ * When this property is not set at the row level.
49771
+ */
49772
+ None = "None",
49773
+ /**
49774
+ * When a row is expanded, only the child rows are shown.
49775
+ */
49776
+ OnlySubtask = "false",
49777
+ /**
49778
+ * When a row is expanded, both the parent row and the child rows are shown.
49779
+ */
49780
+ TaskAndSubtask = "true",
49781
+ }
49782
+ /**
49783
+ * Configuration options for useParentShapeOnExpand property at the row level.
49784
+ *
49785
+ * This enum is part of the 'sap/gantt/library' module export and must be accessed by the property 'simple.RowSettingsUseParentShapeOnExpand'.
49786
+ *
49787
+ * @since 1.151
49788
+ */
49789
+ enum RowSettingsUseParentShapeOnExpand {
49790
+ /**
49791
+ * When this property is not set at the row level.
49792
+ */
49793
+ None = "None",
49794
+ /**
49795
+ * When a row is expanded, only subTasks are used for rendering the expanded shapes.
49796
+ */
49797
+ NoTaskShape = "false",
49798
+ /**
49799
+ * When a row is expanded, only tasks are used for rendering the expanded shapes.
49800
+ */
49801
+ UseTaskShape = "true",
49802
+ }
49666
49803
  /**
49667
49804
  * Defines eventType for Shape style configuration.
49668
49805
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.152.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.152.0
2
2
 
3
3
  declare module "sap/m/p13n/Engine" {
4
4
  /**
@@ -18940,6 +18940,9 @@ declare namespace sap {
18940
18940
  /**
18941
18941
  * Custom buttons, to be displayed in the preview dialog footer.
18942
18942
  * Control by default adds two buttons (download and close).
18943
+ * **Note:** Buttons added using this aggregation cannot use `sap.m.ButtonType.Emphasized` since the Download
18944
+ * button is already rendered as emphasized to comply with the SAP Fiori action placement guidelines. Adding
18945
+ * another emphasized button violates the single-primary-action pattern.
18943
18946
  */
18944
18947
  additionalFooterButtons?:
18945
18948
  | sap.m.Button[]
@@ -20580,6 +20583,9 @@ declare namespace sap {
20580
20583
  *
20581
20584
  * Custom buttons, to be displayed in the preview dialog footer.
20582
20585
  * Control by default adds two buttons (download and close).
20586
+ * **Note:** Buttons added using this aggregation cannot use `sap.m.ButtonType.Emphasized` since the Download
20587
+ * button is already rendered as emphasized to comply with the SAP Fiori action placement guidelines. Adding
20588
+ * another emphasized button violates the single-primary-action pattern.
20583
20589
  */
20584
20590
  getAdditionalFooterButtons(): sap.m.Button[];
20585
20591
  /**
@@ -41261,6 +41267,14 @@ declare namespace sap {
41261
41267
  */
41262
41268
  ariaLabelledBy?: Array<sap.ui.core.Control | string>;
41263
41269
 
41270
+ /**
41271
+ * Associates controls or IDs that are controlled by this control, as described by the WAI-ARIA attribute
41272
+ * `aria-controls`.
41273
+ *
41274
+ * @since 1.150
41275
+ */
41276
+ ariaControls?: Array<sap.ui.core.Control | string>;
41277
+
41264
41278
  /**
41265
41279
  * Event which is fired when the user triggers a search.
41266
41280
  */
@@ -44792,6 +44806,27 @@ declare namespace sap {
44792
44806
  */
44793
44807
  priorityText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
44794
44808
 
44809
+ /**
44810
+ * Sets the priority level for the additional priority badge. Determines the state and icon of the badge.
44811
+ * Works only for generic tiles with ActionMode or Article Mode where FrameType Stretch is enabled.
44812
+ *
44813
+ * @since 1.151
44814
+ */
44815
+ additionalPriority?:
44816
+ | sap.m.Priority
44817
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
44818
+ | `{${string}}`;
44819
+
44820
+ /**
44821
+ * Sets the text within the additional priority badge that is displayed next to the priority badge. Works
44822
+ * only in Generic Tiles in ActionMode or Article Mode containing FrameType Stretch.
44823
+ *
44824
+ * @since 1.151
44825
+ */
44826
+ additionalPriorityText?:
44827
+ | string
44828
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
44829
+
44795
44830
  /**
44796
44831
  * The load status.
44797
44832
  *
@@ -45028,7 +45063,15 @@ declare namespace sap {
45028
45063
  /**
45029
45064
  * Describes the settings that can be provided to the TimePickerInputs constructor.
45030
45065
  */
45031
- interface $TimePickerInputsSettings extends sap.ui.core.$ControlSettings {}
45066
+ interface $TimePickerInputsSettings extends sap.ui.core.$ControlSettings {
45067
+ /**
45068
+ * Fired when the user commits a time edit — via digit / arrow / backspace / delete keys or by selecting
45069
+ * a different AM/PM. Consumers can use this to react to user interaction with the time inputs, since the
45070
+ * inner Input controls do not fire their own change event (onkeydown is intercepted and values are written
45071
+ * directly through setValue).
45072
+ */
45073
+ change?: (oEvent: sap.ui.base.Event) => void;
45074
+ }
45032
45075
 
45033
45076
  /**
45034
45077
  * Describes the settings that can be provided to the TimePickerSliders constructor.
@@ -50399,6 +50442,11 @@ declare namespace sap {
50399
50442
  interface TimePicker$LiveChangeEventParameters
50400
50443
  extends sap.m.DateTimeField$LiveChangeEventParameters {}
50401
50444
 
50445
+ /**
50446
+ * Parameters of the TimePickerInputs#change event.
50447
+ */
50448
+ interface TimePickerInputs$ChangeEventParameters {}
50449
+
50402
50450
  /**
50403
50451
  * Parameters of the TimePickerSliders#change event.
50404
50452
  */
@@ -74058,7 +74106,7 @@ declare namespace sap {
74058
74106
  * 1.23 the new feature expand / collapse was introduced, which uses the property maxCharacters. Beginning
74059
74107
  * with release 1.44, sap.m.FormattedText was introduced which allows html formatted text to be displayed.
74060
74108
  * The `actions` aggregation must contain instances of {@link sap.m.FeedListItemAction} in order to display
74061
- * them in the action sheet.
74109
+ * them in a menu.
74062
74110
  *
74063
74111
  * @since 1.12
74064
74112
  */
@@ -100149,6 +100197,21 @@ declare namespace sap {
100149
100197
  * @deprecated As of version 1.58. replaced by N-more/N-items labels.
100150
100198
  */
100151
100199
  openMultiLine(): void;
100200
+ /**
100201
+ * Prevents the `change` event from firing when focus moves between the inner input element and a Token
100202
+ * of this MultiInput's Tokenizer (e.g. via Arrow keys). The change event must only fire on ENTER or when
100203
+ * focus leaves the MultiInput entirely.
100204
+ *
100205
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
100206
+ *
100207
+ * @returns Whether the change event should be prevented.
100208
+ */
100209
+ preventChangeOnFocusLeave(
100210
+ /**
100211
+ * The event object.
100212
+ */
100213
+ oEvent?: jQuery.Event
100214
+ ): boolean;
100152
100215
  /**
100153
100216
  * Removes all the controls from the aggregation {@link #getTokens tokens}.
100154
100217
  *
@@ -130055,6 +130118,19 @@ declare namespace sap {
130055
130118
  * @returns Metadata object describing this class
130056
130119
  */
130057
130120
  static getMetadata(): sap.ui.core.ElementMetadata;
130121
+ /**
130122
+ * Adds some ariaControl into the association {@link #getAriaControls ariaControls}.
130123
+ *
130124
+ * @since 1.150
130125
+ *
130126
+ * @returns Reference to `this` in order to allow method chaining
130127
+ */
130128
+ addAriaControl(
130129
+ /**
130130
+ * The ariaControls to add; if empty, nothing is inserted
130131
+ */
130132
+ vAriaControl: sap.ui.core.ID | sap.ui.core.Control
130133
+ ): this;
130058
130134
  /**
130059
130135
  * Adds some ariaDescribedBy into the association {@link #getAriaDescribedBy ariaDescribedBy}.
130060
130136
  *
@@ -130447,6 +130523,12 @@ declare namespace sap {
130447
130523
  */
130448
130524
  mParameters?: sap.m.SearchField$SuggestEventParameters
130449
130525
  ): this;
130526
+ /**
130527
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaControls ariaControls}.
130528
+ *
130529
+ * @since 1.150
130530
+ */
130531
+ getAriaControls(): sap.ui.core.ID[];
130450
130532
  /**
130451
130533
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
130452
130534
  */
@@ -130662,6 +130744,14 @@ declare namespace sap {
130662
130744
  */
130663
130745
  iIndex: int
130664
130746
  ): this;
130747
+ /**
130748
+ * Removes all the controls in the association named {@link #getAriaControls ariaControls}.
130749
+ *
130750
+ * @since 1.150
130751
+ *
130752
+ * @returns An array of the removed elements (might be empty)
130753
+ */
130754
+ removeAllAriaControls(): sap.ui.core.ID[];
130665
130755
  /**
130666
130756
  * Removes all the controls in the association named {@link #getAriaDescribedBy ariaDescribedBy}.
130667
130757
  *
@@ -130686,6 +130776,19 @@ declare namespace sap {
130686
130776
  * @returns An array of the removed elements (might be empty)
130687
130777
  */
130688
130778
  removeAllSuggestionItems(): sap.m.SuggestionItem[];
130779
+ /**
130780
+ * Removes an ariaControl from the association named {@link #getAriaControls ariaControls}.
130781
+ *
130782
+ * @since 1.150
130783
+ *
130784
+ * @returns The removed ariaControl or `null`
130785
+ */
130786
+ removeAriaControl(
130787
+ /**
130788
+ * The ariaControl to be removed or its index or ID
130789
+ */
130790
+ vAriaControl: int | sap.ui.core.ID | sap.ui.core.Control
130791
+ ): sap.ui.core.ID | null;
130689
130792
  /**
130690
130793
  * Removes an ariaDescribedBy from the association named {@link #getAriaDescribedBy ariaDescribedBy}.
130691
130794
  *
@@ -152056,6 +152159,30 @@ declare namespace sap {
152056
152159
  * @returns Reference to `this` in order to allow method chaining
152057
152160
  */
152058
152161
  destroyContent(): this;
152162
+ /**
152163
+ * Gets current value of property {@link #getAdditionalPriority additionalPriority}.
152164
+ *
152165
+ * Sets the priority level for the additional priority badge. Determines the state and icon of the badge.
152166
+ * Works only for generic tiles with ActionMode or Article Mode where FrameType Stretch is enabled.
152167
+ *
152168
+ * Default value is `None`.
152169
+ *
152170
+ * @since 1.151
152171
+ *
152172
+ * @returns Value of property `additionalPriority`
152173
+ */
152174
+ getAdditionalPriority(): sap.m.Priority;
152175
+ /**
152176
+ * Gets current value of property {@link #getAdditionalPriorityText additionalPriorityText}.
152177
+ *
152178
+ * Sets the text within the additional priority badge that is displayed next to the priority badge. Works
152179
+ * only in Generic Tiles in ActionMode or Article Mode containing FrameType Stretch.
152180
+ *
152181
+ * @since 1.151
152182
+ *
152183
+ * @returns Value of property `additionalPriorityText`
152184
+ */
152185
+ getAdditionalPriorityText(): string;
152059
152186
  /**
152060
152187
  * Gets content of aggregation {@link #getContent content}.
152061
152188
  *
@@ -152164,6 +152291,30 @@ declare namespace sap {
152164
152291
  * @returns Value of property `unit`
152165
152292
  */
152166
152293
  getUnit(): string;
152294
+ /**
152295
+ * Sets the priority level for the additional priority badge.
152296
+ *
152297
+ *
152298
+ * @returns Reference to the current instance for method chaining.
152299
+ */
152300
+ setAdditionalPriority(
152301
+ /**
152302
+ * The priority level.
152303
+ */
152304
+ sPriority: sap.m.Priority
152305
+ ): this;
152306
+ /**
152307
+ * Sets the text for the additional priority badge.
152308
+ *
152309
+ *
152310
+ * @returns Reference to the current instance for method chaining.
152311
+ */
152312
+ setAdditionalPriorityText(
152313
+ /**
152314
+ * The text to be displayed on the badge.
152315
+ */
152316
+ sPriorityText: string
152317
+ ): this;
152167
152318
  /**
152168
152319
  * Sets the aggregated {@link #getContent content}.
152169
152320
  *
@@ -153744,6 +153895,90 @@ declare namespace sap {
153744
153895
  * @returns Metadata object describing this class
153745
153896
  */
153746
153897
  static getMetadata(): sap.ui.core.ElementMetadata;
153898
+ /**
153899
+ * Attaches event handler `fnFunction` to the {@link #event:change change} event of this `sap.m.TimePickerInputs`.
153900
+ *
153901
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
153902
+ * otherwise it will be bound to this `sap.m.TimePickerInputs` itself.
153903
+ *
153904
+ * Fired when the user commits a time edit — via digit / arrow / backspace / delete keys or by selecting
153905
+ * a different AM/PM. Consumers can use this to react to user interaction with the time inputs, since the
153906
+ * inner Input controls do not fire their own change event (onkeydown is intercepted and values are written
153907
+ * directly through setValue).
153908
+ *
153909
+ *
153910
+ * @returns Reference to `this` in order to allow method chaining
153911
+ */
153912
+ attachChange(
153913
+ /**
153914
+ * An application-specific payload object that will be passed to the event handler along with the event
153915
+ * object when firing the event
153916
+ */
153917
+ oData: object,
153918
+ /**
153919
+ * The function to be called when the event occurs
153920
+ */
153921
+ fnFunction: (p1: sap.ui.base.Event) => void,
153922
+ /**
153923
+ * Context object to call the event handler with. Defaults to this `sap.m.TimePickerInputs` itself
153924
+ */
153925
+ oListener?: object
153926
+ ): this;
153927
+ /**
153928
+ * Attaches event handler `fnFunction` to the {@link #event:change change} event of this `sap.m.TimePickerInputs`.
153929
+ *
153930
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
153931
+ * otherwise it will be bound to this `sap.m.TimePickerInputs` itself.
153932
+ *
153933
+ * Fired when the user commits a time edit — via digit / arrow / backspace / delete keys or by selecting
153934
+ * a different AM/PM. Consumers can use this to react to user interaction with the time inputs, since the
153935
+ * inner Input controls do not fire their own change event (onkeydown is intercepted and values are written
153936
+ * directly through setValue).
153937
+ *
153938
+ *
153939
+ * @returns Reference to `this` in order to allow method chaining
153940
+ */
153941
+ attachChange(
153942
+ /**
153943
+ * The function to be called when the event occurs
153944
+ */
153945
+ fnFunction: (p1: sap.ui.base.Event) => void,
153946
+ /**
153947
+ * Context object to call the event handler with. Defaults to this `sap.m.TimePickerInputs` itself
153948
+ */
153949
+ oListener?: object
153950
+ ): this;
153951
+ /**
153952
+ * Detaches event handler `fnFunction` from the {@link #event:change change} event of this `sap.m.TimePickerInputs`.
153953
+ *
153954
+ * The passed function and listener object must match the ones used for event registration.
153955
+ *
153956
+ *
153957
+ * @returns Reference to `this` in order to allow method chaining
153958
+ */
153959
+ detachChange(
153960
+ /**
153961
+ * The function to be called, when the event occurs
153962
+ */
153963
+ fnFunction: (p1: sap.ui.base.Event) => void,
153964
+ /**
153965
+ * Context object on which the given function had to be called
153966
+ */
153967
+ oListener?: object
153968
+ ): this;
153969
+ /**
153970
+ * Fires event {@link #event:change change} to attached listeners.
153971
+ *
153972
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
153973
+ *
153974
+ * @returns Reference to `this` in order to allow method chaining
153975
+ */
153976
+ fireChange(
153977
+ /**
153978
+ * Parameters to pass along with the event
153979
+ */
153980
+ mParameters?: object
153981
+ ): this;
153747
153982
  /**
153748
153983
  * Gets the time values from the clocks, as a date object.
153749
153984
  *
@@ -172988,6 +173223,14 @@ declare namespace sap {
172988
173223
  TimePicker
172989
173224
  >;
172990
173225
 
173226
+ /**
173227
+ * Event object of the TimePickerInputs#change event.
173228
+ */
173229
+ type TimePickerInputs$ChangeEvent = sap.ui.base.Event<
173230
+ TimePickerInputs$ChangeEventParameters,
173231
+ TimePickerInputs
173232
+ >;
173233
+
172991
173234
  /**
172992
173235
  * Event object of the TimePickerSliders#change event.
172993
173236
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.152.0
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.150.0
1
+ // For Library Version: 1.152.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.152.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.152.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.152.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace rules {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.152.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {