Package-level declarations

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun ShopListBody(shopsData: SearchStaffShopData, selectedShopIds: List<Int>, cachedShops: Set<Shop>, isLoadingMore: Boolean, onChange: (shops: List<Shop>, cachedShops: Set<Shop>) -> Unit, onLoadMoreShops: () -> Unit)
Link copied to clipboard
fun ShopListCell(shop: Shop, selected: Boolean, onClick: () -> Unit)
Link copied to clipboard
fun SnapPlaySearchShopListView(selectedShopIds: List<Int>, cachedShops: Set<Shop>, searchStaffShopData: Result<SearchStaffShopData>?, snapPlayData: Result<SnapPlayIdsData>?, isLoadingMore: Boolean, onReload: () -> Unit, onChange: (shops: List<Shop>, cachedShops: Set<Shop>) -> Unit, onLoadMoreShops: () -> Unit, onReloadShop: () -> Unit)
Link copied to clipboard
fun StaffSearchShopListView(selectedShopIds: List<Int>, cachedShops: Set<Shop>, searchStaffShopData: Result<SearchStaffShopData>?, staffData: Result<StaffIdsData>?, isLoadingMore: Boolean, onReload: () -> Unit, onChange: (shops: List<Shop>, cachedShops: Set<Shop>) -> Unit, onLoadMoreShops: () -> Unit, onReloadShop: () -> Unit)