@sapui5/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 (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.esh.search.ui.d.ts +58 -18
  7. package/types/sap.f.d.ts +73 -526
  8. package/types/sap.fe.ariba.d.ts +1 -1
  9. package/types/sap.fe.controls.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +1 -1
  11. package/types/sap.fe.ina.d.ts +1 -1
  12. package/types/sap.fe.macros.d.ts +203 -38
  13. package/types/sap.fe.navigation.d.ts +1 -1
  14. package/types/sap.fe.placeholder.d.ts +1 -1
  15. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  16. package/types/sap.fe.templates.d.ts +1 -1
  17. package/types/sap.fe.test.d.ts +1 -1
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +45 -1
  21. package/types/sap.insights.d.ts +1 -1
  22. package/types/sap.m.d.ts +322 -18
  23. package/types/sap.makit.d.ts +1 -1
  24. package/types/sap.me.d.ts +1 -1
  25. package/types/sap.ndc.d.ts +1 -1
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +1 -1
  28. package/types/sap.sac.df.d.ts +1 -1
  29. package/types/sap.suite.ui.commons.d.ts +178 -10
  30. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +9 -16
  33. package/types/sap.ui.codeeditor.d.ts +1 -1
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +1 -1
  36. package/types/sap.ui.core.d.ts +1044 -382
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +1 -1
  39. package/types/sap.ui.fl.d.ts +5 -1
  40. package/types/sap.ui.generic.app.d.ts +1 -1
  41. package/types/sap.ui.generic.template.d.ts +1 -1
  42. package/types/sap.ui.geomap.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +65 -266
  44. package/types/sap.ui.layout.d.ts +1 -1
  45. package/types/sap.ui.mdc.d.ts +2 -2
  46. package/types/sap.ui.richtexteditor.d.ts +6 -6
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +1 -1
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +36 -3
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +209 -2
  56. package/types/sap.ui.vtm.d.ts +2 -2
  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 +194 -136
  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.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -23253,7 +23253,7 @@ declare module "sap/ui/mdc/util/PropertyHelper" {
23253
23253
  visible?: boolean;
23254
23254
  /**
23255
23255
  * Key of the group in which the property is located. Used to visually group properties in personalization
23256
- * dialogs.
23256
+ * dialogs. The group with the `basic` key is always shown as the first group.
23257
23257
  */
23258
23258
  group?: string;
23259
23259
  /**
@@ -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/ui/richtexteditor/library" {
4
4
  /**
@@ -19,7 +19,7 @@ declare module "sap/ui/richtexteditor/library" {
19
19
  /**
20
20
  * Uses TinyMCE version 6 as editor
21
21
  *
22
- * @deprecated As of version 1.141. TinyMCE 6 is no longer supported. Use the {@link sap.ui.richtexteditor.EditorType.TinyMCE }
22
+ * @deprecated As of version 1.136.13. TinyMCE 6 is no longer supported. Use the {@link sap.ui.richtexteditor.EditorType.TinyMCE }
23
23
  * instead.
24
24
  */
25
25
  TinyMCE6 = "TinyMCE6",
@@ -532,7 +532,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
532
532
  /**
533
533
  * Destroys the footer in the aggregation {@link #getFooter footer}.
534
534
  *
535
- * @experimental As of version 1.135.
535
+ * @since 1.135
536
536
  *
537
537
  * @returns Reference to `this` in order to allow method chaining
538
538
  */
@@ -781,7 +781,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
781
781
  * Defines the footer of the control. The footer will be available only with custom toolbar. **Note:** The
782
782
  * footer aggregation accepts only controls inheriting `sap.m.IBar`.
783
783
  *
784
- * @experimental As of version 1.135.
784
+ * @since 1.135
785
785
  */
786
786
  getFooter(): Control;
787
787
  /**
@@ -1287,7 +1287,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1287
1287
  /**
1288
1288
  * Sets the aggregated {@link #getFooter footer}.
1289
1289
  *
1290
- * @experimental As of version 1.135.
1290
+ * @since 1.135
1291
1291
  *
1292
1292
  * @returns Reference to `this` in order to allow method chaining
1293
1293
  */
@@ -1874,7 +1874,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1874
1874
  * Defines the footer of the control. The footer will be available only with custom toolbar. **Note:** The
1875
1875
  * footer aggregation accepts only controls inheriting `sap.m.IBar`.
1876
1876
  *
1877
- * @experimental As of version 1.135.
1877
+ * @since 1.135
1878
1878
  */
1879
1879
  footer?: Control;
1880
1880
 
@@ -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/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -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/ui/suite/library" {
4
4
  /**
@@ -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/ui/support/library" {
4
4
  /**
@@ -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/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -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/ui/testrecorder/library" {}
4
4
 
@@ -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/ui/unified/library" {
4
4
  /**
@@ -16049,6 +16049,9 @@ declare module "sap/ui/unified/FileUploader" {
16049
16049
  *
16050
16050
  * Allows users to upload all files from a given directory and its corresponding subdirectories.
16051
16051
  *
16052
+ * **Note:** This feature is supported on all WebKit-based browsers as well as Microsoft Edge and Firefox
16053
+ * after version 50. **Note:** Multiple directory selection is not supported.
16054
+ *
16052
16055
  * Default value is `false`.
16053
16056
  *
16054
16057
  * @since 1.105.0
@@ -16091,7 +16094,7 @@ declare module "sap/ui/unified/FileUploader" {
16091
16094
  *
16092
16095
  * Chosen HTTP request method for file upload.
16093
16096
  *
16094
- * Default value is `Post`.
16097
+ * Default value is `POST`.
16095
16098
  *
16096
16099
  * @since 1.81.0
16097
16100
  *
@@ -16280,6 +16283,10 @@ declare module "sap/ui/unified/FileUploader" {
16280
16283
  *
16281
16284
  * Indicates whether the file uploader is required.
16282
16285
  *
16286
+ * **Note:** The control can be marked as required either by setting this property to `true` or by using
16287
+ * the legacy approach of setting the `required` property to `true` on a `sap.m.Label` that has its `labelFor`
16288
+ * property pointing to this control.
16289
+ *
16283
16290
  * Default value is `false`.
16284
16291
  *
16285
16292
  * @since 1.144
@@ -16622,6 +16629,9 @@ declare module "sap/ui/unified/FileUploader" {
16622
16629
  *
16623
16630
  * Allows users to upload all files from a given directory and its corresponding subdirectories.
16624
16631
  *
16632
+ * **Note:** This feature is supported on all WebKit-based browsers as well as Microsoft Edge and Firefox
16633
+ * after version 50. **Note:** Multiple directory selection is not supported.
16634
+ *
16625
16635
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
16626
16636
  *
16627
16637
  * Default value is `false`.
@@ -16681,7 +16691,7 @@ declare module "sap/ui/unified/FileUploader" {
16681
16691
  *
16682
16692
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
16683
16693
  *
16684
- * Default value is `Post`.
16694
+ * Default value is `POST`.
16685
16695
  *
16686
16696
  * @since 1.81.0
16687
16697
  *
@@ -16916,6 +16926,10 @@ declare module "sap/ui/unified/FileUploader" {
16916
16926
  *
16917
16927
  * Indicates whether the file uploader is required.
16918
16928
  *
16929
+ * **Note:** The control can be marked as required either by setting this property to `true` or by using
16930
+ * the legacy approach of setting the `required` property to `true` on a `sap.m.Label` that has its `labelFor`
16931
+ * property pointing to this control.
16932
+ *
16919
16933
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
16920
16934
  *
16921
16935
  * Default value is `false`.
@@ -17358,6 +17372,9 @@ declare module "sap/ui/unified/FileUploader" {
17358
17372
  /**
17359
17373
  * Allows users to upload all files from a given directory and its corresponding subdirectories.
17360
17374
  *
17375
+ * **Note:** This feature is supported on all WebKit-based browsers as well as Microsoft Edge and Firefox
17376
+ * after version 50. **Note:** Multiple directory selection is not supported.
17377
+ *
17361
17378
  * @since 1.105.0
17362
17379
  */
17363
17380
  directory?: boolean | PropertyBindingInfo | `{${string}}`;
@@ -17365,6 +17382,10 @@ declare module "sap/ui/unified/FileUploader" {
17365
17382
  /**
17366
17383
  * Indicates whether the file uploader is required.
17367
17384
  *
17385
+ * **Note:** The control can be marked as required either by setting this property to `true` or by using
17386
+ * the legacy approach of setting the `required` property to `true` on a `sap.m.Label` that has its `labelFor`
17387
+ * property pointing to this control.
17388
+ *
17368
17389
  * @since 1.144
17369
17390
  */
17370
17391
  required?: boolean | PropertyBindingInfo | `{${string}}`;
@@ -17812,10 +17833,22 @@ declare module "sap/ui/unified/FileUploaderHttpRequestMethod" {
17812
17833
  /**
17813
17834
  * HTTP request POST method.
17814
17835
  */
17836
+ POST = "POST",
17837
+ /**
17838
+ * HTTP request POST method.
17839
+ *
17840
+ * @deprecated As of version 1.145.0. use {@link sap.ui.unified.FileUploaderHttpRequestMethod.POST} instead
17841
+ */
17815
17842
  Post = "POST",
17816
17843
  /**
17817
17844
  * HTTP request PUT method.
17818
17845
  */
17846
+ PUT = "PUT",
17847
+ /**
17848
+ * HTTP request PUT method.
17849
+ *
17850
+ * @deprecated As of version 1.145.0. use {@link sap.ui.unified.FileUploaderHttpRequestMethod.PUT} instead
17851
+ */
17819
17852
  Put = "PUT",
17820
17853
  }
17821
17854
  export default FileUploaderHttpRequestMethod;
@@ -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/ui/ux3/library" {
4
4
  /**
@@ -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/ui/vbm/library" {
4
4
  /**
@@ -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/ui/vk/library" {
4
4
  /**
@@ -5910,6 +5910,8 @@ declare module "sap/ui/vk/DrawerToolbarButton" {
5910
5910
 
5911
5911
  CrossSectionSeparator = "VIT-Cross-Section-Separator",
5912
5912
 
5913
+ CrossSectionSettings = "VIT-Cross-Section-Settings",
5914
+
5913
5915
  EcadSeparator = "VIT-ECAD-Separator",
5914
5916
 
5915
5917
  FitToPage = "VIT-Fit-To-Page",
@@ -23402,7 +23404,7 @@ declare module "sap/ui/vk/svg/Viewport" {
23402
23404
  * Include selected nodes
23403
23405
  */
23404
23406
  includeSelection: boolean
23405
- ): string;
23407
+ ): Promise<string>;
23406
23408
  /**
23407
23409
  * Gets content of aggregation {@link #getMiniMap miniMap}.
23408
23410
  */
@@ -30587,6 +30589,8 @@ declare module "sap/ui/vk/tools/CreateTextTool" {
30587
30589
  declare module "sap/ui/vk/tools/CrossSectionTool" {
30588
30590
  import { default as Tool, $ToolSettings } from "sap/ui/vk/tools/Tool";
30589
30591
 
30592
+ import Event from "sap/ui/base/Event";
30593
+
30590
30594
  import { CSSColor } from "sap/ui/core/library";
30591
30595
 
30592
30596
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -30663,6 +30667,93 @@ declare module "sap/ui/vk/tools/CrossSectionTool" {
30663
30667
  * @returns Metadata object describing this class
30664
30668
  */
30665
30669
  static getMetadata(): ElementMetadata;
30670
+ /**
30671
+ * Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.vk.tools.CrossSectionTool`.
30672
+ *
30673
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
30674
+ * otherwise it will be bound to this `sap.ui.vk.tools.CrossSectionTool` itself.
30675
+ *
30676
+ * This event is fired when the tool's setState method is called and the new state is applied. The event
30677
+ * can be used to update of the UI.
30678
+ *
30679
+ *
30680
+ * @returns Reference to `this` in order to allow method chaining
30681
+ */
30682
+ attachStateChanged(
30683
+ /**
30684
+ * An application-specific payload object that will be passed to the event handler along with the event
30685
+ * object when firing the event
30686
+ */
30687
+ oData: object,
30688
+ /**
30689
+ * The function to be called when the event occurs
30690
+ */
30691
+ fnFunction: (p1: Event) => void,
30692
+ /**
30693
+ * Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.CrossSectionTool` itself
30694
+ */
30695
+ oListener?: object
30696
+ ): this;
30697
+ /**
30698
+ * Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.vk.tools.CrossSectionTool`.
30699
+ *
30700
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
30701
+ * otherwise it will be bound to this `sap.ui.vk.tools.CrossSectionTool` itself.
30702
+ *
30703
+ * This event is fired when the tool's setState method is called and the new state is applied. The event
30704
+ * can be used to update of the UI.
30705
+ *
30706
+ *
30707
+ * @returns Reference to `this` in order to allow method chaining
30708
+ */
30709
+ attachStateChanged(
30710
+ /**
30711
+ * The function to be called when the event occurs
30712
+ */
30713
+ fnFunction: (p1: Event) => void,
30714
+ /**
30715
+ * Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.CrossSectionTool` itself
30716
+ */
30717
+ oListener?: object
30718
+ ): this;
30719
+ /**
30720
+ * Detaches event handler `fnFunction` from the {@link #event:stateChanged stateChanged} event of this `sap.ui.vk.tools.CrossSectionTool`.
30721
+ *
30722
+ * The passed function and listener object must match the ones used for event registration.
30723
+ *
30724
+ *
30725
+ * @returns Reference to `this` in order to allow method chaining
30726
+ */
30727
+ detachStateChanged(
30728
+ /**
30729
+ * The function to be called, when the event occurs
30730
+ */
30731
+ fnFunction: (p1: Event) => void,
30732
+ /**
30733
+ * Context object on which the given function had to be called
30734
+ */
30735
+ oListener?: object
30736
+ ): this;
30737
+ /**
30738
+ * Fires event {@link #event:stateChanged stateChanged} to attached listeners.
30739
+ *
30740
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
30741
+ *
30742
+ * @returns Reference to `this` in order to allow method chaining
30743
+ */
30744
+ fireStateChanged(
30745
+ /**
30746
+ * Parameters to pass along with the event
30747
+ */
30748
+ mParameters?: object
30749
+ ): this;
30750
+ /**
30751
+ * Gets the clipping plane axis.
30752
+ *
30753
+ *
30754
+ * @returns Axis index from 0 to 2: 0 - X, 1 - Y, 2 - Z.
30755
+ */
30756
+ getAxis(): number;
30666
30757
  /**
30667
30758
  * Gets current value of property {@link #getCappingColor cappingColor}.
30668
30759
  *
@@ -30681,6 +30772,24 @@ declare module "sap/ui/vk/tools/CrossSectionTool" {
30681
30772
  * @returns Value of property `cappingOpacity`
30682
30773
  */
30683
30774
  getCappingOpacity(): float;
30775
+ /**
30776
+ * Gets current value of property {@link #getOutlineColor outlineColor}.
30777
+ *
30778
+ * Default value is `"#000000"`.
30779
+ *
30780
+ *
30781
+ * @returns Value of property `outlineColor`
30782
+ */
30783
+ getOutlineColor(): CSSColor;
30784
+ /**
30785
+ * Gets current value of property {@link #getOutlineWidth outlineWidth}.
30786
+ *
30787
+ * Default value is `2`.
30788
+ *
30789
+ *
30790
+ * @returns Value of property `outlineWidth`
30791
+ */
30792
+ getOutlineWidth(): float;
30684
30793
  /**
30685
30794
  * Gets current value of property {@link #getShowCapping showCapping}.
30686
30795
  *
@@ -30701,6 +30810,15 @@ declare module "sap/ui/vk/tools/CrossSectionTool" {
30701
30810
  * @returns Value of property `showEditingUI`
30702
30811
  */
30703
30812
  getShowEditingUI(): boolean;
30813
+ /**
30814
+ * Gets current value of property {@link #getShowOutline showOutline}.
30815
+ *
30816
+ * Default value is `true`.
30817
+ *
30818
+ *
30819
+ * @returns Value of property `showOutline`
30820
+ */
30821
+ getShowOutline(): boolean;
30704
30822
  /**
30705
30823
  * Gets information about the current state.
30706
30824
  *
@@ -30779,6 +30897,38 @@ declare module "sap/ui/vk/tools/CrossSectionTool" {
30779
30897
  */
30780
30898
  flip?: boolean
30781
30899
  ): this;
30900
+ /**
30901
+ * Sets a new value for property {@link #getOutlineColor outlineColor}.
30902
+ *
30903
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
30904
+ *
30905
+ * Default value is `"#000000"`.
30906
+ *
30907
+ *
30908
+ * @returns Reference to `this` in order to allow method chaining
30909
+ */
30910
+ setOutlineColor(
30911
+ /**
30912
+ * New value for property `outlineColor`
30913
+ */
30914
+ sOutlineColor?: CSSColor
30915
+ ): this;
30916
+ /**
30917
+ * Sets a new value for property {@link #getOutlineWidth outlineWidth}.
30918
+ *
30919
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
30920
+ *
30921
+ * Default value is `2`.
30922
+ *
30923
+ *
30924
+ * @returns Reference to `this` in order to allow method chaining
30925
+ */
30926
+ setOutlineWidth(
30927
+ /**
30928
+ * New value for property `outlineWidth`
30929
+ */
30930
+ fOutlineWidth?: float
30931
+ ): this;
30782
30932
  /**
30783
30933
  * Sets a new value for property {@link #getShowCapping showCapping}.
30784
30934
  *
@@ -30813,6 +30963,22 @@ declare module "sap/ui/vk/tools/CrossSectionTool" {
30813
30963
  */
30814
30964
  bShowEditingUI?: boolean
30815
30965
  ): this;
30966
+ /**
30967
+ * Sets a new value for property {@link #getShowOutline showOutline}.
30968
+ *
30969
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
30970
+ *
30971
+ * Default value is `true`.
30972
+ *
30973
+ *
30974
+ * @returns Reference to `this` in order to allow method chaining
30975
+ */
30976
+ setShowOutline(
30977
+ /**
30978
+ * New value for property `showOutline`
30979
+ */
30980
+ bShowOutline?: boolean
30981
+ ): this;
30816
30982
  /**
30817
30983
  * Sets the current state.
30818
30984
  *
@@ -30841,6 +31007,18 @@ declare module "sap/ui/vk/tools/CrossSectionTool" {
30841
31007
  * The position of the clipping planes defined as [x, y, z].
30842
31008
  */
30843
31009
  position?: number[];
31010
+ /**
31011
+ * The color of the outline defined as a CSS color string.
31012
+ */
31013
+ outlineColor?: string;
31014
+ /**
31015
+ * The width of the outline defined as a float.
31016
+ */
31017
+ outlineWidth?: number;
31018
+ /**
31019
+ * Specifies whether the outline should be shown.
31020
+ */
31021
+ showOutline?: boolean;
30844
31022
  /**
30845
31023
  * The color of the capping defined as a CSS color string.
30846
31024
  */
@@ -30853,6 +31031,10 @@ declare module "sap/ui/vk/tools/CrossSectionTool" {
30853
31031
  * Specifies whether the capping should be shown.
30854
31032
  */
30855
31033
  showCapping?: boolean;
31034
+ /**
31035
+ * Specifies whether the editing UI should be shown.
31036
+ */
31037
+ showEditingUI?: boolean;
30856
31038
  },
30857
31039
  /**
30858
31040
  * The viewport where the tool is used.
@@ -30869,12 +31051,37 @@ declare module "sap/ui/vk/tools/CrossSectionTool" {
30869
31051
  */
30870
31052
  showEditingUI?: boolean | PropertyBindingInfo | `{${string}}`;
30871
31053
 
31054
+ outlineColor?: CSSColor | PropertyBindingInfo | `{${string}}`;
31055
+
31056
+ outlineWidth?: float | PropertyBindingInfo | `{${string}}`;
31057
+
31058
+ showOutline?: boolean | PropertyBindingInfo | `{${string}}`;
31059
+
30872
31060
  cappingColor?: CSSColor | PropertyBindingInfo | `{${string}}`;
30873
31061
 
30874
31062
  cappingOpacity?: float | PropertyBindingInfo | `{${string}}`;
30875
31063
 
30876
31064
  showCapping?: boolean | PropertyBindingInfo | `{${string}}`;
31065
+
31066
+ /**
31067
+ * This event is fired when the tool's setState method is called and the new state is applied. The event
31068
+ * can be used to update of the UI.
31069
+ */
31070
+ stateChanged?: (oEvent: Event) => void;
30877
31071
  }
31072
+
31073
+ /**
31074
+ * Parameters of the CrossSectionTool#stateChanged event.
31075
+ */
31076
+ export interface CrossSectionTool$StateChangedEventParameters {}
31077
+
31078
+ /**
31079
+ * Event object of the CrossSectionTool#stateChanged event.
31080
+ */
31081
+ export type CrossSectionTool$StateChangedEvent = Event<
31082
+ CrossSectionTool$StateChangedEventParameters,
31083
+ CrossSectionTool
31084
+ >;
30878
31085
  }
30879
31086
 
30880
31087
  declare module "sap/ui/vk/tools/DuplicateSvgElementTool" {
@@ -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/ui/vtm/library" {
4
4
  import Vtm from "sap/ui/vtm/Vtm";
@@ -6020,7 +6020,7 @@ declare module "sap/ui/vtm/Tree" {
6020
6020
  * Example:
6021
6021
  * ```javascript
6022
6022
  * {
6023
- * id: jQuery.sap.uid(),
6023
+ * id: sap.base.util.uid(),
6024
6024
  * name: "Tree item name",
6025
6025
  * iconUrl: "sap-icon://tree",
6026
6026
  * iconTooltip: "Group"
@@ -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/ui/webc/common/library" {}
4
4
 
@@ -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/ui/webc/fiori/library" {
4
4
  /**
@@ -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/ui/webc/main/library" {
4
4
  /**
@@ -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/uiext/inbox/library" {}
4
4