@sapui5/ts-types 1.145.0 → 1.146.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 (69) 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.esh.search.ui.d.ts +61 -18
  7. package/types/sap.f.d.ts +71 -528
  8. package/types/sap.fe.ariba.d.ts +1 -1
  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 +1 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +258 -35
  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 +48 -1
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +328 -18
  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 +173 -10
  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 +9 -16
  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 +1 -1
  37. package/types/sap.ui.core.d.ts +1036 -362
  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 +5 -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.geomap.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +65 -265
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/sap.ui.mdc.d.ts +2 -2
  47. package/types/sap.ui.richtexteditor.d.ts +6 -6
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +1 -1
  51. package/types/sap.ui.table.d.ts +1 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +36 -3
  54. package/types/sap.ui.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +1 -1
  56. package/types/sap.ui.vk.d.ts +216 -2
  57. package/types/sap.ui.vtm.d.ts +2 -2
  58. package/types/sap.ui.webc.common.d.ts +1 -1
  59. package/types/sap.ui.webc.fiori.d.ts +1 -1
  60. package/types/sap.ui.webc.main.d.ts +1 -1
  61. package/types/sap.uiext.inbox.d.ts +1 -1
  62. package/types/sap.ushell.d.ts +184 -131
  63. package/types/sap.ushell_abap.d.ts +1 -1
  64. package/types/sap.uxap.d.ts +1 -1
  65. package/types/sap.viz.d.ts +1 -1
  66. package/types/sap.webanalytics.core.d.ts +1 -1
  67. package/types/sap.zen.commons.d.ts +1 -1
  68. package/types/sap.zen.crosstab.d.ts +1 -1
  69. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -3873,13 +3873,22 @@ declare namespace sap {
3873
3873
  /**
3874
3874
  * Enables advanced line routing algorithm that creates orthogonal bends along the pathfinding process for
3875
3875
  * line creation.
3876
- *
3877
- * @since 1.144
3878
3876
  */
3879
3877
  enableOptimizedLineAlgorithm?:
3880
3878
  | boolean
3881
3879
  | sap.ui.base.ManagedObject.PropertyBindingInfo
3882
3880
  | `{${string}}`;
3881
+
3882
+ /**
3883
+ * Defines how separate connected components should be arranged in the graph. Components can be arranged
3884
+ * either horizontally (side-by-side) or vertically (stacked).
3885
+ *
3886
+ * @since 1.146
3887
+ */
3888
+ componentArrangement?:
3889
+ | sap.suite.ui.commons.networkgraph.ComponentArrangement
3890
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
3891
+ | `{${string}}`;
3883
3892
  }
3884
3893
 
3885
3894
  /**
@@ -4697,6 +4706,19 @@ declare namespace sap {
4697
4706
  * @returns Metadata object describing this class
4698
4707
  */
4699
4708
  static getMetadata(): sap.ui.core.ElementMetadata;
4709
+ /**
4710
+ * Gets current value of property {@link #getComponentArrangement componentArrangement}.
4711
+ *
4712
+ * Defines how separate connected components should be arranged in the graph. Components can be arranged
4713
+ * either horizontally (side-by-side) or vertically (stacked).
4714
+ *
4715
+ * Default value is `Horizontal`.
4716
+ *
4717
+ * @since 1.146
4718
+ *
4719
+ * @returns Value of property `componentArrangement`
4720
+ */
4721
+ getComponentArrangement(): sap.suite.ui.commons.networkgraph.ComponentArrangement;
4700
4722
  /**
4701
4723
  * Gets current value of property {@link #getEnableOptimizedLineAlgorithm enableOptimizedLineAlgorithm}.
4702
4724
  *
@@ -4705,7 +4727,6 @@ declare namespace sap {
4705
4727
  *
4706
4728
  * Default value is `false`.
4707
4729
  *
4708
- * @since 1.144
4709
4730
  *
4710
4731
  * @returns Value of property `enableOptimizedLineAlgorithm`
4711
4732
  */
@@ -4718,12 +4739,33 @@ declare namespace sap {
4718
4739
  */
4719
4740
  getLayoutRenderType(): sap.suite.ui.commons.networkgraph.LayoutRenderType;
4720
4741
  /**
4721
- * Executes the layout algorithm.
4742
+ * Executes the layout algorithm. Automatically calculates initial positions for unpositioned nodes using
4743
+ * DependencyLayoutHelper, then normalizes line coordinates.
4722
4744
  *
4723
4745
  *
4724
4746
  * @returns Task to get the layout calculated.
4725
4747
  */
4726
4748
  layout(): sap.suite.ui.commons.networkgraph.layout.LayoutTask;
4749
+ /**
4750
+ * Sets a new value for property {@link #getComponentArrangement componentArrangement}.
4751
+ *
4752
+ * Defines how separate connected components should be arranged in the graph. Components can be arranged
4753
+ * either horizontally (side-by-side) or vertically (stacked).
4754
+ *
4755
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4756
+ *
4757
+ * Default value is `Horizontal`.
4758
+ *
4759
+ * @since 1.146
4760
+ *
4761
+ * @returns Reference to `this` in order to allow method chaining
4762
+ */
4763
+ setComponentArrangement(
4764
+ /**
4765
+ * New value for property `componentArrangement`
4766
+ */
4767
+ sComponentArrangement?: sap.suite.ui.commons.networkgraph.ComponentArrangement
4768
+ ): this;
4727
4769
  /**
4728
4770
  * Sets a new value for property {@link #getEnableOptimizedLineAlgorithm enableOptimizedLineAlgorithm}.
4729
4771
  *
@@ -4734,7 +4776,6 @@ declare namespace sap {
4734
4776
  *
4735
4777
  * Default value is `false`.
4736
4778
  *
4737
- * @since 1.144
4738
4779
  *
4739
4780
  * @returns Reference to `this` in order to allow method chaining
4740
4781
  */
@@ -5214,7 +5255,9 @@ declare namespace sap {
5214
5255
 
5215
5256
  /**
5216
5257
  * Enables the drag and drop of nodes. This property is ignored if the layout property is not set to noop.
5217
- * If set to `true`, nodes can be dragged and dropped within the graph.
5258
+ * If set to `true`, nodes can be dragged and dropped within the graph. Note: Drag and drop functionality
5259
+ * is only available for nodes. Groups cannot be dragged and dropped, even when NoopLayout is used and enableDragAndDrop
5260
+ * is set to true.
5218
5261
  *
5219
5262
  * @since 1.144
5220
5263
  */
@@ -5370,7 +5413,11 @@ declare namespace sap {
5370
5413
 
5371
5414
  /**
5372
5415
  * This event is fired when a user drops a node in the graph. This event is available only when the layout
5373
- * algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`.
5416
+ * algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`. Note: When a
5417
+ * node is dropped near the TOP or LEFT boundary of the graph canvas, its position is automatically adjusted
5418
+ * (clamped) to ensure the node and its elements remain fully visible. This provides better visualization
5419
+ * by preventing nodes from being positioned at coordinates that would make them invisible or partially
5420
+ * hidden.
5374
5421
  *
5375
5422
  * @since 1.144
5376
5423
  */
@@ -7542,7 +7589,11 @@ declare namespace sap {
7542
7589
  * otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
7543
7590
  *
7544
7591
  * This event is fired when a user drops a node in the graph. This event is available only when the layout
7545
- * algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`.
7592
+ * algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`. Note: When a
7593
+ * node is dropped near the TOP or LEFT boundary of the graph canvas, its position is automatically adjusted
7594
+ * (clamped) to ensure the node and its elements remain fully visible. This provides better visualization
7595
+ * by preventing nodes from being positioned at coordinates that would make them invisible or partially
7596
+ * hidden.
7546
7597
  *
7547
7598
  * @since 1.144
7548
7599
  *
@@ -7571,7 +7622,11 @@ declare namespace sap {
7571
7622
  * otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
7572
7623
  *
7573
7624
  * This event is fired when a user drops a node in the graph. This event is available only when the layout
7574
- * algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`.
7625
+ * algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`. Note: When a
7626
+ * node is dropped near the TOP or LEFT boundary of the graph canvas, its position is automatically adjusted
7627
+ * (clamped) to ensure the node and its elements remain fully visible. This provides better visualization
7628
+ * by preventing nodes from being positioned at coordinates that would make them invisible or partially
7629
+ * hidden.
7575
7630
  *
7576
7631
  * @since 1.144
7577
7632
  *
@@ -20192,6 +20247,13 @@ declare namespace sap {
20192
20247
  * This event is fired after the expression is validated.
20193
20248
  */
20194
20249
  afterValidation?: (oEvent: sap.ui.base.Event) => void;
20250
+
20251
+ /**
20252
+ * This event is triggered when the focus leaves the input field.
20253
+ *
20254
+ * @since 1.146
20255
+ */
20256
+ focusChange?: (oEvent: CalculationBuilder$FocusChangeEvent) => void;
20195
20257
  }
20196
20258
 
20197
20259
  /**
@@ -24036,6 +24098,15 @@ declare namespace sap {
24036
24098
  */
24037
24099
  interface CalculationBuilder$ChangeEventParameters {}
24038
24100
 
24101
+ /**
24102
+ * Parameters of the CalculationBuilder#focusChange event.
24103
+ */
24104
+ interface CalculationBuilder$FocusChangeEventParameters {
24105
+ value?: String;
24106
+
24107
+ position?: int;
24108
+ }
24109
+
24039
24110
  /**
24040
24111
  * Parameters of the CalculationBuilder#validateFunction event.
24041
24112
  */
@@ -25940,6 +26011,57 @@ declare namespace sap {
25940
26011
  */
25941
26012
  oListener?: object
25942
26013
  ): this;
26014
+ /**
26015
+ * Attaches event handler `fnFunction` to the {@link #event:focusChange focusChange} event of this `sap.suite.ui.commons.CalculationBuilder`.
26016
+ *
26017
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
26018
+ * otherwise it will be bound to this `sap.suite.ui.commons.CalculationBuilder` itself.
26019
+ *
26020
+ * This event is triggered when the focus leaves the input field.
26021
+ *
26022
+ * @since 1.146
26023
+ *
26024
+ * @returns Reference to `this` in order to allow method chaining
26025
+ */
26026
+ attachFocusChange(
26027
+ /**
26028
+ * An application-specific payload object that will be passed to the event handler along with the event
26029
+ * object when firing the event
26030
+ */
26031
+ oData: object,
26032
+ /**
26033
+ * The function to be called when the event occurs
26034
+ */
26035
+ fnFunction: (p1: CalculationBuilder$FocusChangeEvent) => void,
26036
+ /**
26037
+ * Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.CalculationBuilder`
26038
+ * itself
26039
+ */
26040
+ oListener?: object
26041
+ ): this;
26042
+ /**
26043
+ * Attaches event handler `fnFunction` to the {@link #event:focusChange focusChange} event of this `sap.suite.ui.commons.CalculationBuilder`.
26044
+ *
26045
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
26046
+ * otherwise it will be bound to this `sap.suite.ui.commons.CalculationBuilder` itself.
26047
+ *
26048
+ * This event is triggered when the focus leaves the input field.
26049
+ *
26050
+ * @since 1.146
26051
+ *
26052
+ * @returns Reference to `this` in order to allow method chaining
26053
+ */
26054
+ attachFocusChange(
26055
+ /**
26056
+ * The function to be called when the event occurs
26057
+ */
26058
+ fnFunction: (p1: CalculationBuilder$FocusChangeEvent) => void,
26059
+ /**
26060
+ * Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.CalculationBuilder`
26061
+ * itself
26062
+ */
26063
+ oListener?: object
26064
+ ): this;
25943
26065
  /**
25944
26066
  * Attaches event handler `fnFunction` to the {@link #event:validateFunction validateFunction} event of
25945
26067
  * this `sap.suite.ui.commons.CalculationBuilder`.
@@ -26082,6 +26204,25 @@ declare namespace sap {
26082
26204
  */
26083
26205
  oListener?: object
26084
26206
  ): this;
26207
+ /**
26208
+ * Detaches event handler `fnFunction` from the {@link #event:focusChange focusChange} event of this `sap.suite.ui.commons.CalculationBuilder`.
26209
+ *
26210
+ * The passed function and listener object must match the ones used for event registration.
26211
+ *
26212
+ * @since 1.146
26213
+ *
26214
+ * @returns Reference to `this` in order to allow method chaining
26215
+ */
26216
+ detachFocusChange(
26217
+ /**
26218
+ * The function to be called, when the event occurs
26219
+ */
26220
+ fnFunction: (p1: CalculationBuilder$FocusChangeEvent) => void,
26221
+ /**
26222
+ * Context object on which the given function had to be called
26223
+ */
26224
+ oListener?: object
26225
+ ): this;
26085
26226
  /**
26086
26227
  * Detaches event handler `fnFunction` from the {@link #event:validateFunction validateFunction} event of
26087
26228
  * this `sap.suite.ui.commons.CalculationBuilder`.
@@ -26127,6 +26268,20 @@ declare namespace sap {
26127
26268
  */
26128
26269
  mParameters?: object
26129
26270
  ): this;
26271
+ /**
26272
+ * Fires event {@link #event:focusChange focusChange} to attached listeners.
26273
+ *
26274
+ * @since 1.146
26275
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
26276
+ *
26277
+ * @returns Reference to `this` in order to allow method chaining
26278
+ */
26279
+ fireFocusChange(
26280
+ /**
26281
+ * Parameters to pass along with the event
26282
+ */
26283
+ mParameters?: sap.suite.ui.commons.CalculationBuilder$FocusChangeEventParameters
26284
+ ): this;
26130
26285
  /**
26131
26286
  * Fires event {@link #event:validateFunction validateFunction} to attached listeners.
26132
26287
  *
@@ -51653,6 +51808,14 @@ declare namespace sap {
51653
51808
  CalculationBuilder
51654
51809
  >;
51655
51810
 
51811
+ /**
51812
+ * Event object of the CalculationBuilder#focusChange event.
51813
+ */
51814
+ type CalculationBuilder$FocusChangeEvent = sap.ui.base.Event<
51815
+ CalculationBuilder$FocusChangeEventParameters,
51816
+ CalculationBuilder
51817
+ >;
51818
+
51656
51819
  /**
51657
51820
  * Event object of the CalculationBuilder#validateFunction event.
51658
51821
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -207,8 +207,6 @@ declare namespace sap {
207
207
  * - Items that trigger actions (with design "Action") should not be selectable.
208
208
  *
209
209
  * @since 1.116
210
- * @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
211
- * may be done before its official public release.
212
210
  */
213
211
  selectable?:
214
212
  | boolean
@@ -242,7 +240,6 @@ declare namespace sap {
242
240
  * sub-items cannot be added.
243
241
  *
244
242
  * @since 1.133.0
245
- * @experimental Behavior might change.
246
243
  */
247
244
  design?:
248
245
  | sap.tnt.NavigationListItemDesign
@@ -1736,7 +1733,6 @@ declare namespace sap {
1736
1733
  * Default value is `Default`.
1737
1734
  *
1738
1735
  * @since 1.133.0
1739
- * @experimental Behavior might change.
1740
1736
  *
1741
1737
  * @returns Value of property `design`
1742
1738
  */
@@ -1788,8 +1784,6 @@ declare namespace sap {
1788
1784
  * Default value is `true`.
1789
1785
  *
1790
1786
  * @since 1.116
1791
- * @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
1792
- * may be done before its official public release.
1793
1787
  *
1794
1788
  * @returns Value of property `selectable`
1795
1789
  */
@@ -1905,7 +1899,6 @@ declare namespace sap {
1905
1899
  * Default value is `Default`.
1906
1900
  *
1907
1901
  * @since 1.133.0
1908
- * @experimental Behavior might change.
1909
1902
  *
1910
1903
  * @returns Reference to `this` in order to allow method chaining
1911
1904
  */
@@ -1972,8 +1965,6 @@ declare namespace sap {
1972
1965
  * Default value is `true`.
1973
1966
  *
1974
1967
  * @since 1.116
1975
- * @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
1976
- * may be done before its official public release.
1977
1968
  *
1978
1969
  * @returns Reference to `this` in order to allow method chaining
1979
1970
  */
@@ -2788,10 +2779,14 @@ declare namespace sap {
2788
2779
  * - If an app implements side navigation in addition to the tool header menu, the menu icon must be the
2789
2780
  * first item on the left-hand side of the tool header.
2790
2781
  * - The app menu and the side navigation must not have any dependencies and must work independently.
2791
- * Horizon theme specifics: Only the following controls are supported: sap.m.Button, sap.m.Image,
2792
- * sap.m.Title, sap.m.Text, sap.m.SearchField, sap.m.Avatar. Fiori 3 theme specifics: In Fiori 3 Default
2793
- * theme the ToolHeader is with dark design unlike most of the other controls. This defines the usage of
2794
- * limited controls inside it, which will result in good design combination.
2782
+ *
2783
+ * - Not recommended: In accordance with the UX Consistency initiative, it is recommended to use the seamlessly
2784
+ * integrated UI5 Web Components' ui5-shellbar, as demonstrated in this UXC
2785
+ * integration sample app with UXC integration
2786
+ * sample source code. Horizon theme specifics: Only the following controls are supported: sap.m.Button,
2787
+ * sap.m.Image, sap.m.Title, sap.m.Text, sap.m.SearchField, sap.m.Avatar. Fiori 3 theme specifics: In Fiori
2788
+ * 3 Default theme the ToolHeader is with dark design unlike most of the other controls. This defines the
2789
+ * usage of limited controls inside it, which will result in good design combination.
2795
2790
  * The ToolHeader stylizes the contained controls with the Shell color parameters, to match the dark design
2796
2791
  * requirement. However, that's not a dark theme.
2797
2792
  *
@@ -3452,7 +3447,6 @@ declare namespace sap {
3452
3447
  * This enum is part of the 'sap/tnt/library' module export and must be accessed by the property 'NavigationListItemDesign'.
3453
3448
  *
3454
3449
  * @since 1.133.0
3455
- * @experimental Behavior might change.
3456
3450
  */
3457
3451
  enum NavigationListItemDesign {
3458
3452
  /**
@@ -3485,7 +3479,6 @@ declare namespace sap {
3485
3479
  * This enum is part of the 'sap/tnt/library' module export and must be accessed by the property 'SideNavigationDesign'.
3486
3480
  *
3487
3481
  * @since 1.134.0
3488
- * @experimental Behavior might change.
3489
3482
  */
3490
3483
  enum SideNavigationDesign {
3491
3484
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {