File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ import "@ui5/webcomponents-icons/dist/da";
2929import "@ui5/webcomponents-icons/dist/action-settings" ;
3030import "@ui5/webcomponents-icons/dist/official-service" ;
3131import "@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" ;
3236import "@ui5/webcomponents-icons/dist/palette" ;
3337
3438/**
Original file line number Diff line number Diff line change 3636 </webcf : content >
3737
3838 <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 >
4073 </webcf : searchField >
4174
4275 <webcf : assistant >
You can’t perform that action at this time.
0 commit comments