vft 0.0.511 → 0.0.514
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/index.css +1 -1
- package/es/components/cascader/cascader.vue2.js +202 -203
- package/es/components/cascader-panel/menu.vue2.js +49 -50
- package/es/components/clamp-toggle/clamp-toggle.vue2.js +18 -19
- package/es/components/color-picker/color-picker.vue2.js +133 -134
- package/es/components/config-provider/config-provider.vue.d.ts +0 -2
- package/es/components/config-provider/config-provider.vue2.js +4 -5
- package/es/components/config-provider/constants.d.ts +0 -1
- package/es/components/config-provider/constants.js +2 -3
- package/es/components/config-provider/hooks/use-global-config.js +30 -33
- package/es/components/config-provider/index.d.ts +0 -9
- package/es/components/config-provider/index.js +5 -6
- package/es/components/date-picker/composables/use-basic-date-table.js +82 -83
- package/es/components/date-picker/composables/use-month-range-header.js +14 -15
- package/es/components/date-picker/composables/use-panel-date-range.js +23 -24
- package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +38 -39
- package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +38 -39
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +183 -184
- package/es/components/date-picker/date-picker-com/panel-date-range.vue2.js +224 -225
- package/es/components/date-time-select/date-time-select.vue2.js +36 -39
- package/es/components/dropdown/dropdown-item-impl.vue.d.ts +1 -1
- package/es/components/dropdown/dropdown-item.vue.d.ts +1 -1
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- package/es/components/dropdown/dropdown.vue2.js +67 -68
- package/es/components/dropdown/index.d.ts +33 -33
- package/es/components/empty/empty.vue2.js +38 -39
- package/es/components/full-screen/full-screen.vue2.js +17 -18
- package/es/components/image/image.vue2.js +59 -60
- package/es/components/image-viewer/image-viewer.vue2.js +44 -45
- package/es/components/index.js +97 -98
- package/es/components/md-container/md-container.vue2.js +74 -75
- package/es/components/md-container/toc.js +36 -37
- package/es/components/message-box/message-box.vue2.js +3 -3
- package/es/components/message-box/method.js +47 -48
- package/es/components/modal/modal-footer-action.vue2.js +24 -25
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +15 -16
- package/es/components/multiple-tabs/use/use-tab-dropdown.js +53 -54
- package/es/components/popconfirm/popconfirm.vue2.js +39 -40
- package/es/components/search/search.vue2.js +50 -51
- package/es/components/select/useSelect.js +231 -232
- package/es/components/super-form/super-form-item.vue2.js +66 -66
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +65 -66
- package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +133 -134
- package/es/components/transfer/transfer-panel.vue2.js +56 -57
- package/es/components/transfer/transfer.vue2.js +69 -70
- package/es/components/tree/tree.vue2.js +59 -60
- package/es/components/upload/upload-content.vue2.js +49 -50
- package/es/components/upload/upload-list.vue2.js +45 -46
- package/es/components/upload/upload.vue2.js +99 -100
- package/es/hooks/use-z-index/index.js +3 -3
- package/es/index.d.ts +0 -1
- package/es/index.js +1 -5
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/cascader/cascader.vue2.cjs +1 -1
- package/lib/components/cascader-panel/menu.vue2.cjs +4 -4
- package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
- package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
- package/lib/components/config-provider/config-provider.vue.d.ts +0 -2
- package/lib/components/config-provider/config-provider.vue2.cjs +1 -1
- package/lib/components/config-provider/constants.cjs +1 -1
- package/lib/components/config-provider/constants.d.ts +0 -1
- package/lib/components/config-provider/hooks/use-global-config.cjs +1 -1
- package/lib/components/config-provider/index.cjs +1 -1
- package/lib/components/config-provider/index.d.ts +0 -9
- package/lib/components/date-picker/composables/use-basic-date-table.cjs +1 -1
- package/lib/components/date-picker/composables/use-month-range-header.cjs +1 -1
- package/lib/components/date-picker/composables/use-panel-date-range.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue2.cjs +1 -1
- package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +1 -1
- package/lib/components/dropdown/dropdown-item.vue.d.ts +1 -1
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
- package/lib/components/dropdown/index.d.ts +33 -33
- package/lib/components/empty/empty.vue2.cjs +1 -1
- package/lib/components/full-screen/full-screen.vue2.cjs +1 -1
- package/lib/components/image/image.vue2.cjs +1 -1
- package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
- package/lib/components/index.cjs +1 -1
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/md-container/toc.cjs +1 -1
- package/lib/components/message-box/message-box.vue2.cjs +1 -1
- package/lib/components/message-box/method.cjs +1 -1
- package/lib/components/modal/modal-footer-action.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/use/use-tab-dropdown.cjs +1 -1
- package/lib/components/popconfirm/popconfirm.vue2.cjs +1 -1
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/select/useSelect.cjs +1 -1
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue2.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue2.cjs +1 -1
- package/lib/components/transfer/transfer-panel.vue2.cjs +1 -1
- package/lib/components/transfer/transfer.vue2.cjs +1 -1
- package/lib/components/tree/tree.vue2.cjs +1 -1
- package/lib/components/upload/upload-content.vue2.cjs +1 -1
- package/lib/components/upload/upload-list.vue2.cjs +1 -1
- package/lib/components/upload/upload.vue2.cjs +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +0 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +3 -3
- package/theme-style/index.css +1 -1
- package/theme-style/src/image-viewer.scss +12 -0
- package/theme-style/src/message-box.scss +2 -2
- package/theme-style/src/table.scss +6 -0
- package/theme-style/vft-image-viewer.css +1 -1
- package/theme-style/vft-message-box.css +1 -1
- package/theme-style/vft-table.css +1 -1
- package/web-types.json +1 -1
- package/es/locale/index.d.js +0 -1
- package/es/locale/index.d.ts +0 -26
- package/es/locale/index.js +0 -10
- package/es/locale/lang/en.d.ts +0 -183
- package/es/locale/lang/en.js +0 -241
- package/es/locale/lang/zh-cn.d.ts +0 -183
- package/es/locale/lang/zh-cn.js +0 -241
- package/es/locale/lang/zh-tw.d.ts +0 -183
- package/es/locale/lang/zh-tw.js +0 -241
- package/es/locale/use-locale.d.ts +0 -17
- package/es/locale/use-locale.js +0 -56
- package/lib/locale/index.cjs +0 -1
- package/lib/locale/index.d.cjs +0 -1
- package/lib/locale/index.d.ts +0 -26
- package/lib/locale/lang/en.cjs +0 -1
- package/lib/locale/lang/en.d.ts +0 -183
- package/lib/locale/lang/zh-cn.cjs +0 -1
- package/lib/locale/lang/zh-cn.d.ts +0 -183
- package/lib/locale/lang/zh-tw.cjs +0 -1
- package/lib/locale/lang/zh-tw.d.ts +0 -183
- package/lib/locale/use-locale.cjs +0 -1
- package/lib/locale/use-locale.d.ts +0 -17
package/es/locale/use-locale.js
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { ref as f, inject as d, computed as u } from "vue";
|
|
2
|
-
import m from "./lang/zh-cn.js";
|
|
3
|
-
import j from "./lang/en.js";
|
|
4
|
-
import w from "./lang/zh-tw.js";
|
|
5
|
-
const l = {
|
|
6
|
-
"zh-cn": m,
|
|
7
|
-
en: j,
|
|
8
|
-
"zh-tw": w
|
|
9
|
-
}, s = f("zh-cn"), n = f(m), x = Symbol("vftLocale");
|
|
10
|
-
function S(i = "zh-cn") {
|
|
11
|
-
const o = d(x, void 0);
|
|
12
|
-
if (o?.value) {
|
|
13
|
-
const e = (t) => {
|
|
14
|
-
l[t] && o && (o.value = l[t]);
|
|
15
|
-
}, r = (t, c) => {
|
|
16
|
-
const v = t.split(".");
|
|
17
|
-
let a = o.value;
|
|
18
|
-
for (const C of v)
|
|
19
|
-
if (a = a?.[C], a === void 0)
|
|
20
|
-
return c || t;
|
|
21
|
-
return a || c || t;
|
|
22
|
-
};
|
|
23
|
-
return {
|
|
24
|
-
locale: u(() => o.value),
|
|
25
|
-
currentLocale: u(() => o.value?.name || "zh-cn"),
|
|
26
|
-
setLocale: e,
|
|
27
|
-
getLocale: () => o.value,
|
|
28
|
-
getCurrentLocale: () => o.value?.name || "zh-cn",
|
|
29
|
-
t: r
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
s.value = i, n.value = l[i];
|
|
33
|
-
const L = (e) => {
|
|
34
|
-
l[e] && (s.value = e, n.value = l[e]);
|
|
35
|
-
}, p = () => n.value, h = () => s.value, z = (e, r) => {
|
|
36
|
-
const t = e.split(".");
|
|
37
|
-
let c = n.value;
|
|
38
|
-
for (const v of t)
|
|
39
|
-
if (c = c?.[v], c === void 0)
|
|
40
|
-
return r || e;
|
|
41
|
-
return c || r || e;
|
|
42
|
-
};
|
|
43
|
-
return {
|
|
44
|
-
locale: u(() => n.value),
|
|
45
|
-
currentLocale: u(() => s.value),
|
|
46
|
-
setLocale: L,
|
|
47
|
-
getLocale: p,
|
|
48
|
-
getCurrentLocale: h,
|
|
49
|
-
t: z
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
export {
|
|
53
|
-
S as default,
|
|
54
|
-
x as localeContextKey,
|
|
55
|
-
S as useLocale
|
|
56
|
-
};
|
package/lib/locale/index.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./lang/en.cjs"),t=require("./lang/zh-cn.cjs"),u=require("./lang/zh-tw.cjs"),r=require("./use-locale.cjs");exports.en=e.default;exports.zhCn=t.default;exports.zhTw=u.default;exports.useLocale=r.default;
|
package/lib/locale/index.d.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
package/lib/locale/index.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export type TranslatePair = {
|
|
2
|
-
[key: string]: string | string[] | TranslatePair
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
export type Language = {
|
|
6
|
-
name: string
|
|
7
|
-
vft: TranslatePair
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export type LocaleType = 'zh-cn' | 'en' | 'zh-tw'
|
|
11
|
-
|
|
12
|
-
export declare const en: Language
|
|
13
|
-
export declare const zhCn: Language
|
|
14
|
-
export declare const zhTw: Language
|
|
15
|
-
|
|
16
|
-
export interface UseLocaleReturn {
|
|
17
|
-
locale: import('vue').Ref<Language>
|
|
18
|
-
currentLocale: import('vue').Ref<LocaleType>
|
|
19
|
-
setLocale: (lang: LocaleType) => void
|
|
20
|
-
getLocale: () => Language
|
|
21
|
-
getCurrentLocale: () => LocaleType
|
|
22
|
-
t: (key: string, defaultValue?: string) => string
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export declare function useLocale(defaultLocale?: LocaleType): UseLocaleReturn
|
|
26
|
-
|
package/lib/locale/lang/en.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={name:"en",vft:{ok:"OK",cancel:"Cancel",confirm:"Confirm",close:"Close",save:"Save",delete:"Delete",edit:"Edit",add:"Add",search:"Search",reset:"Reset",submit:"Submit",loading:"Loading",noData:"No Data",noMatch:"No matching data",error:"Error",success:"Success",warning:"Warning",info:"Info",pagination:{goto:"Go to",pagesize:"items per page",total:"Total {total}",pageClassifier:""},table:{emptyText:"No data",confirmDeleteRecord:"This will permanently delete the record. Continue?",deleteSuccess:"Delete successfully",deleteFailed:"Delete failed",search:"Search",seq:"Seq",name:"Name",time:"Time",createTime:"Create Time",updateTime:"Update Time",status:"Status",statusNormal:"Normal",statusDisabled:"Disabled",actionColumn:"Action",edit:"Edit",delete:"Delete",confirmDelete:"Confirm delete?"},form:{required:"This field is required",invalidFormat:"Invalid format",submitSuccess:"Submit successfully",submitFailed:"Submit failed"},dialog:{confirm:"Confirm",cancel:"Cancel"},empty:{notFound:"Page not found",deleted:"Deleted",networkDisconnect:"Network disconnected",noData:"No data",pageError:"System error",noFilter:"No results for this filter",noSearch:"No search results"},popconfirm:{confirm:"Confirm",cancel:"Cancel"},superForm:{reset:"Reset",submit:"Confirm",cancel:"Cancel"},tree:{emptyText:"No data"},timePicker:{cancel:"Cancel",confirm:"Confirm"},transfer:{filterPlaceholder:"Enter search content"},search:{placeholder:"Enter the content you want to search"},table:{search:"Search"},modal:{confirm:"Confirm",cancel:"Cancel"},multipleTabs:{unpin:"Unpin",refresh:"Refresh",openInNewTab:"Open in new tab",closeTab:"Close tab",closeLeft:"Close left tabs",closeRight:"Close right tabs",closeOther:"Close other tabs",closeAll:"Close all tabs",fullScreen:"Full screen",standalone:"Standalone page",pin:"Pin"},cascader:{placeholder:"Please select",noData:"No matching data"},clampToggle:{expand:"Expand",collapse:"Collapse"},colorPicker:{ariaDescription:"Current color is {color}. Press Enter to select a new color",label:"Color picker"},datePicker:{dateTableLabel:"Use arrow keys and Enter to select a date",monthTableLabel:"Use arrow keys and Enter to select a month",yearTableLabel:"Use arrow keys and Enter to select a year",selectDate:"Select date",selectTime:"Select time",year:"Year",startDate:"Start date",startTime:"Start time",endDate:"End date",endTime:"End time",weekSunday:"Sun",weekMonday:"Mon",weekTuesday:"Tue",weekWednesday:"Wed",weekThursday:"Thu",weekFriday:"Fri",weekSaturday:"Sat"},dateTimeSelect:{placeholder:"Please select time"},dropdown:{ariaLabel:"Toggle dropdown menu"},fullScreen:{enter:"Full screen",exit:"Exit full screen"},imageViewer:{loadFailed:"Load failed"},mdContainer:{publishTime:"Publish time",readCount:"Read count",tableOfContents:"Table of contents"},pagination:{itemsPerPage:"items per page"},select:{loading:"Loading",noMatch:"No matching data",noData:"No data",placeholder:"Please select"},superFormPlaceholder:{input:"Please enter",password:"Please enter password",select:"Please select",checkbox:"Please check",search:"Please enter search content",tag:"Please enter tag content",upload:"Please select file to upload",slider:"Please drag the slider",time:"Please select time",startTime:"Start time",endTime:"End time",startDate:"Start date",endDate:"End date",startMonth:"Start month",endMonth:"End month"},superFormError:{componentPropsError:"componentProps execution error:",fetchRemoteDataError:"fetchRemoteData execution error:"},tableError:{noDataToExpand:"expandTreeLevel: no data to expand"},transferExtend:{noMatch:"No matching data",noData:"No data",list1:"List 1",list2:"List 2"},upload:{sizeExceed:"File size exceeds limit",sizeCheckFailed:"Size check failed:",typeNotSupported:"File type does not support size check",imageLoadFailed:"Image load failed",videoLoadFailed:"Video load failed",defaultSizeMessage:"Default file size exceeded message:",defaultSizeCheckMessage:"Default size check message:",defaultTypeCheckMessage:"Default file type check message:",deleteKeyTip:"Press delete key to remove"}}};exports.default=e;
|
package/lib/locale/lang/en.d.ts
DELETED
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
name: string;
|
|
3
|
-
vft: {
|
|
4
|
-
ok: string;
|
|
5
|
-
cancel: string;
|
|
6
|
-
confirm: string;
|
|
7
|
-
close: string;
|
|
8
|
-
save: string;
|
|
9
|
-
delete: string;
|
|
10
|
-
edit: string;
|
|
11
|
-
add: string;
|
|
12
|
-
search: {
|
|
13
|
-
placeholder: string;
|
|
14
|
-
};
|
|
15
|
-
reset: string;
|
|
16
|
-
submit: string;
|
|
17
|
-
loading: string;
|
|
18
|
-
noData: string;
|
|
19
|
-
noMatch: string;
|
|
20
|
-
error: string;
|
|
21
|
-
success: string;
|
|
22
|
-
warning: string;
|
|
23
|
-
info: string;
|
|
24
|
-
pagination: {
|
|
25
|
-
itemsPerPage: string;
|
|
26
|
-
};
|
|
27
|
-
table: {
|
|
28
|
-
search: string;
|
|
29
|
-
};
|
|
30
|
-
form: {
|
|
31
|
-
required: string;
|
|
32
|
-
invalidFormat: string;
|
|
33
|
-
submitSuccess: string;
|
|
34
|
-
submitFailed: string;
|
|
35
|
-
};
|
|
36
|
-
dialog: {
|
|
37
|
-
confirm: string;
|
|
38
|
-
cancel: string;
|
|
39
|
-
};
|
|
40
|
-
empty: {
|
|
41
|
-
notFound: string;
|
|
42
|
-
deleted: string;
|
|
43
|
-
networkDisconnect: string;
|
|
44
|
-
noData: string;
|
|
45
|
-
pageError: string;
|
|
46
|
-
noFilter: string;
|
|
47
|
-
noSearch: string;
|
|
48
|
-
};
|
|
49
|
-
popconfirm: {
|
|
50
|
-
confirm: string;
|
|
51
|
-
cancel: string;
|
|
52
|
-
};
|
|
53
|
-
superForm: {
|
|
54
|
-
reset: string;
|
|
55
|
-
submit: string;
|
|
56
|
-
cancel: string;
|
|
57
|
-
};
|
|
58
|
-
tree: {
|
|
59
|
-
emptyText: string;
|
|
60
|
-
};
|
|
61
|
-
timePicker: {
|
|
62
|
-
cancel: string;
|
|
63
|
-
confirm: string;
|
|
64
|
-
};
|
|
65
|
-
transfer: {
|
|
66
|
-
filterPlaceholder: string;
|
|
67
|
-
};
|
|
68
|
-
modal: {
|
|
69
|
-
confirm: string;
|
|
70
|
-
cancel: string;
|
|
71
|
-
};
|
|
72
|
-
multipleTabs: {
|
|
73
|
-
unpin: string;
|
|
74
|
-
refresh: string;
|
|
75
|
-
openInNewTab: string;
|
|
76
|
-
closeTab: string;
|
|
77
|
-
closeLeft: string;
|
|
78
|
-
closeRight: string;
|
|
79
|
-
closeOther: string;
|
|
80
|
-
closeAll: string;
|
|
81
|
-
fullScreen: string;
|
|
82
|
-
standalone: string;
|
|
83
|
-
pin: string;
|
|
84
|
-
};
|
|
85
|
-
cascader: {
|
|
86
|
-
placeholder: string;
|
|
87
|
-
noData: string;
|
|
88
|
-
};
|
|
89
|
-
clampToggle: {
|
|
90
|
-
expand: string;
|
|
91
|
-
collapse: string;
|
|
92
|
-
};
|
|
93
|
-
colorPicker: {
|
|
94
|
-
ariaDescription: string;
|
|
95
|
-
label: string;
|
|
96
|
-
};
|
|
97
|
-
datePicker: {
|
|
98
|
-
dateTableLabel: string;
|
|
99
|
-
monthTableLabel: string;
|
|
100
|
-
yearTableLabel: string;
|
|
101
|
-
selectDate: string;
|
|
102
|
-
selectTime: string;
|
|
103
|
-
year: string;
|
|
104
|
-
startDate: string;
|
|
105
|
-
startTime: string;
|
|
106
|
-
endDate: string;
|
|
107
|
-
endTime: string;
|
|
108
|
-
weekSunday: string;
|
|
109
|
-
weekMonday: string;
|
|
110
|
-
weekTuesday: string;
|
|
111
|
-
weekWednesday: string;
|
|
112
|
-
weekThursday: string;
|
|
113
|
-
weekFriday: string;
|
|
114
|
-
weekSaturday: string;
|
|
115
|
-
};
|
|
116
|
-
dateTimeSelect: {
|
|
117
|
-
placeholder: string;
|
|
118
|
-
};
|
|
119
|
-
dropdown: {
|
|
120
|
-
ariaLabel: string;
|
|
121
|
-
};
|
|
122
|
-
fullScreen: {
|
|
123
|
-
enter: string;
|
|
124
|
-
exit: string;
|
|
125
|
-
};
|
|
126
|
-
imageViewer: {
|
|
127
|
-
loadFailed: string;
|
|
128
|
-
};
|
|
129
|
-
mdContainer: {
|
|
130
|
-
publishTime: string;
|
|
131
|
-
readCount: string;
|
|
132
|
-
tableOfContents: string;
|
|
133
|
-
};
|
|
134
|
-
select: {
|
|
135
|
-
loading: string;
|
|
136
|
-
noMatch: string;
|
|
137
|
-
noData: string;
|
|
138
|
-
placeholder: string;
|
|
139
|
-
};
|
|
140
|
-
superFormPlaceholder: {
|
|
141
|
-
input: string;
|
|
142
|
-
password: string;
|
|
143
|
-
select: string;
|
|
144
|
-
checkbox: string;
|
|
145
|
-
search: string;
|
|
146
|
-
tag: string;
|
|
147
|
-
upload: string;
|
|
148
|
-
slider: string;
|
|
149
|
-
time: string;
|
|
150
|
-
startTime: string;
|
|
151
|
-
endTime: string;
|
|
152
|
-
startDate: string;
|
|
153
|
-
endDate: string;
|
|
154
|
-
startMonth: string;
|
|
155
|
-
endMonth: string;
|
|
156
|
-
};
|
|
157
|
-
superFormError: {
|
|
158
|
-
componentPropsError: string;
|
|
159
|
-
fetchRemoteDataError: string;
|
|
160
|
-
};
|
|
161
|
-
tableError: {
|
|
162
|
-
noDataToExpand: string;
|
|
163
|
-
};
|
|
164
|
-
transferExtend: {
|
|
165
|
-
noMatch: string;
|
|
166
|
-
noData: string;
|
|
167
|
-
list1: string;
|
|
168
|
-
list2: string;
|
|
169
|
-
};
|
|
170
|
-
upload: {
|
|
171
|
-
sizeExceed: string;
|
|
172
|
-
sizeCheckFailed: string;
|
|
173
|
-
typeNotSupported: string;
|
|
174
|
-
imageLoadFailed: string;
|
|
175
|
-
videoLoadFailed: string;
|
|
176
|
-
defaultSizeMessage: string;
|
|
177
|
-
defaultSizeCheckMessage: string;
|
|
178
|
-
defaultTypeCheckMessage: string;
|
|
179
|
-
deleteKeyTip: string;
|
|
180
|
-
};
|
|
181
|
-
};
|
|
182
|
-
};
|
|
183
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={name:"zh-cn",vft:{ok:"确定",cancel:"取消",confirm:"确认",close:"关闭",save:"保存",delete:"删除",edit:"编辑",add:"添加",search:"搜索",reset:"重置",submit:"提交",loading:"加载中",noData:"暂无数据",noMatch:"无匹配数据",error:"错误",success:"成功",warning:"警告",info:"提示",pagination:{goto:"前往",pagesize:"条/页",total:"共 {total} 条",pageClassifier:"页"},table:{emptyText:"暂无数据",confirmDeleteRecord:"此操作将永久删除该记录,是否继续?",deleteSuccess:"删除成功",deleteFailed:"删除失败",search:"搜索",seq:"序号",name:"名称",time:"时间",createTime:"创建时间",updateTime:"更新时间",status:"状态",statusNormal:"正常",statusDisabled:"禁用",actionColumn:"操作栏",edit:"编辑",delete:"删除",confirmDelete:"确认删除?"},form:{required:"此项为必填项",invalidFormat:"格式不正确",submitSuccess:"提交成功",submitFailed:"提交失败"},dialog:{confirm:"确定",cancel:"取消"},empty:{notFound:"页面不存在",deleted:"已删除",networkDisconnect:"网络已断开",noData:"暂无数据",pageError:"系统异常",noFilter:"此筛选条件下无结果",noSearch:"没有搜索结果"},popconfirm:{confirm:"确认",cancel:"取消"},superForm:{reset:"重置",submit:"确认",cancel:"取消"},tree:{emptyText:"暂无数据"},timePicker:{cancel:"取消",confirm:"确认"},transfer:{filterPlaceholder:"请输入搜索内容"},search:{placeholder:"请输入你要搜索的内容"},table:{search:"搜索"},modal:{confirm:"确认",cancel:"取消"},multipleTabs:{unpin:"取消固定",refresh:"刷新",openInNewTab:"新页面打开",closeTab:"关闭标签页",closeLeft:"关闭左侧标签页",closeRight:"关闭右侧标签页",closeOther:"关闭其它标签页",closeAll:"关闭所有标签页",fullScreen:"全屏",standalone:"独立页面",pin:"固定"},cascader:{placeholder:"请选择",noData:"无匹配数据"},clampToggle:{expand:"展开",collapse:"收缩"},colorPicker:{ariaDescription:"目前色彩為 {color}。按一下 Enter 以選擇新色彩",label:"色彩选择器"},datePicker:{dateTableLabel:"使用方向键与 Enter 键可选择日期",monthTableLabel:"使用方向键与 Enter 键可选择月份",yearTableLabel:"使用方向键与 Enter 键以选择年份",selectDate:"选择日期",selectTime:"选择时间",year:"年",startDate:"开始日期",startTime:"开始时间",endDate:"结束日期",endTime:"结束时间",weekSunday:"日",weekMonday:"一",weekTuesday:"二",weekWednesday:"三",weekThursday:"四",weekFriday:"五",weekSaturday:"六"},dateTimeSelect:{placeholder:"请选择时间"},dropdown:{ariaLabel:"切换下拉菜单"},fullScreen:{enter:"全屏",exit:"退出全屏"},imageViewer:{loadFailed:"加载失败"},mdContainer:{publishTime:"发布时间",readCount:"阅读量",tableOfContents:"此页内容"},pagination:{itemsPerPage:"条/页"},select:{loading:"加载中",noMatch:"无匹配数据",noData:"暂无数据",placeholder:"请选择"},superFormPlaceholder:{input:"请输入",password:"请输入密码",select:"请选择",checkbox:"请勾选",search:"请输入要搜索的内容",tag:"请输入标签内容",upload:"请选择上传文件",slider:"请拖动滑块",time:"请选择时间",startTime:"开始时间",endTime:"结束时间",startDate:"开始日期",endDate:"结束日期",startMonth:"开始月份",endMonth:"结束月份"},superFormError:{componentPropsError:"componentProps 执行错误:",fetchRemoteDataError:"fetchRemoteData 执行错误:"},tableError:{noDataToExpand:"expandTreeLevel: 没有数据可展开"},transferExtend:{noMatch:"无匹配数据",noData:"无数据",list1:"列表 1",list2:"列表 2"},upload:{sizeExceed:"文件大小超出限制",sizeCheckFailed:"尺寸校验失败:",typeNotSupported:"文件类型不支持尺寸校验",imageLoadFailed:"图片加载失败",videoLoadFailed:"视频加载失败",defaultSizeMessage:"默认文件大小超出提示:",defaultSizeCheckMessage:"默认尺寸校验提示:",defaultTypeCheckMessage:"默认文件类型校验提示:",deleteKeyTip:"按 delete 键可删除"}}};exports.default=e;
|
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
name: string;
|
|
3
|
-
vft: {
|
|
4
|
-
ok: string;
|
|
5
|
-
cancel: string;
|
|
6
|
-
confirm: string;
|
|
7
|
-
close: string;
|
|
8
|
-
save: string;
|
|
9
|
-
delete: string;
|
|
10
|
-
edit: string;
|
|
11
|
-
add: string;
|
|
12
|
-
search: {
|
|
13
|
-
placeholder: string;
|
|
14
|
-
};
|
|
15
|
-
reset: string;
|
|
16
|
-
submit: string;
|
|
17
|
-
loading: string;
|
|
18
|
-
noData: string;
|
|
19
|
-
noMatch: string;
|
|
20
|
-
error: string;
|
|
21
|
-
success: string;
|
|
22
|
-
warning: string;
|
|
23
|
-
info: string;
|
|
24
|
-
pagination: {
|
|
25
|
-
itemsPerPage: string;
|
|
26
|
-
};
|
|
27
|
-
table: {
|
|
28
|
-
search: string;
|
|
29
|
-
};
|
|
30
|
-
form: {
|
|
31
|
-
required: string;
|
|
32
|
-
invalidFormat: string;
|
|
33
|
-
submitSuccess: string;
|
|
34
|
-
submitFailed: string;
|
|
35
|
-
};
|
|
36
|
-
dialog: {
|
|
37
|
-
confirm: string;
|
|
38
|
-
cancel: string;
|
|
39
|
-
};
|
|
40
|
-
empty: {
|
|
41
|
-
notFound: string;
|
|
42
|
-
deleted: string;
|
|
43
|
-
networkDisconnect: string;
|
|
44
|
-
noData: string;
|
|
45
|
-
pageError: string;
|
|
46
|
-
noFilter: string;
|
|
47
|
-
noSearch: string;
|
|
48
|
-
};
|
|
49
|
-
popconfirm: {
|
|
50
|
-
confirm: string;
|
|
51
|
-
cancel: string;
|
|
52
|
-
};
|
|
53
|
-
superForm: {
|
|
54
|
-
reset: string;
|
|
55
|
-
submit: string;
|
|
56
|
-
cancel: string;
|
|
57
|
-
};
|
|
58
|
-
tree: {
|
|
59
|
-
emptyText: string;
|
|
60
|
-
};
|
|
61
|
-
timePicker: {
|
|
62
|
-
cancel: string;
|
|
63
|
-
confirm: string;
|
|
64
|
-
};
|
|
65
|
-
transfer: {
|
|
66
|
-
filterPlaceholder: string;
|
|
67
|
-
};
|
|
68
|
-
modal: {
|
|
69
|
-
confirm: string;
|
|
70
|
-
cancel: string;
|
|
71
|
-
};
|
|
72
|
-
multipleTabs: {
|
|
73
|
-
unpin: string;
|
|
74
|
-
refresh: string;
|
|
75
|
-
openInNewTab: string;
|
|
76
|
-
closeTab: string;
|
|
77
|
-
closeLeft: string;
|
|
78
|
-
closeRight: string;
|
|
79
|
-
closeOther: string;
|
|
80
|
-
closeAll: string;
|
|
81
|
-
fullScreen: string;
|
|
82
|
-
standalone: string;
|
|
83
|
-
pin: string;
|
|
84
|
-
};
|
|
85
|
-
cascader: {
|
|
86
|
-
placeholder: string;
|
|
87
|
-
noData: string;
|
|
88
|
-
};
|
|
89
|
-
clampToggle: {
|
|
90
|
-
expand: string;
|
|
91
|
-
collapse: string;
|
|
92
|
-
};
|
|
93
|
-
colorPicker: {
|
|
94
|
-
ariaDescription: string;
|
|
95
|
-
label: string;
|
|
96
|
-
};
|
|
97
|
-
datePicker: {
|
|
98
|
-
dateTableLabel: string;
|
|
99
|
-
monthTableLabel: string;
|
|
100
|
-
yearTableLabel: string;
|
|
101
|
-
selectDate: string;
|
|
102
|
-
selectTime: string;
|
|
103
|
-
year: string;
|
|
104
|
-
startDate: string;
|
|
105
|
-
startTime: string;
|
|
106
|
-
endDate: string;
|
|
107
|
-
endTime: string;
|
|
108
|
-
weekSunday: string;
|
|
109
|
-
weekMonday: string;
|
|
110
|
-
weekTuesday: string;
|
|
111
|
-
weekWednesday: string;
|
|
112
|
-
weekThursday: string;
|
|
113
|
-
weekFriday: string;
|
|
114
|
-
weekSaturday: string;
|
|
115
|
-
};
|
|
116
|
-
dateTimeSelect: {
|
|
117
|
-
placeholder: string;
|
|
118
|
-
};
|
|
119
|
-
dropdown: {
|
|
120
|
-
ariaLabel: string;
|
|
121
|
-
};
|
|
122
|
-
fullScreen: {
|
|
123
|
-
enter: string;
|
|
124
|
-
exit: string;
|
|
125
|
-
};
|
|
126
|
-
imageViewer: {
|
|
127
|
-
loadFailed: string;
|
|
128
|
-
};
|
|
129
|
-
mdContainer: {
|
|
130
|
-
publishTime: string;
|
|
131
|
-
readCount: string;
|
|
132
|
-
tableOfContents: string;
|
|
133
|
-
};
|
|
134
|
-
select: {
|
|
135
|
-
loading: string;
|
|
136
|
-
noMatch: string;
|
|
137
|
-
noData: string;
|
|
138
|
-
placeholder: string;
|
|
139
|
-
};
|
|
140
|
-
superFormPlaceholder: {
|
|
141
|
-
input: string;
|
|
142
|
-
password: string;
|
|
143
|
-
select: string;
|
|
144
|
-
checkbox: string;
|
|
145
|
-
search: string;
|
|
146
|
-
tag: string;
|
|
147
|
-
upload: string;
|
|
148
|
-
slider: string;
|
|
149
|
-
time: string;
|
|
150
|
-
startTime: string;
|
|
151
|
-
endTime: string;
|
|
152
|
-
startDate: string;
|
|
153
|
-
endDate: string;
|
|
154
|
-
startMonth: string;
|
|
155
|
-
endMonth: string;
|
|
156
|
-
};
|
|
157
|
-
superFormError: {
|
|
158
|
-
componentPropsError: string;
|
|
159
|
-
fetchRemoteDataError: string;
|
|
160
|
-
};
|
|
161
|
-
tableError: {
|
|
162
|
-
noDataToExpand: string;
|
|
163
|
-
};
|
|
164
|
-
transferExtend: {
|
|
165
|
-
noMatch: string;
|
|
166
|
-
noData: string;
|
|
167
|
-
list1: string;
|
|
168
|
-
list2: string;
|
|
169
|
-
};
|
|
170
|
-
upload: {
|
|
171
|
-
sizeExceed: string;
|
|
172
|
-
sizeCheckFailed: string;
|
|
173
|
-
typeNotSupported: string;
|
|
174
|
-
imageLoadFailed: string;
|
|
175
|
-
videoLoadFailed: string;
|
|
176
|
-
defaultSizeMessage: string;
|
|
177
|
-
defaultSizeCheckMessage: string;
|
|
178
|
-
defaultTypeCheckMessage: string;
|
|
179
|
-
deleteKeyTip: string;
|
|
180
|
-
};
|
|
181
|
-
};
|
|
182
|
-
};
|
|
183
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={name:"zh-tw",vft:{ok:"確定",cancel:"取消",confirm:"確認",close:"關閉",save:"保存",delete:"刪除",edit:"編輯",add:"添加",search:"搜尋",reset:"重置",submit:"提交",loading:"加載中",noData:"暫無數據",noMatch:"無匹配數據",error:"錯誤",success:"成功",warning:"警告",info:"提示",pagination:{goto:"前往",pagesize:"條/頁",total:"共 {total} 條",pageClassifier:"頁"},table:{emptyText:"暫無數據",confirmDeleteRecord:"此操作將永久刪除該記錄,是否繼續?",deleteSuccess:"刪除成功",deleteFailed:"刪除失敗",search:"搜尋",seq:"序號",name:"名稱",time:"時間",createTime:"建立時間",updateTime:"更新時間",status:"狀態",statusNormal:"正常",statusDisabled:"禁用",actionColumn:"操作欄",edit:"編輯",delete:"刪除",confirmDelete:"確認刪除?"},form:{required:"此項為必填項",invalidFormat:"格式不正確",submitSuccess:"提交成功",submitFailed:"提交失敗"},dialog:{confirm:"確定",cancel:"取消"},empty:{notFound:"頁面不存在",deleted:"已刪除",networkDisconnect:"網路已斷開",noData:"暫無數據",pageError:"系統異常",noFilter:"此篩選條件下無結果",noSearch:"沒有搜尋結果"},popconfirm:{confirm:"確認",cancel:"取消"},superForm:{reset:"重置",submit:"確認",cancel:"取消"},tree:{emptyText:"暫無數據"},timePicker:{cancel:"取消",confirm:"確認"},transfer:{filterPlaceholder:"請輸入搜尋內容"},search:{placeholder:"請輸入你要搜尋的內容"},table:{search:"搜尋"},modal:{confirm:"確認",cancel:"取消"},multipleTabs:{unpin:"取消固定",refresh:"刷新",openInNewTab:"新頁面打開",closeTab:"關閉標籤頁",closeLeft:"關閉左側標籤頁",closeRight:"關閉右側標籤頁",closeOther:"關閉其它標籤頁",closeAll:"關閉所有標籤頁",fullScreen:"全屏",standalone:"獨立頁面",pin:"固定"},cascader:{placeholder:"請選擇",noData:"無匹配數據"},clampToggle:{expand:"展開",collapse:"收縮"},colorPicker:{ariaDescription:"目前色彩為 {color}。按一下 Enter 以選擇新色彩",label:"色彩選擇器"},datePicker:{dateTableLabel:"使用方向鍵與 Enter 鍵可選擇日期",monthTableLabel:"使用方向鍵與 Enter 鍵可選擇月份",yearTableLabel:"使用方向鍵與 Enter 鍵以選擇年份",selectDate:"選擇日期",selectTime:"選擇時間",year:"年",startDate:"開始日期",startTime:"開始時間",endDate:"結束日期",endTime:"結束時間",weekSunday:"日",weekMonday:"一",weekTuesday:"二",weekWednesday:"三",weekThursday:"四",weekFriday:"五",weekSaturday:"六"},dateTimeSelect:{placeholder:"請選擇時間"},dropdown:{ariaLabel:"切換下拉菜單"},fullScreen:{enter:"全屏",exit:"退出全屏"},imageViewer:{loadFailed:"加載失敗"},mdContainer:{publishTime:"發佈時間",readCount:"閱讀量",tableOfContents:"此頁內容"},pagination:{itemsPerPage:"條/頁"},select:{loading:"加載中",noMatch:"無匹配數據",noData:"暫無數據",placeholder:"請選擇"},superFormPlaceholder:{input:"請輸入",password:"請輸入密碼",select:"請選擇",checkbox:"請勾選",search:"請輸入要搜尋的內容",tag:"請輸入標籤內容",upload:"請選擇上傳文件",slider:"請拖動滑塊",time:"請選擇時間",startTime:"開始時間",endTime:"結束時間",startDate:"開始日期",endDate:"結束日期",startMonth:"開始月份",endMonth:"結束月份"},superFormError:{componentPropsError:"componentProps 執行錯誤:",fetchRemoteDataError:"fetchRemoteData 執行錯誤:"},tableError:{noDataToExpand:"expandTreeLevel: 沒有數據可展開"},transferExtend:{noMatch:"無匹配數據",noData:"無數據",list1:"列表 1",list2:"列表 2"},upload:{sizeExceed:"文件大小超出限制",sizeCheckFailed:"尺寸校驗失敗:",typeNotSupported:"文件類型不支持尺寸校驗",imageLoadFailed:"圖片加載失敗",videoLoadFailed:"視頻加載失敗",defaultSizeMessage:"默認文件大小超出提示:",defaultSizeCheckMessage:"默認尺寸校驗提示:",defaultTypeCheckMessage:"默認文件類型校驗提示:",deleteKeyTip:"按 delete 鍵可刪除"}}};exports.default=e;
|
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
name: string;
|
|
3
|
-
vft: {
|
|
4
|
-
ok: string;
|
|
5
|
-
cancel: string;
|
|
6
|
-
confirm: string;
|
|
7
|
-
close: string;
|
|
8
|
-
save: string;
|
|
9
|
-
delete: string;
|
|
10
|
-
edit: string;
|
|
11
|
-
add: string;
|
|
12
|
-
search: {
|
|
13
|
-
placeholder: string;
|
|
14
|
-
};
|
|
15
|
-
reset: string;
|
|
16
|
-
submit: string;
|
|
17
|
-
loading: string;
|
|
18
|
-
noData: string;
|
|
19
|
-
noMatch: string;
|
|
20
|
-
error: string;
|
|
21
|
-
success: string;
|
|
22
|
-
warning: string;
|
|
23
|
-
info: string;
|
|
24
|
-
pagination: {
|
|
25
|
-
itemsPerPage: string;
|
|
26
|
-
};
|
|
27
|
-
table: {
|
|
28
|
-
search: string;
|
|
29
|
-
};
|
|
30
|
-
form: {
|
|
31
|
-
required: string;
|
|
32
|
-
invalidFormat: string;
|
|
33
|
-
submitSuccess: string;
|
|
34
|
-
submitFailed: string;
|
|
35
|
-
};
|
|
36
|
-
dialog: {
|
|
37
|
-
confirm: string;
|
|
38
|
-
cancel: string;
|
|
39
|
-
};
|
|
40
|
-
empty: {
|
|
41
|
-
notFound: string;
|
|
42
|
-
deleted: string;
|
|
43
|
-
networkDisconnect: string;
|
|
44
|
-
noData: string;
|
|
45
|
-
pageError: string;
|
|
46
|
-
noFilter: string;
|
|
47
|
-
noSearch: string;
|
|
48
|
-
};
|
|
49
|
-
popconfirm: {
|
|
50
|
-
confirm: string;
|
|
51
|
-
cancel: string;
|
|
52
|
-
};
|
|
53
|
-
superForm: {
|
|
54
|
-
reset: string;
|
|
55
|
-
submit: string;
|
|
56
|
-
cancel: string;
|
|
57
|
-
};
|
|
58
|
-
tree: {
|
|
59
|
-
emptyText: string;
|
|
60
|
-
};
|
|
61
|
-
timePicker: {
|
|
62
|
-
cancel: string;
|
|
63
|
-
confirm: string;
|
|
64
|
-
};
|
|
65
|
-
transfer: {
|
|
66
|
-
filterPlaceholder: string;
|
|
67
|
-
};
|
|
68
|
-
modal: {
|
|
69
|
-
confirm: string;
|
|
70
|
-
cancel: string;
|
|
71
|
-
};
|
|
72
|
-
multipleTabs: {
|
|
73
|
-
unpin: string;
|
|
74
|
-
refresh: string;
|
|
75
|
-
openInNewTab: string;
|
|
76
|
-
closeTab: string;
|
|
77
|
-
closeLeft: string;
|
|
78
|
-
closeRight: string;
|
|
79
|
-
closeOther: string;
|
|
80
|
-
closeAll: string;
|
|
81
|
-
fullScreen: string;
|
|
82
|
-
standalone: string;
|
|
83
|
-
pin: string;
|
|
84
|
-
};
|
|
85
|
-
cascader: {
|
|
86
|
-
placeholder: string;
|
|
87
|
-
noData: string;
|
|
88
|
-
};
|
|
89
|
-
clampToggle: {
|
|
90
|
-
expand: string;
|
|
91
|
-
collapse: string;
|
|
92
|
-
};
|
|
93
|
-
colorPicker: {
|
|
94
|
-
ariaDescription: string;
|
|
95
|
-
label: string;
|
|
96
|
-
};
|
|
97
|
-
datePicker: {
|
|
98
|
-
dateTableLabel: string;
|
|
99
|
-
monthTableLabel: string;
|
|
100
|
-
yearTableLabel: string;
|
|
101
|
-
selectDate: string;
|
|
102
|
-
selectTime: string;
|
|
103
|
-
year: string;
|
|
104
|
-
startDate: string;
|
|
105
|
-
startTime: string;
|
|
106
|
-
endDate: string;
|
|
107
|
-
endTime: string;
|
|
108
|
-
weekSunday: string;
|
|
109
|
-
weekMonday: string;
|
|
110
|
-
weekTuesday: string;
|
|
111
|
-
weekWednesday: string;
|
|
112
|
-
weekThursday: string;
|
|
113
|
-
weekFriday: string;
|
|
114
|
-
weekSaturday: string;
|
|
115
|
-
};
|
|
116
|
-
dateTimeSelect: {
|
|
117
|
-
placeholder: string;
|
|
118
|
-
};
|
|
119
|
-
dropdown: {
|
|
120
|
-
ariaLabel: string;
|
|
121
|
-
};
|
|
122
|
-
fullScreen: {
|
|
123
|
-
enter: string;
|
|
124
|
-
exit: string;
|
|
125
|
-
};
|
|
126
|
-
imageViewer: {
|
|
127
|
-
loadFailed: string;
|
|
128
|
-
};
|
|
129
|
-
mdContainer: {
|
|
130
|
-
publishTime: string;
|
|
131
|
-
readCount: string;
|
|
132
|
-
tableOfContents: string;
|
|
133
|
-
};
|
|
134
|
-
select: {
|
|
135
|
-
loading: string;
|
|
136
|
-
noMatch: string;
|
|
137
|
-
noData: string;
|
|
138
|
-
placeholder: string;
|
|
139
|
-
};
|
|
140
|
-
superFormPlaceholder: {
|
|
141
|
-
input: string;
|
|
142
|
-
password: string;
|
|
143
|
-
select: string;
|
|
144
|
-
checkbox: string;
|
|
145
|
-
search: string;
|
|
146
|
-
tag: string;
|
|
147
|
-
upload: string;
|
|
148
|
-
slider: string;
|
|
149
|
-
time: string;
|
|
150
|
-
startTime: string;
|
|
151
|
-
endTime: string;
|
|
152
|
-
startDate: string;
|
|
153
|
-
endDate: string;
|
|
154
|
-
startMonth: string;
|
|
155
|
-
endMonth: string;
|
|
156
|
-
};
|
|
157
|
-
superFormError: {
|
|
158
|
-
componentPropsError: string;
|
|
159
|
-
fetchRemoteDataError: string;
|
|
160
|
-
};
|
|
161
|
-
tableError: {
|
|
162
|
-
noDataToExpand: string;
|
|
163
|
-
};
|
|
164
|
-
transferExtend: {
|
|
165
|
-
noMatch: string;
|
|
166
|
-
noData: string;
|
|
167
|
-
list1: string;
|
|
168
|
-
list2: string;
|
|
169
|
-
};
|
|
170
|
-
upload: {
|
|
171
|
-
sizeExceed: string;
|
|
172
|
-
sizeCheckFailed: string;
|
|
173
|
-
typeNotSupported: string;
|
|
174
|
-
imageLoadFailed: string;
|
|
175
|
-
videoLoadFailed: string;
|
|
176
|
-
defaultSizeMessage: string;
|
|
177
|
-
defaultSizeCheckMessage: string;
|
|
178
|
-
defaultTypeCheckMessage: string;
|
|
179
|
-
deleteKeyTip: string;
|
|
180
|
-
};
|
|
181
|
-
};
|
|
182
|
-
};
|
|
183
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("vue"),f=require("./lang/zh-cn.cjs"),q=require("./lang/en.cjs"),b=require("./lang/zh-tw.cjs"),u={"zh-cn":f.default,en:q.default,"zh-tw":b.default},s=l.ref("zh-cn"),n=l.ref(f.default),d=Symbol("vftLocale");function L(i="zh-cn"){const t=l.inject(d,void 0);if(t?.value){const e=o=>{u[o]&&t&&(t.value=u[o])},a=(o,c)=>{const v=o.split(".");let r=t.value;for(const C of v)if(r=r?.[C],r===void 0)return c||o;return r||c||o};return{locale:l.computed(()=>t.value),currentLocale:l.computed(()=>t.value?.name||"zh-cn"),setLocale:e,getLocale:()=>t.value,getCurrentLocale:()=>t.value?.name||"zh-cn",t:a}}s.value=i,n.value=u[i];const h=e=>{u[e]&&(s.value=e,n.value=u[e])},m=()=>n.value,p=()=>s.value,z=(e,a)=>{const o=e.split(".");let c=n.value;for(const v of o)if(c=c?.[v],c===void 0)return a||e;return c||a||e};return{locale:l.computed(()=>n.value),currentLocale:l.computed(()=>s.value),setLocale:h,getLocale:m,getCurrentLocale:p,t:z}}exports.default=L;exports.localeContextKey=d;exports.useLocale=L;
|