File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ import "@ui5/webcomponents-icons/dist/da";
29
29
import "@ui5/webcomponents-icons/dist/action-settings" ;
30
30
import "@ui5/webcomponents-icons/dist/official-service" ;
31
31
import "@ui5/webcomponents-icons/dist/message-information" ;
32
+ import "@ui5/webcomponents-icons/dist/employee" ;
33
+ import "@ui5/webcomponents-icons/dist/account" ;
34
+ import "@ui5/webcomponents-icons/dist/customer-and-supplier" ;
35
+ import "@ui5/webcomponents-icons/dist/sales-order" ;
32
36
import "@ui5/webcomponents-icons/dist/palette" ;
33
37
34
38
/**
Original file line number Diff line number Diff line change 36
36
</webcf : content >
37
37
38
38
<webcf : searchField >
39
- <webcf : ShellBarSearch showClearIcon =" true" placeholder =" Search" />
39
+ <webcf : ShellBarSearch showClearIcon =" true" placeholder =" Type 'A' to search" >
40
+ <webcf : SearchItem text =" Alain Chevalier" description =" Employee | 1255656" >
41
+ <webcf : image >
42
+ <webc : Avatar size =" XS" >
43
+ <Image src =" images/Avatar.svg" alt =" Avatar" />
44
+ </webc : Avatar >
45
+ </webcf : image >
46
+ </webcf : SearchItem >
47
+ <webcf : SearchItem text =" Alain's Digital Services" description =" Account | 65656665" >
48
+ <webcf : image >
49
+ <webc : Avatar size =" XS" icon =" customer-and-supplier" />
50
+ </webcf : image >
51
+ </webcf : SearchItem >
52
+ <webcf : SearchItem text =" Alain's Ventures" description =" Account | 13456665" >
53
+ <webcf : image >
54
+ <webc : Avatar size =" XS" icon =" customer-and-supplier" />
55
+ </webcf : image >
56
+ </webcf : SearchItem >
57
+ <webcf : SearchItemGroup headerText =" Sales Orders" >
58
+ <webcf : SearchItem text =" 15665566 - Media Alain Productions" description =" Shipped | Ordered Items (15)" >
59
+ <webcf : image >
60
+ <webc : Avatar size =" XS" icon =" sales-order" colorScheme =" Accent9" />
61
+ </webcf : image >
62
+ </webcf : SearchItem >
63
+ <webcf : SearchItem text =" 46544665 - Media Alain Productions" description =" Processing | Ordered Items (15)" >
64
+ <webcf : image >
65
+ <webc : Avatar size =" XS" icon =" sales-order" colorScheme =" Accent9" />
66
+ </webcf : image >
67
+ </webcf : SearchItem >
68
+ </webcf : SearchItemGroup >
69
+ <webcf : action >
70
+ <webc : Button id =" searchButton" tooltip =" Search" design =" Transparent" text =" Show all search results" ></webc : Button >
71
+ </webcf : action >
72
+ </webcf : ShellBarSearch >
40
73
</webcf : searchField >
41
74
42
75
<webcf : assistant >
You can’t perform that action at this time.
0 commit comments