@sapui5/ts-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 (69) 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 +61 -18
  7. package/types/sap.f.d.ts +71 -528
  8. package/types/sap.fe.ariba.d.ts +1 -1
  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 +1 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +258 -35
  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 +1 -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 +48 -1
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +328 -18
  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 +173 -10
  31. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +9 -16
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +1 -1
  37. package/types/sap.ui.core.d.ts +1036 -362
  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 -1
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  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 +65 -265
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/sap.ui.mdc.d.ts +2 -2
  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 +1 -1
  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 +36 -3
  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 +216 -2
  57. package/types/sap.ui.vtm.d.ts +2 -2
  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 +184 -131
  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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.145.0",
3
+ "version": "1.146.0",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
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 namespace sap {
4
4
  namespace ca {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
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 namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.2
1
+ // For Library Version: 1.146.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace esh {
@@ -37,8 +37,10 @@ declare namespace sap {
37
37
  /**
38
38
  * Constructs a new `CustomBasket` to be used as a search basket (extend this class).
39
39
  * See:
40
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
41
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
40
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
41
+ * SAP HANA Search Developer Guide
42
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
43
+ * Enterprise Search in SAP S/4HANA
42
44
  */
43
45
  constructor(
44
46
  /**
@@ -58,8 +60,10 @@ declare namespace sap {
58
60
  /**
59
61
  * Constructs a new `SearchBasketAddButton` to display a button to add result items to the search basket.
60
62
  * See:
61
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
62
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
63
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
64
+ * SAP HANA Search Developer Guide
65
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
66
+ * Enterprise Search in SAP S/4HANA
63
67
  */
64
68
  constructor(
65
69
  /**
@@ -95,8 +99,10 @@ declare namespace sap {
95
99
  /**
96
100
  * Constructs a new `SearchShowDetailButton` to display a button to navigate to the detail of a result item.
97
101
  * See:
98
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
99
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
102
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
103
+ * SAP HANA Search Developer Guide
104
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
105
+ * Enterprise Search in SAP S/4HANA
100
106
  */
101
107
  constructor(
102
108
  /**
@@ -117,8 +123,10 @@ declare namespace sap {
117
123
  * Constructs a new `SearchText` to display an attribute (text only, no navigation) on custom grid control
118
124
  * tiles.
119
125
  * See:
120
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
121
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
126
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
127
+ * SAP HANA Search Developer Guide
128
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
129
+ * Enterprise Search in SAP S/4HANA
122
130
  */
123
131
  constructor(
124
132
  /**
@@ -186,8 +194,10 @@ declare namespace sap {
186
194
  /**
187
195
  * Constructs a new `SearchText` to display an attribute (with navigation) on custom grid control tiles.
188
196
  * See:
189
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
190
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
197
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
198
+ * SAP HANA Search Developer Guide
199
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
200
+ * Enterprise Search in SAP S/4HANA
191
201
  */
192
202
  constructor(
193
203
  /**
@@ -569,6 +579,17 @@ declare namespace sap {
569
579
  | sap.ui.base.ManagedObject.PropertyBindingInfo
570
580
  | `{${string}}`;
571
581
 
582
+ /**
583
+ * A boolean which indicates whether the basket panel with selected items is initially opened or closed.
584
+ * This affects only the initial state of the basket panel.
585
+ *
586
+ * @since 1.146.0
587
+ */
588
+ basketPanelVisibility?:
589
+ | boolean
590
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
591
+ | `{${string}}`;
592
+
572
593
  /**
573
594
  * Display a splitter bar to resize the right hand panel, containing the basket with selected items.
574
595
  *
@@ -704,7 +725,7 @@ declare namespace sap {
704
725
  | `{${string}}`;
705
726
 
706
727
  /**
707
- * A boolean which indicates whether the facet panel is initially openend or closed. This affects only the
728
+ * A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
708
729
  * initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
709
730
  * depending on the user's personalization settings.
710
731
  *
@@ -1156,8 +1177,10 @@ declare namespace sap {
1156
1177
  /**
1157
1178
  * Constructs a new `SearchCompositeControl` to interact with SAP Enterprise Search Services.
1158
1179
  * See:
1159
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
1160
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
1180
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
1181
+ * SAP HANA Search Developer Guide
1182
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
1183
+ * Enterprise Search in SAP S/4HANA
1161
1184
  */
1162
1185
  constructor(
1163
1186
  /**
@@ -1168,8 +1191,10 @@ declare namespace sap {
1168
1191
  /**
1169
1192
  * Constructs a new `SearchCompositeControl` to interact with SAP Enterprise Search Services.
1170
1193
  * See:
1171
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
1172
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
1194
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
1195
+ * SAP HANA Search Developer Guide
1196
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
1197
+ * Enterprise Search in SAP S/4HANA
1173
1198
  */
1174
1199
  constructor(
1175
1200
  /**
@@ -2093,6 +2118,15 @@ declare namespace sap {
2093
2118
  * @returns Value of property `basketPanelResizable`
2094
2119
  */
2095
2120
  getBasketPanelResizable(): boolean;
2121
+ /**
2122
+ * Get visibility status of basket panel
2123
+ *
2124
+ * @since 1.146.0
2125
+ * @experimental As of version 1.143.0.
2126
+ *
2127
+ * @returns boolean The visibility status of basket panel
2128
+ */
2129
+ getBasketPanelVisibility(): undefined;
2096
2130
  /**
2097
2131
  * Gets current value of property {@link #getBasketPanelWidthInPercent basketPanelWidthInPercent}.
2098
2132
  *
@@ -2326,7 +2360,7 @@ declare namespace sap {
2326
2360
  /**
2327
2361
  * Gets current value of property {@link #getFacetVisibility facetVisibility}.
2328
2362
  *
2329
- * A boolean which indicates whether the facet panel is initially openend or closed. This affects only the
2363
+ * A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
2330
2364
  * initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
2331
2365
  * depending on the user's personalization settings.
2332
2366
  *
@@ -3096,6 +3130,15 @@ declare namespace sap {
3096
3130
  */
3097
3131
  bBasketPanelResizable?: boolean
3098
3132
  ): this;
3133
+ /**
3134
+ * Set visibility status of basket panel
3135
+ *
3136
+ * @since 1.146.0
3137
+ * @experimental As of version 1.143.0.
3138
+ *
3139
+ * @returns boolean The visibility status of basket panel
3140
+ */
3141
+ setBasketPanelVisibility(): undefined;
3099
3142
  /**
3100
3143
  * Sets a new value for property {@link #getBasketPanelWidthInPercent basketPanelWidthInPercent}.
3101
3144
  *
@@ -3443,7 +3486,7 @@ declare namespace sap {
3443
3486
  /**
3444
3487
  * Sets a new value for property {@link #getFacetVisibility facetVisibility}.
3445
3488
  *
3446
- * A boolean which indicates whether the facet panel is initially openend or closed. This affects only the
3489
+ * A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
3447
3490
  * initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
3448
3491
  * depending on the user's personalization settings.
3449
3492
  *