"""Slot panels, forms, edit/add, slot picker JS.""" from __future__ import annotations from shared.sx.helpers import sx_call from shared.sx.parser import SxExpr # =========================================================================== # SLOT PICKER JS — shared by entry edit + entry add forms # =========================================================================== _SLOT_PICKER_JS = """\ """ # --------------------------------------------------------------------------- # Slot options (shared by entry edit + add forms) # --------------------------------------------------------------------------- def _slot_options_html(day_slots, selected_slot_id=None) -> str: """Build slot