@tplc/wot
Version:
129 lines (128 loc) • 2.33 kB
TypeScript
declare const _default: {
calendar: {
placeholder: string
title: string
day: string
week: string
month: string
confirm: string
startTime: string
endTime: string
to: string
timeFormat: string
dateFormat: string
weekFormat: (year: number, week: number) => string
startWeek: string
endWeek: string
startMonth: string
endMonth: string
monthFormat: string
}
calendarView: {
startTime: string
endTime: string
weeks: {
sun: string
mon: string
tue: string
wed: string
thu: string
fri: string
sat: string
}
rangePrompt: (maxRange: number) => string
rangePromptWeek: (maxRange: number) => string
rangePromptMonth: (maxRange: number) => string
monthTitle: string
yearTitle: string
month: string
hour: (value: number) => string
minute: (value: number) => string
second: (value: number) => string
}
datetimePicker: {
start: string
end: string
to: string
placeholder: string
confirm: string
cancel: string
}
collapse: {
expand: string
retract: string
}
colPicker: {
title: string
placeholder: string
select: string
}
loadmore: {
loading: string
finished: string
error: string
retry: string
}
imgCropper: {
confirm: string
cancel: string
}
messageBox: {
inputPlaceholder: string
confirm: string
cancel: string
inputNoValidate: string
}
numberKeyboard: {
confirm: string
}
pagination: {
prev: string
next: string
page: (value: number) => string
total: (total: number) => string
size: (size: number) => string
}
picker: {
cancel: string
done: string
placeholder: string
}
search: {
search: string
cancel: string
}
steps: {
wait: string
finished: string
process: string
failed: string
}
tabs: {
all: string
}
upload: {
error: string
}
input: {
placeholder: string
}
selectPicker: {
title: string
placeholder: string
select: string
confirm: string
filterPlaceholder: string
}
tag: {
placeholder: string
add: string
}
textarea: {
placeholder: string
}
tableCol: {
indexLabel: string
}
}
export default _default