@sapui5/ts-types 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 (70) 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 +59 -67
  8. package/types/sap.f.d.ts +214 -528
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.base.d.ts +1 -1
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +1 -1
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +1725 -1041
  15. package/types/sap.fe.navigation.d.ts +1 -1
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +1 -1
  19. package/types/sap.fe.test.d.ts +49 -1
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +229 -1
  23. package/types/sap.insights.d.ts +14 -1
  24. package/types/{mobile-1.145.0-d.ts → sap.m.d.ts} +607 -48
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +1 -1
  31. package/types/sap.suite.ui.commons.d.ts +294 -10
  32. package/types/sap.suite.ui.generic.template.d.ts +79 -1
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/sap.tnt.d.ts +9 -19
  35. package/types/sap.ui.codeeditor.d.ts +82 -46
  36. package/types/sap.ui.commons.d.ts +1 -1
  37. package/types/sap.ui.comp.d.ts +5 -15
  38. package/types/{core-1.145.0-d.ts → sap.ui.core.d.ts} +1209 -376
  39. package/types/sap.ui.dt.d.ts +1 -1
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +9 -1
  42. package/types/sap.ui.generic.app.d.ts +5 -5
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.geomap.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +87 -289
  46. package/types/sap.ui.layout.d.ts +1 -1
  47. package/types/{mdc-1.145.0-d.ts → sap.ui.mdc.d.ts} +108 -21
  48. package/types/sap.ui.richtexteditor.d.ts +6 -6
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +1 -1
  51. package/types/sap.ui.support.d.ts +2 -2
  52. package/types/sap.ui.table.d.ts +1 -1
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +41 -11
  55. package/types/sap.ui.ux3.d.ts +1 -1
  56. package/types/sap.ui.vbm.d.ts +8 -24
  57. package/types/sap.ui.vk.d.ts +216 -2
  58. package/types/sap.ui.vtm.d.ts +2 -2
  59. package/types/sap.uiext.inbox.d.ts +1 -1
  60. package/types/sap.ushell.d.ts +590 -196
  61. package/types/sap.ushell_abap.d.ts +1 -1
  62. package/types/sap.uxap.d.ts +146 -1
  63. package/types/sap.viz.d.ts +4 -5
  64. package/types/sap.webanalytics.core.d.ts +1 -1
  65. package/types/sap.zen.commons.d.ts +1 -1
  66. package/types/sap.zen.crosstab.d.ts +1 -1
  67. package/types/sap.zen.dsh.d.ts +1 -1
  68. package/types/sap.ui.webc.common.d.ts +0 -173
  69. package/types/sap.ui.webc.fiori.d.ts +0 -16012
  70. package/types/sap.ui.webc.main.d.ts +0 -51158
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -4845,7 +4845,7 @@ declare namespace sap {
4845
4845
  * Include selected nodes
4846
4846
  */
4847
4847
  includeSelection: boolean
4848
- ): string;
4848
+ ): Promise<string>;
4849
4849
  /**
4850
4850
  * Gets content of aggregation {@link #getMiniMap miniMap}.
4851
4851
  */
@@ -8263,6 +8263,21 @@ declare namespace sap {
8263
8263
  | sap.ui.base.ManagedObject.PropertyBindingInfo
8264
8264
  | `{${string}}`;
8265
8265
 
8266
+ outlineColor?:
8267
+ | sap.ui.core.CSSColor
8268
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
8269
+ | `{${string}}`;
8270
+
8271
+ outlineWidth?:
8272
+ | float
8273
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
8274
+ | `{${string}}`;
8275
+
8276
+ showOutline?:
8277
+ | boolean
8278
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
8279
+ | `{${string}}`;
8280
+
8266
8281
  cappingColor?:
8267
8282
  | sap.ui.core.CSSColor
8268
8283
  | sap.ui.base.ManagedObject.PropertyBindingInfo
@@ -8277,6 +8292,12 @@ declare namespace sap {
8277
8292
  | boolean
8278
8293
  | sap.ui.base.ManagedObject.PropertyBindingInfo
8279
8294
  | `{${string}}`;
8295
+
8296
+ /**
8297
+ * This event is fired when the tool's setState method is called and the new state is applied. The event
8298
+ * can be used to update of the UI.
8299
+ */
8300
+ stateChanged?: (oEvent: sap.ui.base.Event) => void;
8280
8301
  }
8281
8302
 
8282
8303
  /**
@@ -9104,6 +9125,11 @@ declare namespace sap {
9104
9125
  request?: any;
9105
9126
  }
9106
9127
 
9128
+ /**
9129
+ * Parameters of the CrossSectionTool#stateChanged event.
9130
+ */
9131
+ interface CrossSectionTool$StateChangedEventParameters {}
9132
+
9107
9133
  /**
9108
9134
  * Parameters of the DuplicateSvgElementTool#nodesCreated event.
9109
9135
  */
@@ -11510,6 +11536,93 @@ declare namespace sap {
11510
11536
  * @returns Metadata object describing this class
11511
11537
  */
11512
11538
  static getMetadata(): sap.ui.core.ElementMetadata;
11539
+ /**
11540
+ * Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.vk.tools.CrossSectionTool`.
11541
+ *
11542
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11543
+ * otherwise it will be bound to this `sap.ui.vk.tools.CrossSectionTool` itself.
11544
+ *
11545
+ * This event is fired when the tool's setState method is called and the new state is applied. The event
11546
+ * can be used to update of the UI.
11547
+ *
11548
+ *
11549
+ * @returns Reference to `this` in order to allow method chaining
11550
+ */
11551
+ attachStateChanged(
11552
+ /**
11553
+ * An application-specific payload object that will be passed to the event handler along with the event
11554
+ * object when firing the event
11555
+ */
11556
+ oData: object,
11557
+ /**
11558
+ * The function to be called when the event occurs
11559
+ */
11560
+ fnFunction: (p1: sap.ui.base.Event) => void,
11561
+ /**
11562
+ * Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.CrossSectionTool` itself
11563
+ */
11564
+ oListener?: object
11565
+ ): this;
11566
+ /**
11567
+ * Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.vk.tools.CrossSectionTool`.
11568
+ *
11569
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11570
+ * otherwise it will be bound to this `sap.ui.vk.tools.CrossSectionTool` itself.
11571
+ *
11572
+ * This event is fired when the tool's setState method is called and the new state is applied. The event
11573
+ * can be used to update of the UI.
11574
+ *
11575
+ *
11576
+ * @returns Reference to `this` in order to allow method chaining
11577
+ */
11578
+ attachStateChanged(
11579
+ /**
11580
+ * The function to be called when the event occurs
11581
+ */
11582
+ fnFunction: (p1: sap.ui.base.Event) => void,
11583
+ /**
11584
+ * Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.CrossSectionTool` itself
11585
+ */
11586
+ oListener?: object
11587
+ ): this;
11588
+ /**
11589
+ * Detaches event handler `fnFunction` from the {@link #event:stateChanged stateChanged} event of this `sap.ui.vk.tools.CrossSectionTool`.
11590
+ *
11591
+ * The passed function and listener object must match the ones used for event registration.
11592
+ *
11593
+ *
11594
+ * @returns Reference to `this` in order to allow method chaining
11595
+ */
11596
+ detachStateChanged(
11597
+ /**
11598
+ * The function to be called, when the event occurs
11599
+ */
11600
+ fnFunction: (p1: sap.ui.base.Event) => void,
11601
+ /**
11602
+ * Context object on which the given function had to be called
11603
+ */
11604
+ oListener?: object
11605
+ ): this;
11606
+ /**
11607
+ * Fires event {@link #event:stateChanged stateChanged} to attached listeners.
11608
+ *
11609
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
11610
+ *
11611
+ * @returns Reference to `this` in order to allow method chaining
11612
+ */
11613
+ fireStateChanged(
11614
+ /**
11615
+ * Parameters to pass along with the event
11616
+ */
11617
+ mParameters?: object
11618
+ ): this;
11619
+ /**
11620
+ * Gets the clipping plane axis.
11621
+ *
11622
+ *
11623
+ * @returns Axis index from 0 to 2: 0 - X, 1 - Y, 2 - Z.
11624
+ */
11625
+ getAxis(): number;
11513
11626
  /**
11514
11627
  * Gets current value of property {@link #getCappingColor cappingColor}.
11515
11628
  *
@@ -11528,6 +11641,24 @@ declare namespace sap {
11528
11641
  * @returns Value of property `cappingOpacity`
11529
11642
  */
11530
11643
  getCappingOpacity(): float;
11644
+ /**
11645
+ * Gets current value of property {@link #getOutlineColor outlineColor}.
11646
+ *
11647
+ * Default value is `"#000000"`.
11648
+ *
11649
+ *
11650
+ * @returns Value of property `outlineColor`
11651
+ */
11652
+ getOutlineColor(): sap.ui.core.CSSColor;
11653
+ /**
11654
+ * Gets current value of property {@link #getOutlineWidth outlineWidth}.
11655
+ *
11656
+ * Default value is `2`.
11657
+ *
11658
+ *
11659
+ * @returns Value of property `outlineWidth`
11660
+ */
11661
+ getOutlineWidth(): float;
11531
11662
  /**
11532
11663
  * Gets current value of property {@link #getShowCapping showCapping}.
11533
11664
  *
@@ -11548,6 +11679,15 @@ declare namespace sap {
11548
11679
  * @returns Value of property `showEditingUI`
11549
11680
  */
11550
11681
  getShowEditingUI(): boolean;
11682
+ /**
11683
+ * Gets current value of property {@link #getShowOutline showOutline}.
11684
+ *
11685
+ * Default value is `true`.
11686
+ *
11687
+ *
11688
+ * @returns Value of property `showOutline`
11689
+ */
11690
+ getShowOutline(): boolean;
11551
11691
  /**
11552
11692
  * Gets information about the current state.
11553
11693
  *
@@ -11626,6 +11766,38 @@ declare namespace sap {
11626
11766
  */
11627
11767
  flip?: boolean
11628
11768
  ): this;
11769
+ /**
11770
+ * Sets a new value for property {@link #getOutlineColor outlineColor}.
11771
+ *
11772
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11773
+ *
11774
+ * Default value is `"#000000"`.
11775
+ *
11776
+ *
11777
+ * @returns Reference to `this` in order to allow method chaining
11778
+ */
11779
+ setOutlineColor(
11780
+ /**
11781
+ * New value for property `outlineColor`
11782
+ */
11783
+ sOutlineColor?: sap.ui.core.CSSColor
11784
+ ): this;
11785
+ /**
11786
+ * Sets a new value for property {@link #getOutlineWidth outlineWidth}.
11787
+ *
11788
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11789
+ *
11790
+ * Default value is `2`.
11791
+ *
11792
+ *
11793
+ * @returns Reference to `this` in order to allow method chaining
11794
+ */
11795
+ setOutlineWidth(
11796
+ /**
11797
+ * New value for property `outlineWidth`
11798
+ */
11799
+ fOutlineWidth?: float
11800
+ ): this;
11629
11801
  /**
11630
11802
  * Sets a new value for property {@link #getShowCapping showCapping}.
11631
11803
  *
@@ -11660,6 +11832,22 @@ declare namespace sap {
11660
11832
  */
11661
11833
  bShowEditingUI?: boolean
11662
11834
  ): this;
11835
+ /**
11836
+ * Sets a new value for property {@link #getShowOutline showOutline}.
11837
+ *
11838
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11839
+ *
11840
+ * Default value is `true`.
11841
+ *
11842
+ *
11843
+ * @returns Reference to `this` in order to allow method chaining
11844
+ */
11845
+ setShowOutline(
11846
+ /**
11847
+ * New value for property `showOutline`
11848
+ */
11849
+ bShowOutline?: boolean
11850
+ ): this;
11663
11851
  /**
11664
11852
  * Sets the current state.
11665
11853
  *
@@ -11688,6 +11876,18 @@ declare namespace sap {
11688
11876
  * The position of the clipping planes defined as [x, y, z].
11689
11877
  */
11690
11878
  position?: number[];
11879
+ /**
11880
+ * The color of the outline defined as a CSS color string.
11881
+ */
11882
+ outlineColor?: string;
11883
+ /**
11884
+ * The width of the outline defined as a float.
11885
+ */
11886
+ outlineWidth?: number;
11887
+ /**
11888
+ * Specifies whether the outline should be shown.
11889
+ */
11890
+ showOutline?: boolean;
11691
11891
  /**
11692
11892
  * The color of the capping defined as a CSS color string.
11693
11893
  */
@@ -11700,6 +11900,10 @@ declare namespace sap {
11700
11900
  * Specifies whether the capping should be shown.
11701
11901
  */
11702
11902
  showCapping?: boolean;
11903
+ /**
11904
+ * Specifies whether the editing UI should be shown.
11905
+ */
11906
+ showEditingUI?: boolean;
11703
11907
  },
11704
11908
  /**
11705
11909
  * The viewport where the tool is used.
@@ -18215,6 +18419,14 @@ declare namespace sap {
18215
18419
  CreateTextTool
18216
18420
  >;
18217
18421
 
18422
+ /**
18423
+ * Event object of the CrossSectionTool#stateChanged event.
18424
+ */
18425
+ type CrossSectionTool$StateChangedEvent = sap.ui.base.Event<
18426
+ CrossSectionTool$StateChangedEventParameters,
18427
+ CrossSectionTool
18428
+ >;
18429
+
18218
18430
  /**
18219
18431
  * Event object of the DuplicateSvgElementTool#nodesCreated event.
18220
18432
  */
@@ -46406,6 +46618,8 @@ declare namespace sap {
46406
46618
 
46407
46619
  CrossSectionSeparator = "VIT-Cross-Section-Separator",
46408
46620
 
46621
+ CrossSectionSettings = "VIT-Cross-Section-Settings",
46622
+
46409
46623
  EcadSeparator = "VIT-ECAD-Separator",
46410
46624
 
46411
46625
  FitToPage = "VIT-Fit-To-Page",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -6935,7 +6935,7 @@ declare namespace sap {
6935
6935
  * Example:
6936
6936
  * ```javascript
6937
6937
  * {
6938
- * id: jQuery.sap.uid(),
6938
+ * id: sap.base.util.uid(),
6939
6939
  * name: "Tree item name",
6940
6940
  * iconUrl: "sap-icon://tree",
6941
6941
  * 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 namespace sap {
4
4
  namespace uiext {