@sapui5/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 (68) 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 +58 -18
  7. package/types/sap.f.d.ts +73 -526
  8. package/types/sap.fe.ariba.d.ts +1 -1
  9. package/types/sap.fe.controls.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +1 -1
  11. package/types/sap.fe.ina.d.ts +1 -1
  12. package/types/sap.fe.macros.d.ts +203 -38
  13. package/types/sap.fe.navigation.d.ts +1 -1
  14. package/types/sap.fe.placeholder.d.ts +1 -1
  15. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  16. package/types/sap.fe.templates.d.ts +1 -1
  17. package/types/sap.fe.test.d.ts +1 -1
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +45 -1
  21. package/types/sap.insights.d.ts +1 -1
  22. package/types/sap.m.d.ts +322 -18
  23. package/types/sap.makit.d.ts +1 -1
  24. package/types/sap.me.d.ts +1 -1
  25. package/types/sap.ndc.d.ts +1 -1
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +1 -1
  28. package/types/sap.sac.df.d.ts +1 -1
  29. package/types/sap.suite.ui.commons.d.ts +178 -10
  30. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +9 -16
  33. package/types/sap.ui.codeeditor.d.ts +1 -1
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +1 -1
  36. package/types/sap.ui.core.d.ts +1044 -382
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +1 -1
  39. package/types/sap.ui.fl.d.ts +5 -1
  40. package/types/sap.ui.generic.app.d.ts +1 -1
  41. package/types/sap.ui.generic.template.d.ts +1 -1
  42. package/types/sap.ui.geomap.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +65 -266
  44. package/types/sap.ui.layout.d.ts +1 -1
  45. package/types/sap.ui.mdc.d.ts +2 -2
  46. package/types/sap.ui.richtexteditor.d.ts +6 -6
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +1 -1
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +36 -3
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +209 -2
  56. package/types/sap.ui.vtm.d.ts +2 -2
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +194 -136
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +1 -1
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/types",
3
- "version": "1.145.0",
3
+ "version": "1.146.0",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.github.io/typescript/",
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 module "sap/apf/library" {}
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 module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/collaboration/library" {
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 module "sap/esh/search/ui/library" {}
4
4
 
@@ -20,8 +20,10 @@ declare module "sap/esh/search/ui/controls/basket/CustomBasket" {
20
20
  /**
21
21
  * Constructs a new `CustomBasket` to be used as a search basket (extend this class).
22
22
  * See:
23
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
24
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
23
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
24
+ * SAP HANA Search Developer Guide
25
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
26
+ * Enterprise Search in SAP S/4HANA
25
27
  */
26
28
  constructor(
27
29
  /**
@@ -55,8 +57,10 @@ declare module "sap/esh/search/ui/controls/basket/SearchBasketAddButton" {
55
57
  /**
56
58
  * Constructs a new `SearchBasketAddButton` to display a button to add result items to the search basket.
57
59
  * See:
58
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
59
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
60
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
61
+ * SAP HANA Search Developer Guide
62
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
63
+ * Enterprise Search in SAP S/4HANA
60
64
  */
61
65
  constructor(
62
66
  /**
@@ -90,8 +94,10 @@ declare module "sap/esh/search/ui/controls/resultview/SearchShowDetailButton" {
90
94
  /**
91
95
  * Constructs a new `SearchShowDetailButton` to display a button to navigate to the detail of a result item.
92
96
  * See:
93
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
94
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
97
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
98
+ * SAP HANA Search Developer Guide
99
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
100
+ * Enterprise Search in SAP S/4HANA
95
101
  */
96
102
  constructor(
97
103
  /**
@@ -121,8 +127,10 @@ declare module "sap/esh/search/ui/controls/resultview/SearchText" {
121
127
  * Constructs a new `SearchText` to display an attribute (text only, no navigation) on custom grid control
122
128
  * tiles.
123
129
  * See:
124
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
125
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
130
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
131
+ * SAP HANA Search Developer Guide
132
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
133
+ * Enterprise Search in SAP S/4HANA
126
134
  */
127
135
  constructor(
128
136
  /**
@@ -167,8 +175,10 @@ declare module "sap/esh/search/ui/controls/SearchLink" {
167
175
  /**
168
176
  * Constructs a new `SearchText` to display an attribute (with navigation) on custom grid control tiles.
169
177
  * See:
170
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
171
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
178
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
179
+ * SAP HANA Search Developer Guide
180
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
181
+ * Enterprise Search in SAP S/4HANA
172
182
  */
173
183
  constructor(
174
184
  /**
@@ -360,8 +370,10 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
360
370
  /**
361
371
  * Constructs a new `SearchCompositeControl` to interact with SAP Enterprise Search Services.
362
372
  * See:
363
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
364
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
373
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
374
+ * SAP HANA Search Developer Guide
375
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
376
+ * Enterprise Search in SAP S/4HANA
365
377
  */
366
378
  constructor(
367
379
  /**
@@ -372,8 +384,10 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
372
384
  /**
373
385
  * Constructs a new `SearchCompositeControl` to interact with SAP Enterprise Search Services.
374
386
  * See:
375
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
376
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
387
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
388
+ * SAP HANA Search Developer Guide
389
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
390
+ * Enterprise Search in SAP S/4HANA
377
391
  */
378
392
  constructor(
379
393
  /**
@@ -1294,6 +1308,15 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1294
1308
  * @returns Value of property `basketPanelResizable`
1295
1309
  */
1296
1310
  getBasketPanelResizable(): boolean;
1311
+ /**
1312
+ * Get visibility status of basket panel
1313
+ *
1314
+ * @since 1.146.0
1315
+ * @experimental As of version 1.143.0.
1316
+ *
1317
+ * @returns boolean The visibility status of basket panel
1318
+ */
1319
+ getBasketPanelVisibility(): undefined;
1297
1320
  /**
1298
1321
  * Gets current value of property {@link #getBasketPanelWidthInPercent basketPanelWidthInPercent}.
1299
1322
  *
@@ -1527,7 +1550,7 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1527
1550
  /**
1528
1551
  * Gets current value of property {@link #getFacetVisibility facetVisibility}.
1529
1552
  *
1530
- * A boolean which indicates whether the facet panel is initially openend or closed. This affects only the
1553
+ * A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
1531
1554
  * initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
1532
1555
  * depending on the user's personalization settings.
1533
1556
  *
@@ -2297,6 +2320,15 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2297
2320
  */
2298
2321
  bBasketPanelResizable?: boolean
2299
2322
  ): this;
2323
+ /**
2324
+ * Set visibility status of basket panel
2325
+ *
2326
+ * @since 1.146.0
2327
+ * @experimental As of version 1.143.0.
2328
+ *
2329
+ * @returns boolean The visibility status of basket panel
2330
+ */
2331
+ setBasketPanelVisibility(): undefined;
2300
2332
  /**
2301
2333
  * Sets a new value for property {@link #getBasketPanelWidthInPercent basketPanelWidthInPercent}.
2302
2334
  *
@@ -2644,7 +2676,7 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2644
2676
  /**
2645
2677
  * Sets a new value for property {@link #getFacetVisibility facetVisibility}.
2646
2678
  *
2647
- * A boolean which indicates whether the facet panel is initially openend or closed. This affects only the
2679
+ * A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
2648
2680
  * initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
2649
2681
  * depending on the user's personalization settings.
2650
2682
  *
@@ -3524,6 +3556,14 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3524
3556
  */
3525
3557
  facetPanelWidthInPercent?: float | PropertyBindingInfo | `{${string}}`;
3526
3558
 
3559
+ /**
3560
+ * A boolean which indicates whether the basket panel with selected items is initially opened or closed.
3561
+ * This affects only the initial state of the basket panel.
3562
+ *
3563
+ * @since 1.146.0
3564
+ */
3565
+ basketPanelVisibility?: boolean | PropertyBindingInfo | `{${string}}`;
3566
+
3527
3567
  /**
3528
3568
  * Display a splitter bar to resize the right hand panel, containing the basket with selected items.
3529
3569
  *
@@ -3626,7 +3666,7 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3626
3666
  facets?: boolean | PropertyBindingInfo | `{${string}}`;
3627
3667
 
3628
3668
  /**
3629
- * A boolean which indicates whether the facet panel is initially openend or closed. This affects only the
3669
+ * A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
3630
3670
  * initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
3631
3671
  * depending on the user's personalization settings.
3632
3672
  *