@sapui5/ts-types-esm 1.129.1 → 1.130.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 +1 -0
  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 +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.cux.home.d.ts +41 -40
  8. package/types/sap.esh.search.ui.d.ts +1 -1
  9. package/types/sap.f.d.ts +87 -1
  10. package/types/sap.fe.base.d.ts +1 -1
  11. package/types/sap.fe.controls.d.ts +3 -0
  12. package/types/sap.fe.core.d.ts +42 -6
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +462 -200
  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 +5 -2
  19. package/types/sap.fe.test.d.ts +1 -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 +724 -204
  23. package/types/sap.insights.d.ts +1 -1
  24. package/types/sap.m.d.ts +1002 -3360
  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 +108 -16
  31. package/types/sap.suite.ui.commons.d.ts +264 -125
  32. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  33. package/types/sap.suite.ui.microchart.d.ts +309 -79
  34. package/types/sap.tnt.d.ts +1 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/sap.ui.commons.d.ts +1 -1
  37. package/types/sap.ui.comp.d.ts +1 -25
  38. package/types/sap.ui.core.d.ts +119 -110
  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 +5 -2
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +22 -5
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/sap.ui.mdc.d.ts +273 -234
  47. package/types/sap.ui.richtexteditor.d.ts +1 -1
  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 +6 -11
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +1 -1
  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 +1 -1
  57. package/types/sap.ui.vtm.d.ts +1 -1
  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 +1 -1
  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.129.0
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.129.0
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.129.0
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.129.0
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -29076,7 +29076,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
29076
29076
  * Adds some initialToken to the aggregation {@link #getInitialTokens initialTokens}.
29077
29077
  *
29078
29078
  * @since 1.101
29079
- * @experimental (since 1.101)
29080
29079
  *
29081
29080
  * @returns Reference to `this` in order to allow method chaining
29082
29081
  */
@@ -29357,7 +29356,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
29357
29356
  * Destroys all the initialTokens in the aggregation {@link #getInitialTokens initialTokens}.
29358
29357
  *
29359
29358
  * @since 1.101
29360
- * @experimental (since 1.101)
29361
29359
  *
29362
29360
  * @returns Reference to `this` in order to allow method chaining
29363
29361
  */
@@ -29549,7 +29547,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
29549
29547
  * Aggregation for storing the tokens. Works only in No Data Binding Scenario.
29550
29548
  *
29551
29549
  * @since 1.101
29552
- * @experimental (since 1.101)
29553
29550
  */
29554
29551
  getInitialTokens(): Token[];
29555
29552
  /**
@@ -29579,7 +29576,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
29579
29576
  * Default value is `false`.
29580
29577
  *
29581
29578
  * @since 1.101
29582
- * @experimental (since 1.101)
29583
29579
  *
29584
29580
  * @returns Value of property `singleTokenMode`
29585
29581
  */
@@ -29625,7 +29621,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
29625
29621
  * returns its index if found or -1 otherwise.
29626
29622
  *
29627
29623
  * @since 1.101
29628
- * @experimental (since 1.101)
29629
29624
  *
29630
29625
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
29631
29626
  */
@@ -29639,7 +29634,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
29639
29634
  * Inserts a initialToken into the aggregation {@link #getInitialTokens initialTokens}.
29640
29635
  *
29641
29636
  * @since 1.101
29642
- * @experimental (since 1.101)
29643
29637
  *
29644
29638
  * @returns Reference to `this` in order to allow method chaining
29645
29639
  */
@@ -29661,7 +29655,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
29661
29655
  * Additionally, it unregisters them from the hosting UIArea.
29662
29656
  *
29663
29657
  * @since 1.101
29664
- * @experimental (since 1.101)
29665
29658
  *
29666
29659
  * @returns An array of the removed elements (might be empty)
29667
29660
  */
@@ -29670,7 +29663,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
29670
29663
  * Removes a initialToken from the aggregation {@link #getInitialTokens initialTokens}.
29671
29664
  *
29672
29665
  * @since 1.101
29673
- * @experimental (since 1.101)
29674
29666
  *
29675
29667
  * @returns The removed initialToken or `null`
29676
29668
  */
@@ -29738,7 +29730,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
29738
29730
  * Default value is `false`.
29739
29731
  *
29740
29732
  * @since 1.101
29741
- * @experimental (since 1.101)
29742
29733
  *
29743
29734
  * @returns Reference to `this` in order to allow method chaining
29744
29735
  */
@@ -29837,7 +29828,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
29837
29828
  * Allows only one token to be added to the SmartMultiInput. Works only in No Data Binding Scenario.
29838
29829
  *
29839
29830
  * @since 1.101
29840
- * @experimental (since 1.101)
29841
29831
  */
29842
29832
  singleTokenMode?: boolean | PropertyBindingInfo | `{${string}}`;
29843
29833
 
@@ -29845,7 +29835,6 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
29845
29835
  * Aggregation for storing the tokens. Works only in No Data Binding Scenario.
29846
29836
  *
29847
29837
  * @since 1.101
29848
- * @experimental (since 1.101)
29849
29838
  */
29850
29839
  initialTokens?: Token[] | Token | AggregationBindingInfo | `{${string}}`;
29851
29840
 
@@ -35728,19 +35717,6 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
35728
35717
  * @returns Value of property `lifecycleSupport`
35729
35718
  */
35730
35719
  getLifecycleSupport(): boolean;
35731
- /**
35732
- * Required by the {@link sap.m.IOverflowToolbarContent} interface. Registers invalidations event which
35733
- * is fired when width of the control is changed.
35734
- *
35735
- * @ui5-protected Do not call from applications (only from related classes in the framework)
35736
- *
35737
- * @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface
35738
- */
35739
- getOverflowToolbarConfig(): {
35740
- canOverflow: boolean;
35741
-
35742
- invalidationEvents: string[];
35743
- };
35744
35720
  /**
35745
35721
  * Gets current value of property {@link #getStandardItemAuthor standardItemAuthor}.
35746
35722
  *