.pos-step
.customer-selection-step
.customer-selector
searcher(:items='customers' :keys="['name', 'displayName']")
card-grid(:items='customers' :loading='loadingCustomers' canAdd @onAdd='showCustomerForm' @onSelect='selectCustomer')
customer-modal(:show='showingCustomerForm' @onAccept='submitCustomer' @onCancel='hideCustomerForm')
transition(name='slide-fade')
customer-form(v-if='!!selectedCustomer' :customer='selectedCustomer' mode='details' type='small')