@skhemata/skhemata-form
Version:
Skhemata Form Web Component. This web component can be used as base web component when working with forms and inputs.
76 lines (75 loc) • 1.59 kB
TypeScript
export const alpha: {
'en-US': RegExp;
'az-AZ': RegExp;
'bg-BG': RegExp;
'cs-CZ': RegExp;
'da-DK': RegExp;
'de-DE': RegExp;
'el-GR': RegExp;
'es-ES': RegExp;
'fa-IR': RegExp;
'fr-FR': RegExp;
'it-IT': RegExp;
'nb-NO': RegExp;
'nl-NL': RegExp;
'nn-NO': RegExp;
'hu-HU': RegExp;
'pl-PL': RegExp;
'pt-PT': RegExp;
'ru-RU': RegExp;
'sl-SI': RegExp;
'sk-SK': RegExp;
'sr-RS@latin': RegExp;
'sr-RS': RegExp;
'sv-SE': RegExp;
'th-TH': RegExp;
'tr-TR': RegExp;
'uk-UA': RegExp;
'vi-VN': RegExp;
'ku-IQ': RegExp;
ar: RegExp;
he: RegExp;
fa: RegExp;
};
export const alphanumeric: {
'en-US': RegExp;
'az-AZ': RegExp;
'bg-BG': RegExp;
'cs-CZ': RegExp;
'da-DK': RegExp;
'de-DE': RegExp;
'el-GR': RegExp;
'es-ES': RegExp;
'fr-FR': RegExp;
'it-IT': RegExp;
'hu-HU': RegExp;
'nb-NO': RegExp;
'nl-NL': RegExp;
'nn-NO': RegExp;
'pl-PL': RegExp;
'pt-PT': RegExp;
'ru-RU': RegExp;
'sl-SI': RegExp;
'sk-SK': RegExp;
'sr-RS@latin': RegExp;
'sr-RS': RegExp;
'sv-SE': RegExp;
'th-TH': RegExp;
'tr-TR': RegExp;
'uk-UA': RegExp;
'ku-IQ': RegExp;
'vi-VN': RegExp;
ar: RegExp;
he: RegExp;
fa: RegExp;
};
export const decimal: {
'en-US': string;
ar: string;
fa: string;
};
export const englishLocales: string[];
export const arabicLocales: string[];
export const farsiLocales: string[];
export const dotDecimal: string[];
export const commaDecimal: string[];