Package-level declarations
Functions
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
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)