@expcat/tigercat-core 2.1.2 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{data-export-CLWdsrRn.d.ts → data-export-D01yjggE.d.ts} +18 -7
- package/dist/datepicker-locales/ar-SA.d.ts +2 -1
- package/dist/datepicker-locales/ar-SA.js +8 -1
- package/dist/datepicker-locales/de-DE.d.ts +2 -1
- package/dist/datepicker-locales/de-DE.js +8 -1
- package/dist/datepicker-locales/en-US.d.ts +2 -1
- package/dist/datepicker-locales/en-US.js +3 -1
- package/dist/datepicker-locales/es-ES.d.ts +2 -1
- package/dist/datepicker-locales/es-ES.js +8 -1
- package/dist/datepicker-locales/fr-FR.d.ts +2 -1
- package/dist/datepicker-locales/fr-FR.js +8 -1
- package/dist/datepicker-locales/id-ID.d.ts +2 -1
- package/dist/datepicker-locales/id-ID.js +8 -1
- package/dist/datepicker-locales/ja-JP.d.ts +2 -1
- package/dist/datepicker-locales/ja-JP.js +8 -1
- package/dist/datepicker-locales/ko-KR.d.ts +2 -1
- package/dist/datepicker-locales/ko-KR.js +8 -1
- package/dist/datepicker-locales/pt-BR.d.ts +2 -1
- package/dist/datepicker-locales/pt-BR.js +8 -1
- package/dist/datepicker-locales/registry.d.ts +2 -1
- package/dist/datepicker-locales/registry.js +94 -13
- package/dist/datepicker-locales/th-TH.d.ts +2 -1
- package/dist/datepicker-locales/th-TH.js +8 -1
- package/dist/datepicker-locales/vi-VN.d.ts +2 -1
- package/dist/datepicker-locales/vi-VN.js +8 -1
- package/dist/datepicker-locales/zh-CN.d.ts +2 -1
- package/dist/datepicker-locales/zh-CN.js +3 -1
- package/dist/datepicker-locales/zh-TW.d.ts +2 -1
- package/dist/datepicker-locales/zh-TW.js +8 -1
- package/dist/icons/common.d.ts +2 -2
- package/dist/icons/common.js +14 -8
- package/dist/index.d.ts +10277 -5385
- package/dist/index.js +30920 -16435
- package/dist/locale-qoiGEqe_.d.ts +1507 -0
- package/dist/locales/ar-SA.d.ts +2 -2
- package/dist/locales/ar-SA.js +448 -442
- package/dist/locales/de-DE.d.ts +2 -2
- package/dist/locales/de-DE.js +456 -450
- package/dist/locales/en-US.d.ts +2 -2
- package/dist/locales/en-US.js +259 -62
- package/dist/locales/es-ES.d.ts +2 -2
- package/dist/locales/es-ES.js +450 -444
- package/dist/locales/fr-FR.d.ts +2 -2
- package/dist/locales/fr-FR.js +453 -447
- package/dist/locales/id-ID.d.ts +3 -3
- package/dist/locales/id-ID.js +471 -448
- package/dist/locales/ja-JP.d.ts +3 -3
- package/dist/locales/ja-JP.js +465 -442
- package/dist/locales/ko-KR.d.ts +3 -3
- package/dist/locales/ko-KR.js +465 -442
- package/dist/locales/pt-BR.d.ts +2 -2
- package/dist/locales/pt-BR.js +452 -446
- package/dist/locales/th-TH.d.ts +3 -3
- package/dist/locales/th-TH.js +467 -444
- package/dist/locales/vi-VN.d.ts +3 -3
- package/dist/locales/vi-VN.js +467 -444
- package/dist/locales/zh-CN.d.ts +2 -2
- package/dist/locales/zh-CN.js +257 -60
- package/dist/locales/zh-TW.d.ts +3 -3
- package/dist/locales/zh-TW.js +467 -444
- package/dist/{table-CHeBgM_2.d.ts → table-R9Yp1aVa.d.ts} +77 -54
- package/dist/tailwind/modern.js +1364 -150
- package/dist/{tailwind-entry-nnuviNxx.d.ts → tailwind-entry-C26Y3TZG.d.ts} +13 -10
- package/dist/tailwind.d.ts +1 -1
- package/dist/tailwind.js +1406 -136
- package/dist/utils/data-export.d.ts +19 -5
- package/dist/utils/data-export.js +138 -13
- package/dist/utils/table-export.d.ts +21 -12
- package/dist/utils/table-export.js +75 -46
- package/package.json +1 -1
- package/tokens/figma-variables.json +223 -147
- package/tokens/tokens.css +224 -57
- package/tokens/tokens.json +205 -31
- package/dist/datepicker-Digy7Stt.d.ts +0 -201
- package/dist/locale-KMGxL6bT.d.ts +0 -625
- package/tokens/tailwind-tokens.js +0 -145
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { T as TableColumn } from './table-
|
|
1
|
+
import { T as TableColumn } from './table-R9Yp1aVa.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* DataExport component types and interfaces
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
* Supported DataExport output formats
|
|
8
|
+
* Supported DataExport output formats.
|
|
9
|
+
* Aligns with Table's CSV path; xlsx is a real OOXML workbook.
|
|
9
10
|
*/
|
|
10
|
-
type DataExportFormat = 'xlsx' | 'markdown';
|
|
11
|
+
type DataExportFormat = 'xlsx' | 'markdown' | 'csv';
|
|
11
12
|
/**
|
|
12
13
|
* Options shared by the DataExport serializers and component
|
|
13
14
|
*/
|
|
@@ -20,16 +21,25 @@ interface DataExportOptions<T = Record<string, unknown>> {
|
|
|
20
21
|
/**
|
|
21
22
|
* Transform a cell value before serialization.
|
|
22
23
|
* Receives the raw `record[column.dataKey || column.key]` value.
|
|
24
|
+
* Dates become ISO; objects are JSON. `column.render` is never run.
|
|
23
25
|
*/
|
|
24
26
|
cellFormatter?: (value: unknown, column: TableColumn<T>, record: T) => unknown;
|
|
27
|
+
/**
|
|
28
|
+
* Column keys to omit. Hidden Table columns should be passed through here
|
|
29
|
+
* (or filtered by the caller) so they are not written.
|
|
30
|
+
*/
|
|
31
|
+
hiddenColumnKeys?: string[];
|
|
25
32
|
}
|
|
26
33
|
/**
|
|
27
|
-
* Base DataExport props interface
|
|
34
|
+
* Base DataExport props interface.
|
|
35
|
+
*
|
|
36
|
+
* `locale`, `labels`, `onExport`, and `onError` are framework-layer only.
|
|
28
37
|
*/
|
|
29
38
|
interface DataExportProps<T = Record<string, unknown>> extends DataExportOptions<T> {
|
|
30
39
|
/**
|
|
31
40
|
* Columns describing header titles and record keys.
|
|
32
|
-
* Reuses TableColumn so Table/DataTableWithToolbar columns can be passed through
|
|
41
|
+
* Reuses TableColumn so Table/DataTableWithToolbar columns can be passed through.
|
|
42
|
+
* Columns with only `render` and no `dataKey`/`key` field on the records are skipped.
|
|
33
43
|
*/
|
|
34
44
|
columns: TableColumn<T>[];
|
|
35
45
|
/**
|
|
@@ -43,7 +53,8 @@ interface DataExportProps<T = Record<string, unknown>> extends DataExportOptions
|
|
|
43
53
|
*/
|
|
44
54
|
formats?: DataExportFormat[];
|
|
45
55
|
/**
|
|
46
|
-
* Download file name
|
|
56
|
+
* Download file name. An existing matching suffix is kept; path characters
|
|
57
|
+
* are stripped. Empty names fall back to `export`.
|
|
47
58
|
* @default 'export'
|
|
48
59
|
*/
|
|
49
60
|
fileName?: string;
|
|
@@ -54,4 +65,4 @@ interface DataExportProps<T = Record<string, unknown>> extends DataExportOptions
|
|
|
54
65
|
disabled?: boolean;
|
|
55
66
|
}
|
|
56
67
|
|
|
57
|
-
export type {
|
|
68
|
+
export type { DataExportOptions as D, DataExportFormat as a, DataExportProps as b };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { D as DatePickerLocalePreset } from '../
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
|
|
2
|
+
import '@floating-ui/dom';
|
|
2
3
|
|
|
3
4
|
declare const AR_SA_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
5
|
declare const arSADatePickerLocale: DatePickerLocalePreset;
|
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
var AR_SA_DATEPICKER_LOCALE = {
|
|
3
3
|
locale: "ar-SA",
|
|
4
4
|
labels: {
|
|
5
|
+
placeholder: "\u0627\u062E\u062A\u0631 \u062A\u0627\u0631\u064A\u062E\u0627\u064B",
|
|
6
|
+
rangePlaceholder: "\u0627\u062E\u062A\u0631 \u0641\u062A\u0631\u0629",
|
|
5
7
|
today: "\u0627\u0644\u064A\u0648\u0645",
|
|
6
8
|
ok: "\u0645\u0648\u0627\u0641\u0642",
|
|
7
9
|
calendar: "\u0627\u0644\u062A\u0642\u0648\u064A\u0645",
|
|
8
10
|
toggleCalendar: "\u0641\u062A\u062D \u0627\u0644\u062A\u0642\u0648\u064A\u0645",
|
|
9
11
|
clearDate: "\u0645\u0633\u062D \u0627\u0644\u062A\u0627\u0631\u064A\u062E",
|
|
10
12
|
previousMonth: "\u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u0633\u0627\u0628\u0642",
|
|
11
|
-
nextMonth: "\u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u062A\u0627\u0644\u064A"
|
|
13
|
+
nextMonth: "\u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u062A\u0627\u0644\u064A",
|
|
14
|
+
year: "\u0627\u0644\u0633\u0646\u0629",
|
|
15
|
+
month: "\u0627\u0644\u0634\u0647\u0631",
|
|
16
|
+
day: "\u0627\u0644\u064A\u0648\u0645",
|
|
17
|
+
start: "\u0627\u0644\u0628\u062F\u0627\u064A\u0629",
|
|
18
|
+
end: "\u0627\u0644\u0646\u0647\u0627\u064A\u0629"
|
|
12
19
|
}
|
|
13
20
|
};
|
|
14
21
|
var arSADatePickerLocale = AR_SA_DATEPICKER_LOCALE;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { D as DatePickerLocalePreset } from '../
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
|
|
2
|
+
import '@floating-ui/dom';
|
|
2
3
|
|
|
3
4
|
declare const DE_DE_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
5
|
declare const deDEDatePickerLocale: DatePickerLocalePreset;
|
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
var DE_DE_DATEPICKER_LOCALE = {
|
|
3
3
|
locale: "de-DE",
|
|
4
4
|
labels: {
|
|
5
|
+
placeholder: "Datum ausw\xE4hlen",
|
|
6
|
+
rangePlaceholder: "Zeitraum ausw\xE4hlen",
|
|
5
7
|
today: "Heute",
|
|
6
8
|
ok: "OK",
|
|
7
9
|
calendar: "Kalender",
|
|
8
10
|
toggleCalendar: "Kalender \xF6ffnen",
|
|
9
11
|
clearDate: "Datum l\xF6schen",
|
|
10
12
|
previousMonth: "Vorheriger Monat",
|
|
11
|
-
nextMonth: "N\xE4chster Monat"
|
|
13
|
+
nextMonth: "N\xE4chster Monat",
|
|
14
|
+
year: "Jahr",
|
|
15
|
+
month: "Monat",
|
|
16
|
+
day: "Tag",
|
|
17
|
+
start: "Beginn",
|
|
18
|
+
end: "Ende"
|
|
12
19
|
}
|
|
13
20
|
};
|
|
14
21
|
var deDEDatePickerLocale = DE_DE_DATEPICKER_LOCALE;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { D as DatePickerLocalePreset } from '../
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
|
|
2
|
+
import '@floating-ui/dom';
|
|
2
3
|
|
|
3
4
|
declare const EN_US_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
5
|
declare const enUSDatePickerLocale: DatePickerLocalePreset;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { D as DatePickerLocalePreset } from '../
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
|
|
2
|
+
import '@floating-ui/dom';
|
|
2
3
|
|
|
3
4
|
declare const ES_ES_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
5
|
declare const esESDatePickerLocale: DatePickerLocalePreset;
|
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
var ES_ES_DATEPICKER_LOCALE = {
|
|
3
3
|
locale: "es-ES",
|
|
4
4
|
labels: {
|
|
5
|
+
placeholder: "Seleccionar fecha",
|
|
6
|
+
rangePlaceholder: "Seleccionar intervalo",
|
|
5
7
|
today: "Hoy",
|
|
6
8
|
ok: "Aceptar",
|
|
7
9
|
calendar: "Calendario",
|
|
8
10
|
toggleCalendar: "Abrir calendario",
|
|
9
11
|
clearDate: "Borrar fecha",
|
|
10
12
|
previousMonth: "Mes anterior",
|
|
11
|
-
nextMonth: "Mes siguiente"
|
|
13
|
+
nextMonth: "Mes siguiente",
|
|
14
|
+
year: "A\xF1o",
|
|
15
|
+
month: "Mes",
|
|
16
|
+
day: "D\xEDa",
|
|
17
|
+
start: "Inicio",
|
|
18
|
+
end: "Fin"
|
|
12
19
|
}
|
|
13
20
|
};
|
|
14
21
|
var esESDatePickerLocale = ES_ES_DATEPICKER_LOCALE;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { D as DatePickerLocalePreset } from '../
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
|
|
2
|
+
import '@floating-ui/dom';
|
|
2
3
|
|
|
3
4
|
declare const FR_FR_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
5
|
declare const frFRDatePickerLocale: DatePickerLocalePreset;
|
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
var FR_FR_DATEPICKER_LOCALE = {
|
|
3
3
|
locale: "fr-FR",
|
|
4
4
|
labels: {
|
|
5
|
+
placeholder: "S\xE9lectionner une date",
|
|
6
|
+
rangePlaceholder: "S\xE9lectionner une p\xE9riode",
|
|
5
7
|
today: "Aujourd'hui",
|
|
6
8
|
ok: "OK",
|
|
7
9
|
calendar: "Calendrier",
|
|
8
10
|
toggleCalendar: "Ouvrir le calendrier",
|
|
9
11
|
clearDate: "Effacer la date",
|
|
10
12
|
previousMonth: "Mois pr\xE9c\xE9dent",
|
|
11
|
-
nextMonth: "Mois suivant"
|
|
13
|
+
nextMonth: "Mois suivant",
|
|
14
|
+
year: "Ann\xE9e",
|
|
15
|
+
month: "Mois",
|
|
16
|
+
day: "Jour",
|
|
17
|
+
start: "D\xE9but",
|
|
18
|
+
end: "Fin"
|
|
12
19
|
}
|
|
13
20
|
};
|
|
14
21
|
var frFRDatePickerLocale = FR_FR_DATEPICKER_LOCALE;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { D as DatePickerLocalePreset } from '../
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
|
|
2
|
+
import '@floating-ui/dom';
|
|
2
3
|
|
|
3
4
|
declare const ID_ID_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
5
|
declare const idIDDatePickerLocale: DatePickerLocalePreset;
|
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
var ID_ID_DATEPICKER_LOCALE = {
|
|
3
3
|
locale: "id-ID",
|
|
4
4
|
labels: {
|
|
5
|
+
placeholder: "Pilih tanggal",
|
|
6
|
+
rangePlaceholder: "Pilih rentang tanggal",
|
|
5
7
|
today: "Hari ini",
|
|
6
8
|
ok: "OK",
|
|
7
9
|
calendar: "Kalender",
|
|
8
10
|
toggleCalendar: "Buka kalender",
|
|
9
11
|
clearDate: "Hapus tanggal",
|
|
10
12
|
previousMonth: "Bulan sebelumnya",
|
|
11
|
-
nextMonth: "Bulan berikutnya"
|
|
13
|
+
nextMonth: "Bulan berikutnya",
|
|
14
|
+
year: "Tahun",
|
|
15
|
+
month: "Bulan",
|
|
16
|
+
day: "Hari",
|
|
17
|
+
start: "Mulai",
|
|
18
|
+
end: "Selesai"
|
|
12
19
|
}
|
|
13
20
|
};
|
|
14
21
|
var idIDDatePickerLocale = ID_ID_DATEPICKER_LOCALE;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { D as DatePickerLocalePreset } from '../
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
|
|
2
|
+
import '@floating-ui/dom';
|
|
2
3
|
|
|
3
4
|
declare const JA_JP_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
5
|
declare const jaJPDatePickerLocale: DatePickerLocalePreset;
|
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
var JA_JP_DATEPICKER_LOCALE = {
|
|
3
3
|
locale: "ja-JP",
|
|
4
4
|
labels: {
|
|
5
|
+
placeholder: "\u65E5\u4ED8\u3092\u9078\u629E",
|
|
6
|
+
rangePlaceholder: "\u671F\u9593\u3092\u9078\u629E",
|
|
5
7
|
today: "\u4ECA\u65E5",
|
|
6
8
|
ok: "OK",
|
|
7
9
|
calendar: "\u30AB\u30EC\u30F3\u30C0\u30FC",
|
|
8
10
|
toggleCalendar: "\u30AB\u30EC\u30F3\u30C0\u30FC\u3092\u958B\u304F",
|
|
9
11
|
clearDate: "\u65E5\u4ED8\u3092\u30AF\u30EA\u30A2",
|
|
10
12
|
previousMonth: "\u524D\u306E\u6708",
|
|
11
|
-
nextMonth: "\u6B21\u306E\u6708"
|
|
13
|
+
nextMonth: "\u6B21\u306E\u6708",
|
|
14
|
+
year: "\u5E74",
|
|
15
|
+
month: "\u6708",
|
|
16
|
+
day: "\u65E5",
|
|
17
|
+
start: "\u958B\u59CB",
|
|
18
|
+
end: "\u7D42\u4E86"
|
|
12
19
|
}
|
|
13
20
|
};
|
|
14
21
|
var jaJPDatePickerLocale = JA_JP_DATEPICKER_LOCALE;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { D as DatePickerLocalePreset } from '../
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
|
|
2
|
+
import '@floating-ui/dom';
|
|
2
3
|
|
|
3
4
|
declare const KO_KR_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
5
|
declare const koKRDatePickerLocale: DatePickerLocalePreset;
|
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
var KO_KR_DATEPICKER_LOCALE = {
|
|
3
3
|
locale: "ko-KR",
|
|
4
4
|
labels: {
|
|
5
|
+
placeholder: "\uB0A0\uC9DC \uC120\uD0DD",
|
|
6
|
+
rangePlaceholder: "\uAE30\uAC04 \uC120\uD0DD",
|
|
5
7
|
today: "\uC624\uB298",
|
|
6
8
|
ok: "\uD655\uC778",
|
|
7
9
|
calendar: "\uB2EC\uB825",
|
|
8
10
|
toggleCalendar: "\uB2EC\uB825 \uC5F4\uAE30",
|
|
9
11
|
clearDate: "\uB0A0\uC9DC \uC9C0\uC6B0\uAE30",
|
|
10
12
|
previousMonth: "\uC774\uC804 \uB2EC",
|
|
11
|
-
nextMonth: "\uB2E4\uC74C \uB2EC"
|
|
13
|
+
nextMonth: "\uB2E4\uC74C \uB2EC",
|
|
14
|
+
year: "\uC5F0\uB3C4",
|
|
15
|
+
month: "\uC6D4",
|
|
16
|
+
day: "\uC77C",
|
|
17
|
+
start: "\uC2DC\uC791",
|
|
18
|
+
end: "\uC885\uB8CC"
|
|
12
19
|
}
|
|
13
20
|
};
|
|
14
21
|
var koKRDatePickerLocale = KO_KR_DATEPICKER_LOCALE;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { D as DatePickerLocalePreset } from '../
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
|
|
2
|
+
import '@floating-ui/dom';
|
|
2
3
|
|
|
3
4
|
declare const PT_BR_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
5
|
declare const ptBRDatePickerLocale: DatePickerLocalePreset;
|
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
var PT_BR_DATEPICKER_LOCALE = {
|
|
3
3
|
locale: "pt-BR",
|
|
4
4
|
labels: {
|
|
5
|
+
placeholder: "Selecionar data",
|
|
6
|
+
rangePlaceholder: "Selecionar intervalo",
|
|
5
7
|
today: "Hoje",
|
|
6
8
|
ok: "OK",
|
|
7
9
|
calendar: "Calend\xE1rio",
|
|
8
10
|
toggleCalendar: "Abrir calend\xE1rio",
|
|
9
11
|
clearDate: "Limpar data",
|
|
10
12
|
previousMonth: "M\xEAs anterior",
|
|
11
|
-
nextMonth: "Pr\xF3ximo m\xEAs"
|
|
13
|
+
nextMonth: "Pr\xF3ximo m\xEAs",
|
|
14
|
+
year: "Ano",
|
|
15
|
+
month: "M\xEAs",
|
|
16
|
+
day: "Dia",
|
|
17
|
+
start: "In\xEDcio",
|
|
18
|
+
end: "Fim"
|
|
12
19
|
}
|
|
13
20
|
};
|
|
14
21
|
var ptBRDatePickerLocale = PT_BR_DATEPICKER_LOCALE;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { D as DatePickerLocalePreset, a as DatePickerLabels } from '../
|
|
1
|
+
import { D as DatePickerLocalePreset, a as DatePickerLabels } from '../locale-qoiGEqe_.js';
|
|
2
|
+
import '@floating-ui/dom';
|
|
2
3
|
|
|
3
4
|
declare const DATEPICKER_LOCALES: readonly DatePickerLocalePreset[];
|
|
4
5
|
declare function getDatePickerLocalePreset(locale?: string): DatePickerLocalePreset | undefined;
|
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
var AR_SA_DATEPICKER_LOCALE = {
|
|
3
3
|
locale: "ar-SA",
|
|
4
4
|
labels: {
|
|
5
|
+
placeholder: "\u0627\u062E\u062A\u0631 \u062A\u0627\u0631\u064A\u062E\u0627\u064B",
|
|
6
|
+
rangePlaceholder: "\u0627\u062E\u062A\u0631 \u0641\u062A\u0631\u0629",
|
|
5
7
|
today: "\u0627\u0644\u064A\u0648\u0645",
|
|
6
8
|
ok: "\u0645\u0648\u0627\u0641\u0642",
|
|
7
9
|
calendar: "\u0627\u0644\u062A\u0642\u0648\u064A\u0645",
|
|
8
10
|
toggleCalendar: "\u0641\u062A\u062D \u0627\u0644\u062A\u0642\u0648\u064A\u0645",
|
|
9
11
|
clearDate: "\u0645\u0633\u062D \u0627\u0644\u062A\u0627\u0631\u064A\u062E",
|
|
10
12
|
previousMonth: "\u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u0633\u0627\u0628\u0642",
|
|
11
|
-
nextMonth: "\u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u062A\u0627\u0644\u064A"
|
|
13
|
+
nextMonth: "\u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u062A\u0627\u0644\u064A",
|
|
14
|
+
year: "\u0627\u0644\u0633\u0646\u0629",
|
|
15
|
+
month: "\u0627\u0644\u0634\u0647\u0631",
|
|
16
|
+
day: "\u0627\u0644\u064A\u0648\u0645",
|
|
17
|
+
start: "\u0627\u0644\u0628\u062F\u0627\u064A\u0629",
|
|
18
|
+
end: "\u0627\u0644\u0646\u0647\u0627\u064A\u0629"
|
|
12
19
|
}
|
|
13
20
|
};
|
|
14
21
|
|
|
@@ -16,13 +23,20 @@ var AR_SA_DATEPICKER_LOCALE = {
|
|
|
16
23
|
var DE_DE_DATEPICKER_LOCALE = {
|
|
17
24
|
locale: "de-DE",
|
|
18
25
|
labels: {
|
|
26
|
+
placeholder: "Datum ausw\xE4hlen",
|
|
27
|
+
rangePlaceholder: "Zeitraum ausw\xE4hlen",
|
|
19
28
|
today: "Heute",
|
|
20
29
|
ok: "OK",
|
|
21
30
|
calendar: "Kalender",
|
|
22
31
|
toggleCalendar: "Kalender \xF6ffnen",
|
|
23
32
|
clearDate: "Datum l\xF6schen",
|
|
24
33
|
previousMonth: "Vorheriger Monat",
|
|
25
|
-
nextMonth: "N\xE4chster Monat"
|
|
34
|
+
nextMonth: "N\xE4chster Monat",
|
|
35
|
+
year: "Jahr",
|
|
36
|
+
month: "Monat",
|
|
37
|
+
day: "Tag",
|
|
38
|
+
start: "Beginn",
|
|
39
|
+
end: "Ende"
|
|
26
40
|
}
|
|
27
41
|
};
|
|
28
42
|
|
|
@@ -41,7 +55,9 @@ var EN_US_DATEPICKER_LOCALE = {
|
|
|
41
55
|
nextMonth: "Next month",
|
|
42
56
|
year: "Year",
|
|
43
57
|
month: "Month",
|
|
44
|
-
day: "Day"
|
|
58
|
+
day: "Day",
|
|
59
|
+
start: "Start",
|
|
60
|
+
end: "End"
|
|
45
61
|
}
|
|
46
62
|
};
|
|
47
63
|
|
|
@@ -49,13 +65,20 @@ var EN_US_DATEPICKER_LOCALE = {
|
|
|
49
65
|
var ES_ES_DATEPICKER_LOCALE = {
|
|
50
66
|
locale: "es-ES",
|
|
51
67
|
labels: {
|
|
68
|
+
placeholder: "Seleccionar fecha",
|
|
69
|
+
rangePlaceholder: "Seleccionar intervalo",
|
|
52
70
|
today: "Hoy",
|
|
53
71
|
ok: "Aceptar",
|
|
54
72
|
calendar: "Calendario",
|
|
55
73
|
toggleCalendar: "Abrir calendario",
|
|
56
74
|
clearDate: "Borrar fecha",
|
|
57
75
|
previousMonth: "Mes anterior",
|
|
58
|
-
nextMonth: "Mes siguiente"
|
|
76
|
+
nextMonth: "Mes siguiente",
|
|
77
|
+
year: "A\xF1o",
|
|
78
|
+
month: "Mes",
|
|
79
|
+
day: "D\xEDa",
|
|
80
|
+
start: "Inicio",
|
|
81
|
+
end: "Fin"
|
|
59
82
|
}
|
|
60
83
|
};
|
|
61
84
|
|
|
@@ -63,13 +86,20 @@ var ES_ES_DATEPICKER_LOCALE = {
|
|
|
63
86
|
var FR_FR_DATEPICKER_LOCALE = {
|
|
64
87
|
locale: "fr-FR",
|
|
65
88
|
labels: {
|
|
89
|
+
placeholder: "S\xE9lectionner une date",
|
|
90
|
+
rangePlaceholder: "S\xE9lectionner une p\xE9riode",
|
|
66
91
|
today: "Aujourd'hui",
|
|
67
92
|
ok: "OK",
|
|
68
93
|
calendar: "Calendrier",
|
|
69
94
|
toggleCalendar: "Ouvrir le calendrier",
|
|
70
95
|
clearDate: "Effacer la date",
|
|
71
96
|
previousMonth: "Mois pr\xE9c\xE9dent",
|
|
72
|
-
nextMonth: "Mois suivant"
|
|
97
|
+
nextMonth: "Mois suivant",
|
|
98
|
+
year: "Ann\xE9e",
|
|
99
|
+
month: "Mois",
|
|
100
|
+
day: "Jour",
|
|
101
|
+
start: "D\xE9but",
|
|
102
|
+
end: "Fin"
|
|
73
103
|
}
|
|
74
104
|
};
|
|
75
105
|
|
|
@@ -77,13 +107,20 @@ var FR_FR_DATEPICKER_LOCALE = {
|
|
|
77
107
|
var ID_ID_DATEPICKER_LOCALE = {
|
|
78
108
|
locale: "id-ID",
|
|
79
109
|
labels: {
|
|
110
|
+
placeholder: "Pilih tanggal",
|
|
111
|
+
rangePlaceholder: "Pilih rentang tanggal",
|
|
80
112
|
today: "Hari ini",
|
|
81
113
|
ok: "OK",
|
|
82
114
|
calendar: "Kalender",
|
|
83
115
|
toggleCalendar: "Buka kalender",
|
|
84
116
|
clearDate: "Hapus tanggal",
|
|
85
117
|
previousMonth: "Bulan sebelumnya",
|
|
86
|
-
nextMonth: "Bulan berikutnya"
|
|
118
|
+
nextMonth: "Bulan berikutnya",
|
|
119
|
+
year: "Tahun",
|
|
120
|
+
month: "Bulan",
|
|
121
|
+
day: "Hari",
|
|
122
|
+
start: "Mulai",
|
|
123
|
+
end: "Selesai"
|
|
87
124
|
}
|
|
88
125
|
};
|
|
89
126
|
|
|
@@ -91,13 +128,20 @@ var ID_ID_DATEPICKER_LOCALE = {
|
|
|
91
128
|
var JA_JP_DATEPICKER_LOCALE = {
|
|
92
129
|
locale: "ja-JP",
|
|
93
130
|
labels: {
|
|
131
|
+
placeholder: "\u65E5\u4ED8\u3092\u9078\u629E",
|
|
132
|
+
rangePlaceholder: "\u671F\u9593\u3092\u9078\u629E",
|
|
94
133
|
today: "\u4ECA\u65E5",
|
|
95
134
|
ok: "OK",
|
|
96
135
|
calendar: "\u30AB\u30EC\u30F3\u30C0\u30FC",
|
|
97
136
|
toggleCalendar: "\u30AB\u30EC\u30F3\u30C0\u30FC\u3092\u958B\u304F",
|
|
98
137
|
clearDate: "\u65E5\u4ED8\u3092\u30AF\u30EA\u30A2",
|
|
99
138
|
previousMonth: "\u524D\u306E\u6708",
|
|
100
|
-
nextMonth: "\u6B21\u306E\u6708"
|
|
139
|
+
nextMonth: "\u6B21\u306E\u6708",
|
|
140
|
+
year: "\u5E74",
|
|
141
|
+
month: "\u6708",
|
|
142
|
+
day: "\u65E5",
|
|
143
|
+
start: "\u958B\u59CB",
|
|
144
|
+
end: "\u7D42\u4E86"
|
|
101
145
|
}
|
|
102
146
|
};
|
|
103
147
|
|
|
@@ -105,13 +149,20 @@ var JA_JP_DATEPICKER_LOCALE = {
|
|
|
105
149
|
var KO_KR_DATEPICKER_LOCALE = {
|
|
106
150
|
locale: "ko-KR",
|
|
107
151
|
labels: {
|
|
152
|
+
placeholder: "\uB0A0\uC9DC \uC120\uD0DD",
|
|
153
|
+
rangePlaceholder: "\uAE30\uAC04 \uC120\uD0DD",
|
|
108
154
|
today: "\uC624\uB298",
|
|
109
155
|
ok: "\uD655\uC778",
|
|
110
156
|
calendar: "\uB2EC\uB825",
|
|
111
157
|
toggleCalendar: "\uB2EC\uB825 \uC5F4\uAE30",
|
|
112
158
|
clearDate: "\uB0A0\uC9DC \uC9C0\uC6B0\uAE30",
|
|
113
159
|
previousMonth: "\uC774\uC804 \uB2EC",
|
|
114
|
-
nextMonth: "\uB2E4\uC74C \uB2EC"
|
|
160
|
+
nextMonth: "\uB2E4\uC74C \uB2EC",
|
|
161
|
+
year: "\uC5F0\uB3C4",
|
|
162
|
+
month: "\uC6D4",
|
|
163
|
+
day: "\uC77C",
|
|
164
|
+
start: "\uC2DC\uC791",
|
|
165
|
+
end: "\uC885\uB8CC"
|
|
115
166
|
}
|
|
116
167
|
};
|
|
117
168
|
|
|
@@ -119,13 +170,20 @@ var KO_KR_DATEPICKER_LOCALE = {
|
|
|
119
170
|
var PT_BR_DATEPICKER_LOCALE = {
|
|
120
171
|
locale: "pt-BR",
|
|
121
172
|
labels: {
|
|
173
|
+
placeholder: "Selecionar data",
|
|
174
|
+
rangePlaceholder: "Selecionar intervalo",
|
|
122
175
|
today: "Hoje",
|
|
123
176
|
ok: "OK",
|
|
124
177
|
calendar: "Calend\xE1rio",
|
|
125
178
|
toggleCalendar: "Abrir calend\xE1rio",
|
|
126
179
|
clearDate: "Limpar data",
|
|
127
180
|
previousMonth: "M\xEAs anterior",
|
|
128
|
-
nextMonth: "Pr\xF3ximo m\xEAs"
|
|
181
|
+
nextMonth: "Pr\xF3ximo m\xEAs",
|
|
182
|
+
year: "Ano",
|
|
183
|
+
month: "M\xEAs",
|
|
184
|
+
day: "Dia",
|
|
185
|
+
start: "In\xEDcio",
|
|
186
|
+
end: "Fim"
|
|
129
187
|
}
|
|
130
188
|
};
|
|
131
189
|
|
|
@@ -133,13 +191,20 @@ var PT_BR_DATEPICKER_LOCALE = {
|
|
|
133
191
|
var TH_TH_DATEPICKER_LOCALE = {
|
|
134
192
|
locale: "th-TH",
|
|
135
193
|
labels: {
|
|
194
|
+
placeholder: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",
|
|
195
|
+
rangePlaceholder: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E0A\u0E48\u0E27\u0E07\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",
|
|
136
196
|
today: "\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49",
|
|
137
197
|
ok: "\u0E15\u0E01\u0E25\u0E07",
|
|
138
198
|
calendar: "\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",
|
|
139
199
|
toggleCalendar: "\u0E40\u0E1B\u0E34\u0E14\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",
|
|
140
200
|
clearDate: "\u0E25\u0E49\u0E32\u0E07\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",
|
|
141
201
|
previousMonth: "\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E01\u0E48\u0E2D\u0E19\u0E2B\u0E19\u0E49\u0E32",
|
|
142
|
-
nextMonth: "\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E16\u0E31\u0E14\u0E44\u0E1B"
|
|
202
|
+
nextMonth: "\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E16\u0E31\u0E14\u0E44\u0E1B",
|
|
203
|
+
year: "\u0E1B\u0E35",
|
|
204
|
+
month: "\u0E40\u0E14\u0E37\u0E2D\u0E19",
|
|
205
|
+
day: "\u0E27\u0E31\u0E19",
|
|
206
|
+
start: "\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",
|
|
207
|
+
end: "\u0E2A\u0E34\u0E49\u0E19\u0E2A\u0E38\u0E14"
|
|
143
208
|
}
|
|
144
209
|
};
|
|
145
210
|
|
|
@@ -147,13 +212,20 @@ var TH_TH_DATEPICKER_LOCALE = {
|
|
|
147
212
|
var VI_VN_DATEPICKER_LOCALE = {
|
|
148
213
|
locale: "vi-VN",
|
|
149
214
|
labels: {
|
|
215
|
+
placeholder: "Ch\u1ECDn ng\xE0y",
|
|
216
|
+
rangePlaceholder: "Ch\u1ECDn kho\u1EA3ng ng\xE0y",
|
|
150
217
|
today: "H\xF4m nay",
|
|
151
218
|
ok: "OK",
|
|
152
219
|
calendar: "L\u1ECBch",
|
|
153
220
|
toggleCalendar: "M\u1EDF l\u1ECBch",
|
|
154
221
|
clearDate: "X\xF3a ng\xE0y",
|
|
155
222
|
previousMonth: "Th\xE1ng tr\u01B0\u1EDBc",
|
|
156
|
-
nextMonth: "Th\xE1ng sau"
|
|
223
|
+
nextMonth: "Th\xE1ng sau",
|
|
224
|
+
year: "N\u0103m",
|
|
225
|
+
month: "Th\xE1ng",
|
|
226
|
+
day: "Ng\xE0y",
|
|
227
|
+
start: "B\u1EAFt \u0111\u1EA7u",
|
|
228
|
+
end: "K\u1EBFt th\xFAc"
|
|
157
229
|
}
|
|
158
230
|
};
|
|
159
231
|
|
|
@@ -172,7 +244,9 @@ var ZH_CN_DATEPICKER_LOCALE = {
|
|
|
172
244
|
nextMonth: "\u4E0B\u4E2A\u6708",
|
|
173
245
|
year: "\u5E74\u4EFD",
|
|
174
246
|
month: "\u6708\u4EFD",
|
|
175
|
-
day: "\u65E5\u671F"
|
|
247
|
+
day: "\u65E5\u671F",
|
|
248
|
+
start: "\u5F00\u59CB",
|
|
249
|
+
end: "\u7ED3\u675F"
|
|
176
250
|
}
|
|
177
251
|
};
|
|
178
252
|
|
|
@@ -180,13 +254,20 @@ var ZH_CN_DATEPICKER_LOCALE = {
|
|
|
180
254
|
var ZH_TW_DATEPICKER_LOCALE = {
|
|
181
255
|
locale: "zh-TW",
|
|
182
256
|
labels: {
|
|
257
|
+
placeholder: "\u8ACB\u9078\u64C7\u65E5\u671F",
|
|
258
|
+
rangePlaceholder: "\u8ACB\u9078\u64C7\u65E5\u671F\u7BC4\u570D",
|
|
183
259
|
today: "\u4ECA\u5929",
|
|
184
260
|
ok: "\u78BA\u5B9A",
|
|
185
261
|
calendar: "\u65E5\u66C6",
|
|
186
262
|
toggleCalendar: "\u958B\u555F\u65E5\u66C6",
|
|
187
263
|
clearDate: "\u6E05\u9664\u65E5\u671F",
|
|
188
264
|
previousMonth: "\u4E0A\u500B\u6708",
|
|
189
|
-
nextMonth: "\u4E0B\u500B\u6708"
|
|
265
|
+
nextMonth: "\u4E0B\u500B\u6708",
|
|
266
|
+
year: "\u5E74\u4EFD",
|
|
267
|
+
month: "\u6708\u4EFD",
|
|
268
|
+
day: "\u65E5\u671F",
|
|
269
|
+
start: "\u958B\u59CB",
|
|
270
|
+
end: "\u7D50\u675F"
|
|
190
271
|
}
|
|
191
272
|
};
|
|
192
273
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { D as DatePickerLocalePreset } from '../
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
|
|
2
|
+
import '@floating-ui/dom';
|
|
2
3
|
|
|
3
4
|
declare const TH_TH_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
5
|
declare const thTHDatePickerLocale: DatePickerLocalePreset;
|
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
var TH_TH_DATEPICKER_LOCALE = {
|
|
3
3
|
locale: "th-TH",
|
|
4
4
|
labels: {
|
|
5
|
+
placeholder: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",
|
|
6
|
+
rangePlaceholder: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E0A\u0E48\u0E27\u0E07\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",
|
|
5
7
|
today: "\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49",
|
|
6
8
|
ok: "\u0E15\u0E01\u0E25\u0E07",
|
|
7
9
|
calendar: "\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",
|
|
8
10
|
toggleCalendar: "\u0E40\u0E1B\u0E34\u0E14\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",
|
|
9
11
|
clearDate: "\u0E25\u0E49\u0E32\u0E07\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",
|
|
10
12
|
previousMonth: "\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E01\u0E48\u0E2D\u0E19\u0E2B\u0E19\u0E49\u0E32",
|
|
11
|
-
nextMonth: "\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E16\u0E31\u0E14\u0E44\u0E1B"
|
|
13
|
+
nextMonth: "\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E16\u0E31\u0E14\u0E44\u0E1B",
|
|
14
|
+
year: "\u0E1B\u0E35",
|
|
15
|
+
month: "\u0E40\u0E14\u0E37\u0E2D\u0E19",
|
|
16
|
+
day: "\u0E27\u0E31\u0E19",
|
|
17
|
+
start: "\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",
|
|
18
|
+
end: "\u0E2A\u0E34\u0E49\u0E19\u0E2A\u0E38\u0E14"
|
|
12
19
|
}
|
|
13
20
|
};
|
|
14
21
|
var thTHDatePickerLocale = TH_TH_DATEPICKER_LOCALE;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { D as DatePickerLocalePreset } from '../
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
|
|
2
|
+
import '@floating-ui/dom';
|
|
2
3
|
|
|
3
4
|
declare const VI_VN_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
5
|
declare const viVNDatePickerLocale: DatePickerLocalePreset;
|
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
var VI_VN_DATEPICKER_LOCALE = {
|
|
3
3
|
locale: "vi-VN",
|
|
4
4
|
labels: {
|
|
5
|
+
placeholder: "Ch\u1ECDn ng\xE0y",
|
|
6
|
+
rangePlaceholder: "Ch\u1ECDn kho\u1EA3ng ng\xE0y",
|
|
5
7
|
today: "H\xF4m nay",
|
|
6
8
|
ok: "OK",
|
|
7
9
|
calendar: "L\u1ECBch",
|
|
8
10
|
toggleCalendar: "M\u1EDF l\u1ECBch",
|
|
9
11
|
clearDate: "X\xF3a ng\xE0y",
|
|
10
12
|
previousMonth: "Th\xE1ng tr\u01B0\u1EDBc",
|
|
11
|
-
nextMonth: "Th\xE1ng sau"
|
|
13
|
+
nextMonth: "Th\xE1ng sau",
|
|
14
|
+
year: "N\u0103m",
|
|
15
|
+
month: "Th\xE1ng",
|
|
16
|
+
day: "Ng\xE0y",
|
|
17
|
+
start: "B\u1EAFt \u0111\u1EA7u",
|
|
18
|
+
end: "K\u1EBFt th\xFAc"
|
|
12
19
|
}
|
|
13
20
|
};
|
|
14
21
|
var viVNDatePickerLocale = VI_VN_DATEPICKER_LOCALE;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { D as DatePickerLocalePreset } from '../
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
|
|
2
|
+
import '@floating-ui/dom';
|
|
2
3
|
|
|
3
4
|
declare const ZH_CN_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
5
|
declare const zhCNDatePickerLocale: DatePickerLocalePreset;
|