@sapui5/ts-types-esm 1.145.1 → 1.147.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/index.d.ts +3 -6
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +4 -7
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +56 -67
  8. package/types/sap.f.d.ts +220 -527
  9. package/types/sap.fe.ariba.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 +3921 -3221
  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 +49 -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 +228 -1
  22. package/types/sap.insights.d.ts +14 -1
  23. package/types/{mobile-1.145.0-esm-d.ts → sap.m.d.ts} +596 -48
  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 +299 -10
  31. package/types/sap.suite.ui.generic.template.d.ts +79 -1
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +9 -19
  34. package/types/sap.ui.codeeditor.d.ts +82 -46
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +5 -15
  37. package/types/{core-1.145.0-esm-d.ts → sap.ui.core.d.ts} +1214 -396
  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 +9 -1
  41. package/types/sap.ui.generic.app.d.ts +5 -5
  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 +87 -290
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/{mdc-1.145.0-esm-d.ts → sap.ui.mdc.d.ts} +113 -22
  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 +2 -2
  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 +41 -11
  54. package/types/sap.ui.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +8 -24
  56. package/types/sap.ui.vk.d.ts +209 -2
  57. package/types/sap.ui.vtm.d.ts +2 -2
  58. package/types/sap.uiext.inbox.d.ts +1 -1
  59. package/types/sap.ushell.d.ts +609 -202
  60. package/types/sap.ushell_abap.d.ts +1 -1
  61. package/types/sap.uxap.d.ts +151 -2
  62. package/types/sap.viz.d.ts +4 -5
  63. package/types/sap.webanalytics.core.d.ts +1 -1
  64. package/types/sap.zen.commons.d.ts +1 -1
  65. package/types/sap.zen.crosstab.d.ts +1 -1
  66. package/types/sap.zen.dsh.d.ts +1 -1
  67. package/types/sap.ui.webc.common.d.ts +0 -164
  68. package/types/sap.ui.webc.fiori.d.ts +0 -16235
  69. package/types/sap.ui.webc.main.d.ts +0 -51365
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.147.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.147.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.1
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4