Package-level declarations

Functions

Link copied to clipboard
fun AgeFormRowView(range: IntRange?, onChangeAge: (range: IntRange?) -> Unit)
Link copied to clipboard
fun CategoryFormRowView(snapPlayData: Result<SnapPlayIdsData>?, productCategoryResult: Result<ProductCategories>?, selectedCategories: List<CachingTagListViewItem<SelectedCategoryInfo>>, onReloadProductCategory: () -> Unit, onChangeSelectedCategories: (List<CachingTagListViewItem<SelectedCategoryInfo>>) -> Unit)
Link copied to clipboard
fun GenderFormRowView(gender: Gender?, onSelectGender: (Gender?) -> Unit)
Link copied to clipboard
fun HeightFormRowView(range: IntRange?, onChangeHeight: (range: IntRange?) -> Unit)
Link copied to clipboard
fun LabelSearchMenuItemView(labels: List<Label>, onTap: () -> Unit)
Link copied to clipboard
fun SelectShopsFooterView(selectedShopIdCount: Int, isEnabled: Boolean, isLoading: Boolean, onComplete: () -> Unit, onClearSelects: () -> Unit)
Link copied to clipboard
fun ShopSearchMenuItem(searchStaffShopData: Result<SearchStaffShopData>?, selectedShopIds: List<Int>, onReload: () -> Unit, onTap: () -> Unit)
Link copied to clipboard
fun SnapPlayGenreFormRowView(coordinateGenre: CoordinateGenre?, onSelectCoordinateGenre: (CoordinateGenre?) -> Unit)
Link copied to clipboard
fun SnapPlaySearchLabelsFormRowView(labels: List<Label>, snapPlayData: Result<SnapPlayIdsData>?, onToggleSelectLabelId: (Int) -> Unit, onClear: () -> Unit)
Link copied to clipboard
fun SnapPlayShopFormRowView(selectedShopIds: List<Int>, cachedShops: Set<Shop>, isLoadingMore: Boolean, searchStaffShopData: Result<SearchStaffShopData>?, snapPlayData: Result<SnapPlayIdsData>?, onReload: () -> Unit, onChange: (shops: List<Shop>, cachedShops: Set<Shop>) -> Unit, onLoadMoreShops: () -> Unit, onReloadShop: () -> Unit)
Link copied to clipboard
fun StaffSearchLabelsFormRowView(labels: List<Label>, staffData: Result<StaffIdsData>?, onToggleSelectLabelId: (Int) -> Unit, onClear: () -> Unit)
Link copied to clipboard
fun StaffShopFormRowView(selectedShopIds: List<Int>, cachedShops: Set<Shop>, isLoadingMore: Boolean, searchStaffShopData: Result<SearchStaffShopData>?, staffData: Result<StaffIdsData>?, onReload: () -> Unit, onChange: (shops: List<Shop>, cachedShops: Set<Shop>) -> Unit, onLoadMoreShops: () -> Unit, onReloadShop: () -> Unit)