@sapui5/ts-types 1.133.0 → 1.134.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/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.cux.home.d.ts +0 -14
  7. package/types/sap.esh.search.ui.d.ts +7 -1
  8. package/types/sap.f.d.ts +49 -8
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +25 -3
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +55 -62
  14. package/types/sap.fe.navigation.d.ts +1 -1
  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 +187 -128
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +641 -74
  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 +360 -89
  30. package/types/sap.suite.ui.commons.d.ts +1 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +53 -30
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +105 -7
  34. package/types/sap.ui.codeeditor.d.ts +9 -7
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +11 -30
  37. package/types/sap.ui.core.d.ts +351 -55
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +1 -1
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +1 -3
  44. package/types/sap.ui.layout.d.ts +2 -2
  45. package/types/sap.ui.mdc.d.ts +227 -11
  46. package/types/sap.ui.richtexteditor.d.ts +1 -1
  47. package/types/sap.ui.rta.d.ts +79 -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 +1 -1
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +41 -47
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +325 -4
  55. package/types/sap.ui.vk.d.ts +4 -4
  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 +36 -4
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +7 -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
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -2464,6 +2464,13 @@ declare namespace sap {
2464
2464
  ): object | undefined;
2465
2465
  }
2466
2466
 
2467
+ namespace Dialog {
2468
+ /**
2469
+ * Escape handler for sap.m.Dialog control.
2470
+ */
2471
+ type EscapeHandler = (oHandlers: object) => void;
2472
+ }
2473
+
2467
2474
  namespace MessageBox {
2468
2475
  /**
2469
2476
  * Enumeration of supported actions in a MessageBox.
@@ -17787,6 +17794,13 @@ declare namespace sap {
17787
17794
  uploadCompleted?: (
17788
17795
  oEvent: UploaderTableItem$UploadCompletedEvent
17789
17796
  ) => void;
17797
+
17798
+ /**
17799
+ * The event is fired when an XHR request reports its termination.
17800
+ */
17801
+ uploadTerminated?: (
17802
+ oEvent: UploaderTableItem$UploadTerminatedEvent
17803
+ ) => void;
17790
17804
  }
17791
17805
 
17792
17806
  /**
@@ -17857,6 +17871,16 @@ declare namespace sap {
17857
17871
  | sap.ui.core.Item
17858
17872
  | sap.ui.base.ManagedObject.AggregationBindingInfo
17859
17873
  | `{${string}}`;
17874
+
17875
+ /**
17876
+ * The event is fired every time an XHR request reports progress while uploading.
17877
+ */
17878
+ uploadProgress?: (oEvent: UploadItem$UploadProgressEvent) => void;
17879
+
17880
+ /**
17881
+ * This event is fired right after the upload is terminated.
17882
+ */
17883
+ uploadTerminated?: (oEvent: UploadItem$UploadTerminatedEvent) => void;
17860
17884
  }
17861
17885
 
17862
17886
  /**
@@ -18572,6 +18596,43 @@ declare namespace sap {
18572
18596
  item?: any;
18573
18597
  }
18574
18598
 
18599
+ /**
18600
+ * Parameters of the UploaderTableItem#uploadTerminated event.
18601
+ */
18602
+ interface UploaderTableItem$UploadTerminatedEventParameters {
18603
+ /**
18604
+ * The item that is going to be deleted.
18605
+ */
18606
+ item?: sap.m.upload.UploadItem;
18607
+ }
18608
+
18609
+ /**
18610
+ * Parameters of the UploadItem#uploadProgress event.
18611
+ */
18612
+ interface UploadItem$UploadProgressEventParameters {
18613
+ /**
18614
+ * The number of bytes transferred since the beginning of the operation. laoded parameter doesn't include
18615
+ * headers and other overhead, but only the content itself
18616
+ */
18617
+ loaded?: int;
18618
+
18619
+ /**
18620
+ * The total number of bytes of content that is transferred during the operation. If the total size is unknown,
18621
+ * this value is zero.
18622
+ */
18623
+ total?: int;
18624
+ }
18625
+
18626
+ /**
18627
+ * Parameters of the UploadItem#uploadTerminated event.
18628
+ */
18629
+ interface UploadItem$UploadTerminatedEventParameters {
18630
+ /**
18631
+ * The file whose upload has just been terminated.
18632
+ */
18633
+ item?: sap.m.upload.UploadItem;
18634
+ }
18635
+
18575
18636
  /**
18576
18637
  * Parameters of the UploadSet#afterItemAdded event.
18577
18638
  */
@@ -20127,6 +20188,55 @@ declare namespace sap {
20127
20188
  */
20128
20189
  oListener?: object
20129
20190
  ): this;
20191
+ /**
20192
+ * Attaches event handler `fnFunction` to the {@link #event:uploadTerminated uploadTerminated} event of
20193
+ * this `sap.m.upload.UploaderTableItem`.
20194
+ *
20195
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
20196
+ * otherwise it will be bound to this `sap.m.upload.UploaderTableItem` itself.
20197
+ *
20198
+ * The event is fired when an XHR request reports its termination.
20199
+ *
20200
+ *
20201
+ * @returns Reference to `this` in order to allow method chaining
20202
+ */
20203
+ attachUploadTerminated(
20204
+ /**
20205
+ * An application-specific payload object that will be passed to the event handler along with the event
20206
+ * object when firing the event
20207
+ */
20208
+ oData: object,
20209
+ /**
20210
+ * The function to be called when the event occurs
20211
+ */
20212
+ fnFunction: (p1: UploaderTableItem$UploadTerminatedEvent) => void,
20213
+ /**
20214
+ * Context object to call the event handler with. Defaults to this `sap.m.upload.UploaderTableItem` itself
20215
+ */
20216
+ oListener?: object
20217
+ ): this;
20218
+ /**
20219
+ * Attaches event handler `fnFunction` to the {@link #event:uploadTerminated uploadTerminated} event of
20220
+ * this `sap.m.upload.UploaderTableItem`.
20221
+ *
20222
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
20223
+ * otherwise it will be bound to this `sap.m.upload.UploaderTableItem` itself.
20224
+ *
20225
+ * The event is fired when an XHR request reports its termination.
20226
+ *
20227
+ *
20228
+ * @returns Reference to `this` in order to allow method chaining
20229
+ */
20230
+ attachUploadTerminated(
20231
+ /**
20232
+ * The function to be called when the event occurs
20233
+ */
20234
+ fnFunction: (p1: UploaderTableItem$UploadTerminatedEvent) => void,
20235
+ /**
20236
+ * Context object to call the event handler with. Defaults to this `sap.m.upload.UploaderTableItem` itself
20237
+ */
20238
+ oListener?: object
20239
+ ): this;
20130
20240
  /**
20131
20241
  * Detaches event handler `fnFunction` from the {@link #event:uploadCompleted uploadCompleted} event of
20132
20242
  * this `sap.m.upload.UploaderTableItem`.
@@ -20184,6 +20294,25 @@ declare namespace sap {
20184
20294
  */
20185
20295
  oListener?: object
20186
20296
  ): this;
20297
+ /**
20298
+ * Detaches event handler `fnFunction` from the {@link #event:uploadTerminated uploadTerminated} event of
20299
+ * this `sap.m.upload.UploaderTableItem`.
20300
+ *
20301
+ * The passed function and listener object must match the ones used for event registration.
20302
+ *
20303
+ *
20304
+ * @returns Reference to `this` in order to allow method chaining
20305
+ */
20306
+ detachUploadTerminated(
20307
+ /**
20308
+ * The function to be called, when the event occurs
20309
+ */
20310
+ fnFunction: (p1: UploaderTableItem$UploadTerminatedEvent) => void,
20311
+ /**
20312
+ * Context object on which the given function had to be called
20313
+ */
20314
+ oListener?: object
20315
+ ): this;
20187
20316
  /**
20188
20317
  * Starts the process of downloading a file.
20189
20318
  *
@@ -20243,6 +20372,19 @@ declare namespace sap {
20243
20372
  */
20244
20373
  mParameters?: sap.m.upload.UploaderTableItem$UploadStartedEventParameters
20245
20374
  ): this;
20375
+ /**
20376
+ * Fires event {@link #event:uploadTerminated uploadTerminated} to attached listeners.
20377
+ *
20378
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
20379
+ *
20380
+ * @returns Reference to `this` in order to allow method chaining
20381
+ */
20382
+ fireUploadTerminated(
20383
+ /**
20384
+ * Parameters to pass along with the event
20385
+ */
20386
+ mParameters?: sap.m.upload.UploaderTableItem$UploadTerminatedEventParameters
20387
+ ): this;
20246
20388
  /**
20247
20389
  * Gets current value of property {@link #getDownloadUrl downloadUrl}.
20248
20390
  *
@@ -20353,6 +20495,15 @@ declare namespace sap {
20353
20495
  */
20354
20496
  bUseMultipart?: boolean
20355
20497
  ): this;
20498
+ /**
20499
+ * Attempts to terminate the process of uploading the specified file.
20500
+ */
20501
+ terminateItem(
20502
+ /**
20503
+ * Item representing the file whose ongoing upload process is to be terminated.
20504
+ */
20505
+ oItem: sap.m.upload.UploadItem
20506
+ ): void;
20356
20507
  /**
20357
20508
  * Starts the process of uploading the specified file.
20358
20509
  */
@@ -20450,6 +20601,104 @@ declare namespace sap {
20450
20601
  */
20451
20602
  oHeaderField: sap.ui.core.Item
20452
20603
  ): this;
20604
+ /**
20605
+ * Attaches event handler `fnFunction` to the {@link #event:uploadProgress uploadProgress} event of this
20606
+ * `sap.m.upload.UploadItem`.
20607
+ *
20608
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
20609
+ * otherwise it will be bound to this `sap.m.upload.UploadItem` itself.
20610
+ *
20611
+ * The event is fired every time an XHR request reports progress while uploading.
20612
+ *
20613
+ *
20614
+ * @returns Reference to `this` in order to allow method chaining
20615
+ */
20616
+ attachUploadProgress(
20617
+ /**
20618
+ * An application-specific payload object that will be passed to the event handler along with the event
20619
+ * object when firing the event
20620
+ */
20621
+ oData: object,
20622
+ /**
20623
+ * The function to be called when the event occurs
20624
+ */
20625
+ fnFunction: (p1: UploadItem$UploadProgressEvent) => void,
20626
+ /**
20627
+ * Context object to call the event handler with. Defaults to this `sap.m.upload.UploadItem` itself
20628
+ */
20629
+ oListener?: object
20630
+ ): this;
20631
+ /**
20632
+ * Attaches event handler `fnFunction` to the {@link #event:uploadProgress uploadProgress} event of this
20633
+ * `sap.m.upload.UploadItem`.
20634
+ *
20635
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
20636
+ * otherwise it will be bound to this `sap.m.upload.UploadItem` itself.
20637
+ *
20638
+ * The event is fired every time an XHR request reports progress while uploading.
20639
+ *
20640
+ *
20641
+ * @returns Reference to `this` in order to allow method chaining
20642
+ */
20643
+ attachUploadProgress(
20644
+ /**
20645
+ * The function to be called when the event occurs
20646
+ */
20647
+ fnFunction: (p1: UploadItem$UploadProgressEvent) => void,
20648
+ /**
20649
+ * Context object to call the event handler with. Defaults to this `sap.m.upload.UploadItem` itself
20650
+ */
20651
+ oListener?: object
20652
+ ): this;
20653
+ /**
20654
+ * Attaches event handler `fnFunction` to the {@link #event:uploadTerminated uploadTerminated} event of
20655
+ * this `sap.m.upload.UploadItem`.
20656
+ *
20657
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
20658
+ * otherwise it will be bound to this `sap.m.upload.UploadItem` itself.
20659
+ *
20660
+ * This event is fired right after the upload is terminated.
20661
+ *
20662
+ *
20663
+ * @returns Reference to `this` in order to allow method chaining
20664
+ */
20665
+ attachUploadTerminated(
20666
+ /**
20667
+ * An application-specific payload object that will be passed to the event handler along with the event
20668
+ * object when firing the event
20669
+ */
20670
+ oData: object,
20671
+ /**
20672
+ * The function to be called when the event occurs
20673
+ */
20674
+ fnFunction: (p1: UploadItem$UploadTerminatedEvent) => void,
20675
+ /**
20676
+ * Context object to call the event handler with. Defaults to this `sap.m.upload.UploadItem` itself
20677
+ */
20678
+ oListener?: object
20679
+ ): this;
20680
+ /**
20681
+ * Attaches event handler `fnFunction` to the {@link #event:uploadTerminated uploadTerminated} event of
20682
+ * this `sap.m.upload.UploadItem`.
20683
+ *
20684
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
20685
+ * otherwise it will be bound to this `sap.m.upload.UploadItem` itself.
20686
+ *
20687
+ * This event is fired right after the upload is terminated.
20688
+ *
20689
+ *
20690
+ * @returns Reference to `this` in order to allow method chaining
20691
+ */
20692
+ attachUploadTerminated(
20693
+ /**
20694
+ * The function to be called when the event occurs
20695
+ */
20696
+ fnFunction: (p1: UploadItem$UploadTerminatedEvent) => void,
20697
+ /**
20698
+ * Context object to call the event handler with. Defaults to this `sap.m.upload.UploadItem` itself
20699
+ */
20700
+ oListener?: object
20701
+ ): this;
20453
20702
  /**
20454
20703
  * Destroys all the headerFields in the aggregation {@link #getHeaderFields headerFields}.
20455
20704
  *
@@ -20457,6 +20706,44 @@ declare namespace sap {
20457
20706
  * @returns Reference to `this` in order to allow method chaining
20458
20707
  */
20459
20708
  destroyHeaderFields(): this;
20709
+ /**
20710
+ * Detaches event handler `fnFunction` from the {@link #event:uploadProgress uploadProgress} event of this
20711
+ * `sap.m.upload.UploadItem`.
20712
+ *
20713
+ * The passed function and listener object must match the ones used for event registration.
20714
+ *
20715
+ *
20716
+ * @returns Reference to `this` in order to allow method chaining
20717
+ */
20718
+ detachUploadProgress(
20719
+ /**
20720
+ * The function to be called, when the event occurs
20721
+ */
20722
+ fnFunction: (p1: UploadItem$UploadProgressEvent) => void,
20723
+ /**
20724
+ * Context object on which the given function had to be called
20725
+ */
20726
+ oListener?: object
20727
+ ): this;
20728
+ /**
20729
+ * Detaches event handler `fnFunction` from the {@link #event:uploadTerminated uploadTerminated} event of
20730
+ * this `sap.m.upload.UploadItem`.
20731
+ *
20732
+ * The passed function and listener object must match the ones used for event registration.
20733
+ *
20734
+ *
20735
+ * @returns Reference to `this` in order to allow method chaining
20736
+ */
20737
+ detachUploadTerminated(
20738
+ /**
20739
+ * The function to be called, when the event occurs
20740
+ */
20741
+ fnFunction: (p1: UploadItem$UploadTerminatedEvent) => void,
20742
+ /**
20743
+ * Context object on which the given function had to be called
20744
+ */
20745
+ oListener?: object
20746
+ ): this;
20460
20747
  /**
20461
20748
  * Downloads the item. Only possible when the item has a valid URL specified in the `url` property.
20462
20749
  *
@@ -20469,6 +20756,32 @@ declare namespace sap {
20469
20756
  */
20470
20757
  bAskForLocation: boolean
20471
20758
  ): boolean;
20759
+ /**
20760
+ * Fires event {@link #event:uploadProgress uploadProgress} to attached listeners.
20761
+ *
20762
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
20763
+ *
20764
+ * @returns Reference to `this` in order to allow method chaining
20765
+ */
20766
+ fireUploadProgress(
20767
+ /**
20768
+ * Parameters to pass along with the event
20769
+ */
20770
+ mParameters?: sap.m.upload.UploadItem$UploadProgressEventParameters
20771
+ ): this;
20772
+ /**
20773
+ * Fires event {@link #event:uploadTerminated uploadTerminated} to attached listeners.
20774
+ *
20775
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
20776
+ *
20777
+ * @returns Reference to `this` in order to allow method chaining
20778
+ */
20779
+ fireUploadTerminated(
20780
+ /**
20781
+ * Parameters to pass along with the event
20782
+ */
20783
+ mParameters?: sap.m.upload.UploadItem$UploadTerminatedEventParameters
20784
+ ): this;
20472
20785
  /**
20473
20786
  * Returns the details of the file selected from the CloudFilePicker control.
20474
20787
  *
@@ -20767,6 +21080,14 @@ declare namespace sap {
20767
21080
  */
20768
21081
  sUrl?: string
20769
21082
  ): this;
21083
+ /**
21084
+ * API to terminate the upload of an item. With success, the event `uploadTerminated` is fired on the `UploadItem`.
21085
+ * Termination is only possible if the item is in `Uploading` state and uploadItem is associated with `UploadSetwithTable`
21086
+ * plugin.
21087
+ *
21088
+ * @since 1.134
21089
+ */
21090
+ terminateUpload(): void;
20770
21091
  }
20771
21092
  /**
20772
21093
  * `sap.m.UploadItemConfiguration` represents the configuration for the items in the {@link sap.m.plugins.UploadSetwithTable UploadSetwithTable }
@@ -24894,6 +25215,30 @@ declare namespace sap {
24894
25215
  UploaderTableItem
24895
25216
  >;
24896
25217
 
25218
+ /**
25219
+ * Event object of the UploaderTableItem#uploadTerminated event.
25220
+ */
25221
+ type UploaderTableItem$UploadTerminatedEvent = sap.ui.base.Event<
25222
+ UploaderTableItem$UploadTerminatedEventParameters,
25223
+ UploaderTableItem
25224
+ >;
25225
+
25226
+ /**
25227
+ * Event object of the UploadItem#uploadProgress event.
25228
+ */
25229
+ type UploadItem$UploadProgressEvent = sap.ui.base.Event<
25230
+ UploadItem$UploadProgressEventParameters,
25231
+ UploadItem
25232
+ >;
25233
+
25234
+ /**
25235
+ * Event object of the UploadItem#uploadTerminated event.
25236
+ */
25237
+ type UploadItem$UploadTerminatedEvent = sap.ui.base.Event<
25238
+ UploadItem$UploadTerminatedEventParameters,
25239
+ UploadItem
25240
+ >;
25241
+
24897
25242
  /**
24898
25243
  * Event object of the UploadSet#afterItemAdded event.
24899
25244
  */
@@ -27829,15 +28174,15 @@ declare namespace sap {
27829
28174
  | `{${string}}`;
27830
28175
 
27831
28176
  /**
27832
- * This property expects a function with one parameter of type Promise. In the function, you should call
27833
- * either `resolve()` or `reject()` on the Promise object.
27834
- * The function allows you to define custom behavior which will be executed when the Escape key is pressed.
27835
- * By default, when the Escape key is pressed, the Dialog is immediately closed.
28177
+ * This property allows to define custom behavior if the Escape key is pressed. By default, the Dialog is
28178
+ * closed.
28179
+ * The property expects a function with one object parameter with `resolve` and `reject` properties. In
28180
+ * the function, either call `resolve` to close the dialog or call `reject` to prevent it from being closed.
27836
28181
  *
27837
28182
  * @since 1.44
27838
28183
  */
27839
28184
  escapeHandler?:
27840
- | Function
28185
+ | sap.m.Dialog.EscapeHandler
27841
28186
  | sap.ui.base.ManagedObject.PropertyBindingInfo
27842
28187
  | `{${string}}`;
27843
28188
 
@@ -29138,6 +29483,38 @@ declare namespace sap {
29138
29483
  | sap.ui.base.ManagedObject.PropertyBindingInfo
29139
29484
  | `{${string}}`;
29140
29485
 
29486
+ /**
29487
+ * The size of the gap between columns and rows. It serves as a shorthand property for `rowGap` and `columnGap`
29488
+ * properties. If either of the properties is set, the `gap` value will have lower priority and will be
29489
+ * overwritten.
29490
+ *
29491
+ * @since 1.134
29492
+ */
29493
+ gap?:
29494
+ | sap.ui.core.CSSGapShortHand
29495
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
29496
+ | `{${string}}`;
29497
+
29498
+ /**
29499
+ * The size of the gap between rows.
29500
+ *
29501
+ * @since 1.134
29502
+ */
29503
+ rowGap?:
29504
+ | sap.ui.core.CSSSize
29505
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
29506
+ | `{${string}}`;
29507
+
29508
+ /**
29509
+ * The size of the gap between columns.
29510
+ *
29511
+ * @since 1.134
29512
+ */
29513
+ columnGap?:
29514
+ | sap.ui.core.CSSSize
29515
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
29516
+ | `{${string}}`;
29517
+
29141
29518
  /**
29142
29519
  * Flex items within the flexible box layout
29143
29520
  */
@@ -29359,6 +29736,14 @@ declare namespace sap {
29359
29736
  | sap.ui.base.ManagedObject.PropertyBindingInfo
29360
29737
  | `{${string}}`;
29361
29738
 
29739
+ /**
29740
+ * Disables rendering of the `style` attribute in the `FormattedText`.
29741
+ */
29742
+ disableStyleAttribute?:
29743
+ | boolean
29744
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
29745
+ | `{${string}}`;
29746
+
29362
29747
  /**
29363
29748
  * List of `sap.m.Link` controls that will be used to replace the placeholders in the text. Placeholders
29364
29749
  * are replaced according to their indexes. The placeholder with index %%0 will be replaced by the first
@@ -29547,6 +29932,9 @@ declare namespace sap {
29547
29932
  /**
29548
29933
  * Additional description for aria-role.
29549
29934
  *
29935
+ * **Note:** When the control is placed inside a `sap.f.GridContainer`, its accessibility role is overridden
29936
+ * by the accessibility role specified by the `sap.f.GridContainer`.
29937
+ *
29550
29938
  * @since 1.83
29551
29939
  */
29552
29940
  ariaRole?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -39548,8 +39936,8 @@ declare namespace sap {
39548
39936
  * bound model (progressive loading). **Note:** This feature only works when an `items` aggregation is bound.
39549
39937
  * **Note:** Growing property, must not be used together with two-way binding. **Note:** If the property
39550
39938
  * is set to `true`, selected count (if present) and search, will work for currently loaded items only.
39551
- * To make sure that all items in the table are loaded at once and the above features work properly, we
39552
- * recommend setting the `growing` property to false.
39939
+ * To make sure that all items in the list are loaded at once and the above features work properly, we recommend
39940
+ * setting the `growing` property to false.
39553
39941
  *
39554
39942
  * @since 1.56
39555
39943
  */
@@ -42777,7 +43165,15 @@ declare namespace sap {
42777
43165
  /**
42778
43166
  * Describes the settings that can be provided to the TimePickerClocks constructor.
42779
43167
  */
42780
- interface $TimePickerClocksSettings extends sap.ui.core.$ControlSettings {}
43168
+ interface $TimePickerClocksSettings extends sap.ui.core.$ControlSettings {
43169
+ /**
43170
+ * When set to `true`, the clock will be displayed without the animation.
43171
+ */
43172
+ skipAnimation?:
43173
+ | boolean
43174
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
43175
+ | `{${string}}`;
43176
+ }
42781
43177
 
42782
43178
  /**
42783
43179
  * Describes the settings that can be provided to the TimePickerInputs constructor.
@@ -58989,7 +59385,7 @@ declare namespace sap {
58989
59385
  /**
58990
59386
  * the selected color
58991
59387
  */
58992
- color: sap.ui.core.CSSColor
59388
+ sColor: sap.ui.core.CSSColor
58993
59389
  ): this;
58994
59390
  /**
58995
59391
  * Sets a new value for property {@link #getColors colors}.
@@ -61626,7 +62022,7 @@ declare namespace sap {
61626
62022
  /**
61627
62023
  * A callback function called when typing in a ComboBoxBase control or ancestor.
61628
62024
  */
61629
- fnFilter?: (p1: string, p2: sap.ui.core.Item) => boolean
62025
+ fnFilter?: (p1?: string, p2?: sap.ui.core.Item) => boolean
61630
62026
  ): this;
61631
62027
  /**
61632
62028
  * Sets the property `_sPickerType`.
@@ -63057,7 +63453,7 @@ declare namespace sap {
63057
63453
  *
63058
63454
  * @returns the value of property `dateValue`
63059
63455
  */
63060
- getDateValue(): Date | import("sap/ui/core/date/UI5Date").default;
63456
+ getDateValue(): Date | import("sap/ui/core/date/UI5Date").default | null;
63061
63457
  /**
63062
63458
  * The date is displayed in the input field using this format. By default, the medium format of the used
63063
63459
  * locale is used.
@@ -63719,7 +64115,7 @@ declare namespace sap {
63719
64115
  *
63720
64116
  * @returns the value of property `dateValue`
63721
64117
  */
63722
- getDateValue(): Date | import("sap/ui/core/date/UI5Date").default;
64118
+ getDateValue(): Date | import("sap/ui/core/date/UI5Date").default | null;
63723
64119
  /**
63724
64120
  * Gets current value of property {@link #getDelimiter delimiter}.
63725
64121
  *
@@ -63739,7 +64135,7 @@ declare namespace sap {
63739
64135
  *
63740
64136
  * @returns the start date of the date range
63741
64137
  */
63742
- getFrom(): Date;
64138
+ getFrom(): Date | import("sap/ui/core/date/UI5Date").default | null;
63743
64139
  /**
63744
64140
  * Getter for property `secondDateValue`.
63745
64141
  *
@@ -63750,7 +64146,10 @@ declare namespace sap {
63750
64146
  *
63751
64147
  * @returns the value of property `secondDateValue`
63752
64148
  */
63753
- getSecondDateValue(): Date | import("sap/ui/core/date/UI5Date").default;
64149
+ getSecondDateValue():
64150
+ | Date
64151
+ | import("sap/ui/core/date/UI5Date").default
64152
+ | null;
63754
64153
  /**
63755
64154
  * Get the end date of the range.
63756
64155
  *
@@ -63758,7 +64157,7 @@ declare namespace sap {
63758
64157
  *
63759
64158
  * @returns the end date of the date range
63760
64159
  */
63761
- getTo(): Date | import("sap/ui/core/date/UI5Date").default;
64160
+ getTo(): Date | import("sap/ui/core/date/UI5Date").default | null;
63762
64161
  /**
63763
64162
  * Getter for property `value`.
63764
64163
  *
@@ -63795,7 +64194,7 @@ declare namespace sap {
63795
64194
  /**
63796
64195
  * New value for property `dateValue`
63797
64196
  */
63798
- oDateValue: Date | import("sap/ui/core/date/UI5Date").default
64197
+ oDateValue: Date | import("sap/ui/core/date/UI5Date").default | null
63799
64198
  ): this;
63800
64199
  /**
63801
64200
  * Sets a new value for property {@link #getDelimiter delimiter}.
@@ -63839,7 +64238,7 @@ declare namespace sap {
63839
64238
  /**
63840
64239
  * A date instance
63841
64240
  */
63842
- oFrom: Date | import("sap/ui/core/date/UI5Date").default
64241
+ oFrom: Date | import("sap/ui/core/date/UI5Date").default | null
63843
64242
  ): this;
63844
64243
  /**
63845
64244
  * Set maximum date that can be shown and selected in the `DatePicker`. This must be a UI5Date or JavaScript
@@ -63881,7 +64280,10 @@ declare namespace sap {
63881
64280
  /**
63882
64281
  * New value for property `dateValue`
63883
64282
  */
63884
- oSecondDateValue: Date | import("sap/ui/core/date/UI5Date").default
64283
+ oSecondDateValue:
64284
+ | Date
64285
+ | import("sap/ui/core/date/UI5Date").default
64286
+ | null
63885
64287
  ): this;
63886
64288
  /**
63887
64289
  * Set the end date of the range.
@@ -63894,7 +64296,7 @@ declare namespace sap {
63894
64296
  /**
63895
64297
  * A date instance
63896
64298
  */
63897
- oTo: Date | import("sap/ui/core/date/UI5Date").default
64299
+ oTo: Date | import("sap/ui/core/date/UI5Date").default | null
63898
64300
  ): this;
63899
64301
  /**
63900
64302
  * Setter for property `value`.
@@ -64088,18 +64490,16 @@ declare namespace sap {
64088
64490
  mParameters?: sap.m.DateTimeField$LiveChangeEventParameters
64089
64491
  ): this;
64090
64492
  /**
64091
- * Gets current value of property {@link #getDateValue dateValue}.
64493
+ * Getter for property `dateValue`.
64092
64494
  *
64093
- * Holds a reference to a UI5Date or JavaScript Date object. The `value` (string) property will be set according
64094
- * to it. Alternatively, if the `value` and `valueFormat` pair properties are supplied instead, the `dateValue`
64095
- * will be instantiated according to the parsed `value`. Use `dateValue` as a helper property to easily
64096
- * obtain the day, month, year, hours, minutes and seconds of the chosen date and time. Although possible
64097
- * to bind it, the recommendation is not to do it. When binding is needed, use `value` property instead.
64495
+ * The date and time in DateTimeField as UI5Date or JavaScript Date object.
64098
64496
  *
64497
+ * **Note:** If this property is used, the `value` property should not be changed from the caller.
64099
64498
  *
64100
- * @returns Value of property `dateValue`
64499
+ *
64500
+ * @returns the value of property `dateValue`
64101
64501
  */
64102
- getDateValue(): object;
64502
+ getDateValue(): Date | import("sap/ui/core/date/UI5Date").default | null;
64103
64503
  /**
64104
64504
  * Gets current value of property {@link #getDisplayFormat displayFormat}.
64105
64505
  *
@@ -64164,7 +64564,7 @@ declare namespace sap {
64164
64564
  /**
64165
64565
  * A date instance
64166
64566
  */
64167
- oDate: Date | import("sap/ui/core/date/UI5Date").default
64567
+ oDate: Date | import("sap/ui/core/date/UI5Date").default | null
64168
64568
  ): this;
64169
64569
  /**
64170
64570
  * Sets a new value for property {@link #getDisplayFormat displayFormat}.
@@ -65947,21 +66347,16 @@ declare namespace sap {
65947
66347
  /**
65948
66348
  * Gets current value of property {@link #getEscapeHandler escapeHandler}.
65949
66349
  *
65950
- * This property expects a function with one parameter of type Promise. In the function, you should call
65951
- * either `resolve()` or `reject()` on the Promise object. The function allows you to define custom behavior
65952
- * which will be executed when the Escape key is pressed. By default, when the Escape key is pressed, the
65953
- * dialog is immediately closed.
66350
+ * This property allows to define custom behavior if the Escape key is pressed. By default, the Dialog is
66351
+ * closed.
66352
+ * The property expects a function with one object parameter with `resolve` and `reject` properties. In
66353
+ * the function, either call `resolve` to close the dialog or call `reject` to prevent it from being closed.
65954
66354
  *
66355
+ * @since 1.44
65955
66356
  *
65956
66357
  * @returns Value of property `escapeHandler`
65957
66358
  */
65958
- getEscapeHandler():
65959
- | ((p1: {
65960
- resolve: Function;
65961
-
65962
- reject: Function;
65963
- }) => void)
65964
- | null;
66359
+ getEscapeHandler(): sap.m.Dialog.EscapeHandler;
65965
66360
  /**
65966
66361
  * Gets content of aggregation {@link #getFooter footer}.
65967
66362
  *
@@ -66437,15 +66832,16 @@ declare namespace sap {
66437
66832
  oEndButton: sap.m.Button
66438
66833
  ): this;
66439
66834
  /**
66440
- * Sets a new value for property {@link #setEscapeHandler escapeHandler}.
66835
+ * Sets a new value for property {@link #getEscapeHandler escapeHandler}.
66441
66836
  *
66442
- * This property expects a function with one parameter of type Promise. In the function, you should call
66443
- * either `resolve()` or `reject()` on the Promise object. The function allows you to define custom behavior
66444
- * which will be executed when the Escape key is pressed. By default, when the Escape key is pressed, the
66445
- * dialog is immediately closed.
66837
+ * This property allows to define custom behavior if the Escape key is pressed. By default, the Dialog is
66838
+ * closed.
66839
+ * The property expects a function with one object parameter with `resolve` and `reject` properties. In
66840
+ * the function, either call `resolve` to close the dialog or call `reject` to prevent it from being closed.
66446
66841
  *
66447
66842
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
66448
66843
  *
66844
+ * @since 1.44
66449
66845
  *
66450
66846
  * @returns Reference to `this` in order to allow method chaining
66451
66847
  */
@@ -66453,11 +66849,7 @@ declare namespace sap {
66453
66849
  /**
66454
66850
  * New value for property `escapeHandler`
66455
66851
  */
66456
- fnEscapeHandler?: (p1: {
66457
- resolve: Function;
66458
-
66459
- reject: Function;
66460
- }) => void
66852
+ sEscapeHandler?: sap.m.Dialog.EscapeHandler
66461
66853
  ): this;
66462
66854
  /**
66463
66855
  * Sets the aggregated {@link #getFooter footer}.
@@ -72682,6 +73074,18 @@ declare namespace sap {
72682
73074
  * @returns Value of property `backgroundDesign`
72683
73075
  */
72684
73076
  getBackgroundDesign(): sap.m.BackgroundDesign;
73077
+ /**
73078
+ * Gets current value of property {@link #getColumnGap columnGap}.
73079
+ *
73080
+ * The size of the gap between columns.
73081
+ *
73082
+ * Default value is `empty string`.
73083
+ *
73084
+ * @since 1.134
73085
+ *
73086
+ * @returns Value of property `columnGap`
73087
+ */
73088
+ getColumnGap(): sap.ui.core.CSSSize;
72685
73089
  /**
72686
73090
  * Gets current value of property {@link #getDirection direction}.
72687
73091
  *
@@ -72717,6 +73121,20 @@ declare namespace sap {
72717
73121
  * @returns Value of property `fitContainer`
72718
73122
  */
72719
73123
  getFitContainer(): boolean;
73124
+ /**
73125
+ * Gets current value of property {@link #getGap gap}.
73126
+ *
73127
+ * The size of the gap between columns and rows. It serves as a shorthand property for `rowGap` and `columnGap`
73128
+ * properties. If either of the properties is set, the `gap` value will have lower priority and will be
73129
+ * overwritten.
73130
+ *
73131
+ * Default value is `empty string`.
73132
+ *
73133
+ * @since 1.134
73134
+ *
73135
+ * @returns Value of property `gap`
73136
+ */
73137
+ getGap(): sap.ui.core.CSSGapShortHand;
72720
73138
  /**
72721
73139
  * Gets current value of property {@link #getHeight height}.
72722
73140
  *
@@ -72760,6 +73178,18 @@ declare namespace sap {
72760
73178
  * @returns Value of property `renderType`
72761
73179
  */
72762
73180
  getRenderType(): sap.m.FlexRendertype;
73181
+ /**
73182
+ * Gets current value of property {@link #getRowGap rowGap}.
73183
+ *
73184
+ * The size of the gap between rows.
73185
+ *
73186
+ * Default value is `empty string`.
73187
+ *
73188
+ * @since 1.134
73189
+ *
73190
+ * @returns Value of property `rowGap`
73191
+ */
73192
+ getRowGap(): sap.ui.core.CSSSize;
72763
73193
  /**
72764
73194
  * Gets current value of property {@link #getWidth width}.
72765
73195
  *
@@ -72894,6 +73324,25 @@ declare namespace sap {
72894
73324
  */
72895
73325
  sBackgroundDesign?: sap.m.BackgroundDesign
72896
73326
  ): this;
73327
+ /**
73328
+ * Sets a new value for property {@link #getColumnGap columnGap}.
73329
+ *
73330
+ * The size of the gap between columns.
73331
+ *
73332
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
73333
+ *
73334
+ * Default value is `empty string`.
73335
+ *
73336
+ * @since 1.134
73337
+ *
73338
+ * @returns Reference to `this` in order to allow method chaining
73339
+ */
73340
+ setColumnGap(
73341
+ /**
73342
+ * New value for property `columnGap`
73343
+ */
73344
+ sColumnGap?: sap.ui.core.CSSSize
73345
+ ): this;
72897
73346
  /**
72898
73347
  * Sets a new value for property {@link #getDirection direction}.
72899
73348
  *
@@ -72950,6 +73399,27 @@ declare namespace sap {
72950
73399
  */
72951
73400
  bFitContainer?: boolean
72952
73401
  ): this;
73402
+ /**
73403
+ * Sets a new value for property {@link #getGap gap}.
73404
+ *
73405
+ * The size of the gap between columns and rows. It serves as a shorthand property for `rowGap` and `columnGap`
73406
+ * properties. If either of the properties is set, the `gap` value will have lower priority and will be
73407
+ * overwritten.
73408
+ *
73409
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
73410
+ *
73411
+ * Default value is `empty string`.
73412
+ *
73413
+ * @since 1.134
73414
+ *
73415
+ * @returns Reference to `this` in order to allow method chaining
73416
+ */
73417
+ setGap(
73418
+ /**
73419
+ * New value for property `gap`
73420
+ */
73421
+ sGap?: sap.ui.core.CSSGapShortHand
73422
+ ): this;
72953
73423
  /**
72954
73424
  * Sets a new value for property {@link #getHeight height}.
72955
73425
  *
@@ -73000,6 +73470,25 @@ declare namespace sap {
73000
73470
  */
73001
73471
  sValue: sap.m.FlexRendertype
73002
73472
  ): this;
73473
+ /**
73474
+ * Sets a new value for property {@link #getRowGap rowGap}.
73475
+ *
73476
+ * The size of the gap between rows.
73477
+ *
73478
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
73479
+ *
73480
+ * Default value is `empty string`.
73481
+ *
73482
+ * @since 1.134
73483
+ *
73484
+ * @returns Reference to `this` in order to allow method chaining
73485
+ */
73486
+ setRowGap(
73487
+ /**
73488
+ * New value for property `rowGap`
73489
+ */
73490
+ sRowGap?: sap.ui.core.CSSSize
73491
+ ): this;
73003
73492
  /**
73004
73493
  * Sets a new value for property {@link #getWidth width}.
73005
73494
  *
@@ -73520,6 +74009,17 @@ declare namespace sap {
73520
74009
  * @returns Value of property `convertLinksToAnchorTags`
73521
74010
  */
73522
74011
  getConvertLinksToAnchorTags(): sap.m.LinkConversion;
74012
+ /**
74013
+ * Gets current value of property {@link #getDisableStyleAttribute disableStyleAttribute}.
74014
+ *
74015
+ * Disables rendering of the `style` attribute in the `FormattedText`.
74016
+ *
74017
+ * Default value is `false`.
74018
+ *
74019
+ *
74020
+ * @returns Value of property `disableStyleAttribute`
74021
+ */
74022
+ getDisableStyleAttribute(): boolean;
73523
74023
  /**
73524
74024
  * Gets current value of property {@link #getHeight height}.
73525
74025
  *
@@ -73704,6 +74204,24 @@ declare namespace sap {
73704
74204
  */
73705
74205
  sConvertLinksToAnchorTags?: sap.m.LinkConversion
73706
74206
  ): this;
74207
+ /**
74208
+ * Sets a new value for property {@link #getDisableStyleAttribute disableStyleAttribute}.
74209
+ *
74210
+ * Disables rendering of the `style` attribute in the `FormattedText`.
74211
+ *
74212
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
74213
+ *
74214
+ * Default value is `false`.
74215
+ *
74216
+ *
74217
+ * @returns Reference to `this` in order to allow method chaining
74218
+ */
74219
+ setDisableStyleAttribute(
74220
+ /**
74221
+ * New value for property `disableStyleAttribute`
74222
+ */
74223
+ bDisableStyleAttribute?: boolean
74224
+ ): this;
73707
74225
  /**
73708
74226
  * Sets a new value for property {@link #getHeight height}.
73709
74227
  *
@@ -74152,7 +74670,11 @@ declare namespace sap {
74152
74670
  *
74153
74671
  * @since 1.34.0
74154
74672
  */
74155
- class GenericTile extends sap.ui.core.Control {
74673
+ class GenericTile
74674
+ extends sap.ui.core.Control
74675
+ implements /* was: sap.f.IGridContainerItem */ Object
74676
+ {
74677
+ __implements__sap_f_IGridContainerItem: boolean;
74156
74678
  /**
74157
74679
  * Constructor for a new sap.m.GenericTile control.
74158
74680
  *
@@ -74459,7 +74981,8 @@ declare namespace sap {
74459
74981
  /**
74460
74982
  * Gets current value of property {@link #getAriaRole ariaRole}.
74461
74983
  *
74462
- * Additional description for aria-role.
74984
+ * Additional description for aria-role. *Note:** When the control is placed inside a `sap.f.GridContainer`,
74985
+ * its accessibility role is overridden by the accessibility role specified by the `sap.f.GridContainer`.
74463
74986
  *
74464
74987
  * @since 1.83
74465
74988
  *
@@ -74548,6 +75071,13 @@ declare namespace sap {
74548
75071
  * @returns Value of property `frameType`
74549
75072
  */
74550
75073
  getFrameType(): sap.m.FrameType;
75074
+ /**
75075
+ * Returns the accessibility role for the `sap.f.GridContainer` item.
75076
+ *
75077
+ *
75078
+ * @returns The accessibility role for the `sap.f.GridContainer` item
75079
+ */
75080
+ getGridItemRole(): string;
74551
75081
  /**
74552
75082
  * Gets current value of property {@link #getHeader header}.
74553
75083
  *
@@ -75011,7 +75541,8 @@ declare namespace sap {
75011
75541
  /**
75012
75542
  * Sets a new value for property {@link #getAriaRole ariaRole}.
75013
75543
  *
75014
- * Additional description for aria-role.
75544
+ * Additional description for aria-role. *Note:** When the control is placed inside a `sap.f.GridContainer`,
75545
+ * its accessibility role is overridden by the accessibility role specified by the `sap.f.GridContainer`.
75015
75546
  *
75016
75547
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
75017
75548
  *
@@ -82619,9 +83150,9 @@ declare namespace sap {
82619
83150
  * filtered. Returning true will add this item to the popup, returning false will not display it.
82620
83151
  */
82621
83152
  fnFilter: (
82622
- p1: string,
82623
- p2: sap.ui.core.Item,
82624
- p3: boolean
83153
+ p1?: string,
83154
+ p2?: sap.ui.core.Item,
83155
+ p3?: boolean
82625
83156
  ) => boolean | undefined | Function
82626
83157
  ): this;
82627
83158
  /**
@@ -82699,9 +83230,9 @@ declare namespace sap {
82699
83230
  * must return a result string that will be displayed as the input field's value.
82700
83231
  */
82701
83232
  fnFilter: (
82702
- p1: string,
82703
- p2: sap.ui.core.Item,
82704
- p3: boolean
83233
+ p1?: string,
83234
+ p2?: sap.ui.core.Item,
83235
+ p3?: boolean
82705
83236
  ) => boolean | undefined | Function
82706
83237
  ): this;
82707
83238
  /**
@@ -129498,7 +130029,10 @@ declare namespace sap {
129498
130029
  * instead. Note:: The property `growing` determines the progressive loading. If it's set to `true`
129499
130030
  * (the default value), the selected count (if present) and search, will work for currently loaded items
129500
130031
  * only. To make sure that all items in the list are loaded at once and the above features works properly,
129501
- * we recommend setting the `growing` property to `false`. Responsive Behavior:
130032
+ * we recommend setting the `growing` property to `false`. **Note: **The default size limit for entries
130033
+ * used for list bindings is set to 100. To change this behavior, you can adjust the size limit by using
130034
+ * `sap.ui.model.Model.prototype.setSizeLimit`; see {@link sap.ui.model.Model#setSizeLimit}. Responsive
130035
+ * Behavior:
129502
130036
  * - On phones, the select dialog takes up the whole screen.
129503
130037
  * - On desktop and tablet devices, the select dialog appears as a popover. When using the `sap.m.SelectDialog`
129504
130038
  * in SAP Quartz and Horizon themes, the breakpoints and layout paddings could be determined by the dialog's
@@ -129984,8 +130518,8 @@ declare namespace sap {
129984
130518
  * bound model (progressive loading). **Note:** This feature only works when an `items` aggregation is bound.
129985
130519
  * **Note:** Growing property, must not be used together with two-way binding. **Note:** If the property
129986
130520
  * is set to `true`, selected count (if present) and search, will work for currently loaded items only.
129987
- * To make sure that all items in the table are loaded at once and the above features work properly, we
129988
- * recommend setting the `growing` property to false.
130521
+ * To make sure that all items in the list are loaded at once and the above features work properly, we recommend
130522
+ * setting the `growing` property to false.
129989
130523
  *
129990
130524
  * Default value is `true`.
129991
130525
  *
@@ -145030,12 +145564,15 @@ declare namespace sap {
145030
145564
  * - The property `growing` must not be used together with two-way binding. When the property `growing`
145031
145565
  * is set to `true` (default value), selected count (if present) and search, will work for currently loaded
145032
145566
  * items only. To make sure that all items in the table are loaded at once and the above features work properly,
145033
- * set the property to `false`. Since version 1.58, the columns headers and the info toolbar are sticky
145034
- * (remain fixed on top when scrolling). This feature is not supported in all browsers. The TableSelectDialog
145035
- * is usually displayed at the center of the screen. Its size and position can be changed by the user. To
145036
- * enable this you need to set the `resizable` and `draggable` properties. Both properties are available
145037
- * only in desktop mode. For more information on current restrictions, you can refer to the {@link sap.m.ListBase sap.m.ListBase }
145038
- * `sticky` property. Responsive Behavior:
145567
+ * set the property to `false`. **Note: **The default size limit for entries used for table bindings is
145568
+ * set to 100. To change this behavior, you can adjust the size limit by using `sap.ui.model.Model.prototype.setSizeLimit`;
145569
+ * see {@link sap.ui.model.Model#setSizeLimit}. Since version 1.58, the columns headers and the info
145570
+ * toolbar are sticky (remain fixed on top when scrolling). This feature is not supported in all browsers.
145571
+ * The TableSelectDialog is usually displayed at the center of the screen. Its size and position can
145572
+ * be changed by the user. To enable this you need to set the `resizable` and `draggable` properties. Both
145573
+ * properties are available only in desktop mode. For more information on current restrictions, you can
145574
+ * refer to the {@link sap.m.ListBase sap.m.ListBase} `sticky` property. Responsive Behavior:
145575
+ *
145039
145576
  * - On smaller screens, the columns of the table wrap and build a list that shows all the information.
145040
145577
  * When using the `sap.m.TableSelectDialog` in SAP Quartz and Horizon themes, the breakpoints and
145041
145578
  * layout paddings could be determined by the dialog's width. To enable this concept and add responsive
@@ -149688,6 +150225,17 @@ declare namespace sap {
149688
150225
  * @returns Metadata object describing this class
149689
150226
  */
149690
150227
  static getMetadata(): sap.ui.core.ElementMetadata;
150228
+ /**
150229
+ * Gets current value of property {@link #getSkipAnimation skipAnimation}.
150230
+ *
150231
+ * When set to `true`, the clock will be displayed without the animation.
150232
+ *
150233
+ * Default value is `false`.
150234
+ *
150235
+ *
150236
+ * @returns Value of property `skipAnimation`
150237
+ */
150238
+ getSkipAnimation(): boolean;
149691
150239
  /**
149692
150240
  * Gets the time values from the clocks, as a date object.
149693
150241
  *
@@ -149700,24 +150248,43 @@ declare namespace sap {
149700
150248
  */
149701
150249
  init(): void;
149702
150250
  /**
149703
- * Sets the value of the `TimePickerClocks` container.
150251
+ * Prepare the control for opening. If there are already clock and button objects created, set their appearance-related
150252
+ * properties.
149704
150253
  *
149705
150254
  *
149706
150255
  * @returns Pointer to the control instance to allow method chaining
149707
150256
  */
149708
- setValue(
150257
+ prepareForOpen(): this;
150258
+ /**
150259
+ * Sets a new value for property {@link #getSkipAnimation skipAnimation}.
150260
+ *
150261
+ * When set to `true`, the clock will be displayed without the animation.
150262
+ *
150263
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
150264
+ *
150265
+ * Default value is `false`.
150266
+ *
150267
+ *
150268
+ * @returns Reference to `this` in order to allow method chaining
150269
+ */
150270
+ setSkipAnimation(
149709
150271
  /**
149710
- * The value of the `TimePickerClocks`
150272
+ * New value for property `skipAnimation`
149711
150273
  */
149712
- sValue: string
150274
+ bSkipAnimation?: boolean
149713
150275
  ): this;
149714
150276
  /**
149715
- * Opens first clock.
150277
+ * Sets the value of the `TimePickerClocks` container.
149716
150278
  *
149717
150279
  *
149718
150280
  * @returns Pointer to the control instance to allow method chaining
149719
150281
  */
149720
- showFirstClock(): this;
150282
+ setValue(
150283
+ /**
150284
+ * The value of the `TimePickerClocks`
150285
+ */
150286
+ sValue: string
150287
+ ): this;
149721
150288
  }
149722
150289
  /**
149723
150290
  * A picker Inputs container control used inside the {@link sap.m.TimePicker}.