@sapui5/ts-types 1.144.1 → 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.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +172 -99
- package/types/sap.f.d.ts +71 -528
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +300 -28
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +165 -4
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1137 -290
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +12 -1
- package/types/sap.fe.test.d.ts +150 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +181 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +356 -29
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +32 -2
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +403 -21
- package/types/sap.suite.ui.generic.template.d.ts +46 -1
- package/types/sap.suite.ui.microchart.d.ts +2 -1
- package/types/sap.tnt.d.ts +27 -26
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +76 -2
- package/types/sap.ui.core.d.ts +1173 -456
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +9 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +65 -265
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +357 -50
- package/types/sap.ui.richtexteditor.d.ts +33 -11
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +5 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +77 -3
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +390 -2
- package/types/sap.ui.vtm.d.ts +2 -2
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +188 -131
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +18 -8
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.146.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace esh {
|
|
@@ -26,27 +26,21 @@ declare namespace sap {
|
|
|
26
26
|
extends sap.m.$OverflowToolbarButtonSettings {}
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
interface $SearchBasketBaseSettings
|
|
34
|
-
extends sap.ui.layout.$VerticalLayoutSettings {}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* This is the SAPUI5 sample basket class, extending search basket base class 'SearchBasketBase'. Adds a
|
|
38
|
-
* custom header, footer and sap.m.Table is used for the basket items. Use in combination with control SearchCompositeControl
|
|
39
|
-
* by the Enterprise Search Team.
|
|
29
|
+
* This is the SAPUI5 sample basket class, making use of the sap.ui.table.Table extension SearchBasketSapUiTable.
|
|
30
|
+
* In addition, adds a custom header, footer (sap.ui.table.Table is used for the basket items). Use in combination
|
|
31
|
+
* with control SearchCompositeControl by the Enterprise Search Team.
|
|
40
32
|
*
|
|
41
33
|
* @since 1.144.0
|
|
42
34
|
* @experimental As of version 1.144.0.
|
|
43
35
|
*/
|
|
44
36
|
class CustomBasket extends sap.ui.layout.VerticalLayout {
|
|
45
37
|
/**
|
|
46
|
-
* Constructs a new `
|
|
38
|
+
* Constructs a new `CustomBasket` to be used as a search basket (extend this class).
|
|
47
39
|
* See:
|
|
48
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.
|
|
49
|
-
*
|
|
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
|
|
50
44
|
*/
|
|
51
45
|
constructor(
|
|
52
46
|
/**
|
|
@@ -66,30 +60,10 @@ declare namespace sap {
|
|
|
66
60
|
/**
|
|
67
61
|
* Constructs a new `SearchBasketAddButton` to display a button to add result items to the search basket.
|
|
68
62
|
* See:
|
|
69
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.
|
|
70
|
-
*
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
* ID for the new control, generated automatically if no ID is given
|
|
75
|
-
*/
|
|
76
|
-
sId?: string
|
|
77
|
-
);
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* This is the SAPUI5 search basket base class to be used to extend it as a custom search basket. Add custom
|
|
81
|
-
* header, footer, buttons, etc. in your extended class. Use in combination with control SearchCompositeControl
|
|
82
|
-
* by the Enterprise Search Team.
|
|
83
|
-
*
|
|
84
|
-
* @since 1.144.0
|
|
85
|
-
* @experimental As of version 1.144.0.
|
|
86
|
-
*/
|
|
87
|
-
class SearchBasketBase extends sap.ui.layout.VerticalLayout {
|
|
88
|
-
/**
|
|
89
|
-
* Constructs a new `SearchBasketBase` to be used as a search basket (extend this class).
|
|
90
|
-
* See:
|
|
91
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
|
|
92
|
-
* 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
|
|
93
67
|
*/
|
|
94
68
|
constructor(
|
|
95
69
|
/**
|
|
@@ -125,8 +99,10 @@ declare namespace sap {
|
|
|
125
99
|
/**
|
|
126
100
|
* Constructs a new `SearchShowDetailButton` to display a button to navigate to the detail of a result item.
|
|
127
101
|
* See:
|
|
128
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.
|
|
129
|
-
*
|
|
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
|
|
130
106
|
*/
|
|
131
107
|
constructor(
|
|
132
108
|
/**
|
|
@@ -147,8 +123,10 @@ declare namespace sap {
|
|
|
147
123
|
* Constructs a new `SearchText` to display an attribute (text only, no navigation) on custom grid control
|
|
148
124
|
* tiles.
|
|
149
125
|
* See:
|
|
150
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.
|
|
151
|
-
*
|
|
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
|
|
152
130
|
*/
|
|
153
131
|
constructor(
|
|
154
132
|
/**
|
|
@@ -216,8 +194,10 @@ declare namespace sap {
|
|
|
216
194
|
/**
|
|
217
195
|
* Constructs a new `SearchText` to display an attribute (with navigation) on custom grid control tiles.
|
|
218
196
|
* See:
|
|
219
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.
|
|
220
|
-
*
|
|
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
|
|
221
201
|
*/
|
|
222
202
|
constructor(
|
|
223
203
|
/**
|
|
@@ -599,6 +579,17 @@ declare namespace sap {
|
|
|
599
579
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
600
580
|
| `{${string}}`;
|
|
601
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
|
+
|
|
602
593
|
/**
|
|
603
594
|
* Display a splitter bar to resize the right hand panel, containing the basket with selected items.
|
|
604
595
|
*
|
|
@@ -734,7 +725,7 @@ declare namespace sap {
|
|
|
734
725
|
| `{${string}}`;
|
|
735
726
|
|
|
736
727
|
/**
|
|
737
|
-
* A boolean which indicates whether the facet panel is initially
|
|
728
|
+
* A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
|
|
738
729
|
* initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
|
|
739
730
|
* depending on the user's personalization settings.
|
|
740
731
|
*
|
|
@@ -839,7 +830,24 @@ declare namespace sap {
|
|
|
839
830
|
| `{${string}}`;
|
|
840
831
|
|
|
841
832
|
/**
|
|
842
|
-
*
|
|
833
|
+
* Location of the basket. When creating your own basket (see function 'createAndRegisterBasket'), set this
|
|
834
|
+
* property to "CustomBasketLocation". By default the basket is a panel at the right of the result view.
|
|
835
|
+
*
|
|
836
|
+
* Values: - "SidePanelRight" (default): basket is a panel at the right of the result view - "CustomBasketLocation":
|
|
837
|
+
* basket is created by function 'createAndRegisterBasket' and can be placed anywhere in the UI
|
|
838
|
+
*
|
|
839
|
+
* @since 1.145.0
|
|
840
|
+
*/
|
|
841
|
+
basketLocation?:
|
|
842
|
+
| string
|
|
843
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
844
|
+
|
|
845
|
+
/**
|
|
846
|
+
* Define your own view for the basket. The basket is displayed on a panel at the right/end of result views
|
|
847
|
+
* (by default, details see 'basketLocation'). There is buttons to show/hide it and add items to the basket
|
|
848
|
+
* (see config properties 'basketShowHideButton' and 'basketAddButton'). For the basket items collection,
|
|
849
|
+
* we recommend to use function 'createAndRegisterBasket' to create a table/list, so the selection (incl.
|
|
850
|
+
* 'add to basket') of result views with table/list is managed by SearchCompositeControl.
|
|
843
851
|
*
|
|
844
852
|
* @since 1.144.0
|
|
845
853
|
*/
|
|
@@ -936,17 +944,6 @@ declare namespace sap {
|
|
|
936
944
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
937
945
|
| `{${string}}`;
|
|
938
946
|
|
|
939
|
-
/**
|
|
940
|
-
* A callback which is called whenever the selection of result view items changes.
|
|
941
|
-
*
|
|
942
|
-
* @since 1.113.0
|
|
943
|
-
* @deprecated As of version 1.137.0. this setting is ignored, subscribe to event 'selectionChanged'.
|
|
944
|
-
*/
|
|
945
|
-
selectionChange?:
|
|
946
|
-
| Function
|
|
947
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
948
|
-
| `{${string}}`;
|
|
949
|
-
|
|
950
947
|
/**
|
|
951
948
|
* An asynchronues callback which is called after the initialization of the search composite control.
|
|
952
949
|
*
|
|
@@ -1180,8 +1177,10 @@ declare namespace sap {
|
|
|
1180
1177
|
/**
|
|
1181
1178
|
* Constructs a new `SearchCompositeControl` to interact with SAP Enterprise Search Services.
|
|
1182
1179
|
* See:
|
|
1183
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.
|
|
1184
|
-
*
|
|
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
|
|
1185
1184
|
*/
|
|
1186
1185
|
constructor(
|
|
1187
1186
|
/**
|
|
@@ -1192,8 +1191,10 @@ declare namespace sap {
|
|
|
1192
1191
|
/**
|
|
1193
1192
|
* Constructs a new `SearchCompositeControl` to interact with SAP Enterprise Search Services.
|
|
1194
1193
|
* See:
|
|
1195
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.
|
|
1196
|
-
*
|
|
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
|
|
1197
1198
|
*/
|
|
1198
1199
|
constructor(
|
|
1199
1200
|
/**
|
|
@@ -1636,6 +1637,26 @@ declare namespace sap {
|
|
|
1636
1637
|
* @returns void
|
|
1637
1638
|
*/
|
|
1638
1639
|
clearObjectSelection(): undefined;
|
|
1640
|
+
/**
|
|
1641
|
+
* Create an instance of a basket and register it for interaction with the result view (items/selection
|
|
1642
|
+
* indicator). See property 'basketLocation' in search model configuration to define where the basket panel
|
|
1643
|
+
* is located.
|
|
1644
|
+
*
|
|
1645
|
+
* @since 1.145.0
|
|
1646
|
+
*
|
|
1647
|
+
* @returns A basket control of type sap.m.Table or sap.m.List containing items of the search basket ('selected
|
|
1648
|
+
* items')
|
|
1649
|
+
*/
|
|
1650
|
+
createAndRegisterBasket(
|
|
1651
|
+
/**
|
|
1652
|
+
* The ID postfix for the basket instance
|
|
1653
|
+
*/
|
|
1654
|
+
idPostfix: string,
|
|
1655
|
+
/**
|
|
1656
|
+
* The UI type table/list ("sapMList" | "sapMTable" | "sapUiTable")
|
|
1657
|
+
*/
|
|
1658
|
+
type: "sapMList" | "sapMTable" | "sapUiTable"
|
|
1659
|
+
): object;
|
|
1639
1660
|
/**
|
|
1640
1661
|
* Create a NavigationTarget instance for filtering/search.
|
|
1641
1662
|
*
|
|
@@ -1949,6 +1970,15 @@ declare namespace sap {
|
|
|
1949
1970
|
* @returns Value of property `autoAdjustResultViewTypeInFolderMode`
|
|
1950
1971
|
*/
|
|
1951
1972
|
getAutoAdjustResultViewTypeInFolderMode(): boolean;
|
|
1973
|
+
/**
|
|
1974
|
+
* Get the active/current search basket (see interfaceSearchBasketApi)
|
|
1975
|
+
*
|
|
1976
|
+
* @since 1.145.0
|
|
1977
|
+
*
|
|
1978
|
+
* @returns A control containing other controls. At least one of the controls is the basket-list/table,
|
|
1979
|
+
* containg the 'selected items'.
|
|
1980
|
+
*/
|
|
1981
|
+
getBasket(): object;
|
|
1952
1982
|
/**
|
|
1953
1983
|
* Gets current value of property {@link #getBasketAddButton basketAddButton}.
|
|
1954
1984
|
*
|
|
@@ -2037,12 +2067,12 @@ declare namespace sap {
|
|
|
2037
2067
|
*/
|
|
2038
2068
|
getBasketInit(): Function;
|
|
2039
2069
|
/**
|
|
2040
|
-
* Get items of the
|
|
2070
|
+
* Get items of the latest search basket ('selected items', JSON model) The model is read-only.
|
|
2041
2071
|
*
|
|
2042
2072
|
* @since 1.143.0
|
|
2043
2073
|
* @experimental As of version 1.143.0.
|
|
2044
2074
|
*
|
|
2045
|
-
* @returns A JSON model containing items of the
|
|
2075
|
+
* @returns A JSON model containing items of the search basket ('selected items')
|
|
2046
2076
|
*/
|
|
2047
2077
|
getBasketItems(): object;
|
|
2048
2078
|
/**
|
|
@@ -2060,6 +2090,22 @@ declare namespace sap {
|
|
|
2060
2090
|
* @returns Value of property `basketLinkByResultViewItemSelection`
|
|
2061
2091
|
*/
|
|
2062
2092
|
getBasketLinkByResultViewItemSelection(): boolean;
|
|
2093
|
+
/**
|
|
2094
|
+
* Gets current value of property {@link #getBasketLocation basketLocation}.
|
|
2095
|
+
*
|
|
2096
|
+
* Location of the basket. When creating your own basket (see function 'createAndRegisterBasket'), set this
|
|
2097
|
+
* property to "CustomBasketLocation". By default the basket is a panel at the right of the result view.
|
|
2098
|
+
*
|
|
2099
|
+
* Values: - "SidePanelRight" (default): basket is a panel at the right of the result view - "CustomBasketLocation":
|
|
2100
|
+
* basket is created by function 'createAndRegisterBasket' and can be placed anywhere in the UI
|
|
2101
|
+
*
|
|
2102
|
+
* Default value is `"SidePanelRight"`.
|
|
2103
|
+
*
|
|
2104
|
+
* @since 1.145.0
|
|
2105
|
+
*
|
|
2106
|
+
* @returns Value of property `basketLocation`
|
|
2107
|
+
*/
|
|
2108
|
+
getBasketLocation(): string;
|
|
2063
2109
|
/**
|
|
2064
2110
|
* Gets current value of property {@link #getBasketPanelResizable basketPanelResizable}.
|
|
2065
2111
|
*
|
|
@@ -2072,6 +2118,15 @@ declare namespace sap {
|
|
|
2072
2118
|
* @returns Value of property `basketPanelResizable`
|
|
2073
2119
|
*/
|
|
2074
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;
|
|
2075
2130
|
/**
|
|
2076
2131
|
* Gets current value of property {@link #getBasketPanelWidthInPercent basketPanelWidthInPercent}.
|
|
2077
2132
|
*
|
|
@@ -2132,7 +2187,11 @@ declare namespace sap {
|
|
|
2132
2187
|
/**
|
|
2133
2188
|
* Gets current value of property {@link #getCustomBasket customBasket}.
|
|
2134
2189
|
*
|
|
2135
|
-
* Define your own
|
|
2190
|
+
* Define your own view for the basket. The basket is displayed on a panel at the right/end of result views
|
|
2191
|
+
* (by default, details see 'basketLocation'). There is buttons to show/hide it and add items to the basket
|
|
2192
|
+
* (see config properties 'basketShowHideButton' and 'basketAddButton'). For the basket items collection,
|
|
2193
|
+
* we recommend to use function 'createAndRegisterBasket' to create a table/list, so the selection (incl.
|
|
2194
|
+
* 'add to basket') of result views with table/list is managed by SearchCompositeControl.
|
|
2136
2195
|
*
|
|
2137
2196
|
* @since 1.144.0
|
|
2138
2197
|
*
|
|
@@ -2301,7 +2360,7 @@ declare namespace sap {
|
|
|
2301
2360
|
/**
|
|
2302
2361
|
* Gets current value of property {@link #getFacetVisibility facetVisibility}.
|
|
2303
2362
|
*
|
|
2304
|
-
* A boolean which indicates whether the facet panel is initially
|
|
2363
|
+
* A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
|
|
2305
2364
|
* initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
|
|
2306
2365
|
* depending on the user's personalization settings.
|
|
2307
2366
|
*
|
|
@@ -2641,6 +2700,15 @@ declare namespace sap {
|
|
|
2641
2700
|
* @returns Value of property `searchBarTitle`
|
|
2642
2701
|
*/
|
|
2643
2702
|
getSearchBarTitle(): string;
|
|
2703
|
+
/**
|
|
2704
|
+
* Get the basket model ('selected items', 'count' : JSON model) The model is managed by SearchCompositeControl,
|
|
2705
|
+
* do not change it manually.
|
|
2706
|
+
*
|
|
2707
|
+
* @since 1.145.0
|
|
2708
|
+
*
|
|
2709
|
+
* @returns A JSON model containing items of the search basket ('selected items', 'count')
|
|
2710
|
+
*/
|
|
2711
|
+
getSearchBasketModel(): object;
|
|
2644
2712
|
/**
|
|
2645
2713
|
* Gets current value of property {@link #getSearchInputLocation searchInputLocation}.
|
|
2646
2714
|
*
|
|
@@ -2704,17 +2772,6 @@ declare namespace sap {
|
|
|
2704
2772
|
* @returns Value of property `searchTermLengthLimit`
|
|
2705
2773
|
*/
|
|
2706
2774
|
getSearchTermLengthLimit(): int;
|
|
2707
|
-
/**
|
|
2708
|
-
* Gets current value of property {@link #getSelectionChange selectionChange}.
|
|
2709
|
-
*
|
|
2710
|
-
* A callback which is called whenever the selection of result view items changes.
|
|
2711
|
-
*
|
|
2712
|
-
* @since 1.113.0
|
|
2713
|
-
* @deprecated As of version 1.137.0. this setting is ignored, subscribe to event 'selectionChanged'.
|
|
2714
|
-
*
|
|
2715
|
-
* @returns Value of property `selectionChange`
|
|
2716
|
-
*/
|
|
2717
|
-
getSelectionChange(): Function;
|
|
2718
2775
|
/**
|
|
2719
2776
|
* Gets current value of property {@link #getShowSelectionToggleButton showSelectionToggleButton}.
|
|
2720
2777
|
*
|
|
@@ -3031,6 +3088,29 @@ declare namespace sap {
|
|
|
3031
3088
|
*/
|
|
3032
3089
|
bBasketLinkByResultViewItemSelection?: boolean
|
|
3033
3090
|
): this;
|
|
3091
|
+
/**
|
|
3092
|
+
* Sets a new value for property {@link #getBasketLocation basketLocation}.
|
|
3093
|
+
*
|
|
3094
|
+
* Location of the basket. When creating your own basket (see function 'createAndRegisterBasket'), set this
|
|
3095
|
+
* property to "CustomBasketLocation". By default the basket is a panel at the right of the result view.
|
|
3096
|
+
*
|
|
3097
|
+
* Values: - "SidePanelRight" (default): basket is a panel at the right of the result view - "CustomBasketLocation":
|
|
3098
|
+
* basket is created by function 'createAndRegisterBasket' and can be placed anywhere in the UI
|
|
3099
|
+
*
|
|
3100
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3101
|
+
*
|
|
3102
|
+
* Default value is `"SidePanelRight"`.
|
|
3103
|
+
*
|
|
3104
|
+
* @since 1.145.0
|
|
3105
|
+
*
|
|
3106
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3107
|
+
*/
|
|
3108
|
+
setBasketLocation(
|
|
3109
|
+
/**
|
|
3110
|
+
* New value for property `basketLocation`
|
|
3111
|
+
*/
|
|
3112
|
+
sBasketLocation?: string
|
|
3113
|
+
): this;
|
|
3034
3114
|
/**
|
|
3035
3115
|
* Sets a new value for property {@link #getBasketPanelResizable basketPanelResizable}.
|
|
3036
3116
|
*
|
|
@@ -3050,6 +3130,15 @@ declare namespace sap {
|
|
|
3050
3130
|
*/
|
|
3051
3131
|
bBasketPanelResizable?: boolean
|
|
3052
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;
|
|
3053
3142
|
/**
|
|
3054
3143
|
* Sets a new value for property {@link #getBasketPanelWidthInPercent basketPanelWidthInPercent}.
|
|
3055
3144
|
*
|
|
@@ -3130,7 +3219,11 @@ declare namespace sap {
|
|
|
3130
3219
|
/**
|
|
3131
3220
|
* Sets a new value for property {@link #getCustomBasket customBasket}.
|
|
3132
3221
|
*
|
|
3133
|
-
* Define your own
|
|
3222
|
+
* Define your own view for the basket. The basket is displayed on a panel at the right/end of result views
|
|
3223
|
+
* (by default, details see 'basketLocation'). There is buttons to show/hide it and add items to the basket
|
|
3224
|
+
* (see config properties 'basketShowHideButton' and 'basketAddButton'). For the basket items collection,
|
|
3225
|
+
* we recommend to use function 'createAndRegisterBasket' to create a table/list, so the selection (incl.
|
|
3226
|
+
* 'add to basket') of result views with table/list is managed by SearchCompositeControl.
|
|
3134
3227
|
*
|
|
3135
3228
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3136
3229
|
*
|
|
@@ -3393,7 +3486,7 @@ declare namespace sap {
|
|
|
3393
3486
|
/**
|
|
3394
3487
|
* Sets a new value for property {@link #getFacetVisibility facetVisibility}.
|
|
3395
3488
|
*
|
|
3396
|
-
* A boolean which indicates whether the facet panel is initially
|
|
3489
|
+
* A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
|
|
3397
3490
|
* initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
|
|
3398
3491
|
* depending on the user's personalization settings.
|
|
3399
3492
|
*
|
|
@@ -3988,24 +4081,6 @@ declare namespace sap {
|
|
|
3988
4081
|
*/
|
|
3989
4082
|
iSearchTermLengthLimit?: int
|
|
3990
4083
|
): this;
|
|
3991
|
-
/**
|
|
3992
|
-
* Sets a new value for property {@link #getSelectionChange selectionChange}.
|
|
3993
|
-
*
|
|
3994
|
-
* A callback which is called whenever the selection of result view items changes.
|
|
3995
|
-
*
|
|
3996
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3997
|
-
*
|
|
3998
|
-
* @since 1.113.0
|
|
3999
|
-
* @deprecated As of version 1.137.0. this setting is ignored, subscribe to event 'selectionChanged'.
|
|
4000
|
-
*
|
|
4001
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4002
|
-
*/
|
|
4003
|
-
setSelectionChange(
|
|
4004
|
-
/**
|
|
4005
|
-
* New value for property `selectionChange`
|
|
4006
|
-
*/
|
|
4007
|
-
fnSelectionChange: Function
|
|
4008
|
-
): this;
|
|
4009
4084
|
/**
|
|
4010
4085
|
* Sets a new value for property {@link #getShowSelectionToggleButton showSelectionToggleButton}.
|
|
4011
4086
|
*
|
|
@@ -4159,8 +4234,6 @@ declare namespace sap {
|
|
|
4159
4234
|
|
|
4160
4235
|
"sap/esh/search/ui/controls/basket/SearchBasketAddButton": undefined;
|
|
4161
4236
|
|
|
4162
|
-
"sap/esh/search/ui/controls/basket/SearchBasketBase": undefined;
|
|
4163
|
-
|
|
4164
4237
|
"sap/esh/search/ui/controls/resultview/SearchShowDetailButton": undefined;
|
|
4165
4238
|
|
|
4166
4239
|
"sap/esh/search/ui/controls/resultview/SearchText": undefined;
|