11362 lines
296 KiB
TypeScript
11362 lines
296 KiB
TypeScript
import * as i0 from '@angular/core';
|
|
import { PipeTransform, InjectionToken, EnvironmentProviders } from '@angular/core';
|
|
import { Observable } from 'rxjs';
|
|
import { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
import { Locale as Locale$1 } from 'date-fns';
|
|
import { WeekDayIndex } from 'ng-zorro-antd/core/time';
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
|
|
declare class NzI18nPipe implements PipeTransform {
|
|
private _locale;
|
|
transform(path: string, keyValue?: object): string;
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzI18nPipe, never>;
|
|
static ɵpipe: i0.ɵɵPipeDeclaration<NzI18nPipe, "nzI18n", true>;
|
|
}
|
|
|
|
declare class NzI18nModule {
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzI18nModule, never>;
|
|
static ɵmod: i0.ɵɵNgModuleDeclaration<NzI18nModule, never, [typeof NzI18nPipe], [typeof NzI18nPipe]>;
|
|
static ɵinj: i0.ɵɵInjectorDeclaration<NzI18nModule>;
|
|
}
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
|
|
interface NzPaginationI18nInterface {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
}
|
|
interface NzGlobalI18nInterface {
|
|
placeholder: string;
|
|
}
|
|
interface NzDatePickerI18nInterface {
|
|
lang: NzDatePickerLangI18nInterface;
|
|
timePickerLocale: NzTimePickerI18nInterface;
|
|
}
|
|
interface NzCalendarI18nInterface {
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
monthFormat?: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear?: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
}
|
|
interface NzDatePickerLangI18nInterface extends NzCalendarI18nInterface {
|
|
placeholder?: string;
|
|
yearPlaceholder?: string;
|
|
quarterPlaceholder?: string;
|
|
monthPlaceholder?: string;
|
|
weekPlaceholder?: string;
|
|
rangePlaceholder?: string[];
|
|
rangeYearPlaceholder?: string[];
|
|
rangeQuarterPlaceholder?: string[];
|
|
rangeMonthPlaceholder?: string[];
|
|
rangeWeekPlaceholder?: string[];
|
|
}
|
|
interface NzTimePickerI18nInterface {
|
|
placeholder?: string;
|
|
rangePlaceholder?: string[];
|
|
}
|
|
type ValidateMessage = string | (() => string);
|
|
type NzCascaderI18nInterface = NzGlobalI18nInterface;
|
|
interface NzTableI18nInterface {
|
|
filterTitle?: string;
|
|
filterConfirm?: string;
|
|
filterReset?: string;
|
|
selectAll?: string;
|
|
selectInvert?: string;
|
|
selectionAll?: string;
|
|
sortTitle?: string;
|
|
expand?: string;
|
|
collapse?: string;
|
|
triggerDesc?: string;
|
|
triggerAsc?: string;
|
|
cancelSort?: string;
|
|
}
|
|
interface NzModalI18nInterface {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
}
|
|
interface NzPopconfirmI18nInterface {
|
|
okText: string;
|
|
cancelText: string;
|
|
}
|
|
interface NzTransferI18nInterface {
|
|
titles?: string[];
|
|
searchPlaceholder?: string;
|
|
itemUnit?: string;
|
|
itemsUnit?: string;
|
|
}
|
|
interface NzUploadI18nInterface {
|
|
uploading?: string;
|
|
removeFile?: string;
|
|
uploadError?: string;
|
|
previewFile?: string;
|
|
downloadFile?: string;
|
|
}
|
|
interface NzEmptyI18nInterface {
|
|
description: string;
|
|
}
|
|
interface NzTextI18nInterface {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
}
|
|
interface NzCronExpressionLabelI18n {
|
|
second?: string;
|
|
minute?: string;
|
|
hour?: string;
|
|
day?: string;
|
|
month?: string;
|
|
week?: string;
|
|
}
|
|
interface NzCronExpressionCronErrorI18n {
|
|
cronError?: string;
|
|
}
|
|
type NzCronExpressionI18nInterface = NzCronExpressionCronErrorI18n & NzCronExpressionLabelI18n;
|
|
interface NzQRCodeI18nInterface {
|
|
expired: string;
|
|
refresh: string;
|
|
scanned: string;
|
|
}
|
|
interface NzCheckListI18nInterface {
|
|
checkList: string;
|
|
checkListFinish: string;
|
|
checkListClose: string;
|
|
checkListFooter: string;
|
|
checkListCheck: string;
|
|
ok: string;
|
|
cancel: string;
|
|
checkListCheckOther: string;
|
|
}
|
|
interface NzFormI18nInterface {
|
|
optional: string;
|
|
}
|
|
interface NzI18nInterface {
|
|
locale: string;
|
|
Pagination: NzPaginationI18nInterface;
|
|
DatePicker: NzDatePickerI18nInterface;
|
|
TimePicker: NzTimePickerI18nInterface;
|
|
Calendar: NzDatePickerI18nInterface;
|
|
global?: NzGlobalI18nInterface;
|
|
Table: NzTableI18nInterface;
|
|
Modal: NzModalI18nInterface;
|
|
Popconfirm: NzPopconfirmI18nInterface;
|
|
Transfer: NzTransferI18nInterface;
|
|
Upload: NzUploadI18nInterface;
|
|
Empty: NzEmptyI18nInterface;
|
|
Form: NzFormI18nInterface;
|
|
Text?: NzTextI18nInterface;
|
|
CronExpression?: NzCronExpressionI18nInterface;
|
|
QRCode?: NzQRCodeI18nInterface;
|
|
CheckList?: NzCheckListI18nInterface;
|
|
}
|
|
type DateLocale = Locale$1;
|
|
|
|
declare class NzI18nService {
|
|
private _locale;
|
|
private _change;
|
|
private dateLocale;
|
|
get localeChange(): Observable<NzI18nInterface>;
|
|
constructor();
|
|
translate(path: string, data?: NzSafeAny): string;
|
|
/**
|
|
* Set/Change current locale globally throughout the WHOLE application
|
|
* NOTE: If called at runtime, rendered interface may not change along with the locale change,
|
|
* because this do not trigger another render schedule.
|
|
*
|
|
* @param locale The translating letters
|
|
*/
|
|
setLocale(locale: NzI18nInterface): void;
|
|
getLocale(): NzI18nInterface;
|
|
getLocaleId(): string;
|
|
setDateLocale(dateLocale: DateLocale): void;
|
|
getDateLocale(): DateLocale;
|
|
/**
|
|
* Get locale data
|
|
*
|
|
* @param path dot paths for finding exist value from locale data, eg. "a.b.c"
|
|
* @param defaultValue default value if the result is not "truthy"
|
|
*/
|
|
getLocaleData(path: string, defaultValue?: NzSafeAny): NzSafeAny;
|
|
private _getObjectPath;
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzI18nService, never>;
|
|
static ɵprov: i0.ɵɵInjectableDeclaration<NzI18nService>;
|
|
}
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
|
|
interface NzDateConfig {
|
|
/** Customize the first day of a week */
|
|
firstDayOfWeek?: WeekDayIndex;
|
|
}
|
|
declare const NZ_DATE_CONFIG: InjectionToken<NzDateConfig>;
|
|
declare const NZ_DATE_CONFIG_DEFAULT: NzDateConfig;
|
|
declare function mergeDateConfig(config: NzDateConfig | null): NzDateConfig;
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
|
|
declare const NZ_I18N: InjectionToken<NzI18nInterface>;
|
|
/**
|
|
* Set the locale globally.
|
|
*/
|
|
declare function provideNzI18n(config: NzI18nInterface): EnvironmentProviders;
|
|
declare function provideNzI18n(factory: () => NzI18nInterface): EnvironmentProviders;
|
|
/** Locale for date operations, should import from date-fns, see example: https://github.com/date-fns/date-fns/blob/v1.30.1/src/locale/zh_cn/index.js */
|
|
declare const NZ_DATE_LOCALE: InjectionToken<Locale>;
|
|
|
|
declare function DATE_HELPER_SERVICE_FACTORY(): DateHelperService;
|
|
/**
|
|
* Abstract DateHelperService(Token via Class)
|
|
* Compatibility: compact for original usage by default which using DatePipe
|
|
*/
|
|
declare abstract class DateHelperService {
|
|
protected i18n: NzI18nService;
|
|
protected config: NzDateConfig;
|
|
constructor(i18n: NzI18nService);
|
|
abstract getISOWeek(date: Date): number;
|
|
abstract getFirstDayOfWeek(): WeekDayIndex;
|
|
abstract format(date: Date | null, formatStr: string): string;
|
|
abstract parseDate(text: string, formatStr?: string): Date;
|
|
abstract parseTime(text: string, formatStr?: string): Date | undefined;
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateHelperService, never>;
|
|
static ɵprov: i0.ɵɵInjectableDeclaration<DateHelperService>;
|
|
}
|
|
/**
|
|
* DateHelper that handles date formats with date-fns
|
|
*/
|
|
declare class DateHelperByDateFns extends DateHelperService {
|
|
getISOWeek(date: Date): number;
|
|
getFirstDayOfWeek(): WeekDayIndex;
|
|
/**
|
|
* Format a date
|
|
*
|
|
* @see https://date-fns.org/docs/format#description
|
|
* @param date Date
|
|
* @param formatStr format string
|
|
*/
|
|
format(date: Date, formatStr: string): string;
|
|
parseDate(text: string, formatStr: string): Date;
|
|
parseTime(text: string, formatStr: string): Date | undefined;
|
|
}
|
|
/**
|
|
* DateHelper that handles date formats with angular's date-pipe
|
|
*
|
|
* @see https://github.com/NG-ZORRO/ng-zorro-antd/issues/2406 - DatePipe may cause non-standard week bug, see:
|
|
*
|
|
*/
|
|
declare class DateHelperByDatePipe extends DateHelperService {
|
|
getISOWeek(date: Date): number;
|
|
getFirstDayOfWeek(): WeekDayIndex;
|
|
format(date: Date | null, formatStr: string): string;
|
|
parseDate(text: string): Date;
|
|
parseTime(text: string, formatStr: string): Date;
|
|
private replaceQuarter;
|
|
}
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$11: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
dateFormat: string;
|
|
monthFormat: string;
|
|
dateTimeFormat: string;
|
|
weekFormat: string;
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
dateFormat: string;
|
|
monthFormat: string;
|
|
dateTimeFormat: string;
|
|
weekFormat: string;
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$10: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
notFoundContent: string;
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Select: {
|
|
notFoundContent: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$$: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$_: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectNone: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$Z: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectAll: string;
|
|
selectCurrent: string;
|
|
selectInvert: string;
|
|
removeAll: string;
|
|
removeCurrent: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$Y: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$X: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeQuarterPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$W: {
|
|
locale: string;
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectNone: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$V: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeQuarterPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$U: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$T: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
CronExpression: {
|
|
cronError: string;
|
|
second: string;
|
|
minute: string;
|
|
hour: string;
|
|
day: string;
|
|
month: string;
|
|
week: string;
|
|
};
|
|
QRCode: {
|
|
expired: string;
|
|
refresh: string;
|
|
scanned: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$S: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$R: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeQuarterPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
CronExpression: {
|
|
cronError: string;
|
|
second: string;
|
|
minute: string;
|
|
hour: string;
|
|
day: string;
|
|
month: string;
|
|
week: string;
|
|
};
|
|
QRCode: {
|
|
expired: string;
|
|
refresh: string;
|
|
scanned: string;
|
|
};
|
|
CheckList: {
|
|
checkList: string;
|
|
checkListFinish: string;
|
|
checkListClose: string;
|
|
checkListFooter: string;
|
|
checkListCheck: string;
|
|
ok: string;
|
|
cancel: string;
|
|
checkListCheckOther: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$Q: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeQuarterPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
CronExpression: {
|
|
cronError: string;
|
|
second: string;
|
|
minute: string;
|
|
hour: string;
|
|
day: string;
|
|
month: string;
|
|
week: string;
|
|
};
|
|
QRCode: {
|
|
expired: string;
|
|
refresh: string;
|
|
scanned: string;
|
|
};
|
|
CheckList: {
|
|
checkList: string;
|
|
checkListFinish: string;
|
|
checkListClose: string;
|
|
checkListFooter: string;
|
|
checkListCheck: string;
|
|
ok: string;
|
|
cancel: string;
|
|
checkListCheckOther: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$P: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
filterEmptyText: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
emptyText: string;
|
|
selectNone: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
titles: string[];
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$O: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
CronExpression: {
|
|
cronError: string;
|
|
second: string;
|
|
minute: string;
|
|
hour: string;
|
|
day: string;
|
|
month: string;
|
|
week: string;
|
|
};
|
|
QRCode: {
|
|
expired: string;
|
|
refresh: string;
|
|
scanned: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$N: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
sortTitle: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$M: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
titles: string[];
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
CronExpression: {
|
|
cronError: string;
|
|
second: string;
|
|
minute: string;
|
|
hour: string;
|
|
day: string;
|
|
month: string;
|
|
week: string;
|
|
};
|
|
QRCode: {
|
|
expired: string;
|
|
refresh: string;
|
|
scanned: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$L: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
titles: string[];
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
CronExpression: {
|
|
cronError: string;
|
|
second: string;
|
|
minute: string;
|
|
hour: string;
|
|
day: string;
|
|
month: string;
|
|
week: string;
|
|
};
|
|
QRCode: {
|
|
expired: string;
|
|
refresh: string;
|
|
scanned: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$K: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
titles: string[];
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
CronExpression: {
|
|
cronError: string;
|
|
second: string;
|
|
minute: string;
|
|
hour: string;
|
|
day: string;
|
|
month: string;
|
|
week: string;
|
|
};
|
|
QRCode: {
|
|
expired: string;
|
|
refresh: string;
|
|
scanned: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$J: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$I: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
sortTitle: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$H: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$G: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
sortTitle: string;
|
|
filterEmptyText: string;
|
|
selectNone: string;
|
|
selectionAll: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
notFoundContent: string;
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Select: {
|
|
notFoundContent: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$F: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
sortTitle: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectionAll: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$E: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
rangeQuarterPlaceholder: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$D: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
locale: string;
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
locale: string;
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$C: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
sortTitle: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$B: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$A: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
weekSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$z: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dayFormat: string;
|
|
dateFormat: string;
|
|
dateTimeFormat: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dayFormat: string;
|
|
dateFormat: string;
|
|
dateTimeFormat: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$y: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$x: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dayFormat: string;
|
|
dateFormat: string;
|
|
dateTimeFormat: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
monthBeforeYear: boolean;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dayFormat: string;
|
|
dateFormat: string;
|
|
dateTimeFormat: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
monthBeforeYear: boolean;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectNone: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$w: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectAll: string;
|
|
selectCurrent: string;
|
|
selectInvert: string;
|
|
removeAll: string;
|
|
removeCurrent: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$v: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$u: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
sortTitle: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
notFoundContent: string;
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Select: {
|
|
notFoundContent: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$t: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$s: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$r: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectAll: string;
|
|
selectCurrent: string;
|
|
selectInvert: string;
|
|
removeAll: string;
|
|
removeCurrent: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$q: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quaterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
CronExpression: {
|
|
cronError: string;
|
|
second: string;
|
|
minute: string;
|
|
hour: string;
|
|
day: string;
|
|
month: string;
|
|
week: string;
|
|
};
|
|
QRCode: {
|
|
expired: string;
|
|
refresh: string;
|
|
scanned: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$p: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$o: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectNone: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$n: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$m: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dayFormat: string;
|
|
dateFormat: string;
|
|
dateTimeFormat: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dayFormat: string;
|
|
dateFormat: string;
|
|
dateTimeFormat: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
notFoundContent: string;
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Select: {
|
|
notFoundContent: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$l: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeQuarterPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
CronExpression: {
|
|
cronError: string;
|
|
second: string;
|
|
minute: string;
|
|
hour: string;
|
|
day: string;
|
|
month: string;
|
|
week: string;
|
|
};
|
|
QRCode: {
|
|
expired: string;
|
|
refresh: string;
|
|
scanned: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$k: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$j: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
monthPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
weekPlaceholder: string;
|
|
yearPlaceholder: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
monthPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
weekPlaceholder: string;
|
|
yearPlaceholder: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
cancelSort: string;
|
|
collapse: string;
|
|
emptyText: string;
|
|
expand: string;
|
|
filterEmptyText: string;
|
|
selectNone: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
triggerAsc: string;
|
|
triggerDesc: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
removeAll: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
selectCurrent: string;
|
|
selectInvert: string;
|
|
titles: string[];
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$i: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
monthPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
weekPlaceholder: string;
|
|
yearPlaceholder: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
monthPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
weekPlaceholder: string;
|
|
yearPlaceholder: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
cancelSort: string;
|
|
emptyText: string;
|
|
filterEmptyText: string;
|
|
selectNone: string;
|
|
selectionAll: string;
|
|
triggerAsc: string;
|
|
triggerDesc: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
removeAll: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
selectCurrent: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$h: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterEmptyText: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
emptyText: string;
|
|
selectNone: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
titles: string[];
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$g: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
shortWeekDays: string[];
|
|
shortMonths: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
shortWeekDays: string[];
|
|
shortMonths: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
CronExpression: {
|
|
cronError: string;
|
|
second: string;
|
|
minute: string;
|
|
hour: string;
|
|
day: string;
|
|
month: string;
|
|
week: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$f: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
placeholder: string;
|
|
monthFormat: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
monthFormat: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
sortTitle: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$e: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectNone: string;
|
|
selectionAll: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$d: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectAll: string;
|
|
selectCurrent: string;
|
|
selectInvert: string;
|
|
removeAll: string;
|
|
removeCurrent: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$c: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeQuarterPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$b: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
locale: string;
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
locale: string;
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$a: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectNone: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
titles: string[];
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$9: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectNone: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
titles: string[];
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$8: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
sortTitle: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
notFoundContent: string;
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$7: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$6: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$5: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$4: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
emptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectNone: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
titles: string[];
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$3: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeQuarterPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dateFormat: string;
|
|
dayFormat: string;
|
|
dateTimeFormat: string;
|
|
monthBeforeYear: boolean;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$2: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeQuarterPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dayFormat: string;
|
|
dateFormat: string;
|
|
dateTimeFormat: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangePlaceholder: string[];
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dayFormat: string;
|
|
dateFormat: string;
|
|
dateTimeFormat: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
cancelText: string;
|
|
okText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
CronExpression: {
|
|
cronError: string;
|
|
second: string;
|
|
minute: string;
|
|
hour: string;
|
|
day: string;
|
|
month: string;
|
|
week: string;
|
|
};
|
|
QRCode: {
|
|
expired: string;
|
|
refresh: string;
|
|
scanned: string;
|
|
};
|
|
CheckList: {
|
|
checkList: string;
|
|
checkListFinish: string;
|
|
checkListClose: string;
|
|
checkListFooter: string;
|
|
checkListCheck: string;
|
|
ok: string;
|
|
cancel: string;
|
|
checkListCheckOther: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default$1: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dayFormat: string;
|
|
dateFormat: string;
|
|
dateTimeFormat: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangeYearPlaceholder: string[];
|
|
rangeQuarterPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dayFormat: string;
|
|
dateFormat: string;
|
|
dateTimeFormat: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
declare const _default: {
|
|
locale: string;
|
|
Pagination: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
DatePicker: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dayFormat: string;
|
|
dateFormat: string;
|
|
dateTimeFormat: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
rangeQuarterPlaceholder: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
TimePicker: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
Calendar: {
|
|
lang: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
locale: string;
|
|
today: string;
|
|
now: string;
|
|
backToToday: string;
|
|
ok: string;
|
|
timeSelect: string;
|
|
dateSelect: string;
|
|
weekSelect: string;
|
|
clear: string;
|
|
month: string;
|
|
year: string;
|
|
previousMonth: string;
|
|
nextMonth: string;
|
|
monthSelect: string;
|
|
yearSelect: string;
|
|
decadeSelect: string;
|
|
yearFormat: string;
|
|
dayFormat: string;
|
|
dateFormat: string;
|
|
dateTimeFormat: string;
|
|
previousYear: string;
|
|
nextYear: string;
|
|
previousDecade: string;
|
|
nextDecade: string;
|
|
previousCentury: string;
|
|
nextCentury: string;
|
|
yearPlaceholder: string;
|
|
quarterPlaceholder: string;
|
|
monthPlaceholder: string;
|
|
weekPlaceholder: string;
|
|
rangeYearPlaceholder: string[];
|
|
rangeMonthPlaceholder: string[];
|
|
rangeWeekPlaceholder: string[];
|
|
};
|
|
timePickerLocale: {
|
|
placeholder: string;
|
|
rangePlaceholder: string[];
|
|
};
|
|
};
|
|
global: {
|
|
placeholder: string;
|
|
};
|
|
Table: {
|
|
filterTitle: string;
|
|
filterConfirm: string;
|
|
filterReset: string;
|
|
filterEmptyText: string;
|
|
selectAll: string;
|
|
selectInvert: string;
|
|
selectionAll: string;
|
|
sortTitle: string;
|
|
expand: string;
|
|
collapse: string;
|
|
triggerDesc: string;
|
|
triggerAsc: string;
|
|
cancelSort: string;
|
|
filterCheckall: string;
|
|
filterSearchPlaceholder: string;
|
|
selectNone: string;
|
|
};
|
|
Modal: {
|
|
okText: string;
|
|
cancelText: string;
|
|
justOkText: string;
|
|
};
|
|
Popconfirm: {
|
|
okText: string;
|
|
cancelText: string;
|
|
};
|
|
Transfer: {
|
|
searchPlaceholder: string;
|
|
itemUnit: string;
|
|
itemsUnit: string;
|
|
remove: string;
|
|
selectCurrent: string;
|
|
removeCurrent: string;
|
|
selectAll: string;
|
|
removeAll: string;
|
|
selectInvert: string;
|
|
};
|
|
Upload: {
|
|
uploading: string;
|
|
removeFile: string;
|
|
uploadError: string;
|
|
previewFile: string;
|
|
downloadFile: string;
|
|
};
|
|
Empty: {
|
|
description: string;
|
|
};
|
|
Icon: {
|
|
icon: string;
|
|
};
|
|
Text: {
|
|
edit: string;
|
|
copy: string;
|
|
copied: string;
|
|
expand: string;
|
|
};
|
|
PageHeader: {
|
|
back: string;
|
|
};
|
|
Image: {
|
|
preview: string;
|
|
};
|
|
CronExpression: {
|
|
cronError: string;
|
|
second: string;
|
|
minute: string;
|
|
hour: string;
|
|
day: string;
|
|
month: string;
|
|
week: string;
|
|
};
|
|
QRCode: {
|
|
expired: string;
|
|
refresh: string;
|
|
scanned: string;
|
|
};
|
|
Form: {
|
|
optional: string;
|
|
};
|
|
};
|
|
|
|
export { DATE_HELPER_SERVICE_FACTORY, DateHelperByDateFns, DateHelperByDatePipe, DateHelperService, NZ_DATE_CONFIG, NZ_DATE_CONFIG_DEFAULT, NZ_DATE_LOCALE, NZ_I18N, NzI18nModule, NzI18nPipe, NzI18nService, _default$11 as ar_EG, _default$10 as az_AZ, _default$$ as bg_BG, _default$_ as bn_BD, _default$Z as by_BY, _default$Y as ca_ES, _default$X as cs_CZ, _default$W as da_DK, _default$V as de_DE, _default$U as el_GR, _default$T as en_AU, _default$S as en_GB, _default$R as en_US, _default$Q as es_ES, _default$P as et_EE, _default$O as fa_IR, _default$N as fi_FI, _default$M as fr_BE, _default$L as fr_CA, _default$K as fr_FR, _default$J as ga_IE, _default$I as gl_ES, _default$H as he_IL, _default$G as hi_IN, _default$F as hr_HR, _default$E as hu_HU, _default$D as hy_AM, _default$C as id_ID, _default$B as is_IS, _default$A as it_IT, _default$z as ja_JP, _default$y as ka_GE, _default$w as kk_KZ, _default$x as km_KH, _default$v as kmr_IQ, _default$u as kn_IN, _default$t as ko_KR, _default$s as ku_IQ, _default$r as lt_LT, _default$q as lv_LV, mergeDateConfig, _default$p as mk_MK, _default$o as ml_IN, _default$n as mn_MN, _default$m as ms_MY, _default$l as nb_NO, _default$k as ne_NP, _default$j as nl_BE, _default$i as nl_NL, _default$h as pl_PL, provideNzI18n, _default$g as pt_BR, _default$f as pt_PT, _default$e as ro_RO, _default$d as ru_RU, _default$c as sk_SK, _default$b as sl_SI, _default$a as sr_RS, _default$9 as sv_SE, _default$8 as ta_IN, _default$7 as th_TH, _default$6 as tr_TR, _default$5 as uk_UA, _default$4 as ur_PK, _default$3 as vi_VN, _default$2 as zh_CN, _default$1 as zh_HK, _default as zh_TW };
|
|
export type { DateLocale, NzCalendarI18nInterface, NzCascaderI18nInterface, NzCheckListI18nInterface, NzCronExpressionCronErrorI18n, NzCronExpressionI18nInterface, NzCronExpressionLabelI18n, NzDateConfig, NzDatePickerI18nInterface, NzDatePickerLangI18nInterface, NzEmptyI18nInterface, NzFormI18nInterface, NzGlobalI18nInterface, NzI18nInterface, NzModalI18nInterface, NzPaginationI18nInterface, NzPopconfirmI18nInterface, NzQRCodeI18nInterface, NzTableI18nInterface, NzTextI18nInterface, NzTimePickerI18nInterface, NzTransferI18nInterface, NzUploadI18nInterface, ValidateMessage };
|