@sapui5/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 +167 -102
- package/types/sap.f.d.ts +73 -526
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +342 -21
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +188 -4
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1022 -207
- 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 +172 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +350 -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 +31 -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 +404 -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 +73 -2
- package/types/sap.ui.core.d.ts +1181 -478
- 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 -266
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +379 -51
- 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 +7 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +74 -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 +376 -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 +198 -136
- 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 module "sap/esh/search/ui/library" {}
|
|
4
4
|
|
|
@@ -9,19 +9,21 @@ declare module "sap/esh/search/ui/controls/basket/CustomBasket" {
|
|
|
9
9
|
} from "sap/ui/layout/VerticalLayout";
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
|
-
* This is the SAPUI5 sample basket class,
|
|
13
|
-
* custom header, footer
|
|
14
|
-
* by the Enterprise Search Team.
|
|
12
|
+
* This is the SAPUI5 sample basket class, making use of the sap.ui.table.Table extension SearchBasketSapUiTable.
|
|
13
|
+
* In addition, adds a custom header, footer (sap.ui.table.Table is used for the basket items). Use in combination
|
|
14
|
+
* with control SearchCompositeControl by the Enterprise Search Team.
|
|
15
15
|
*
|
|
16
16
|
* @since 1.144.0
|
|
17
17
|
* @experimental As of version 1.144.0.
|
|
18
18
|
*/
|
|
19
19
|
export default class CustomBasket extends VerticalLayout {
|
|
20
20
|
/**
|
|
21
|
-
* Constructs a new `
|
|
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.
|
|
24
|
-
*
|
|
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.
|
|
59
|
-
*
|
|
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
|
/**
|
|
@@ -74,42 +78,6 @@ declare module "sap/esh/search/ui/controls/basket/SearchBasketAddButton" {
|
|
|
74
78
|
extends $OverflowToolbarButtonSettings {}
|
|
75
79
|
}
|
|
76
80
|
|
|
77
|
-
declare module "sap/esh/search/ui/controls/basket/SearchBasketBase" {
|
|
78
|
-
import {
|
|
79
|
-
default as VerticalLayout,
|
|
80
|
-
$VerticalLayoutSettings,
|
|
81
|
-
} from "sap/ui/layout/VerticalLayout";
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
* This is the SAPUI5 search basket base class to be used to extend it as a custom search basket. Add custom
|
|
85
|
-
* header, footer, buttons, etc. in your extended class. Use in combination with control SearchCompositeControl
|
|
86
|
-
* by the Enterprise Search Team.
|
|
87
|
-
*
|
|
88
|
-
* @since 1.144.0
|
|
89
|
-
* @experimental As of version 1.144.0.
|
|
90
|
-
*/
|
|
91
|
-
export default class SearchBasketBase extends VerticalLayout {
|
|
92
|
-
/**
|
|
93
|
-
* Constructs a new `SearchBasketBase` to be used as a search basket (extend this class).
|
|
94
|
-
* See:
|
|
95
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
|
|
96
|
-
* https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
|
|
97
|
-
*/
|
|
98
|
-
constructor(
|
|
99
|
-
/**
|
|
100
|
-
* ID for the new control, generated automatically if no ID is given
|
|
101
|
-
*/
|
|
102
|
-
sId?: string
|
|
103
|
-
);
|
|
104
|
-
}
|
|
105
|
-
/**
|
|
106
|
-
* Describes the settings that can be provided to the SearchBasketBase constructor.
|
|
107
|
-
*
|
|
108
|
-
* @experimental As of version 1.144.0.
|
|
109
|
-
*/
|
|
110
|
-
export interface $SearchBasketBaseSettings extends $VerticalLayoutSettings {}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
81
|
declare module "sap/esh/search/ui/controls/resultview/SearchShowDetailButton" {
|
|
114
82
|
import { default as Button, $ButtonSettings } from "sap/m/Button";
|
|
115
83
|
|
|
@@ -126,8 +94,10 @@ declare module "sap/esh/search/ui/controls/resultview/SearchShowDetailButton" {
|
|
|
126
94
|
/**
|
|
127
95
|
* Constructs a new `SearchShowDetailButton` to display a button to navigate to the detail of a result item.
|
|
128
96
|
* See:
|
|
129
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.
|
|
130
|
-
*
|
|
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
|
|
131
101
|
*/
|
|
132
102
|
constructor(
|
|
133
103
|
/**
|
|
@@ -157,8 +127,10 @@ declare module "sap/esh/search/ui/controls/resultview/SearchText" {
|
|
|
157
127
|
* Constructs a new `SearchText` to display an attribute (text only, no navigation) on custom grid control
|
|
158
128
|
* tiles.
|
|
159
129
|
* See:
|
|
160
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.
|
|
161
|
-
*
|
|
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
|
|
162
134
|
*/
|
|
163
135
|
constructor(
|
|
164
136
|
/**
|
|
@@ -203,8 +175,10 @@ declare module "sap/esh/search/ui/controls/SearchLink" {
|
|
|
203
175
|
/**
|
|
204
176
|
* Constructs a new `SearchText` to display an attribute (with navigation) on custom grid control tiles.
|
|
205
177
|
* See:
|
|
206
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.
|
|
207
|
-
*
|
|
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
|
|
208
182
|
*/
|
|
209
183
|
constructor(
|
|
210
184
|
/**
|
|
@@ -396,8 +370,10 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
396
370
|
/**
|
|
397
371
|
* Constructs a new `SearchCompositeControl` to interact with SAP Enterprise Search Services.
|
|
398
372
|
* See:
|
|
399
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.
|
|
400
|
-
*
|
|
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
|
|
401
377
|
*/
|
|
402
378
|
constructor(
|
|
403
379
|
/**
|
|
@@ -408,8 +384,10 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
408
384
|
/**
|
|
409
385
|
* Constructs a new `SearchCompositeControl` to interact with SAP Enterprise Search Services.
|
|
410
386
|
* See:
|
|
411
|
-
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.
|
|
412
|
-
*
|
|
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
|
|
413
391
|
*/
|
|
414
392
|
constructor(
|
|
415
393
|
/**
|
|
@@ -849,6 +827,26 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
849
827
|
* @returns void
|
|
850
828
|
*/
|
|
851
829
|
clearObjectSelection(): undefined;
|
|
830
|
+
/**
|
|
831
|
+
* Create an instance of a basket and register it for interaction with the result view (items/selection
|
|
832
|
+
* indicator). See property 'basketLocation' in search model configuration to define where the basket panel
|
|
833
|
+
* is located.
|
|
834
|
+
*
|
|
835
|
+
* @since 1.145.0
|
|
836
|
+
*
|
|
837
|
+
* @returns A basket control of type sap.m.Table or sap.m.List containing items of the search basket ('selected
|
|
838
|
+
* items')
|
|
839
|
+
*/
|
|
840
|
+
createAndRegisterBasket(
|
|
841
|
+
/**
|
|
842
|
+
* The ID postfix for the basket instance
|
|
843
|
+
*/
|
|
844
|
+
idPostfix: string,
|
|
845
|
+
/**
|
|
846
|
+
* The UI type table/list ("sapMList" | "sapMTable" | "sapUiTable")
|
|
847
|
+
*/
|
|
848
|
+
type: "sapMList" | "sapMTable" | "sapUiTable"
|
|
849
|
+
): object;
|
|
852
850
|
/**
|
|
853
851
|
* Create a NavigationTarget instance for filtering/search.
|
|
854
852
|
*
|
|
@@ -1162,6 +1160,15 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1162
1160
|
* @returns Value of property `autoAdjustResultViewTypeInFolderMode`
|
|
1163
1161
|
*/
|
|
1164
1162
|
getAutoAdjustResultViewTypeInFolderMode(): boolean;
|
|
1163
|
+
/**
|
|
1164
|
+
* Get the active/current search basket (see interfaceSearchBasketApi)
|
|
1165
|
+
*
|
|
1166
|
+
* @since 1.145.0
|
|
1167
|
+
*
|
|
1168
|
+
* @returns A control containing other controls. At least one of the controls is the basket-list/table,
|
|
1169
|
+
* containg the 'selected items'.
|
|
1170
|
+
*/
|
|
1171
|
+
getBasket(): object;
|
|
1165
1172
|
/**
|
|
1166
1173
|
* Gets current value of property {@link #getBasketAddButton basketAddButton}.
|
|
1167
1174
|
*
|
|
@@ -1250,12 +1257,12 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1250
1257
|
*/
|
|
1251
1258
|
getBasketInit(): Function;
|
|
1252
1259
|
/**
|
|
1253
|
-
* Get items of the
|
|
1260
|
+
* Get items of the latest search basket ('selected items', JSON model) The model is read-only.
|
|
1254
1261
|
*
|
|
1255
1262
|
* @since 1.143.0
|
|
1256
1263
|
* @experimental As of version 1.143.0.
|
|
1257
1264
|
*
|
|
1258
|
-
* @returns A JSON model containing items of the
|
|
1265
|
+
* @returns A JSON model containing items of the search basket ('selected items')
|
|
1259
1266
|
*/
|
|
1260
1267
|
getBasketItems(): object;
|
|
1261
1268
|
/**
|
|
@@ -1273,6 +1280,22 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1273
1280
|
* @returns Value of property `basketLinkByResultViewItemSelection`
|
|
1274
1281
|
*/
|
|
1275
1282
|
getBasketLinkByResultViewItemSelection(): boolean;
|
|
1283
|
+
/**
|
|
1284
|
+
* Gets current value of property {@link #getBasketLocation basketLocation}.
|
|
1285
|
+
*
|
|
1286
|
+
* Location of the basket. When creating your own basket (see function 'createAndRegisterBasket'), set this
|
|
1287
|
+
* property to "CustomBasketLocation". By default the basket is a panel at the right of the result view.
|
|
1288
|
+
*
|
|
1289
|
+
* Values: - "SidePanelRight" (default): basket is a panel at the right of the result view - "CustomBasketLocation":
|
|
1290
|
+
* basket is created by function 'createAndRegisterBasket' and can be placed anywhere in the UI
|
|
1291
|
+
*
|
|
1292
|
+
* Default value is `"SidePanelRight"`.
|
|
1293
|
+
*
|
|
1294
|
+
* @since 1.145.0
|
|
1295
|
+
*
|
|
1296
|
+
* @returns Value of property `basketLocation`
|
|
1297
|
+
*/
|
|
1298
|
+
getBasketLocation(): string;
|
|
1276
1299
|
/**
|
|
1277
1300
|
* Gets current value of property {@link #getBasketPanelResizable basketPanelResizable}.
|
|
1278
1301
|
*
|
|
@@ -1285,6 +1308,15 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1285
1308
|
* @returns Value of property `basketPanelResizable`
|
|
1286
1309
|
*/
|
|
1287
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;
|
|
1288
1320
|
/**
|
|
1289
1321
|
* Gets current value of property {@link #getBasketPanelWidthInPercent basketPanelWidthInPercent}.
|
|
1290
1322
|
*
|
|
@@ -1345,7 +1377,11 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1345
1377
|
/**
|
|
1346
1378
|
* Gets current value of property {@link #getCustomBasket customBasket}.
|
|
1347
1379
|
*
|
|
1348
|
-
* Define your own
|
|
1380
|
+
* Define your own view for the basket. The basket is displayed on a panel at the right/end of result views
|
|
1381
|
+
* (by default, details see 'basketLocation'). There is buttons to show/hide it and add items to the basket
|
|
1382
|
+
* (see config properties 'basketShowHideButton' and 'basketAddButton'). For the basket items collection,
|
|
1383
|
+
* we recommend to use function 'createAndRegisterBasket' to create a table/list, so the selection (incl.
|
|
1384
|
+
* 'add to basket') of result views with table/list is managed by SearchCompositeControl.
|
|
1349
1385
|
*
|
|
1350
1386
|
* @since 1.144.0
|
|
1351
1387
|
*
|
|
@@ -1514,7 +1550,7 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1514
1550
|
/**
|
|
1515
1551
|
* Gets current value of property {@link #getFacetVisibility facetVisibility}.
|
|
1516
1552
|
*
|
|
1517
|
-
* A boolean which indicates whether the facet panel is initially
|
|
1553
|
+
* A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
|
|
1518
1554
|
* initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
|
|
1519
1555
|
* depending on the user's personalization settings.
|
|
1520
1556
|
*
|
|
@@ -1854,6 +1890,15 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1854
1890
|
* @returns Value of property `searchBarTitle`
|
|
1855
1891
|
*/
|
|
1856
1892
|
getSearchBarTitle(): string;
|
|
1893
|
+
/**
|
|
1894
|
+
* Get the basket model ('selected items', 'count' : JSON model) The model is managed by SearchCompositeControl,
|
|
1895
|
+
* do not change it manually.
|
|
1896
|
+
*
|
|
1897
|
+
* @since 1.145.0
|
|
1898
|
+
*
|
|
1899
|
+
* @returns A JSON model containing items of the search basket ('selected items', 'count')
|
|
1900
|
+
*/
|
|
1901
|
+
getSearchBasketModel(): object;
|
|
1857
1902
|
/**
|
|
1858
1903
|
* Gets current value of property {@link #getSearchInputLocation searchInputLocation}.
|
|
1859
1904
|
*
|
|
@@ -1917,17 +1962,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1917
1962
|
* @returns Value of property `searchTermLengthLimit`
|
|
1918
1963
|
*/
|
|
1919
1964
|
getSearchTermLengthLimit(): int;
|
|
1920
|
-
/**
|
|
1921
|
-
* Gets current value of property {@link #getSelectionChange selectionChange}.
|
|
1922
|
-
*
|
|
1923
|
-
* A callback which is called whenever the selection of result view items changes.
|
|
1924
|
-
*
|
|
1925
|
-
* @since 1.113.0
|
|
1926
|
-
* @deprecated As of version 1.137.0. this setting is ignored, subscribe to event 'selectionChanged'.
|
|
1927
|
-
*
|
|
1928
|
-
* @returns Value of property `selectionChange`
|
|
1929
|
-
*/
|
|
1930
|
-
getSelectionChange(): Function;
|
|
1931
1965
|
/**
|
|
1932
1966
|
* Gets current value of property {@link #getShowSelectionToggleButton showSelectionToggleButton}.
|
|
1933
1967
|
*
|
|
@@ -2244,6 +2278,29 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
2244
2278
|
*/
|
|
2245
2279
|
bBasketLinkByResultViewItemSelection?: boolean
|
|
2246
2280
|
): this;
|
|
2281
|
+
/**
|
|
2282
|
+
* Sets a new value for property {@link #getBasketLocation basketLocation}.
|
|
2283
|
+
*
|
|
2284
|
+
* Location of the basket. When creating your own basket (see function 'createAndRegisterBasket'), set this
|
|
2285
|
+
* property to "CustomBasketLocation". By default the basket is a panel at the right of the result view.
|
|
2286
|
+
*
|
|
2287
|
+
* Values: - "SidePanelRight" (default): basket is a panel at the right of the result view - "CustomBasketLocation":
|
|
2288
|
+
* basket is created by function 'createAndRegisterBasket' and can be placed anywhere in the UI
|
|
2289
|
+
*
|
|
2290
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2291
|
+
*
|
|
2292
|
+
* Default value is `"SidePanelRight"`.
|
|
2293
|
+
*
|
|
2294
|
+
* @since 1.145.0
|
|
2295
|
+
*
|
|
2296
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2297
|
+
*/
|
|
2298
|
+
setBasketLocation(
|
|
2299
|
+
/**
|
|
2300
|
+
* New value for property `basketLocation`
|
|
2301
|
+
*/
|
|
2302
|
+
sBasketLocation?: string
|
|
2303
|
+
): this;
|
|
2247
2304
|
/**
|
|
2248
2305
|
* Sets a new value for property {@link #getBasketPanelResizable basketPanelResizable}.
|
|
2249
2306
|
*
|
|
@@ -2263,6 +2320,15 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
2263
2320
|
*/
|
|
2264
2321
|
bBasketPanelResizable?: boolean
|
|
2265
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;
|
|
2266
2332
|
/**
|
|
2267
2333
|
* Sets a new value for property {@link #getBasketPanelWidthInPercent basketPanelWidthInPercent}.
|
|
2268
2334
|
*
|
|
@@ -2343,7 +2409,11 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
2343
2409
|
/**
|
|
2344
2410
|
* Sets a new value for property {@link #getCustomBasket customBasket}.
|
|
2345
2411
|
*
|
|
2346
|
-
* Define your own
|
|
2412
|
+
* Define your own view for the basket. The basket is displayed on a panel at the right/end of result views
|
|
2413
|
+
* (by default, details see 'basketLocation'). There is buttons to show/hide it and add items to the basket
|
|
2414
|
+
* (see config properties 'basketShowHideButton' and 'basketAddButton'). For the basket items collection,
|
|
2415
|
+
* we recommend to use function 'createAndRegisterBasket' to create a table/list, so the selection (incl.
|
|
2416
|
+
* 'add to basket') of result views with table/list is managed by SearchCompositeControl.
|
|
2347
2417
|
*
|
|
2348
2418
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2349
2419
|
*
|
|
@@ -2606,7 +2676,7 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
2606
2676
|
/**
|
|
2607
2677
|
* Sets a new value for property {@link #getFacetVisibility facetVisibility}.
|
|
2608
2678
|
*
|
|
2609
|
-
* A boolean which indicates whether the facet panel is initially
|
|
2679
|
+
* A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
|
|
2610
2680
|
* initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
|
|
2611
2681
|
* depending on the user's personalization settings.
|
|
2612
2682
|
*
|
|
@@ -3201,24 +3271,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
3201
3271
|
*/
|
|
3202
3272
|
iSearchTermLengthLimit?: int
|
|
3203
3273
|
): this;
|
|
3204
|
-
/**
|
|
3205
|
-
* Sets a new value for property {@link #getSelectionChange selectionChange}.
|
|
3206
|
-
*
|
|
3207
|
-
* A callback which is called whenever the selection of result view items changes.
|
|
3208
|
-
*
|
|
3209
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3210
|
-
*
|
|
3211
|
-
* @since 1.113.0
|
|
3212
|
-
* @deprecated As of version 1.137.0. this setting is ignored, subscribe to event 'selectionChanged'.
|
|
3213
|
-
*
|
|
3214
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
3215
|
-
*/
|
|
3216
|
-
setSelectionChange(
|
|
3217
|
-
/**
|
|
3218
|
-
* New value for property `selectionChange`
|
|
3219
|
-
*/
|
|
3220
|
-
fnSelectionChange: Function
|
|
3221
|
-
): this;
|
|
3222
3274
|
/**
|
|
3223
3275
|
* Sets a new value for property {@link #getShowSelectionToggleButton showSelectionToggleButton}.
|
|
3224
3276
|
*
|
|
@@ -3504,6 +3556,14 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
3504
3556
|
*/
|
|
3505
3557
|
facetPanelWidthInPercent?: float | PropertyBindingInfo | `{${string}}`;
|
|
3506
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
|
+
|
|
3507
3567
|
/**
|
|
3508
3568
|
* Display a splitter bar to resize the right hand panel, containing the basket with selected items.
|
|
3509
3569
|
*
|
|
@@ -3606,7 +3666,7 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
3606
3666
|
facets?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3607
3667
|
|
|
3608
3668
|
/**
|
|
3609
|
-
* A boolean which indicates whether the facet panel is initially
|
|
3669
|
+
* A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
|
|
3610
3670
|
* initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
|
|
3611
3671
|
* depending on the user's personalization settings.
|
|
3612
3672
|
*
|
|
@@ -3692,7 +3752,22 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
3692
3752
|
basketBeforeAddItem?: Function | PropertyBindingInfo | `{${string}}`;
|
|
3693
3753
|
|
|
3694
3754
|
/**
|
|
3695
|
-
*
|
|
3755
|
+
* Location of the basket. When creating your own basket (see function 'createAndRegisterBasket'), set this
|
|
3756
|
+
* property to "CustomBasketLocation". By default the basket is a panel at the right of the result view.
|
|
3757
|
+
*
|
|
3758
|
+
* Values: - "SidePanelRight" (default): basket is a panel at the right of the result view - "CustomBasketLocation":
|
|
3759
|
+
* basket is created by function 'createAndRegisterBasket' and can be placed anywhere in the UI
|
|
3760
|
+
*
|
|
3761
|
+
* @since 1.145.0
|
|
3762
|
+
*/
|
|
3763
|
+
basketLocation?: string | PropertyBindingInfo;
|
|
3764
|
+
|
|
3765
|
+
/**
|
|
3766
|
+
* Define your own view for the basket. The basket is displayed on a panel at the right/end of result views
|
|
3767
|
+
* (by default, details see 'basketLocation'). There is buttons to show/hide it and add items to the basket
|
|
3768
|
+
* (see config properties 'basketShowHideButton' and 'basketAddButton'). For the basket items collection,
|
|
3769
|
+
* we recommend to use function 'createAndRegisterBasket' to create a table/list, so the selection (incl.
|
|
3770
|
+
* 'add to basket') of result views with table/list is managed by SearchCompositeControl.
|
|
3696
3771
|
*
|
|
3697
3772
|
* @since 1.144.0
|
|
3698
3773
|
*/
|
|
@@ -3765,14 +3840,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
3765
3840
|
*/
|
|
3766
3841
|
quickSelectDataSources?: object | PropertyBindingInfo | `{${string}}`;
|
|
3767
3842
|
|
|
3768
|
-
/**
|
|
3769
|
-
* A callback which is called whenever the selection of result view items changes.
|
|
3770
|
-
*
|
|
3771
|
-
* @since 1.113.0
|
|
3772
|
-
* @deprecated As of version 1.137.0. this setting is ignored, subscribe to event 'selectionChanged'.
|
|
3773
|
-
*/
|
|
3774
|
-
selectionChange?: Function | PropertyBindingInfo | `{${string}}`;
|
|
3775
|
-
|
|
3776
3843
|
/**
|
|
3777
3844
|
* An asynchronues callback which is called after the initialization of the search composite control.
|
|
3778
3845
|
*
|
|
@@ -4027,8 +4094,6 @@ declare namespace sap {
|
|
|
4027
4094
|
|
|
4028
4095
|
"sap/esh/search/ui/controls/basket/SearchBasketAddButton": undefined;
|
|
4029
4096
|
|
|
4030
|
-
"sap/esh/search/ui/controls/basket/SearchBasketBase": undefined;
|
|
4031
|
-
|
|
4032
4097
|
"sap/esh/search/ui/controls/resultview/SearchShowDetailButton": undefined;
|
|
4033
4098
|
|
|
4034
4099
|
"sap/esh/search/ui/controls/resultview/SearchText": undefined;
|