assui 2.2.3 → 2.3.1
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/es/config-provider/index.d.ts +1 -1
- package/es/config-provider/index.js +41 -1
- package/es/index.d.ts +0 -1
- package/es/index.js +0 -1
- package/es/messages/ar_EG.d.ts +26 -0
- package/es/messages/ar_EG.js +26 -0
- package/es/messages/bg_BG.d.ts +26 -0
- package/es/messages/bg_BG.js +26 -0
- package/es/messages/cs_CZ.d.ts +26 -0
- package/es/messages/cs_CZ.js +26 -0
- package/es/messages/de_DE.d.ts +26 -0
- package/es/messages/de_DE.js +26 -0
- package/es/messages/es_ES.d.ts +26 -0
- package/es/messages/es_ES.js +26 -0
- package/es/messages/fi_FI.d.ts +26 -0
- package/es/messages/fi_FI.js +26 -0
- package/es/messages/fr_FR.d.ts +26 -0
- package/es/messages/fr_FR.js +26 -0
- package/es/messages/id_ID.d.ts +26 -0
- package/es/messages/id_ID.js +26 -0
- package/es/messages/it_IT.d.ts +26 -0
- package/es/messages/it_IT.js +26 -0
- package/es/messages/ja_JP.d.ts +26 -0
- package/es/messages/ja_JP.js +26 -0
- package/es/messages/ko_KR.d.ts +26 -0
- package/es/messages/ko_KR.js +26 -0
- package/es/messages/nb_NO.d.ts +26 -0
- package/es/messages/nb_NO.js +26 -0
- package/es/messages/nl_NL.d.ts +26 -0
- package/es/messages/nl_NL.js +26 -0
- package/es/messages/pt_PT.d.ts +26 -0
- package/es/messages/pt_PT.js +26 -0
- package/es/messages/ro_RO.d.ts +26 -0
- package/es/messages/ro_RO.js +26 -0
- package/es/messages/ru_RU.d.ts +26 -0
- package/es/messages/ru_RU.js +26 -0
- package/es/messages/sv_SE.d.ts +26 -0
- package/es/messages/sv_SE.js +26 -0
- package/es/messages/th_TH.d.ts +26 -0
- package/es/messages/th_TH.js +26 -0
- package/es/messages/vi_VN.d.ts +26 -0
- package/es/messages/vi_VN.js +26 -0
- package/es/messages/zh_TW.d.ts +26 -0
- package/es/messages/zh_TW.js +26 -0
- package/lib/config-provider/index.d.ts +1 -1
- package/lib/config-provider/index.js +61 -1
- package/lib/index.d.ts +0 -1
- package/lib/index.js +1 -10
- package/lib/messages/ar_EG.d.ts +26 -0
- package/lib/messages/ar_EG.js +31 -0
- package/lib/messages/bg_BG.d.ts +26 -0
- package/lib/messages/bg_BG.js +31 -0
- package/lib/messages/cs_CZ.d.ts +26 -0
- package/lib/messages/cs_CZ.js +31 -0
- package/lib/messages/de_DE.d.ts +26 -0
- package/lib/messages/de_DE.js +31 -0
- package/lib/messages/es_ES.d.ts +26 -0
- package/lib/messages/es_ES.js +31 -0
- package/lib/messages/fi_FI.d.ts +26 -0
- package/lib/messages/fi_FI.js +31 -0
- package/lib/messages/fr_FR.d.ts +26 -0
- package/lib/messages/fr_FR.js +31 -0
- package/lib/messages/id_ID.d.ts +26 -0
- package/lib/messages/id_ID.js +31 -0
- package/lib/messages/it_IT.d.ts +26 -0
- package/lib/messages/it_IT.js +31 -0
- package/lib/messages/ja_JP.d.ts +26 -0
- package/lib/messages/ja_JP.js +31 -0
- package/lib/messages/ko_KR.d.ts +26 -0
- package/lib/messages/ko_KR.js +31 -0
- package/lib/messages/nb_NO.d.ts +26 -0
- package/lib/messages/nb_NO.js +31 -0
- package/lib/messages/nl_NL.d.ts +26 -0
- package/lib/messages/nl_NL.js +31 -0
- package/lib/messages/pt_PT.d.ts +26 -0
- package/lib/messages/pt_PT.js +31 -0
- package/lib/messages/ro_RO.d.ts +26 -0
- package/lib/messages/ro_RO.js +31 -0
- package/lib/messages/ru_RU.d.ts +26 -0
- package/lib/messages/ru_RU.js +31 -0
- package/lib/messages/sv_SE.d.ts +26 -0
- package/lib/messages/sv_SE.js +31 -0
- package/lib/messages/th_TH.d.ts +26 -0
- package/lib/messages/th_TH.js +31 -0
- package/lib/messages/vi_VN.d.ts +26 -0
- package/lib/messages/vi_VN.js +31 -0
- package/lib/messages/zh_TW.d.ts +26 -0
- package/lib/messages/zh_TW.js +31 -0
- package/package.json +3 -2
- package/es/picker-with-type/index.d.ts +0 -2
- package/es/picker-with-type/index.js +0 -63
- package/es/picker-with-type/style/index.d.ts +0 -3
- package/es/picker-with-type/style/index.js +0 -3
- package/lib/picker-with-type/index.d.ts +0 -2
- package/lib/picker-with-type/index.js +0 -118
- package/lib/picker-with-type/style/index.d.ts +0 -3
- package/lib/picker-with-type/style/index.js +0 -11
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare type LocaleType = 'en-US' | 'zh-CN';
|
|
2
|
+
export declare type LocaleType = 'en-US' | 'zh-CN' | 'zh-Hant' | 'bg' | 'cs' | 'de' | 'es' | 'fr' | 'fi' | 'it' | 'id' | 'ja' | 'ko' | 'nl' | 'nb-NO' | 'ru' | 'sv' | 'pt' | 'ar' | 'th' | 'ro' | 'vi';
|
|
3
3
|
export interface ConfigProviderProps {
|
|
4
4
|
children?: React.ReactNode;
|
|
5
5
|
locale: LocaleType;
|
|
@@ -2,13 +2,53 @@ import React from 'react';
|
|
|
2
2
|
import LocaleContext from './context';
|
|
3
3
|
import zhCN from '../messages/zh_CN';
|
|
4
4
|
import enUS from '../messages/en_US';
|
|
5
|
+
import zhTW from '../messages/zh_TW';
|
|
6
|
+
import bgBG from '../messages/bg_BG';
|
|
7
|
+
import csCZ from '../messages/cs_CZ';
|
|
8
|
+
import deDE from '../messages/de_DE';
|
|
9
|
+
import esES from '../messages/es_ES';
|
|
10
|
+
import frFR from '../messages/fr_FR';
|
|
11
|
+
import fiFI from '../messages/fi_FI';
|
|
12
|
+
import itIT from '../messages/it_IT';
|
|
13
|
+
import idID from '../messages/id_ID';
|
|
14
|
+
import jaJP from '../messages/ja_JP';
|
|
15
|
+
import koKR from '../messages/ko_KR';
|
|
16
|
+
import nlNL from '../messages/nl_NL';
|
|
17
|
+
import nbNO from '../messages/nb_NO';
|
|
18
|
+
import ruRU from '../messages/ru_RU';
|
|
19
|
+
import svSE from '../messages/sv_SE';
|
|
20
|
+
import ptPT from '../messages/pt_PT';
|
|
21
|
+
import arEG from '../messages/ar_EG';
|
|
22
|
+
import thTH from '../messages/th_TH';
|
|
23
|
+
import roRO from '../messages/ro_RO';
|
|
24
|
+
import viVN from '../messages/vi_VN';
|
|
5
25
|
|
|
6
26
|
var ConfigProvider = function ConfigProvider(props) {
|
|
7
27
|
var children = props.children,
|
|
8
28
|
locale = props.locale;
|
|
9
29
|
var messagesMap = {
|
|
10
30
|
'en-US': enUS.lang,
|
|
11
|
-
'zh-CN': zhCN.lang
|
|
31
|
+
'zh-CN': zhCN.lang,
|
|
32
|
+
'zh-Hant': zhTW.lang,
|
|
33
|
+
'bg': bgBG.lang,
|
|
34
|
+
'cs': csCZ.lang,
|
|
35
|
+
'de': deDE.lang,
|
|
36
|
+
'es': esES.lang,
|
|
37
|
+
'fr': frFR.lang,
|
|
38
|
+
'fi': fiFI.lang,
|
|
39
|
+
'it': itIT.lang,
|
|
40
|
+
'id': idID.lang,
|
|
41
|
+
'ja': jaJP.lang,
|
|
42
|
+
'ko': koKR.lang,
|
|
43
|
+
'nl': nlNL.lang,
|
|
44
|
+
'nb-NO': nbNO.lang,
|
|
45
|
+
'ru': ruRU.lang,
|
|
46
|
+
'sv': svSE.lang,
|
|
47
|
+
'pt': ptPT.lang,
|
|
48
|
+
'ar': arEG.lang,
|
|
49
|
+
'th': thTH.lang,
|
|
50
|
+
'ro': roRO.lang,
|
|
51
|
+
'vi': viVN.lang
|
|
12
52
|
};
|
|
13
53
|
return /*#__PURE__*/React.createElement(LocaleContext.Provider, {
|
|
14
54
|
value: messagesMap[locale]
|
package/es/index.d.ts
CHANGED
|
@@ -56,7 +56,6 @@ export type { LabelRangePickerProps } from './label-range-picker';
|
|
|
56
56
|
export { default as LabelRangePicker } from './label-range-picker';
|
|
57
57
|
export type { LabelDatePickerProps } from './label-date-picker';
|
|
58
58
|
export { default as LabelDatePicker } from './label-date-picker';
|
|
59
|
-
export { default as PickerWithType } from './picker-with-type';
|
|
60
59
|
export type { LabelAutoCompleteProps } from './label-auto-complete';
|
|
61
60
|
export { default as LabelAutoComplete } from './label-auto-complete';
|
|
62
61
|
export type { LabelNumberInputProps } from './label-number-input';
|
package/es/index.js
CHANGED
|
@@ -28,7 +28,6 @@ export { default as AreaText } from './area-text';
|
|
|
28
28
|
export { default as JsonEditor } from './json-editor';
|
|
29
29
|
export { default as LabelRangePicker } from './label-range-picker';
|
|
30
30
|
export { default as LabelDatePicker } from './label-date-picker';
|
|
31
|
-
export { default as PickerWithType } from './picker-with-type';
|
|
32
31
|
export { default as LabelAutoComplete } from './label-auto-complete';
|
|
33
32
|
export { default as LabelNumberInput } from './label-number-input';
|
|
34
33
|
export { default as LabelConditionInput } from './label-condition-input';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
locale: string;
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
};
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: string;
|
|
9
|
+
toDay: string;
|
|
10
|
+
yesterDay: string;
|
|
11
|
+
week: string;
|
|
12
|
+
lastWeek: string;
|
|
13
|
+
month: string;
|
|
14
|
+
lastMonth: string;
|
|
15
|
+
quarter: string;
|
|
16
|
+
lastQuarter: string;
|
|
17
|
+
last7days: string;
|
|
18
|
+
last14days: string;
|
|
19
|
+
last30days: string;
|
|
20
|
+
last90days: string;
|
|
21
|
+
last180days: string;
|
|
22
|
+
last365days: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
locale: 'ar_EG',
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: 'Please select'
|
|
6
|
+
},
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: 'CustomTime',
|
|
9
|
+
toDay: 'ToDay',
|
|
10
|
+
yesterDay: 'YesterDay',
|
|
11
|
+
week: 'Week',
|
|
12
|
+
lastWeek: 'LastWeek',
|
|
13
|
+
month: 'Month',
|
|
14
|
+
lastMonth: 'LastMonth',
|
|
15
|
+
quarter: 'Quarter',
|
|
16
|
+
lastQuarter: 'LastQuarter',
|
|
17
|
+
last7days: 'Last7Days',
|
|
18
|
+
last14days: 'Last14Days',
|
|
19
|
+
last30days: 'Last30Days',
|
|
20
|
+
last90days: 'Last90Days',
|
|
21
|
+
last180days: 'Last180Days',
|
|
22
|
+
last365days: 'Last365Days'
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
locale: string;
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
};
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: string;
|
|
9
|
+
toDay: string;
|
|
10
|
+
yesterDay: string;
|
|
11
|
+
week: string;
|
|
12
|
+
lastWeek: string;
|
|
13
|
+
month: string;
|
|
14
|
+
lastMonth: string;
|
|
15
|
+
quarter: string;
|
|
16
|
+
lastQuarter: string;
|
|
17
|
+
last7days: string;
|
|
18
|
+
last14days: string;
|
|
19
|
+
last30days: string;
|
|
20
|
+
last90days: string;
|
|
21
|
+
last180days: string;
|
|
22
|
+
last365days: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
locale: 'bg_BG',
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: 'Please select'
|
|
6
|
+
},
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: 'CustomTime',
|
|
9
|
+
toDay: 'ToDay',
|
|
10
|
+
yesterDay: 'YesterDay',
|
|
11
|
+
week: 'Week',
|
|
12
|
+
lastWeek: 'LastWeek',
|
|
13
|
+
month: 'Month',
|
|
14
|
+
lastMonth: 'LastMonth',
|
|
15
|
+
quarter: 'Quarter',
|
|
16
|
+
lastQuarter: 'LastQuarter',
|
|
17
|
+
last7days: 'Last7Days',
|
|
18
|
+
last14days: 'Last14Days',
|
|
19
|
+
last30days: 'Last30Days',
|
|
20
|
+
last90days: 'Last90Days',
|
|
21
|
+
last180days: 'Last180Days',
|
|
22
|
+
last365days: 'Last365Days'
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
locale: string;
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
};
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: string;
|
|
9
|
+
toDay: string;
|
|
10
|
+
yesterDay: string;
|
|
11
|
+
week: string;
|
|
12
|
+
lastWeek: string;
|
|
13
|
+
month: string;
|
|
14
|
+
lastMonth: string;
|
|
15
|
+
quarter: string;
|
|
16
|
+
lastQuarter: string;
|
|
17
|
+
last7days: string;
|
|
18
|
+
last14days: string;
|
|
19
|
+
last30days: string;
|
|
20
|
+
last90days: string;
|
|
21
|
+
last180days: string;
|
|
22
|
+
last365days: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
locale: 'cs_CZ',
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: 'Please select'
|
|
6
|
+
},
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: 'CustomTime',
|
|
9
|
+
toDay: 'ToDay',
|
|
10
|
+
yesterDay: 'YesterDay',
|
|
11
|
+
week: 'Week',
|
|
12
|
+
lastWeek: 'LastWeek',
|
|
13
|
+
month: 'Month',
|
|
14
|
+
lastMonth: 'LastMonth',
|
|
15
|
+
quarter: 'Quarter',
|
|
16
|
+
lastQuarter: 'LastQuarter',
|
|
17
|
+
last7days: 'Last7Days',
|
|
18
|
+
last14days: 'Last14Days',
|
|
19
|
+
last30days: 'Last30Days',
|
|
20
|
+
last90days: 'Last90Days',
|
|
21
|
+
last180days: 'Last180Days',
|
|
22
|
+
last365days: 'Last365Days'
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
locale: string;
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
};
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: string;
|
|
9
|
+
toDay: string;
|
|
10
|
+
yesterDay: string;
|
|
11
|
+
week: string;
|
|
12
|
+
lastWeek: string;
|
|
13
|
+
month: string;
|
|
14
|
+
lastMonth: string;
|
|
15
|
+
quarter: string;
|
|
16
|
+
lastQuarter: string;
|
|
17
|
+
last7days: string;
|
|
18
|
+
last14days: string;
|
|
19
|
+
last30days: string;
|
|
20
|
+
last90days: string;
|
|
21
|
+
last180days: string;
|
|
22
|
+
last365days: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
locale: 'de_DE',
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: 'Please select'
|
|
6
|
+
},
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: 'CustomTime',
|
|
9
|
+
toDay: 'ToDay',
|
|
10
|
+
yesterDay: 'YesterDay',
|
|
11
|
+
week: 'Week',
|
|
12
|
+
lastWeek: 'LastWeek',
|
|
13
|
+
month: 'Month',
|
|
14
|
+
lastMonth: 'LastMonth',
|
|
15
|
+
quarter: 'Quarter',
|
|
16
|
+
lastQuarter: 'LastQuarter',
|
|
17
|
+
last7days: 'Last7Days',
|
|
18
|
+
last14days: 'Last14Days',
|
|
19
|
+
last30days: 'Last30Days',
|
|
20
|
+
last90days: 'Last90Days',
|
|
21
|
+
last180days: 'Last180Days',
|
|
22
|
+
last365days: 'Last365Days'
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
locale: string;
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
};
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: string;
|
|
9
|
+
toDay: string;
|
|
10
|
+
yesterDay: string;
|
|
11
|
+
week: string;
|
|
12
|
+
lastWeek: string;
|
|
13
|
+
month: string;
|
|
14
|
+
lastMonth: string;
|
|
15
|
+
quarter: string;
|
|
16
|
+
lastQuarter: string;
|
|
17
|
+
last7days: string;
|
|
18
|
+
last14days: string;
|
|
19
|
+
last30days: string;
|
|
20
|
+
last90days: string;
|
|
21
|
+
last180days: string;
|
|
22
|
+
last365days: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
locale: 'es_ES',
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: 'Please select'
|
|
6
|
+
},
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: 'CustomTime',
|
|
9
|
+
toDay: 'ToDay',
|
|
10
|
+
yesterDay: 'YesterDay',
|
|
11
|
+
week: 'Week',
|
|
12
|
+
lastWeek: 'LastWeek',
|
|
13
|
+
month: 'Month',
|
|
14
|
+
lastMonth: 'LastMonth',
|
|
15
|
+
quarter: 'Quarter',
|
|
16
|
+
lastQuarter: 'LastQuarter',
|
|
17
|
+
last7days: 'Last7Days',
|
|
18
|
+
last14days: 'Last14Days',
|
|
19
|
+
last30days: 'Last30Days',
|
|
20
|
+
last90days: 'Last90Days',
|
|
21
|
+
last180days: 'Last180Days',
|
|
22
|
+
last365days: 'Last365Days'
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
locale: string;
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
};
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: string;
|
|
9
|
+
toDay: string;
|
|
10
|
+
yesterDay: string;
|
|
11
|
+
week: string;
|
|
12
|
+
lastWeek: string;
|
|
13
|
+
month: string;
|
|
14
|
+
lastMonth: string;
|
|
15
|
+
quarter: string;
|
|
16
|
+
lastQuarter: string;
|
|
17
|
+
last7days: string;
|
|
18
|
+
last14days: string;
|
|
19
|
+
last30days: string;
|
|
20
|
+
last90days: string;
|
|
21
|
+
last180days: string;
|
|
22
|
+
last365days: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
locale: 'fi_FI',
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: 'Please select'
|
|
6
|
+
},
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: 'CustomTime',
|
|
9
|
+
toDay: 'ToDay',
|
|
10
|
+
yesterDay: 'YesterDay',
|
|
11
|
+
week: 'Week',
|
|
12
|
+
lastWeek: 'LastWeek',
|
|
13
|
+
month: 'Month',
|
|
14
|
+
lastMonth: 'LastMonth',
|
|
15
|
+
quarter: 'Quarter',
|
|
16
|
+
lastQuarter: 'LastQuarter',
|
|
17
|
+
last7days: 'Last7Days',
|
|
18
|
+
last14days: 'Last14Days',
|
|
19
|
+
last30days: 'Last30Days',
|
|
20
|
+
last90days: 'Last90Days',
|
|
21
|
+
last180days: 'Last180Days',
|
|
22
|
+
last365days: 'Last365Days'
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
locale: string;
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
};
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: string;
|
|
9
|
+
toDay: string;
|
|
10
|
+
yesterDay: string;
|
|
11
|
+
week: string;
|
|
12
|
+
lastWeek: string;
|
|
13
|
+
month: string;
|
|
14
|
+
lastMonth: string;
|
|
15
|
+
quarter: string;
|
|
16
|
+
lastQuarter: string;
|
|
17
|
+
last7days: string;
|
|
18
|
+
last14days: string;
|
|
19
|
+
last30days: string;
|
|
20
|
+
last90days: string;
|
|
21
|
+
last180days: string;
|
|
22
|
+
last365days: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
locale: 'fr_FR',
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: 'Please select'
|
|
6
|
+
},
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: 'CustomTime',
|
|
9
|
+
toDay: 'ToDay',
|
|
10
|
+
yesterDay: 'YesterDay',
|
|
11
|
+
week: 'Week',
|
|
12
|
+
lastWeek: 'LastWeek',
|
|
13
|
+
month: 'Month',
|
|
14
|
+
lastMonth: 'LastMonth',
|
|
15
|
+
quarter: 'Quarter',
|
|
16
|
+
lastQuarter: 'LastQuarter',
|
|
17
|
+
last7days: 'Last7Days',
|
|
18
|
+
last14days: 'Last14Days',
|
|
19
|
+
last30days: 'Last30Days',
|
|
20
|
+
last90days: 'Last90Days',
|
|
21
|
+
last180days: 'Last180Days',
|
|
22
|
+
last365days: 'Last365Days'
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
locale: string;
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
};
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: string;
|
|
9
|
+
toDay: string;
|
|
10
|
+
yesterDay: string;
|
|
11
|
+
week: string;
|
|
12
|
+
lastWeek: string;
|
|
13
|
+
month: string;
|
|
14
|
+
lastMonth: string;
|
|
15
|
+
quarter: string;
|
|
16
|
+
lastQuarter: string;
|
|
17
|
+
last7days: string;
|
|
18
|
+
last14days: string;
|
|
19
|
+
last30days: string;
|
|
20
|
+
last90days: string;
|
|
21
|
+
last180days: string;
|
|
22
|
+
last365days: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
locale: 'id_ID',
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: 'Please select'
|
|
6
|
+
},
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: 'CustomTime',
|
|
9
|
+
toDay: 'ToDay',
|
|
10
|
+
yesterDay: 'YesterDay',
|
|
11
|
+
week: 'Week',
|
|
12
|
+
lastWeek: 'LastWeek',
|
|
13
|
+
month: 'Month',
|
|
14
|
+
lastMonth: 'LastMonth',
|
|
15
|
+
quarter: 'Quarter',
|
|
16
|
+
lastQuarter: 'LastQuarter',
|
|
17
|
+
last7days: 'Last7Days',
|
|
18
|
+
last14days: 'Last14Days',
|
|
19
|
+
last30days: 'Last30Days',
|
|
20
|
+
last90days: 'Last90Days',
|
|
21
|
+
last180days: 'Last180Days',
|
|
22
|
+
last365days: 'Last365Days'
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
locale: string;
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
};
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: string;
|
|
9
|
+
toDay: string;
|
|
10
|
+
yesterDay: string;
|
|
11
|
+
week: string;
|
|
12
|
+
lastWeek: string;
|
|
13
|
+
month: string;
|
|
14
|
+
lastMonth: string;
|
|
15
|
+
quarter: string;
|
|
16
|
+
lastQuarter: string;
|
|
17
|
+
last7days: string;
|
|
18
|
+
last14days: string;
|
|
19
|
+
last30days: string;
|
|
20
|
+
last90days: string;
|
|
21
|
+
last180days: string;
|
|
22
|
+
last365days: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
locale: 'it_IT',
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: 'Please select'
|
|
6
|
+
},
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: 'CustomTime',
|
|
9
|
+
toDay: 'ToDay',
|
|
10
|
+
yesterDay: 'YesterDay',
|
|
11
|
+
week: 'Week',
|
|
12
|
+
lastWeek: 'LastWeek',
|
|
13
|
+
month: 'Month',
|
|
14
|
+
lastMonth: 'LastMonth',
|
|
15
|
+
quarter: 'Quarter',
|
|
16
|
+
lastQuarter: 'LastQuarter',
|
|
17
|
+
last7days: 'Last7Days',
|
|
18
|
+
last14days: 'Last14Days',
|
|
19
|
+
last30days: 'Last30Days',
|
|
20
|
+
last90days: 'Last90Days',
|
|
21
|
+
last180days: 'Last180Days',
|
|
22
|
+
last365days: 'Last365Days'
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
locale: string;
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
};
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: string;
|
|
9
|
+
toDay: string;
|
|
10
|
+
yesterDay: string;
|
|
11
|
+
week: string;
|
|
12
|
+
lastWeek: string;
|
|
13
|
+
month: string;
|
|
14
|
+
lastMonth: string;
|
|
15
|
+
quarter: string;
|
|
16
|
+
lastQuarter: string;
|
|
17
|
+
last7days: string;
|
|
18
|
+
last14days: string;
|
|
19
|
+
last30days: string;
|
|
20
|
+
last90days: string;
|
|
21
|
+
last180days: string;
|
|
22
|
+
last365days: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
locale: 'ja_JP',
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: 'Please select'
|
|
6
|
+
},
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: 'CustomTime',
|
|
9
|
+
toDay: 'ToDay',
|
|
10
|
+
yesterDay: 'YesterDay',
|
|
11
|
+
week: 'Week',
|
|
12
|
+
lastWeek: 'LastWeek',
|
|
13
|
+
month: 'Month',
|
|
14
|
+
lastMonth: 'LastMonth',
|
|
15
|
+
quarter: 'Quarter',
|
|
16
|
+
lastQuarter: 'LastQuarter',
|
|
17
|
+
last7days: 'Last7Days',
|
|
18
|
+
last14days: 'Last14Days',
|
|
19
|
+
last30days: 'Last30Days',
|
|
20
|
+
last90days: 'Last90Days',
|
|
21
|
+
last180days: 'Last180Days',
|
|
22
|
+
last365days: 'Last365Days'
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
locale: string;
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
};
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: string;
|
|
9
|
+
toDay: string;
|
|
10
|
+
yesterDay: string;
|
|
11
|
+
week: string;
|
|
12
|
+
lastWeek: string;
|
|
13
|
+
month: string;
|
|
14
|
+
lastMonth: string;
|
|
15
|
+
quarter: string;
|
|
16
|
+
lastQuarter: string;
|
|
17
|
+
last7days: string;
|
|
18
|
+
last14days: string;
|
|
19
|
+
last30days: string;
|
|
20
|
+
last90days: string;
|
|
21
|
+
last180days: string;
|
|
22
|
+
last365days: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
locale: 'ko_KR',
|
|
3
|
+
lang: {
|
|
4
|
+
global: {
|
|
5
|
+
placeholder: 'Please select'
|
|
6
|
+
},
|
|
7
|
+
labelCustomizeRangePicker: {
|
|
8
|
+
customTime: 'CustomTime',
|
|
9
|
+
toDay: 'ToDay',
|
|
10
|
+
yesterDay: 'YesterDay',
|
|
11
|
+
week: 'Week',
|
|
12
|
+
lastWeek: 'LastWeek',
|
|
13
|
+
month: 'Month',
|
|
14
|
+
lastMonth: 'LastMonth',
|
|
15
|
+
quarter: 'Quarter',
|
|
16
|
+
lastQuarter: 'LastQuarter',
|
|
17
|
+
last7days: 'Last7Days',
|
|
18
|
+
last14days: 'Last14Days',
|
|
19
|
+
last30days: 'Last30Days',
|
|
20
|
+
last90days: 'Last90Days',
|
|
21
|
+
last180days: 'Last180Days',
|
|
22
|
+
last365days: 'Last365Days'
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export default locale;
|