let ALERT_DIALOG_ID = 1; export const genAlertDialogId = () => `ad_${ALERT_DIALOG_ID++}`;