@sapui5/ts-types-esm 1.132.1 → 1.134.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 +12 -11
  3. package/types/sap.ca.ui.d.ts +413 -415
  4. package/types/sap.chart.d.ts +6 -6
  5. package/types/sap.collaboration.d.ts +31 -31
  6. package/types/sap.cux.home.d.ts +927 -110
  7. package/types/sap.esh.search.ui.d.ts +45 -1
  8. package/types/sap.f.d.ts +211 -183
  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 +40 -11
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +141 -99
  14. package/types/sap.fe.navigation.d.ts +3 -3
  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 +3 -8
  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 +576 -464
  22. package/types/sap.insights.d.ts +3 -3
  23. package/types/sap.m.d.ts +2574 -1193
  24. package/types/sap.makit.d.ts +182 -182
  25. package/types/sap.me.d.ts +25 -27
  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 +41 -41
  29. package/types/sap.sac.df.d.ts +465 -193
  30. package/types/sap.suite.ui.commons.d.ts +432 -487
  31. package/types/sap.suite.ui.generic.template.d.ts +80 -37
  32. package/types/sap.suite.ui.microchart.d.ts +55 -79
  33. package/types/sap.tnt.d.ts +335 -20
  34. package/types/sap.ui.codeeditor.d.ts +9 -7
  35. package/types/sap.ui.commons.d.ts +326 -335
  36. package/types/sap.ui.comp.d.ts +432 -445
  37. package/types/sap.ui.core.d.ts +46978 -46714
  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 -5
  41. package/types/sap.ui.generic.app.d.ts +83 -66
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +322 -236
  44. package/types/sap.ui.layout.d.ts +90 -104
  45. package/types/sap.ui.mdc.d.ts +393 -153
  46. package/types/sap.ui.richtexteditor.d.ts +48 -8
  47. package/types/sap.ui.rta.d.ts +76 -1
  48. package/types/sap.ui.suite.d.ts +14 -14
  49. package/types/sap.ui.support.d.ts +2 -2
  50. package/types/sap.ui.table.d.ts +219 -197
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +170 -158
  53. package/types/sap.ui.ux3.d.ts +113 -117
  54. package/types/sap.ui.vbm.d.ts +391 -60
  55. package/types/sap.ui.vk.d.ts +138 -135
  56. package/types/sap.ui.vtm.d.ts +112 -103
  57. package/types/sap.ui.webc.common.d.ts +7 -7
  58. package/types/sap.ui.webc.fiori.d.ts +164 -176
  59. package/types/sap.ui.webc.main.d.ts +527 -531
  60. package/types/sap.uiext.inbox.d.ts +43 -43
  61. package/types/sap.ushell.d.ts +246 -126
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +39 -51
  64. package/types/sap.viz.d.ts +2782 -2858
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +17 -17
  67. package/types/sap.zen.crosstab.d.ts +10 -10
  68. package/types/sap.zen.dsh.d.ts +11 -11
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/esh/search/ui/SearchCompositeControl" {
4
4
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
@@ -509,6 +509,8 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
509
509
  * Default value is `false`.
510
510
  *
511
511
  * @since 1.113.0
512
+ * @deprecated As of version 1.134.0. this setting is ignored and the visibility of the facet panel is controlled
513
+ * by the end user.
512
514
  *
513
515
  * @returns Value of property `displayFacetPanelInCaseOfNoResults`
514
516
  */
@@ -586,6 +588,18 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
586
588
  * @returns Value of property `facetPanelWidthInPercent`
587
589
  */
588
590
  getFacetPanelWidthInPercent(): float;
591
+ /**
592
+ * Gets current value of property {@link #getFacets facets}.
593
+ *
594
+ * Controls whether the facet functionality is available or not.
595
+ *
596
+ * Default value is `true`.
597
+ *
598
+ * @since 1.132.0
599
+ *
600
+ * @returns Value of property `facets`
601
+ */
602
+ getFacets(): boolean;
589
603
  /**
590
604
  * Gets current value of property {@link #getFacetVisibility facetVisibility}.
591
605
  *
@@ -1061,6 +1075,8 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1061
1075
  * Default value is `false`.
1062
1076
  *
1063
1077
  * @since 1.113.0
1078
+ * @deprecated As of version 1.134.0. this setting is ignored and the visibility of the facet panel is controlled
1079
+ * by the end user.
1064
1080
  *
1065
1081
  * @returns Reference to `this` in order to allow method chaining
1066
1082
  */
@@ -1185,6 +1201,25 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1185
1201
  */
1186
1202
  fFacetPanelWidthInPercent?: float
1187
1203
  ): this;
1204
+ /**
1205
+ * Sets a new value for property {@link #getFacets facets}.
1206
+ *
1207
+ * Controls whether the facet functionality is available or not.
1208
+ *
1209
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1210
+ *
1211
+ * Default value is `true`.
1212
+ *
1213
+ * @since 1.132.0
1214
+ *
1215
+ * @returns Reference to `this` in order to allow method chaining
1216
+ */
1217
+ setFacets(
1218
+ /**
1219
+ * New value for property `facets`
1220
+ */
1221
+ bFacets?: boolean
1222
+ ): this;
1188
1223
  /**
1189
1224
  * Sets a new value for property {@link #getFacetVisibility facetVisibility}.
1190
1225
  *
@@ -1962,6 +1997,13 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1962
1997
  */
1963
1998
  filterDataSources?: Function | PropertyBindingInfo | `{${string}}`;
1964
1999
 
2000
+ /**
2001
+ * Controls whether the facet functionality is available or not.
2002
+ *
2003
+ * @since 1.132.0
2004
+ */
2005
+ facets?: boolean | PropertyBindingInfo | `{${string}}`;
2006
+
1965
2007
  /**
1966
2008
  * A boolean which indicates whether the facet panel is initially openend or closed. This affects only the
1967
2009
  * initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
@@ -1982,6 +2024,8 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1982
2024
  * When set to true the facet panel is displayed also in case there are no search results.
1983
2025
  *
1984
2026
  * @since 1.113.0
2027
+ * @deprecated As of version 1.134.0. this setting is ignored and the visibility of the facet panel is controlled
2028
+ * by the end user.
1985
2029
  */
1986
2030
  displayFacetPanelInCaseOfNoResults?:
1987
2031
  | boolean