import { classGlyphsConfig, talentSpellIdsToTalentString } from '../talents/factory'; import { GlyphConfig } from '../talents/glyphs_picker'; import { BaseModal } from './base_modal'; import { TypedEvent } from '../typed_event'; import { buf2hex, getEnumValues } from '../utils'...