@synergy-design-system/components
Version:
This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define
58 lines (57 loc) • 1.82 kB
TypeScript
/**
* ---------------------------------------------------------------------
* 🔒 AUTOGENERATED BY VENDORISM
* Removing this comment will prevent it from being managed by it.
* ---------------------------------------------------------------------
*/
import { LocalizeController as DefaultLocalizationController } from '@shoelace-style/localize';
import type { Translation as DefaultTranslation } from '@shoelace-style/localize';
export declare class LocalizeController extends DefaultLocalizationController<Translation> {
}
export { registerTranslation } from '@shoelace-style/localize';
export interface Translation extends DefaultTranslation {
closeMenu: string;
danger: string;
fileButtonText: string;
fileButtonTextMultiple: string;
fileDragDrop: string;
folderButtonText: string;
folderDragDrop: string;
menu: string;
noResults: string;
notification: string;
numFilesSelected: (num: number, dir: boolean) => string;
openMenu: string;
rangeMax: string;
rangeMin: string;
sideNav: string;
sideNavHide: string;
sideNavShow: string;
success: string;
warning: string;
$code: string;
$name: string;
$dir: 'ltr' | 'rtl';
carousel: string;
clearEntry: string;
close: string;
copied: string;
copy: string;
currentValue: string;
error: string;
goToSlide: (slide: number, count: number) => string;
hidePassword: string;
loading: string;
nextSlide: string;
numOptionsSelected: (num: number) => string;
previousSlide: string;
progress: string;
remove: string;
resize: string;
scrollToEnd: string;
scrollToStart: string;
selectAColorFromTheScreen: string;
showPassword: string;
slideNum: (slide: number) => string;
toggleColorFormat: string;
}