UNPKG

@spectrum-web-components/base

Version:

The `SpectrumElement` base class as created by mixing `SpectrumMixin` onto `LitElement` adopts `dir` values from the `document` at connection time with a fallback to `lrt`. In a TypeScript context, it also enforces the presence of `this.shadowRoot` on ext

3 lines (2 loc) 240 B
"use strict";export const INPUT_COMPONENT_TAGS=["SP-SEARCH","SP-TEXTFIELD","SP-NUMBER-FIELD","SP-COMBOBOX","SP-COLOR-FIELD"],INPUT_COMPONENT_PATTERN=new RegExp(`^(${INPUT_COMPONENT_TAGS.join("|")})$`); //# sourceMappingURL=constants.js.map