@expcat/tigercat-core 1.0.7 → 1.1.0
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/datepicker-DXzS_8l8.d.cts +130 -0
- package/dist/datepicker-DXzS_8l8.d.ts +130 -0
- package/dist/datepicker-locales/en-US.cjs +23 -0
- package/dist/datepicker-locales/en-US.d.cts +6 -0
- package/dist/datepicker-locales/en-US.d.ts +6 -0
- package/dist/datepicker-locales/en-US.js +17 -0
- package/dist/datepicker-locales/id-ID.cjs +23 -0
- package/dist/datepicker-locales/id-ID.d.cts +6 -0
- package/dist/datepicker-locales/id-ID.d.ts +6 -0
- package/dist/datepicker-locales/id-ID.js +17 -0
- package/dist/datepicker-locales/ja-JP.cjs +23 -0
- package/dist/datepicker-locales/ja-JP.d.cts +6 -0
- package/dist/datepicker-locales/ja-JP.d.ts +6 -0
- package/dist/datepicker-locales/ja-JP.js +17 -0
- package/dist/datepicker-locales/ko-KR.cjs +23 -0
- package/dist/datepicker-locales/ko-KR.d.cts +6 -0
- package/dist/datepicker-locales/ko-KR.d.ts +6 -0
- package/dist/datepicker-locales/ko-KR.js +17 -0
- package/dist/datepicker-locales/th-TH.cjs +23 -0
- package/dist/datepicker-locales/th-TH.d.cts +6 -0
- package/dist/datepicker-locales/th-TH.d.ts +6 -0
- package/dist/datepicker-locales/th-TH.js +17 -0
- package/dist/datepicker-locales/vi-VN.cjs +23 -0
- package/dist/datepicker-locales/vi-VN.d.cts +6 -0
- package/dist/datepicker-locales/vi-VN.d.ts +6 -0
- package/dist/datepicker-locales/vi-VN.js +17 -0
- package/dist/datepicker-locales/zh-CN.cjs +23 -0
- package/dist/datepicker-locales/zh-CN.d.cts +6 -0
- package/dist/datepicker-locales/zh-CN.d.ts +6 -0
- package/dist/datepicker-locales/zh-CN.js +17 -0
- package/dist/datepicker-locales/zh-TW.cjs +23 -0
- package/dist/datepicker-locales/zh-TW.d.cts +6 -0
- package/dist/datepicker-locales/zh-TW.d.ts +6 -0
- package/dist/datepicker-locales/zh-TW.js +17 -0
- package/dist/icons/common.cjs +22 -0
- package/dist/icons/common.d.cts +20 -0
- package/dist/icons/common.d.ts +20 -0
- package/dist/icons/common.js +12 -0
- package/dist/icons/picker.cjs +36 -0
- package/dist/icons/picker.d.cts +53 -0
- package/dist/icons/picker.d.ts +53 -0
- package/dist/icons/picker.js +19 -0
- package/dist/icons/status.cjs +19 -0
- package/dist/icons/status.d.cts +13 -0
- package/dist/icons/status.d.ts +13 -0
- package/dist/icons/status.js +13 -0
- package/dist/icons/table.cjs +18 -0
- package/dist/icons/table.d.cts +25 -0
- package/dist/icons/table.d.ts +25 -0
- package/dist/icons/table.js +10 -0
- package/dist/index.cjs +4730 -3533
- package/dist/index.d.cts +1907 -1201
- package/dist/index.d.ts +1907 -1201
- package/dist/index.js +3231 -2196
- package/dist/locale-CEmE5uq-.d.cts +92 -0
- package/dist/locale-m1sF4KRO.d.ts +92 -0
- package/dist/locales/en-US.cjs +43 -0
- package/dist/locales/en-US.d.cts +10 -0
- package/dist/locales/en-US.d.ts +10 -0
- package/dist/locales/en-US.js +41 -0
- package/dist/locales/id-ID.cjs +43 -0
- package/dist/locales/id-ID.d.cts +10 -0
- package/dist/locales/id-ID.d.ts +10 -0
- package/dist/locales/id-ID.js +41 -0
- package/dist/locales/ja-JP.cjs +43 -0
- package/dist/locales/ja-JP.d.cts +10 -0
- package/dist/locales/ja-JP.d.ts +10 -0
- package/dist/locales/ja-JP.js +41 -0
- package/dist/locales/ko-KR.cjs +43 -0
- package/dist/locales/ko-KR.d.cts +10 -0
- package/dist/locales/ko-KR.d.ts +10 -0
- package/dist/locales/ko-KR.js +41 -0
- package/dist/locales/th-TH.cjs +43 -0
- package/dist/locales/th-TH.d.cts +10 -0
- package/dist/locales/th-TH.d.ts +10 -0
- package/dist/locales/th-TH.js +41 -0
- package/dist/locales/vi-VN.cjs +43 -0
- package/dist/locales/vi-VN.d.cts +10 -0
- package/dist/locales/vi-VN.d.ts +10 -0
- package/dist/locales/vi-VN.js +41 -0
- package/dist/locales/zh-CN.cjs +43 -0
- package/dist/locales/zh-CN.d.cts +10 -0
- package/dist/locales/zh-CN.d.ts +10 -0
- package/dist/locales/zh-CN.js +41 -0
- package/dist/locales/zh-TW.cjs +43 -0
- package/dist/locales/zh-TW.d.cts +10 -0
- package/dist/locales/zh-TW.d.ts +10 -0
- package/dist/locales/zh-TW.js +41 -0
- package/dist/table-export-Cy9DgTiO.d.cts +458 -0
- package/dist/table-export-Cy9DgTiO.d.ts +458 -0
- package/dist/tailwind/modern.cjs +290 -0
- package/dist/tailwind/modern.d.cts +6 -0
- package/dist/tailwind/modern.d.ts +6 -0
- package/dist/tailwind/modern.js +284 -0
- package/dist/tailwind-entry-2KPvkOin.d.ts +218 -0
- package/dist/tailwind-entry-CUaMC8Ma.d.cts +218 -0
- package/dist/tailwind.cjs +141 -0
- package/dist/tailwind.d.cts +3 -0
- package/dist/tailwind.d.ts +3 -0
- package/dist/tailwind.js +135 -0
- package/dist/types-CJYAW1ql.d-DDBFn6KB.d.cts +126 -0
- package/dist/types-CJYAW1ql.d-DDBFn6KB.d.ts +126 -0
- package/dist/utils/table-export.cjs +38 -0
- package/dist/utils/table-export.d.cts +1 -0
- package/dist/utils/table-export.d.ts +1 -0
- package/dist/utils/table-export.js +34 -0
- package/package.json +131 -7
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DatePicker component types and interfaces
|
|
3
|
+
*/
|
|
4
|
+
type DatePickerInputDate = Date | string;
|
|
5
|
+
type DatePickerSingleModelValue = DatePickerInputDate | null;
|
|
6
|
+
type DatePickerRangeModelValue = [DatePickerInputDate | null, DatePickerInputDate | null];
|
|
7
|
+
type DatePickerModelValue = DatePickerSingleModelValue | DatePickerRangeModelValue;
|
|
8
|
+
type DatePickerSingleValue = Date | null;
|
|
9
|
+
type DatePickerRangeValue = [Date | null, Date | null];
|
|
10
|
+
interface DatePickerLabels {
|
|
11
|
+
today: string;
|
|
12
|
+
ok: string;
|
|
13
|
+
calendar: string;
|
|
14
|
+
toggleCalendar: string;
|
|
15
|
+
clearDate: string;
|
|
16
|
+
previousMonth: string;
|
|
17
|
+
nextMonth: string;
|
|
18
|
+
}
|
|
19
|
+
interface DatePickerLocalePreset {
|
|
20
|
+
locale: string;
|
|
21
|
+
labels: DatePickerLabels;
|
|
22
|
+
}
|
|
23
|
+
interface DatePickerLocaleConfig {
|
|
24
|
+
datePicker?: Partial<DatePickerLocalePreset>;
|
|
25
|
+
}
|
|
26
|
+
type DatePickerLocaleInput = string | Partial<DatePickerLocalePreset> | DatePickerLocaleConfig;
|
|
27
|
+
/**
|
|
28
|
+
* DatePicker size types
|
|
29
|
+
*/
|
|
30
|
+
type DatePickerSize = 'sm' | 'md' | 'lg';
|
|
31
|
+
/**
|
|
32
|
+
* Date format types
|
|
33
|
+
*/
|
|
34
|
+
type DateFormat = 'yyyy-MM-dd' | 'MM/dd/yyyy' | 'dd/MM/yyyy' | 'yyyy/MM/dd';
|
|
35
|
+
/**
|
|
36
|
+
* Base DatePicker props interface
|
|
37
|
+
*/
|
|
38
|
+
interface DatePickerProps {
|
|
39
|
+
/**
|
|
40
|
+
* Locale used for month/day names in the calendar UI.
|
|
41
|
+
* Example: 'zh-CN', 'en-US'
|
|
42
|
+
*/
|
|
43
|
+
locale?: DatePickerLocaleInput;
|
|
44
|
+
/**
|
|
45
|
+
* UI labels for i18n.
|
|
46
|
+
* When provided, merges with locale-based defaults.
|
|
47
|
+
*/
|
|
48
|
+
labels?: Partial<DatePickerLabels>;
|
|
49
|
+
/**
|
|
50
|
+
* DatePicker size
|
|
51
|
+
* @default 'md'
|
|
52
|
+
*/
|
|
53
|
+
size?: DatePickerSize;
|
|
54
|
+
/**
|
|
55
|
+
* Selected date value (for controlled mode)
|
|
56
|
+
*/
|
|
57
|
+
value?: DatePickerModelValue | null;
|
|
58
|
+
/**
|
|
59
|
+
* Default date value (for uncontrolled mode)
|
|
60
|
+
*/
|
|
61
|
+
defaultValue?: DatePickerModelValue | null;
|
|
62
|
+
/**
|
|
63
|
+
* Enable range selection (start/end).
|
|
64
|
+
* When true, value/defaultValue use a tuple: [start, end].
|
|
65
|
+
* @default false
|
|
66
|
+
*/
|
|
67
|
+
range?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Date format string
|
|
70
|
+
* @default 'yyyy-MM-dd'
|
|
71
|
+
*/
|
|
72
|
+
format?: DateFormat;
|
|
73
|
+
/**
|
|
74
|
+
* Placeholder text
|
|
75
|
+
* @default 'Select date'
|
|
76
|
+
*/
|
|
77
|
+
placeholder?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Whether the datepicker is disabled
|
|
80
|
+
* @default false
|
|
81
|
+
*/
|
|
82
|
+
disabled?: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Whether the datepicker is readonly
|
|
85
|
+
* @default false
|
|
86
|
+
*/
|
|
87
|
+
readonly?: boolean;
|
|
88
|
+
/**
|
|
89
|
+
* Whether the datepicker is required
|
|
90
|
+
* @default false
|
|
91
|
+
*/
|
|
92
|
+
required?: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* Minimum selectable date
|
|
95
|
+
*/
|
|
96
|
+
minDate?: DatePickerInputDate | null;
|
|
97
|
+
/**
|
|
98
|
+
* Maximum selectable date
|
|
99
|
+
*/
|
|
100
|
+
maxDate?: DatePickerInputDate | null;
|
|
101
|
+
/**
|
|
102
|
+
* Whether to show the clear button
|
|
103
|
+
* @default true
|
|
104
|
+
*/
|
|
105
|
+
clearable?: boolean;
|
|
106
|
+
/**
|
|
107
|
+
* Input name attribute
|
|
108
|
+
*/
|
|
109
|
+
name?: string;
|
|
110
|
+
/**
|
|
111
|
+
* Input id attribute
|
|
112
|
+
*/
|
|
113
|
+
id?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Shortcut presets for quick date selection.
|
|
116
|
+
* Each shortcut has a label and a value (or getter function).
|
|
117
|
+
*/
|
|
118
|
+
shortcuts?: DatePickerShortcut[];
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* DatePicker shortcut preset
|
|
122
|
+
*/
|
|
123
|
+
interface DatePickerShortcut {
|
|
124
|
+
/** Display label */
|
|
125
|
+
label: string;
|
|
126
|
+
/** Date value or getter function returning a date value */
|
|
127
|
+
value: DatePickerModelValue | (() => DatePickerModelValue);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export type { DatePickerLocalePreset as D, DatePickerLocaleInput as a, DatePickerLabels as b, DateFormat as c, DatePickerSize as d, DatePickerInputDate as e, DatePickerSingleModelValue as f, DatePickerRangeModelValue as g, DatePickerModelValue as h, DatePickerSingleValue as i, DatePickerRangeValue as j, DatePickerLocaleConfig as k, DatePickerProps as l, DatePickerShortcut as m };
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DatePicker component types and interfaces
|
|
3
|
+
*/
|
|
4
|
+
type DatePickerInputDate = Date | string;
|
|
5
|
+
type DatePickerSingleModelValue = DatePickerInputDate | null;
|
|
6
|
+
type DatePickerRangeModelValue = [DatePickerInputDate | null, DatePickerInputDate | null];
|
|
7
|
+
type DatePickerModelValue = DatePickerSingleModelValue | DatePickerRangeModelValue;
|
|
8
|
+
type DatePickerSingleValue = Date | null;
|
|
9
|
+
type DatePickerRangeValue = [Date | null, Date | null];
|
|
10
|
+
interface DatePickerLabels {
|
|
11
|
+
today: string;
|
|
12
|
+
ok: string;
|
|
13
|
+
calendar: string;
|
|
14
|
+
toggleCalendar: string;
|
|
15
|
+
clearDate: string;
|
|
16
|
+
previousMonth: string;
|
|
17
|
+
nextMonth: string;
|
|
18
|
+
}
|
|
19
|
+
interface DatePickerLocalePreset {
|
|
20
|
+
locale: string;
|
|
21
|
+
labels: DatePickerLabels;
|
|
22
|
+
}
|
|
23
|
+
interface DatePickerLocaleConfig {
|
|
24
|
+
datePicker?: Partial<DatePickerLocalePreset>;
|
|
25
|
+
}
|
|
26
|
+
type DatePickerLocaleInput = string | Partial<DatePickerLocalePreset> | DatePickerLocaleConfig;
|
|
27
|
+
/**
|
|
28
|
+
* DatePicker size types
|
|
29
|
+
*/
|
|
30
|
+
type DatePickerSize = 'sm' | 'md' | 'lg';
|
|
31
|
+
/**
|
|
32
|
+
* Date format types
|
|
33
|
+
*/
|
|
34
|
+
type DateFormat = 'yyyy-MM-dd' | 'MM/dd/yyyy' | 'dd/MM/yyyy' | 'yyyy/MM/dd';
|
|
35
|
+
/**
|
|
36
|
+
* Base DatePicker props interface
|
|
37
|
+
*/
|
|
38
|
+
interface DatePickerProps {
|
|
39
|
+
/**
|
|
40
|
+
* Locale used for month/day names in the calendar UI.
|
|
41
|
+
* Example: 'zh-CN', 'en-US'
|
|
42
|
+
*/
|
|
43
|
+
locale?: DatePickerLocaleInput;
|
|
44
|
+
/**
|
|
45
|
+
* UI labels for i18n.
|
|
46
|
+
* When provided, merges with locale-based defaults.
|
|
47
|
+
*/
|
|
48
|
+
labels?: Partial<DatePickerLabels>;
|
|
49
|
+
/**
|
|
50
|
+
* DatePicker size
|
|
51
|
+
* @default 'md'
|
|
52
|
+
*/
|
|
53
|
+
size?: DatePickerSize;
|
|
54
|
+
/**
|
|
55
|
+
* Selected date value (for controlled mode)
|
|
56
|
+
*/
|
|
57
|
+
value?: DatePickerModelValue | null;
|
|
58
|
+
/**
|
|
59
|
+
* Default date value (for uncontrolled mode)
|
|
60
|
+
*/
|
|
61
|
+
defaultValue?: DatePickerModelValue | null;
|
|
62
|
+
/**
|
|
63
|
+
* Enable range selection (start/end).
|
|
64
|
+
* When true, value/defaultValue use a tuple: [start, end].
|
|
65
|
+
* @default false
|
|
66
|
+
*/
|
|
67
|
+
range?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Date format string
|
|
70
|
+
* @default 'yyyy-MM-dd'
|
|
71
|
+
*/
|
|
72
|
+
format?: DateFormat;
|
|
73
|
+
/**
|
|
74
|
+
* Placeholder text
|
|
75
|
+
* @default 'Select date'
|
|
76
|
+
*/
|
|
77
|
+
placeholder?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Whether the datepicker is disabled
|
|
80
|
+
* @default false
|
|
81
|
+
*/
|
|
82
|
+
disabled?: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Whether the datepicker is readonly
|
|
85
|
+
* @default false
|
|
86
|
+
*/
|
|
87
|
+
readonly?: boolean;
|
|
88
|
+
/**
|
|
89
|
+
* Whether the datepicker is required
|
|
90
|
+
* @default false
|
|
91
|
+
*/
|
|
92
|
+
required?: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* Minimum selectable date
|
|
95
|
+
*/
|
|
96
|
+
minDate?: DatePickerInputDate | null;
|
|
97
|
+
/**
|
|
98
|
+
* Maximum selectable date
|
|
99
|
+
*/
|
|
100
|
+
maxDate?: DatePickerInputDate | null;
|
|
101
|
+
/**
|
|
102
|
+
* Whether to show the clear button
|
|
103
|
+
* @default true
|
|
104
|
+
*/
|
|
105
|
+
clearable?: boolean;
|
|
106
|
+
/**
|
|
107
|
+
* Input name attribute
|
|
108
|
+
*/
|
|
109
|
+
name?: string;
|
|
110
|
+
/**
|
|
111
|
+
* Input id attribute
|
|
112
|
+
*/
|
|
113
|
+
id?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Shortcut presets for quick date selection.
|
|
116
|
+
* Each shortcut has a label and a value (or getter function).
|
|
117
|
+
*/
|
|
118
|
+
shortcuts?: DatePickerShortcut[];
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* DatePicker shortcut preset
|
|
122
|
+
*/
|
|
123
|
+
interface DatePickerShortcut {
|
|
124
|
+
/** Display label */
|
|
125
|
+
label: string;
|
|
126
|
+
/** Date value or getter function returning a date value */
|
|
127
|
+
value: DatePickerModelValue | (() => DatePickerModelValue);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export type { DatePickerLocalePreset as D, DatePickerLocaleInput as a, DatePickerLabels as b, DateFormat as c, DatePickerSize as d, DatePickerInputDate as e, DatePickerSingleModelValue as f, DatePickerRangeModelValue as g, DatePickerModelValue as h, DatePickerSingleValue as i, DatePickerRangeValue as j, DatePickerLocaleConfig as k, DatePickerProps as l, DatePickerShortcut as m };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
// src/utils/i18n/datepicker-locales/en-US.ts
|
|
6
|
+
var EN_US_DATEPICKER_LOCALE = {
|
|
7
|
+
locale: "en-US",
|
|
8
|
+
labels: {
|
|
9
|
+
today: "Today",
|
|
10
|
+
ok: "OK",
|
|
11
|
+
calendar: "Calendar",
|
|
12
|
+
toggleCalendar: "Toggle calendar",
|
|
13
|
+
clearDate: "Clear date",
|
|
14
|
+
previousMonth: "Previous month",
|
|
15
|
+
nextMonth: "Next month"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
var enUSDatePickerLocale = EN_US_DATEPICKER_LOCALE;
|
|
19
|
+
var en_US_default = EN_US_DATEPICKER_LOCALE;
|
|
20
|
+
|
|
21
|
+
exports.EN_US_DATEPICKER_LOCALE = EN_US_DATEPICKER_LOCALE;
|
|
22
|
+
exports.default = en_US_default;
|
|
23
|
+
exports.enUSDatePickerLocale = enUSDatePickerLocale;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.cjs';
|
|
2
|
+
|
|
3
|
+
declare const EN_US_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const enUSDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { EN_US_DATEPICKER_LOCALE, EN_US_DATEPICKER_LOCALE as default, enUSDatePickerLocale };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.js';
|
|
2
|
+
|
|
3
|
+
declare const EN_US_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const enUSDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { EN_US_DATEPICKER_LOCALE, EN_US_DATEPICKER_LOCALE as default, enUSDatePickerLocale };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// src/utils/i18n/datepicker-locales/en-US.ts
|
|
2
|
+
var EN_US_DATEPICKER_LOCALE = {
|
|
3
|
+
locale: "en-US",
|
|
4
|
+
labels: {
|
|
5
|
+
today: "Today",
|
|
6
|
+
ok: "OK",
|
|
7
|
+
calendar: "Calendar",
|
|
8
|
+
toggleCalendar: "Toggle calendar",
|
|
9
|
+
clearDate: "Clear date",
|
|
10
|
+
previousMonth: "Previous month",
|
|
11
|
+
nextMonth: "Next month"
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
var enUSDatePickerLocale = EN_US_DATEPICKER_LOCALE;
|
|
15
|
+
var en_US_default = EN_US_DATEPICKER_LOCALE;
|
|
16
|
+
|
|
17
|
+
export { EN_US_DATEPICKER_LOCALE, en_US_default as default, enUSDatePickerLocale };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
// src/utils/i18n/datepicker-locales/id-ID.ts
|
|
6
|
+
var ID_ID_DATEPICKER_LOCALE = {
|
|
7
|
+
locale: "id-ID",
|
|
8
|
+
labels: {
|
|
9
|
+
today: "Hari ini",
|
|
10
|
+
ok: "OK",
|
|
11
|
+
calendar: "Kalender",
|
|
12
|
+
toggleCalendar: "Buka kalender",
|
|
13
|
+
clearDate: "Hapus tanggal",
|
|
14
|
+
previousMonth: "Bulan sebelumnya",
|
|
15
|
+
nextMonth: "Bulan berikutnya"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
var idIDDatePickerLocale = ID_ID_DATEPICKER_LOCALE;
|
|
19
|
+
var id_ID_default = ID_ID_DATEPICKER_LOCALE;
|
|
20
|
+
|
|
21
|
+
exports.ID_ID_DATEPICKER_LOCALE = ID_ID_DATEPICKER_LOCALE;
|
|
22
|
+
exports.default = id_ID_default;
|
|
23
|
+
exports.idIDDatePickerLocale = idIDDatePickerLocale;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.cjs';
|
|
2
|
+
|
|
3
|
+
declare const ID_ID_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const idIDDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { ID_ID_DATEPICKER_LOCALE, ID_ID_DATEPICKER_LOCALE as default, idIDDatePickerLocale };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.js';
|
|
2
|
+
|
|
3
|
+
declare const ID_ID_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const idIDDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { ID_ID_DATEPICKER_LOCALE, ID_ID_DATEPICKER_LOCALE as default, idIDDatePickerLocale };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// src/utils/i18n/datepicker-locales/id-ID.ts
|
|
2
|
+
var ID_ID_DATEPICKER_LOCALE = {
|
|
3
|
+
locale: "id-ID",
|
|
4
|
+
labels: {
|
|
5
|
+
today: "Hari ini",
|
|
6
|
+
ok: "OK",
|
|
7
|
+
calendar: "Kalender",
|
|
8
|
+
toggleCalendar: "Buka kalender",
|
|
9
|
+
clearDate: "Hapus tanggal",
|
|
10
|
+
previousMonth: "Bulan sebelumnya",
|
|
11
|
+
nextMonth: "Bulan berikutnya"
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
var idIDDatePickerLocale = ID_ID_DATEPICKER_LOCALE;
|
|
15
|
+
var id_ID_default = ID_ID_DATEPICKER_LOCALE;
|
|
16
|
+
|
|
17
|
+
export { ID_ID_DATEPICKER_LOCALE, id_ID_default as default, idIDDatePickerLocale };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
// src/utils/i18n/datepicker-locales/ja-JP.ts
|
|
6
|
+
var JA_JP_DATEPICKER_LOCALE = {
|
|
7
|
+
locale: "ja-JP",
|
|
8
|
+
labels: {
|
|
9
|
+
today: "\u4ECA\u65E5",
|
|
10
|
+
ok: "OK",
|
|
11
|
+
calendar: "\u30AB\u30EC\u30F3\u30C0\u30FC",
|
|
12
|
+
toggleCalendar: "\u30AB\u30EC\u30F3\u30C0\u30FC\u3092\u958B\u304F",
|
|
13
|
+
clearDate: "\u65E5\u4ED8\u3092\u30AF\u30EA\u30A2",
|
|
14
|
+
previousMonth: "\u524D\u306E\u6708",
|
|
15
|
+
nextMonth: "\u6B21\u306E\u6708"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
var jaJPDatePickerLocale = JA_JP_DATEPICKER_LOCALE;
|
|
19
|
+
var ja_JP_default = JA_JP_DATEPICKER_LOCALE;
|
|
20
|
+
|
|
21
|
+
exports.JA_JP_DATEPICKER_LOCALE = JA_JP_DATEPICKER_LOCALE;
|
|
22
|
+
exports.default = ja_JP_default;
|
|
23
|
+
exports.jaJPDatePickerLocale = jaJPDatePickerLocale;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.cjs';
|
|
2
|
+
|
|
3
|
+
declare const JA_JP_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const jaJPDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { JA_JP_DATEPICKER_LOCALE, JA_JP_DATEPICKER_LOCALE as default, jaJPDatePickerLocale };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.js';
|
|
2
|
+
|
|
3
|
+
declare const JA_JP_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const jaJPDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { JA_JP_DATEPICKER_LOCALE, JA_JP_DATEPICKER_LOCALE as default, jaJPDatePickerLocale };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// src/utils/i18n/datepicker-locales/ja-JP.ts
|
|
2
|
+
var JA_JP_DATEPICKER_LOCALE = {
|
|
3
|
+
locale: "ja-JP",
|
|
4
|
+
labels: {
|
|
5
|
+
today: "\u4ECA\u65E5",
|
|
6
|
+
ok: "OK",
|
|
7
|
+
calendar: "\u30AB\u30EC\u30F3\u30C0\u30FC",
|
|
8
|
+
toggleCalendar: "\u30AB\u30EC\u30F3\u30C0\u30FC\u3092\u958B\u304F",
|
|
9
|
+
clearDate: "\u65E5\u4ED8\u3092\u30AF\u30EA\u30A2",
|
|
10
|
+
previousMonth: "\u524D\u306E\u6708",
|
|
11
|
+
nextMonth: "\u6B21\u306E\u6708"
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
var jaJPDatePickerLocale = JA_JP_DATEPICKER_LOCALE;
|
|
15
|
+
var ja_JP_default = JA_JP_DATEPICKER_LOCALE;
|
|
16
|
+
|
|
17
|
+
export { JA_JP_DATEPICKER_LOCALE, ja_JP_default as default, jaJPDatePickerLocale };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
// src/utils/i18n/datepicker-locales/ko-KR.ts
|
|
6
|
+
var KO_KR_DATEPICKER_LOCALE = {
|
|
7
|
+
locale: "ko-KR",
|
|
8
|
+
labels: {
|
|
9
|
+
today: "\uC624\uB298",
|
|
10
|
+
ok: "\uD655\uC778",
|
|
11
|
+
calendar: "\uB2EC\uB825",
|
|
12
|
+
toggleCalendar: "\uB2EC\uB825 \uC5F4\uAE30",
|
|
13
|
+
clearDate: "\uB0A0\uC9DC \uC9C0\uC6B0\uAE30",
|
|
14
|
+
previousMonth: "\uC774\uC804 \uB2EC",
|
|
15
|
+
nextMonth: "\uB2E4\uC74C \uB2EC"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
var koKRDatePickerLocale = KO_KR_DATEPICKER_LOCALE;
|
|
19
|
+
var ko_KR_default = KO_KR_DATEPICKER_LOCALE;
|
|
20
|
+
|
|
21
|
+
exports.KO_KR_DATEPICKER_LOCALE = KO_KR_DATEPICKER_LOCALE;
|
|
22
|
+
exports.default = ko_KR_default;
|
|
23
|
+
exports.koKRDatePickerLocale = koKRDatePickerLocale;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.cjs';
|
|
2
|
+
|
|
3
|
+
declare const KO_KR_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const koKRDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { KO_KR_DATEPICKER_LOCALE, KO_KR_DATEPICKER_LOCALE as default, koKRDatePickerLocale };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.js';
|
|
2
|
+
|
|
3
|
+
declare const KO_KR_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const koKRDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { KO_KR_DATEPICKER_LOCALE, KO_KR_DATEPICKER_LOCALE as default, koKRDatePickerLocale };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// src/utils/i18n/datepicker-locales/ko-KR.ts
|
|
2
|
+
var KO_KR_DATEPICKER_LOCALE = {
|
|
3
|
+
locale: "ko-KR",
|
|
4
|
+
labels: {
|
|
5
|
+
today: "\uC624\uB298",
|
|
6
|
+
ok: "\uD655\uC778",
|
|
7
|
+
calendar: "\uB2EC\uB825",
|
|
8
|
+
toggleCalendar: "\uB2EC\uB825 \uC5F4\uAE30",
|
|
9
|
+
clearDate: "\uB0A0\uC9DC \uC9C0\uC6B0\uAE30",
|
|
10
|
+
previousMonth: "\uC774\uC804 \uB2EC",
|
|
11
|
+
nextMonth: "\uB2E4\uC74C \uB2EC"
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
var koKRDatePickerLocale = KO_KR_DATEPICKER_LOCALE;
|
|
15
|
+
var ko_KR_default = KO_KR_DATEPICKER_LOCALE;
|
|
16
|
+
|
|
17
|
+
export { KO_KR_DATEPICKER_LOCALE, ko_KR_default as default, koKRDatePickerLocale };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
// src/utils/i18n/datepicker-locales/th-TH.ts
|
|
6
|
+
var TH_TH_DATEPICKER_LOCALE = {
|
|
7
|
+
locale: "th-TH",
|
|
8
|
+
labels: {
|
|
9
|
+
today: "\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49",
|
|
10
|
+
ok: "\u0E15\u0E01\u0E25\u0E07",
|
|
11
|
+
calendar: "\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",
|
|
12
|
+
toggleCalendar: "\u0E40\u0E1B\u0E34\u0E14\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",
|
|
13
|
+
clearDate: "\u0E25\u0E49\u0E32\u0E07\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",
|
|
14
|
+
previousMonth: "\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E01\u0E48\u0E2D\u0E19\u0E2B\u0E19\u0E49\u0E32",
|
|
15
|
+
nextMonth: "\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E16\u0E31\u0E14\u0E44\u0E1B"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
var thTHDatePickerLocale = TH_TH_DATEPICKER_LOCALE;
|
|
19
|
+
var th_TH_default = TH_TH_DATEPICKER_LOCALE;
|
|
20
|
+
|
|
21
|
+
exports.TH_TH_DATEPICKER_LOCALE = TH_TH_DATEPICKER_LOCALE;
|
|
22
|
+
exports.default = th_TH_default;
|
|
23
|
+
exports.thTHDatePickerLocale = thTHDatePickerLocale;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.cjs';
|
|
2
|
+
|
|
3
|
+
declare const TH_TH_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const thTHDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { TH_TH_DATEPICKER_LOCALE, TH_TH_DATEPICKER_LOCALE as default, thTHDatePickerLocale };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.js';
|
|
2
|
+
|
|
3
|
+
declare const TH_TH_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const thTHDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { TH_TH_DATEPICKER_LOCALE, TH_TH_DATEPICKER_LOCALE as default, thTHDatePickerLocale };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// src/utils/i18n/datepicker-locales/th-TH.ts
|
|
2
|
+
var TH_TH_DATEPICKER_LOCALE = {
|
|
3
|
+
locale: "th-TH",
|
|
4
|
+
labels: {
|
|
5
|
+
today: "\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49",
|
|
6
|
+
ok: "\u0E15\u0E01\u0E25\u0E07",
|
|
7
|
+
calendar: "\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",
|
|
8
|
+
toggleCalendar: "\u0E40\u0E1B\u0E34\u0E14\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",
|
|
9
|
+
clearDate: "\u0E25\u0E49\u0E32\u0E07\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",
|
|
10
|
+
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"
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
var thTHDatePickerLocale = TH_TH_DATEPICKER_LOCALE;
|
|
15
|
+
var th_TH_default = TH_TH_DATEPICKER_LOCALE;
|
|
16
|
+
|
|
17
|
+
export { TH_TH_DATEPICKER_LOCALE, th_TH_default as default, thTHDatePickerLocale };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
// src/utils/i18n/datepicker-locales/vi-VN.ts
|
|
6
|
+
var VI_VN_DATEPICKER_LOCALE = {
|
|
7
|
+
locale: "vi-VN",
|
|
8
|
+
labels: {
|
|
9
|
+
today: "H\xF4m nay",
|
|
10
|
+
ok: "OK",
|
|
11
|
+
calendar: "L\u1ECBch",
|
|
12
|
+
toggleCalendar: "M\u1EDF l\u1ECBch",
|
|
13
|
+
clearDate: "X\xF3a ng\xE0y",
|
|
14
|
+
previousMonth: "Th\xE1ng tr\u01B0\u1EDBc",
|
|
15
|
+
nextMonth: "Th\xE1ng sau"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
var viVNDatePickerLocale = VI_VN_DATEPICKER_LOCALE;
|
|
19
|
+
var vi_VN_default = VI_VN_DATEPICKER_LOCALE;
|
|
20
|
+
|
|
21
|
+
exports.VI_VN_DATEPICKER_LOCALE = VI_VN_DATEPICKER_LOCALE;
|
|
22
|
+
exports.default = vi_VN_default;
|
|
23
|
+
exports.viVNDatePickerLocale = viVNDatePickerLocale;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.cjs';
|
|
2
|
+
|
|
3
|
+
declare const VI_VN_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const viVNDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { VI_VN_DATEPICKER_LOCALE, VI_VN_DATEPICKER_LOCALE as default, viVNDatePickerLocale };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.js';
|
|
2
|
+
|
|
3
|
+
declare const VI_VN_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const viVNDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { VI_VN_DATEPICKER_LOCALE, VI_VN_DATEPICKER_LOCALE as default, viVNDatePickerLocale };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// src/utils/i18n/datepicker-locales/vi-VN.ts
|
|
2
|
+
var VI_VN_DATEPICKER_LOCALE = {
|
|
3
|
+
locale: "vi-VN",
|
|
4
|
+
labels: {
|
|
5
|
+
today: "H\xF4m nay",
|
|
6
|
+
ok: "OK",
|
|
7
|
+
calendar: "L\u1ECBch",
|
|
8
|
+
toggleCalendar: "M\u1EDF l\u1ECBch",
|
|
9
|
+
clearDate: "X\xF3a ng\xE0y",
|
|
10
|
+
previousMonth: "Th\xE1ng tr\u01B0\u1EDBc",
|
|
11
|
+
nextMonth: "Th\xE1ng sau"
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
var viVNDatePickerLocale = VI_VN_DATEPICKER_LOCALE;
|
|
15
|
+
var vi_VN_default = VI_VN_DATEPICKER_LOCALE;
|
|
16
|
+
|
|
17
|
+
export { VI_VN_DATEPICKER_LOCALE, vi_VN_default as default, viVNDatePickerLocale };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
// src/utils/i18n/datepicker-locales/zh-CN.ts
|
|
6
|
+
var ZH_CN_DATEPICKER_LOCALE = {
|
|
7
|
+
locale: "zh-CN",
|
|
8
|
+
labels: {
|
|
9
|
+
today: "\u4ECA\u5929",
|
|
10
|
+
ok: "\u786E\u5B9A",
|
|
11
|
+
calendar: "\u65E5\u5386",
|
|
12
|
+
toggleCalendar: "\u6253\u5F00\u65E5\u5386",
|
|
13
|
+
clearDate: "\u6E05\u9664\u65E5\u671F",
|
|
14
|
+
previousMonth: "\u4E0A\u4E2A\u6708",
|
|
15
|
+
nextMonth: "\u4E0B\u4E2A\u6708"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
var zhCNDatePickerLocale = ZH_CN_DATEPICKER_LOCALE;
|
|
19
|
+
var zh_CN_default = ZH_CN_DATEPICKER_LOCALE;
|
|
20
|
+
|
|
21
|
+
exports.ZH_CN_DATEPICKER_LOCALE = ZH_CN_DATEPICKER_LOCALE;
|
|
22
|
+
exports.default = zh_CN_default;
|
|
23
|
+
exports.zhCNDatePickerLocale = zhCNDatePickerLocale;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.cjs';
|
|
2
|
+
|
|
3
|
+
declare const ZH_CN_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const zhCNDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { ZH_CN_DATEPICKER_LOCALE, ZH_CN_DATEPICKER_LOCALE as default, zhCNDatePickerLocale };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.js';
|
|
2
|
+
|
|
3
|
+
declare const ZH_CN_DATEPICKER_LOCALE: DatePickerLocalePreset;
|
|
4
|
+
declare const zhCNDatePickerLocale: DatePickerLocalePreset;
|
|
5
|
+
|
|
6
|
+
export { ZH_CN_DATEPICKER_LOCALE, ZH_CN_DATEPICKER_LOCALE as default, zhCNDatePickerLocale };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// src/utils/i18n/datepicker-locales/zh-CN.ts
|
|
2
|
+
var ZH_CN_DATEPICKER_LOCALE = {
|
|
3
|
+
locale: "zh-CN",
|
|
4
|
+
labels: {
|
|
5
|
+
today: "\u4ECA\u5929",
|
|
6
|
+
ok: "\u786E\u5B9A",
|
|
7
|
+
calendar: "\u65E5\u5386",
|
|
8
|
+
toggleCalendar: "\u6253\u5F00\u65E5\u5386",
|
|
9
|
+
clearDate: "\u6E05\u9664\u65E5\u671F",
|
|
10
|
+
previousMonth: "\u4E0A\u4E2A\u6708",
|
|
11
|
+
nextMonth: "\u4E0B\u4E2A\u6708"
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
var zhCNDatePickerLocale = ZH_CN_DATEPICKER_LOCALE;
|
|
15
|
+
var zh_CN_default = ZH_CN_DATEPICKER_LOCALE;
|
|
16
|
+
|
|
17
|
+
export { ZH_CN_DATEPICKER_LOCALE, zh_CN_default as default, zhCNDatePickerLocale };
|