vft 0.0.511 → 0.0.513
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/autocomplete/autocomplete.vue.d.ts +2 -2
- package/es/components/autocomplete/index.d.ts +6 -6
- package/es/components/button/index.d.ts +9 -9
- 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/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/popconfirm/popconfirm.vue2.js +39 -40
- package/es/components/search/search.vue2.js +50 -51
- package/es/components/select/index.d.ts +4 -4
- package/es/components/select/select.vue.d.ts +4 -4
- package/es/components/select/useSelect.d.ts +4 -4
- package/es/components/select/useSelect.js +231 -232
- 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/autocomplete/autocomplete.vue.d.ts +2 -2
- package/lib/components/autocomplete/index.d.ts +6 -6
- package/lib/components/button/index.d.ts +9 -9
- 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/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/popconfirm/popconfirm.vue2.cjs +1 -1
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/select/index.d.ts +4 -4
- package/lib/components/select/select.vue.d.ts +4 -4
- package/lib/components/select/useSelect.cjs +1 -1
- package/lib/components/select/useSelect.d.ts +4 -4
- 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 +2 -2
- package/theme-style/index.css +1 -1
- package/theme-style/src/message-box.scss +2 -2
- package/theme-style/src/table.scss +2 -0
- 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/index.d.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
package/es/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/es/locale/index.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { default as o } from "./lang/en.js";
|
|
2
|
-
import { default as r } from "./lang/zh-cn.js";
|
|
3
|
-
import { default as l } from "./lang/zh-tw.js";
|
|
4
|
-
import { default as u } from "./use-locale.js";
|
|
5
|
-
export {
|
|
6
|
-
o as en,
|
|
7
|
-
u as useLocale,
|
|
8
|
-
r as zhCn,
|
|
9
|
-
l as zhTw
|
|
10
|
-
};
|
package/es/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;
|
package/es/locale/lang/en.js
DELETED
|
@@ -1,241 +0,0 @@
|
|
|
1
|
-
const e = {
|
|
2
|
-
name: "en",
|
|
3
|
-
vft: {
|
|
4
|
-
// Common
|
|
5
|
-
ok: "OK",
|
|
6
|
-
cancel: "Cancel",
|
|
7
|
-
confirm: "Confirm",
|
|
8
|
-
close: "Close",
|
|
9
|
-
save: "Save",
|
|
10
|
-
delete: "Delete",
|
|
11
|
-
edit: "Edit",
|
|
12
|
-
add: "Add",
|
|
13
|
-
search: "Search",
|
|
14
|
-
reset: "Reset",
|
|
15
|
-
submit: "Submit",
|
|
16
|
-
loading: "Loading",
|
|
17
|
-
noData: "No Data",
|
|
18
|
-
noMatch: "No matching data",
|
|
19
|
-
error: "Error",
|
|
20
|
-
success: "Success",
|
|
21
|
-
warning: "Warning",
|
|
22
|
-
info: "Info",
|
|
23
|
-
// Pagination
|
|
24
|
-
pagination: {
|
|
25
|
-
goto: "Go to",
|
|
26
|
-
pagesize: "items per page",
|
|
27
|
-
total: "Total {total}",
|
|
28
|
-
pageClassifier: ""
|
|
29
|
-
},
|
|
30
|
-
// Table
|
|
31
|
-
table: {
|
|
32
|
-
emptyText: "No data",
|
|
33
|
-
confirmDeleteRecord: "This will permanently delete the record. Continue?",
|
|
34
|
-
deleteSuccess: "Delete successfully",
|
|
35
|
-
deleteFailed: "Delete failed",
|
|
36
|
-
search: "Search",
|
|
37
|
-
seq: "Seq",
|
|
38
|
-
name: "Name",
|
|
39
|
-
time: "Time",
|
|
40
|
-
createTime: "Create Time",
|
|
41
|
-
updateTime: "Update Time",
|
|
42
|
-
status: "Status",
|
|
43
|
-
statusNormal: "Normal",
|
|
44
|
-
statusDisabled: "Disabled",
|
|
45
|
-
actionColumn: "Action",
|
|
46
|
-
edit: "Edit",
|
|
47
|
-
delete: "Delete",
|
|
48
|
-
confirmDelete: "Confirm delete?"
|
|
49
|
-
},
|
|
50
|
-
// Form
|
|
51
|
-
form: {
|
|
52
|
-
required: "This field is required",
|
|
53
|
-
invalidFormat: "Invalid format",
|
|
54
|
-
submitSuccess: "Submit successfully",
|
|
55
|
-
submitFailed: "Submit failed"
|
|
56
|
-
},
|
|
57
|
-
// Dialog
|
|
58
|
-
dialog: {
|
|
59
|
-
confirm: "Confirm",
|
|
60
|
-
cancel: "Cancel"
|
|
61
|
-
},
|
|
62
|
-
// Empty component
|
|
63
|
-
empty: {
|
|
64
|
-
notFound: "Page not found",
|
|
65
|
-
deleted: "Deleted",
|
|
66
|
-
networkDisconnect: "Network disconnected",
|
|
67
|
-
noData: "No data",
|
|
68
|
-
pageError: "System error",
|
|
69
|
-
noFilter: "No results for this filter",
|
|
70
|
-
noSearch: "No search results"
|
|
71
|
-
},
|
|
72
|
-
// Popconfirm component
|
|
73
|
-
popconfirm: {
|
|
74
|
-
confirm: "Confirm",
|
|
75
|
-
cancel: "Cancel"
|
|
76
|
-
},
|
|
77
|
-
// SuperForm component
|
|
78
|
-
superForm: {
|
|
79
|
-
reset: "Reset",
|
|
80
|
-
submit: "Confirm",
|
|
81
|
-
cancel: "Cancel"
|
|
82
|
-
},
|
|
83
|
-
// Tree component
|
|
84
|
-
tree: {
|
|
85
|
-
emptyText: "No data"
|
|
86
|
-
},
|
|
87
|
-
// TimePicker component
|
|
88
|
-
timePicker: {
|
|
89
|
-
cancel: "Cancel",
|
|
90
|
-
confirm: "Confirm"
|
|
91
|
-
},
|
|
92
|
-
// Transfer component
|
|
93
|
-
transfer: {
|
|
94
|
-
filterPlaceholder: "Enter search content"
|
|
95
|
-
},
|
|
96
|
-
// Search component
|
|
97
|
-
search: {
|
|
98
|
-
placeholder: "Enter the content you want to search"
|
|
99
|
-
},
|
|
100
|
-
// Table component
|
|
101
|
-
table: {
|
|
102
|
-
search: "Search"
|
|
103
|
-
},
|
|
104
|
-
// Modal component
|
|
105
|
-
modal: {
|
|
106
|
-
confirm: "Confirm",
|
|
107
|
-
cancel: "Cancel"
|
|
108
|
-
},
|
|
109
|
-
// MultipleTabs component
|
|
110
|
-
multipleTabs: {
|
|
111
|
-
unpin: "Unpin",
|
|
112
|
-
refresh: "Refresh",
|
|
113
|
-
openInNewTab: "Open in new tab",
|
|
114
|
-
closeTab: "Close tab",
|
|
115
|
-
closeLeft: "Close left tabs",
|
|
116
|
-
closeRight: "Close right tabs",
|
|
117
|
-
closeOther: "Close other tabs",
|
|
118
|
-
closeAll: "Close all tabs",
|
|
119
|
-
fullScreen: "Full screen",
|
|
120
|
-
standalone: "Standalone page",
|
|
121
|
-
pin: "Pin"
|
|
122
|
-
},
|
|
123
|
-
// Cascader component
|
|
124
|
-
cascader: {
|
|
125
|
-
placeholder: "Please select",
|
|
126
|
-
noData: "No matching data"
|
|
127
|
-
},
|
|
128
|
-
// ClampToggle component
|
|
129
|
-
clampToggle: {
|
|
130
|
-
expand: "Expand",
|
|
131
|
-
collapse: "Collapse"
|
|
132
|
-
},
|
|
133
|
-
// ColorPicker component
|
|
134
|
-
colorPicker: {
|
|
135
|
-
ariaDescription: "Current color is {color}. Press Enter to select a new color",
|
|
136
|
-
label: "Color picker"
|
|
137
|
-
},
|
|
138
|
-
// DatePicker component
|
|
139
|
-
datePicker: {
|
|
140
|
-
dateTableLabel: "Use arrow keys and Enter to select a date",
|
|
141
|
-
monthTableLabel: "Use arrow keys and Enter to select a month",
|
|
142
|
-
yearTableLabel: "Use arrow keys and Enter to select a year",
|
|
143
|
-
selectDate: "Select date",
|
|
144
|
-
selectTime: "Select time",
|
|
145
|
-
year: "Year",
|
|
146
|
-
startDate: "Start date",
|
|
147
|
-
startTime: "Start time",
|
|
148
|
-
endDate: "End date",
|
|
149
|
-
endTime: "End time",
|
|
150
|
-
weekSunday: "Sun",
|
|
151
|
-
weekMonday: "Mon",
|
|
152
|
-
weekTuesday: "Tue",
|
|
153
|
-
weekWednesday: "Wed",
|
|
154
|
-
weekThursday: "Thu",
|
|
155
|
-
weekFriday: "Fri",
|
|
156
|
-
weekSaturday: "Sat"
|
|
157
|
-
},
|
|
158
|
-
// DateTimeSelect component
|
|
159
|
-
dateTimeSelect: {
|
|
160
|
-
placeholder: "Please select time"
|
|
161
|
-
},
|
|
162
|
-
// Dropdown component
|
|
163
|
-
dropdown: {
|
|
164
|
-
ariaLabel: "Toggle dropdown menu"
|
|
165
|
-
},
|
|
166
|
-
// FullScreen component
|
|
167
|
-
fullScreen: {
|
|
168
|
-
enter: "Full screen",
|
|
169
|
-
exit: "Exit full screen"
|
|
170
|
-
},
|
|
171
|
-
// ImageViewer component
|
|
172
|
-
imageViewer: {
|
|
173
|
-
loadFailed: "Load failed"
|
|
174
|
-
},
|
|
175
|
-
// MdContainer component
|
|
176
|
-
mdContainer: {
|
|
177
|
-
publishTime: "Publish time",
|
|
178
|
-
readCount: "Read count",
|
|
179
|
-
tableOfContents: "Table of contents"
|
|
180
|
-
},
|
|
181
|
-
// Pagination component
|
|
182
|
-
pagination: {
|
|
183
|
-
itemsPerPage: "items per page"
|
|
184
|
-
},
|
|
185
|
-
// Select component
|
|
186
|
-
select: {
|
|
187
|
-
loading: "Loading",
|
|
188
|
-
noMatch: "No matching data",
|
|
189
|
-
noData: "No data",
|
|
190
|
-
placeholder: "Please select"
|
|
191
|
-
},
|
|
192
|
-
// SuperForm component - Extended
|
|
193
|
-
superFormPlaceholder: {
|
|
194
|
-
input: "Please enter",
|
|
195
|
-
password: "Please enter password",
|
|
196
|
-
select: "Please select",
|
|
197
|
-
checkbox: "Please check",
|
|
198
|
-
search: "Please enter search content",
|
|
199
|
-
tag: "Please enter tag content",
|
|
200
|
-
upload: "Please select file to upload",
|
|
201
|
-
slider: "Please drag the slider",
|
|
202
|
-
time: "Please select time",
|
|
203
|
-
startTime: "Start time",
|
|
204
|
-
endTime: "End time",
|
|
205
|
-
startDate: "Start date",
|
|
206
|
-
endDate: "End date",
|
|
207
|
-
startMonth: "Start month",
|
|
208
|
-
endMonth: "End month"
|
|
209
|
-
},
|
|
210
|
-
superFormError: {
|
|
211
|
-
componentPropsError: "componentProps execution error:",
|
|
212
|
-
fetchRemoteDataError: "fetchRemoteData execution error:"
|
|
213
|
-
},
|
|
214
|
-
// Table component - Extended
|
|
215
|
-
tableError: {
|
|
216
|
-
noDataToExpand: "expandTreeLevel: no data to expand"
|
|
217
|
-
},
|
|
218
|
-
// Transfer component - Extended
|
|
219
|
-
transferExtend: {
|
|
220
|
-
noMatch: "No matching data",
|
|
221
|
-
noData: "No data",
|
|
222
|
-
list1: "List 1",
|
|
223
|
-
list2: "List 2"
|
|
224
|
-
},
|
|
225
|
-
// Upload component
|
|
226
|
-
upload: {
|
|
227
|
-
sizeExceed: "File size exceeds limit",
|
|
228
|
-
sizeCheckFailed: "Size check failed:",
|
|
229
|
-
typeNotSupported: "File type does not support size check",
|
|
230
|
-
imageLoadFailed: "Image load failed",
|
|
231
|
-
videoLoadFailed: "Video load failed",
|
|
232
|
-
defaultSizeMessage: "Default file size exceeded message:",
|
|
233
|
-
defaultSizeCheckMessage: "Default size check message:",
|
|
234
|
-
defaultTypeCheckMessage: "Default file type check message:",
|
|
235
|
-
deleteKeyTip: "Press delete key to remove"
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
};
|
|
239
|
-
export {
|
|
240
|
-
e as default
|
|
241
|
-
};
|
|
@@ -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;
|