yc-design-vue 1.8.1 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/Alert/index.vue.js +2 -2
- package/es/Calendar/Calendar.vue.js +2 -2
- package/es/Cascader/CascaderIcon.vue.js +2 -2
- package/es/Checkbox/Checkbox.vue.js +2 -2
- package/es/Collapse/CollapseItem.vue.js +2 -2
- package/es/Drawer/Drawer.vue.js +2 -2
- package/es/Input/Input.vue.js +2 -2
- package/es/Input/InputSuffix.vue.js +4 -4
- package/es/InputTag/index.vue.js +2 -2
- package/es/Menu/SubMenu.vue.js +1 -1
- package/es/Message/Message.vue.js +2 -2
- package/es/Modal/Modal.vue.js +2 -2
- package/es/Notification/Notification.vue.js +2 -2
- package/es/PageHeader/index.vue.js +2 -2
- package/es/Radio/Radio.vue.js +2 -2
- package/es/Select/SelectIcon.vue.js +2 -2
- package/es/Tabs/TabButton.vue.js +2 -2
- package/es/Tag/index.vue.js +2 -2
- package/es/Textarea/index.vue.js +2 -2
- package/es/TimePicker/TimePicker.vue.js +2 -2
- package/es/Transfer/TransferPanel.vue.js +2 -2
- package/es/Trigger/index.vue.js +1 -1
- package/es/Typography/TypographyBase.vue.js +2 -2
- package/es/_shared/components/IconButton.vue3.js +2 -2
- package/es/_shared/icons/IconCopy.vue.js +1 -17
- package/es/_shared/icons/IconCopy.vue2.js +17 -1
- package/es/_shared/icons/IconEdit.vue.js +1 -17
- package/es/_shared/icons/IconEdit.vue2.js +17 -1
- package/es/_shared/icons/IconEyeClose.vue.js +1 -21
- package/es/_shared/icons/IconEyeClose.vue2.js +21 -1
- package/es/_shared/icons/IconEyeOpen.vue.js +1 -18
- package/es/_shared/icons/IconEyeOpen.vue2.js +18 -1
- package/es/_shared/locale/i18n.js +6 -5
- package/es/_shared/locale/lang/ar-eg.json.js +251 -0
- package/es/_shared/locale/lang/de-de.json.d.ts +207 -0
- package/es/_shared/locale/lang/de-de.json.js +251 -0
- package/es/_shared/locale/lang/en-us.json.d.ts +210 -0
- package/es/_shared/locale/lang/en-us.json.js +256 -0
- package/es/_shared/locale/lang/es-es.json.d.ts +207 -0
- package/es/_shared/locale/lang/es-es.json.js +251 -0
- package/es/_shared/locale/lang/fr-fr.json.d.ts +207 -0
- package/es/_shared/locale/lang/fr-fr.json.js +251 -0
- package/es/_shared/locale/lang/id-id.json.d.ts +207 -0
- package/es/_shared/locale/lang/id-id.json.js +251 -0
- package/es/_shared/locale/lang/it-it.json.d.ts +207 -0
- package/es/_shared/locale/lang/it-it.json.js +251 -0
- package/es/_shared/locale/lang/ja-jp.json.d.ts +255 -0
- package/es/_shared/locale/lang/ja-jp.json.js +301 -0
- package/es/_shared/locale/lang/km-kh.json.d.ts +207 -0
- package/es/_shared/locale/lang/km-kh.json.js +251 -0
- package/es/_shared/locale/lang/ko-kr.json.d.ts +207 -0
- package/es/_shared/locale/lang/ko-kr.json.js +251 -0
- package/es/_shared/locale/lang/ms-my.json.d.ts +207 -0
- package/es/_shared/locale/lang/ms-my.json.js +251 -0
- package/es/_shared/locale/lang/nl-nl.json.d.ts +255 -0
- package/es/_shared/locale/lang/nl-nl.json.js +301 -0
- package/es/_shared/locale/lang/pt-pt.json.d.ts +207 -0
- package/es/_shared/locale/lang/pt-pt.json.js +251 -0
- package/es/_shared/locale/lang/ru-ru.json.d.ts +255 -0
- package/es/_shared/locale/lang/ru-ru.json.js +301 -0
- package/es/_shared/locale/lang/th-th.json.d.ts +207 -0
- package/es/_shared/locale/lang/th-th.json.js +251 -0
- package/es/_shared/locale/lang/vi-vn.json.d.ts +207 -0
- package/es/_shared/locale/lang/vi-vn.json.js +251 -0
- package/es/_shared/locale/lang/zh-cn.json.d.ts +255 -0
- package/es/_shared/locale/lang/zh-cn.json.js +301 -0
- package/es/_shared/locale/lang/zh-tw.json.d.ts +255 -0
- package/es/_shared/locale/lang/zh-tw.json.js +301 -0
- package/lib/Alert/index.vue.js +1 -1
- package/lib/Calendar/Calendar.vue.js +1 -1
- package/lib/Cascader/CascaderIcon.vue.js +1 -1
- package/lib/Checkbox/Checkbox.vue.js +1 -1
- package/lib/Collapse/CollapseItem.vue.js +1 -1
- package/lib/Drawer/Drawer.vue.js +1 -1
- package/lib/Input/Input.vue.js +1 -1
- package/lib/Input/InputSuffix.vue.js +1 -1
- package/lib/InputTag/index.vue.js +1 -1
- package/lib/Menu/SubMenu.vue.js +1 -1
- package/lib/Message/Message.vue.js +1 -1
- package/lib/Modal/Modal.vue.js +1 -1
- package/lib/Notification/Notification.vue.js +1 -1
- package/lib/PageHeader/index.vue.js +1 -1
- package/lib/Radio/Radio.vue.js +1 -1
- package/lib/Select/SelectIcon.vue.js +1 -1
- package/lib/Tabs/TabButton.vue.js +1 -1
- package/lib/Tag/index.vue.js +1 -1
- package/lib/Textarea/index.vue.js +1 -1
- package/lib/TimePicker/TimePicker.vue.js +1 -1
- package/lib/Transfer/TransferPanel.vue.js +1 -1
- package/lib/Trigger/index.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue.js +1 -1
- package/lib/_shared/components/IconButton.vue3.js +1 -1
- package/lib/_shared/icons/IconCopy.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue2.js +1 -1
- package/lib/_shared/icons/IconEdit.vue.js +1 -1
- package/lib/_shared/icons/IconEdit.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
- package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
- package/lib/_shared/locale/i18n.js +1 -1
- package/lib/_shared/locale/lang/ar-eg.json.js +1 -0
- package/lib/_shared/locale/lang/de-de.json.d.ts +207 -0
- package/lib/_shared/locale/lang/de-de.json.js +1 -0
- package/lib/_shared/locale/lang/en-us.json.d.ts +210 -0
- package/lib/_shared/locale/lang/en-us.json.js +1 -0
- package/lib/_shared/locale/lang/es-es.json.d.ts +207 -0
- package/lib/_shared/locale/lang/es-es.json.js +1 -0
- package/lib/_shared/locale/lang/fr-fr.json.d.ts +207 -0
- package/lib/_shared/locale/lang/fr-fr.json.js +1 -0
- package/lib/_shared/locale/lang/id-id.json.d.ts +207 -0
- package/lib/_shared/locale/lang/id-id.json.js +1 -0
- package/lib/_shared/locale/lang/it-it.json.d.ts +207 -0
- package/lib/_shared/locale/lang/it-it.json.js +1 -0
- package/lib/_shared/locale/lang/ja-jp.json.d.ts +255 -0
- package/lib/_shared/locale/lang/ja-jp.json.js +1 -0
- package/lib/_shared/locale/lang/km-kh.json.d.ts +207 -0
- package/lib/_shared/locale/lang/km-kh.json.js +1 -0
- package/lib/_shared/locale/lang/ko-kr.json.d.ts +207 -0
- package/lib/_shared/locale/lang/ko-kr.json.js +1 -0
- package/lib/_shared/locale/lang/ms-my.json.d.ts +207 -0
- package/lib/_shared/locale/lang/ms-my.json.js +1 -0
- package/lib/_shared/locale/lang/nl-nl.json.d.ts +255 -0
- package/lib/_shared/locale/lang/nl-nl.json.js +1 -0
- package/lib/_shared/locale/lang/pt-pt.json.d.ts +207 -0
- package/lib/_shared/locale/lang/pt-pt.json.js +1 -0
- package/lib/_shared/locale/lang/ru-ru.json.d.ts +255 -0
- package/lib/_shared/locale/lang/ru-ru.json.js +1 -0
- package/lib/_shared/locale/lang/th-th.json.d.ts +207 -0
- package/lib/_shared/locale/lang/th-th.json.js +1 -0
- package/lib/_shared/locale/lang/vi-vn.json.d.ts +207 -0
- package/lib/_shared/locale/lang/vi-vn.json.js +1 -0
- package/lib/_shared/locale/lang/zh-cn.json.d.ts +255 -0
- package/lib/_shared/locale/lang/zh-cn.json.js +1 -0
- package/lib/_shared/locale/lang/zh-tw.json.d.ts +255 -0
- package/lib/_shared/locale/lang/zh-tw.json.js +1 -0
- package/package.json +1 -1
- package/es/_shared/locale/lang/ar-eg.d.ts +0 -205
- package/es/_shared/locale/lang/ar-eg.js +0 -153
- package/es/_shared/locale/lang/de-de.d.ts +0 -205
- package/es/_shared/locale/lang/de-de.js +0 -153
- package/es/_shared/locale/lang/en-us.d.ts +0 -253
- package/es/_shared/locale/lang/en-us.js +0 -158
- package/es/_shared/locale/lang/es-es.d.ts +0 -205
- package/es/_shared/locale/lang/es-es.js +0 -153
- package/es/_shared/locale/lang/fr-fr.d.ts +0 -205
- package/es/_shared/locale/lang/fr-fr.js +0 -153
- package/es/_shared/locale/lang/id-id.d.ts +0 -205
- package/es/_shared/locale/lang/id-id.js +0 -153
- package/es/_shared/locale/lang/it-it.d.ts +0 -205
- package/es/_shared/locale/lang/it-it.js +0 -153
- package/es/_shared/locale/lang/ja-jp.d.ts +0 -253
- package/es/_shared/locale/lang/ja-jp.js +0 -201
- package/es/_shared/locale/lang/km-kh.d.ts +0 -205
- package/es/_shared/locale/lang/km-kh.js +0 -153
- package/es/_shared/locale/lang/ko-kr.d.ts +0 -205
- package/es/_shared/locale/lang/ko-kr.js +0 -153
- package/es/_shared/locale/lang/ms-my.d.ts +0 -205
- package/es/_shared/locale/lang/ms-my.js +0 -153
- package/es/_shared/locale/lang/nl-nl.d.ts +0 -253
- package/es/_shared/locale/lang/nl-nl.js +0 -201
- package/es/_shared/locale/lang/pt-pt.d.ts +0 -205
- package/es/_shared/locale/lang/pt-pt.js +0 -153
- package/es/_shared/locale/lang/ru-ru.d.ts +0 -253
- package/es/_shared/locale/lang/ru-ru.js +0 -201
- package/es/_shared/locale/lang/th-th.d.ts +0 -205
- package/es/_shared/locale/lang/th-th.js +0 -153
- package/es/_shared/locale/lang/vi-vn.d.ts +0 -205
- package/es/_shared/locale/lang/vi-vn.js +0 -153
- package/es/_shared/locale/lang/zh-cn.js +0 -201
- package/es/_shared/locale/lang/zh-tw.d.ts +0 -253
- package/es/_shared/locale/lang/zh-tw.js +0 -201
- package/es/node_modules/b-validate/es/is.js +0 -27
- package/es/node_modules/b-validate/es/locale/en-US.js +0 -50
- package/es/node_modules/b-validate/es/rules/base.js +0 -86
- package/es/node_modules/b-validate/es/util.js +0 -25
- package/lib/_shared/locale/lang/ar-eg.d.ts +0 -205
- package/lib/_shared/locale/lang/ar-eg.js +0 -1
- package/lib/_shared/locale/lang/de-de.d.ts +0 -205
- package/lib/_shared/locale/lang/de-de.js +0 -1
- package/lib/_shared/locale/lang/en-us.d.ts +0 -253
- package/lib/_shared/locale/lang/en-us.js +0 -1
- package/lib/_shared/locale/lang/es-es.d.ts +0 -205
- package/lib/_shared/locale/lang/es-es.js +0 -1
- package/lib/_shared/locale/lang/fr-fr.d.ts +0 -205
- package/lib/_shared/locale/lang/fr-fr.js +0 -1
- package/lib/_shared/locale/lang/id-id.d.ts +0 -205
- package/lib/_shared/locale/lang/id-id.js +0 -1
- package/lib/_shared/locale/lang/it-it.d.ts +0 -205
- package/lib/_shared/locale/lang/it-it.js +0 -1
- package/lib/_shared/locale/lang/ja-jp.d.ts +0 -253
- package/lib/_shared/locale/lang/ja-jp.js +0 -1
- package/lib/_shared/locale/lang/km-kh.d.ts +0 -205
- package/lib/_shared/locale/lang/km-kh.js +0 -1
- package/lib/_shared/locale/lang/ko-kr.d.ts +0 -205
- package/lib/_shared/locale/lang/ko-kr.js +0 -1
- package/lib/_shared/locale/lang/ms-my.d.ts +0 -205
- package/lib/_shared/locale/lang/ms-my.js +0 -1
- package/lib/_shared/locale/lang/nl-nl.d.ts +0 -253
- package/lib/_shared/locale/lang/nl-nl.js +0 -1
- package/lib/_shared/locale/lang/pt-pt.d.ts +0 -205
- package/lib/_shared/locale/lang/pt-pt.js +0 -1
- package/lib/_shared/locale/lang/ru-ru.d.ts +0 -253
- package/lib/_shared/locale/lang/ru-ru.js +0 -1
- package/lib/_shared/locale/lang/th-th.d.ts +0 -205
- package/lib/_shared/locale/lang/th-th.js +0 -1
- package/lib/_shared/locale/lang/vi-vn.d.ts +0 -205
- package/lib/_shared/locale/lang/vi-vn.js +0 -1
- package/lib/_shared/locale/lang/zh-cn.js +0 -1
- package/lib/_shared/locale/lang/zh-tw.d.ts +0 -253
- package/lib/_shared/locale/lang/zh-tw.js +0 -1
- package/lib/node_modules/b-validate/es/is.js +0 -1
- package/lib/node_modules/b-validate/es/locale/en-US.js +0 -1
- package/lib/node_modules/b-validate/es/rules/base.js +0 -1
- package/lib/node_modules/b-validate/es/util.js +0 -1
- /package/es/_shared/components/{IconButton.vue.js → IconButton.vue2.js} +0 -0
- /package/lib/_shared/components/{IconButton.vue.js → IconButton.vue2.js} +0 -0
@@ -0,0 +1,255 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
"empty": {
|
3
|
+
"description": "暂无数据"
|
4
|
+
},
|
5
|
+
"drawer": {
|
6
|
+
"okText": "确定",
|
7
|
+
"cancelText": "取消"
|
8
|
+
},
|
9
|
+
"popconfirm": {
|
10
|
+
"okText": "确定",
|
11
|
+
"cancelText": "取消"
|
12
|
+
},
|
13
|
+
"modal": {
|
14
|
+
"okText": "确定",
|
15
|
+
"cancelText": "取消"
|
16
|
+
},
|
17
|
+
"pagination": {
|
18
|
+
"goto": "前往",
|
19
|
+
"page": "页",
|
20
|
+
"countPerPage": "条/页",
|
21
|
+
"total": "共 {0} 条"
|
22
|
+
},
|
23
|
+
"calendar": {
|
24
|
+
"formatYear": "YYYY 年",
|
25
|
+
"formatMonth": "YYYY 年 MM 月",
|
26
|
+
"today": "今天",
|
27
|
+
"view": {
|
28
|
+
"month": "月",
|
29
|
+
"year": "年",
|
30
|
+
"week": "周",
|
31
|
+
"day": "日"
|
32
|
+
},
|
33
|
+
"month": {
|
34
|
+
"long": {
|
35
|
+
"January": "一月",
|
36
|
+
"February": "二月",
|
37
|
+
"March": "三月",
|
38
|
+
"April": "四月",
|
39
|
+
"May": "五月",
|
40
|
+
"June": "六月",
|
41
|
+
"July": "七月",
|
42
|
+
"August": "八月",
|
43
|
+
"September": "九月",
|
44
|
+
"October": "十月",
|
45
|
+
"November": "十一月",
|
46
|
+
"December": "十二月"
|
47
|
+
},
|
48
|
+
"short": {
|
49
|
+
"January": "一月",
|
50
|
+
"February": "二月",
|
51
|
+
"March": "三月",
|
52
|
+
"April": "四月",
|
53
|
+
"May": "五月",
|
54
|
+
"June": "六月",
|
55
|
+
"July": "七月",
|
56
|
+
"August": "八月",
|
57
|
+
"September": "九月",
|
58
|
+
"October": "十月",
|
59
|
+
"November": "十一月",
|
60
|
+
"December": "十二月"
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"week": {
|
64
|
+
"long": {
|
65
|
+
"self": "周",
|
66
|
+
"monday": "周一",
|
67
|
+
"tuesday": "周二",
|
68
|
+
"wednesday": "周三",
|
69
|
+
"thursday": "周四",
|
70
|
+
"friday": "周五",
|
71
|
+
"saturday": "周六",
|
72
|
+
"sunday": "周日"
|
73
|
+
},
|
74
|
+
"short": {
|
75
|
+
"self": "周",
|
76
|
+
"monday": "一",
|
77
|
+
"tuesday": "二",
|
78
|
+
"wednesday": "三",
|
79
|
+
"thursday": "四",
|
80
|
+
"friday": "五",
|
81
|
+
"saturday": "六",
|
82
|
+
"sunday": "日"
|
83
|
+
}
|
84
|
+
}
|
85
|
+
},
|
86
|
+
"image": {
|
87
|
+
"loading": "加载中"
|
88
|
+
},
|
89
|
+
"imagePreview": {
|
90
|
+
"fullScreen": "全屏",
|
91
|
+
"rotateRight": "向右旋转",
|
92
|
+
"rotateLeft": "向左旋转",
|
93
|
+
"zoomIn": "放大",
|
94
|
+
"zoomOut": "缩小",
|
95
|
+
"originalSize": "原始尺寸"
|
96
|
+
},
|
97
|
+
"typography": {
|
98
|
+
"copied": "已复制",
|
99
|
+
"copy": "复制",
|
100
|
+
"expand": "展开",
|
101
|
+
"collapse": "折叠",
|
102
|
+
"edit": "编辑"
|
103
|
+
},
|
104
|
+
"colorPicker": {
|
105
|
+
"history": "最近使用颜色",
|
106
|
+
"preset": "系统预设颜色",
|
107
|
+
"empty": "暂无"
|
108
|
+
},
|
109
|
+
"table": {
|
110
|
+
"okText": "确定",
|
111
|
+
"resetText": "重置"
|
112
|
+
},
|
113
|
+
"upload": {
|
114
|
+
"start": "开始",
|
115
|
+
"cancel": "取消",
|
116
|
+
"delete": "删除",
|
117
|
+
"retry": "点击重试",
|
118
|
+
"buttonText": "点击上传",
|
119
|
+
"preview": "预览",
|
120
|
+
"drag": "点击或拖拽文件到此处上传",
|
121
|
+
"dragHover": "释放文件并开始上传",
|
122
|
+
"error": "上传失败"
|
123
|
+
},
|
124
|
+
"datePicker": {
|
125
|
+
"view": {
|
126
|
+
"month": "月",
|
127
|
+
"year": "年",
|
128
|
+
"week": "周",
|
129
|
+
"day": "日"
|
130
|
+
},
|
131
|
+
"month": {
|
132
|
+
"long": {
|
133
|
+
"January": "一月",
|
134
|
+
"February": "二月",
|
135
|
+
"March": "三月",
|
136
|
+
"April": "四月",
|
137
|
+
"May": "五月",
|
138
|
+
"June": "六月",
|
139
|
+
"July": "七月",
|
140
|
+
"August": "八月",
|
141
|
+
"September": "九月",
|
142
|
+
"October": "十月",
|
143
|
+
"November": "十一月",
|
144
|
+
"December": "十二月"
|
145
|
+
},
|
146
|
+
"short": {
|
147
|
+
"January": "一月",
|
148
|
+
"February": "二月",
|
149
|
+
"March": "三月",
|
150
|
+
"April": "四月",
|
151
|
+
"May": "五月",
|
152
|
+
"June": "六月",
|
153
|
+
"July": "七月",
|
154
|
+
"August": "八月",
|
155
|
+
"September": "九月",
|
156
|
+
"October": "十月",
|
157
|
+
"November": "十一月",
|
158
|
+
"December": "十二月"
|
159
|
+
}
|
160
|
+
},
|
161
|
+
"week": {
|
162
|
+
"long": {
|
163
|
+
"self": "周",
|
164
|
+
"monday": "周一",
|
165
|
+
"tuesday": "周二",
|
166
|
+
"wednesday": "周三",
|
167
|
+
"thursday": "周四",
|
168
|
+
"friday": "周五",
|
169
|
+
"saturday": "周六",
|
170
|
+
"sunday": "周日"
|
171
|
+
},
|
172
|
+
"short": {
|
173
|
+
"self": "周",
|
174
|
+
"monday": "一",
|
175
|
+
"tuesday": "二",
|
176
|
+
"wednesday": "三",
|
177
|
+
"thursday": "四",
|
178
|
+
"friday": "五",
|
179
|
+
"saturday": "六",
|
180
|
+
"sunday": "日"
|
181
|
+
}
|
182
|
+
},
|
183
|
+
"placeholder": {
|
184
|
+
"date": "请选择日期",
|
185
|
+
"week": "请选择周",
|
186
|
+
"month": "请选择月份",
|
187
|
+
"year": "请选择年份",
|
188
|
+
"quarter": "请选择季度",
|
189
|
+
"time": "请选择时间"
|
190
|
+
},
|
191
|
+
"rangePlaceholder": {
|
192
|
+
"date": ["开始日期", "结束日期"],
|
193
|
+
"week": ["开始周", "结束周"],
|
194
|
+
"month": ["开始月份", "结束月份"],
|
195
|
+
"year": ["开始年份", "结束年份"],
|
196
|
+
"quarter": ["开始季度", "结束季度"],
|
197
|
+
"time": ["开始时间", "结束时间"]
|
198
|
+
},
|
199
|
+
"selectTime": "选择时间",
|
200
|
+
"today": "今天",
|
201
|
+
"now": "此刻",
|
202
|
+
"ok": "确定"
|
203
|
+
},
|
204
|
+
"form": {
|
205
|
+
"validateMessages": {
|
206
|
+
"required": "#{field} 是必填项",
|
207
|
+
"type": {
|
208
|
+
"string": "#{field} 不是合法的文本类型",
|
209
|
+
"number": "#{field} 不是合法的数字类型",
|
210
|
+
"boolean": "#{field} 不是合法的布尔类型",
|
211
|
+
"array": "#{field} 不是合法的数组类型",
|
212
|
+
"object": "#{field} 不是合法的对象类型",
|
213
|
+
"url": "#{field} 不是合法的 url 地址",
|
214
|
+
"email": "#{field} 不是合法的邮箱地址",
|
215
|
+
"ip": "#{field} 不是合法的 IP 地址"
|
216
|
+
},
|
217
|
+
"number": {
|
218
|
+
"min": "`#{value}` 小于最小值 `#{min}`",
|
219
|
+
"max": "`#{value}` 大于最大值 `#{max}`",
|
220
|
+
"equal": "`#{value}` 不等于 `#{equal}`",
|
221
|
+
"range": "`#{value}` 不在 `#{min} ~ #{max}` 范围内",
|
222
|
+
"positive": "`#{value}` 不是正数",
|
223
|
+
"negative": "`#{value}` 不是负数"
|
224
|
+
},
|
225
|
+
"array": {
|
226
|
+
"length": "`#{field}` 个数不等于 #{length}",
|
227
|
+
"minLength": "`#{field}` 个数最少为 #{minLength}",
|
228
|
+
"maxLength": "`#{field}` 个数最多为 #{maxLength}",
|
229
|
+
"includes": "#{field} 不包含 #{includes}",
|
230
|
+
"deepEqual": "#{field} 不等于 #{deepEqual}",
|
231
|
+
"empty": "`#{field}` 不是空数组"
|
232
|
+
},
|
233
|
+
"string": {
|
234
|
+
"minLength": "字符数最少为 #{minLength}",
|
235
|
+
"maxLength": "字符数最多为 #{maxLength}",
|
236
|
+
"length": "字符数必须是 #{length}",
|
237
|
+
"match": "`#{value}` 不符合模式 #{pattern}",
|
238
|
+
"uppercase": "`#{value}` 必须全大写",
|
239
|
+
"lowercase": "`#{value}` 必须全小写"
|
240
|
+
},
|
241
|
+
"object": {
|
242
|
+
"deepEqual": "`#{field}` 不等于期望值",
|
243
|
+
"hasKeys": "`#{field}` 不包含必须字段",
|
244
|
+
"empty": "`#{field}` 不是对象"
|
245
|
+
},
|
246
|
+
"boolean": {
|
247
|
+
"true": "期望是 `true`",
|
248
|
+
"false": "期望是 `false`"
|
249
|
+
}
|
250
|
+
}
|
251
|
+
}
|
252
|
+
}
|
253
|
+
;
|
254
|
+
|
255
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={description:"暂无数据"},a={okText:"确定",cancelText:"取消"},r={okText:"确定",cancelText:"取消"},t={okText:"确定",cancelText:"取消"},o={goto:"前往",page:"页",countPerPage:"条/页",total:"共 {0} 条"},l={formatYear:"YYYY 年",formatMonth:"YYYY 年 MM 月",today:"今天",view:{month:"月",year:"年",week:"周",day:"日"},month:{long:{January:"一月",February:"二月",March:"三月",April:"四月",May:"五月",June:"六月",July:"七月",August:"八月",September:"九月",October:"十月",November:"十一月",December:"十二月"},short:{January:"一月",February:"二月",March:"三月",April:"四月",May:"五月",June:"六月",July:"七月",August:"八月",September:"九月",October:"十月",November:"十一月",December:"十二月"}},week:{long:{self:"周",monday:"周一",tuesday:"周二",wednesday:"周三",thursday:"周四",friday:"周五",saturday:"周六",sunday:"周日"},short:{self:"周",monday:"一",tuesday:"二",wednesday:"三",thursday:"四",friday:"五",saturday:"六",sunday:"日"}}},d={loading:"加载中"},n={fullScreen:"全屏",rotateRight:"向右旋转",rotateLeft:"向左旋转",zoomIn:"放大",zoomOut:"缩小",originalSize:"原始尺寸"},i={copied:"已复制",copy:"复制",expand:"展开",collapse:"折叠",edit:"编辑"},u={history:"最近使用颜色",preset:"系统预设颜色",empty:"暂无"},s={okText:"确定",resetText:"重置"},y={start:"开始",cancel:"取消",delete:"删除",retry:"点击重试",buttonText:"点击上传",preview:"预览",drag:"点击或拖拽文件到此处上传",dragHover:"释放文件并开始上传",error:"上传失败"},m={view:{month:"月",year:"年",week:"周",day:"日"},month:{long:{January:"一月",February:"二月",March:"三月",April:"四月",May:"五月",June:"六月",July:"七月",August:"八月",September:"九月",October:"十月",November:"十一月",December:"十二月"},short:{January:"一月",February:"二月",March:"三月",April:"四月",May:"五月",June:"六月",July:"七月",August:"八月",September:"九月",October:"十月",November:"十一月",December:"十二月"}},week:{long:{self:"周",monday:"周一",tuesday:"周二",wednesday:"周三",thursday:"周四",friday:"周五",saturday:"周六",sunday:"周日"},short:{self:"周",monday:"一",tuesday:"二",wednesday:"三",thursday:"四",friday:"五",saturday:"六",sunday:"日"}},placeholder:{date:"请选择日期",week:"请选择周",month:"请选择月份",year:"请选择年份",quarter:"请选择季度",time:"请选择时间"},rangePlaceholder:{date:["开始日期","结束日期"],week:["开始周","结束周"],month:["开始月份","结束月份"],year:["开始年份","结束年份"],quarter:["开始季度","结束季度"],time:["开始时间","结束时间"]},selectTime:"选择时间",today:"今天",now:"此刻",ok:"确定"},p={validateMessages:{required:"#{field} 是必填项",type:{string:"#{field} 不是合法的文本类型",number:"#{field} 不是合法的数字类型",boolean:"#{field} 不是合法的布尔类型",array:"#{field} 不是合法的数组类型",object:"#{field} 不是合法的对象类型",url:"#{field} 不是合法的 url 地址",email:"#{field} 不是合法的邮箱地址",ip:"#{field} 不是合法的 IP 地址"},number:{min:"`#{value}` 小于最小值 `#{min}`",max:"`#{value}` 大于最大值 `#{max}`",equal:"`#{value}` 不等于 `#{equal}`",range:"`#{value}` 不在 `#{min} ~ #{max}` 范围内",positive:"`#{value}` 不是正数",negative:"`#{value}` 不是负数"},array:{length:"`#{field}` 个数不等于 #{length}",minLength:"`#{field}` 个数最少为 #{minLength}",maxLength:"`#{field}` 个数最多为 #{maxLength}",includes:"#{field} 不包含 #{includes}",deepEqual:"#{field} 不等于 #{deepEqual}",empty:"`#{field}` 不是空数组"},string:{minLength:"字符数最少为 #{minLength}",maxLength:"字符数最多为 #{maxLength}",length:"字符数必须是 #{length}",match:"`#{value}` 不符合模式 #{pattern}",uppercase:"`#{value}` 必须全大写",lowercase:"`#{value}` 必须全小写"},object:{deepEqual:"`#{field}` 不等于期望值",hasKeys:"`#{field}` 不包含必须字段",empty:"`#{field}` 不是对象"},boolean:{true:"期望是 `true`",false:"期望是 `false`"}}},c={empty:e,drawer:a,popconfirm:r,modal:t,pagination:o,calendar:l,image:d,imagePreview:n,typography:i,colorPicker:u,table:s,upload:y,datePicker:m,form:p};exports.calendar=l,exports.colorPicker=u,exports.datePicker=m,exports.default=c,exports.drawer=a,exports.empty=e,exports.form=p,exports.image=d,exports.imagePreview=n,exports.modal=t,exports.pagination=o,exports.popconfirm=r,exports.table=s,exports.typography=i,exports.upload=y;
|
@@ -0,0 +1,255 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
"empty": {
|
3
|
+
"description": "無資料"
|
4
|
+
},
|
5
|
+
"drawer": {
|
6
|
+
"okText": "確認",
|
7
|
+
"cancelText": "取消"
|
8
|
+
},
|
9
|
+
"popconfirm": {
|
10
|
+
"okText": "確認",
|
11
|
+
"cancelText": "取消"
|
12
|
+
},
|
13
|
+
"modal": {
|
14
|
+
"okText": "確認",
|
15
|
+
"cancelText": "取消"
|
16
|
+
},
|
17
|
+
"pagination": {
|
18
|
+
"goto": "前往",
|
19
|
+
"page": "頁",
|
20
|
+
"countPerPage": "項/頁",
|
21
|
+
"total": "共 {0} 項"
|
22
|
+
},
|
23
|
+
"table": {
|
24
|
+
"okText": "確認",
|
25
|
+
"resetText": "重置"
|
26
|
+
},
|
27
|
+
"upload": {
|
28
|
+
"start": "開始",
|
29
|
+
"cancel": "取消",
|
30
|
+
"delete": "删除",
|
31
|
+
"retry": "點擊重試",
|
32
|
+
"buttonText": "點擊上傳",
|
33
|
+
"preview": "預覽",
|
34
|
+
"drag": "點擊或拖拽文件到此處上傳",
|
35
|
+
"dragHover": "釋放文件並開始上傳",
|
36
|
+
"error": "上傳失敗"
|
37
|
+
},
|
38
|
+
"calendar": {
|
39
|
+
"formatYear": "YYYY 年",
|
40
|
+
"formatMonth": "YYYY 年 MM 月",
|
41
|
+
"today": "今天",
|
42
|
+
"view": {
|
43
|
+
"month": "月",
|
44
|
+
"year": "年",
|
45
|
+
"week": "周",
|
46
|
+
"day": "日"
|
47
|
+
},
|
48
|
+
"month": {
|
49
|
+
"long": {
|
50
|
+
"January": "一月",
|
51
|
+
"February": "二月",
|
52
|
+
"March": "三月",
|
53
|
+
"April": "四月",
|
54
|
+
"May": "五月",
|
55
|
+
"June": "六月",
|
56
|
+
"July": "七月",
|
57
|
+
"August": "八月",
|
58
|
+
"September": "九月",
|
59
|
+
"October": "十月",
|
60
|
+
"November": "十一月",
|
61
|
+
"December": "十二月"
|
62
|
+
},
|
63
|
+
"short": {
|
64
|
+
"January": "一月",
|
65
|
+
"February": "二月",
|
66
|
+
"March": "三月",
|
67
|
+
"April": "四月",
|
68
|
+
"May": "五月",
|
69
|
+
"June": "六月",
|
70
|
+
"July": "七月",
|
71
|
+
"August": "八月",
|
72
|
+
"September": "九月",
|
73
|
+
"October": "十月",
|
74
|
+
"November": "十一月",
|
75
|
+
"December": "十二月"
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"week": {
|
79
|
+
"long": {
|
80
|
+
"self": "周",
|
81
|
+
"monday": "周一",
|
82
|
+
"tuesday": "周二",
|
83
|
+
"wednesday": "周三",
|
84
|
+
"thursday": "周四",
|
85
|
+
"friday": "周五",
|
86
|
+
"saturday": "周六",
|
87
|
+
"sunday": "周日"
|
88
|
+
},
|
89
|
+
"short": {
|
90
|
+
"self": "周",
|
91
|
+
"monday": "一",
|
92
|
+
"tuesday": "二",
|
93
|
+
"wednesday": "三",
|
94
|
+
"thursday": "四",
|
95
|
+
"friday": "五",
|
96
|
+
"saturday": "六",
|
97
|
+
"sunday": "日"
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"datePicker": {
|
102
|
+
"view": {
|
103
|
+
"month": "月",
|
104
|
+
"year": "年",
|
105
|
+
"week": "周",
|
106
|
+
"day": "日"
|
107
|
+
},
|
108
|
+
"month": {
|
109
|
+
"long": {
|
110
|
+
"January": "一月",
|
111
|
+
"February": "二月",
|
112
|
+
"March": "三月",
|
113
|
+
"April": "四月",
|
114
|
+
"May": "五月",
|
115
|
+
"June": "六月",
|
116
|
+
"July": "七月",
|
117
|
+
"August": "八月",
|
118
|
+
"September": "九月",
|
119
|
+
"October": "十月",
|
120
|
+
"November": "十一月",
|
121
|
+
"December": "十二月"
|
122
|
+
},
|
123
|
+
"short": {
|
124
|
+
"January": "一月",
|
125
|
+
"February": "二月",
|
126
|
+
"March": "三月",
|
127
|
+
"April": "四月",
|
128
|
+
"May": "五月",
|
129
|
+
"June": "六月",
|
130
|
+
"July": "七月",
|
131
|
+
"August": "八月",
|
132
|
+
"September": "九月",
|
133
|
+
"October": "十月",
|
134
|
+
"November": "十一月",
|
135
|
+
"December": "十二月"
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"week": {
|
139
|
+
"long": {
|
140
|
+
"self": "周",
|
141
|
+
"monday": "周一",
|
142
|
+
"tuesday": "周二",
|
143
|
+
"wednesday": "周三",
|
144
|
+
"thursday": "周四",
|
145
|
+
"friday": "周五",
|
146
|
+
"saturday": "周六",
|
147
|
+
"sunday": "周日"
|
148
|
+
},
|
149
|
+
"short": {
|
150
|
+
"self": "周",
|
151
|
+
"monday": "一",
|
152
|
+
"tuesday": "二",
|
153
|
+
"wednesday": "三",
|
154
|
+
"thursday": "四",
|
155
|
+
"friday": "五",
|
156
|
+
"saturday": "六",
|
157
|
+
"sunday": "日"
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"placeholder": {
|
161
|
+
"date": "請選擇日期",
|
162
|
+
"week": "請選擇周",
|
163
|
+
"month": "請選擇月份",
|
164
|
+
"year": "請選擇年份",
|
165
|
+
"quarter": "請選擇季度",
|
166
|
+
"time": "請選擇時間"
|
167
|
+
},
|
168
|
+
"rangePlaceholder": {
|
169
|
+
"date": ["開始日期", "結束日期"],
|
170
|
+
"week": ["開始周", "結束周"],
|
171
|
+
"month": ["開始月份", "結束月份"],
|
172
|
+
"year": ["開始年份", "結束年份"],
|
173
|
+
"quarter": ["開始季度", "結束季度"],
|
174
|
+
"time": ["開始時間", "結束時間"]
|
175
|
+
},
|
176
|
+
"selectTime": "選擇時間",
|
177
|
+
"today": "今天",
|
178
|
+
"now": "此刻",
|
179
|
+
"ok": "確認"
|
180
|
+
},
|
181
|
+
"image": {
|
182
|
+
"loading": "載入中"
|
183
|
+
},
|
184
|
+
"imagePreview": {
|
185
|
+
"fullScreen": "全屏",
|
186
|
+
"rotateRight": "向右旋轉",
|
187
|
+
"rotateLeft": "向左旋轉",
|
188
|
+
"zoomIn": "放大",
|
189
|
+
"zoomOut": "縮小",
|
190
|
+
"originalSize": "原始尺寸"
|
191
|
+
},
|
192
|
+
"typography": {
|
193
|
+
"copied": "已複製",
|
194
|
+
"copy": "複製",
|
195
|
+
"expand": "展開",
|
196
|
+
"collapse": "折疊",
|
197
|
+
"edit": "編輯"
|
198
|
+
},
|
199
|
+
"form": {
|
200
|
+
"validateMessages": {
|
201
|
+
"required": "#{field} 是必填項",
|
202
|
+
"type": {
|
203
|
+
"string": "#{value} 不是合法的文本類型",
|
204
|
+
"number": "#{value} 不是合法的數字類型",
|
205
|
+
"boolean": "#{value} 不是合法的布爾類型",
|
206
|
+
"array": "#{value} 不是合法的數組類型",
|
207
|
+
"object": "#{value} 不是合法的對像類型",
|
208
|
+
"url": "#{value} 不是合法的 url 地址",
|
209
|
+
"email": "#{value} 不是合法的郵箱地址",
|
210
|
+
"ip": "#{value} 不是合法的 IP 地址"
|
211
|
+
},
|
212
|
+
"number": {
|
213
|
+
"min": "`#{value}` 小於最小值 `#{min}`",
|
214
|
+
"max": "`#{value}` 大於最大值 `#{max}`",
|
215
|
+
"equal": "`#{value}` 不等於 `#{equal}`",
|
216
|
+
"range": "`#{value}` 不在 `#{min} ~ #{max}` 範圍內",
|
217
|
+
"positive": "`#{value}` 不是正數",
|
218
|
+
"negative": "`#{value}` 不是負數"
|
219
|
+
},
|
220
|
+
"array": {
|
221
|
+
"length": "`#{value}` 個數不等於 #{length}",
|
222
|
+
"minLength": "`#{value}` 個數最少為 #{minLength}",
|
223
|
+
"maxLength": "`#{value}` 個數最多為 #{maxLength}",
|
224
|
+
"includes": "#{value} 不包含 #{includes}",
|
225
|
+
"deepEqual": "#{value} 不等於 #{deepEqual}",
|
226
|
+
"empty": "`#{value}` 不是空數組"
|
227
|
+
},
|
228
|
+
"string": {
|
229
|
+
"minLength": "字符數最少為 #{minLength}",
|
230
|
+
"maxLength": "字符數最多為 #{maxLength}",
|
231
|
+
"length": "`#{value}` 字符數不等於 #{length}",
|
232
|
+
"match": "`#{value}` 不符合模式 #{pattern}",
|
233
|
+
"uppercase": "`#{value}` 不是全大寫",
|
234
|
+
"lowercase": "`#{value}` 不是全小寫"
|
235
|
+
},
|
236
|
+
"object": {
|
237
|
+
"deepEqual": "`#{value}` 不等於 #{deepEqual}",
|
238
|
+
"hasKeys": "`#{value}` 不包含字段 #{keys}",
|
239
|
+
"empty": "`#{value}` 不是對象"
|
240
|
+
},
|
241
|
+
"boolean": {
|
242
|
+
"true": "期望是 `true`",
|
243
|
+
"false": "期望是 `false`"
|
244
|
+
}
|
245
|
+
}
|
246
|
+
},
|
247
|
+
"colorPicker": {
|
248
|
+
"history": "最近使用顏色",
|
249
|
+
"preset": "系統預設顏色",
|
250
|
+
"empty": "暫無"
|
251
|
+
}
|
252
|
+
}
|
253
|
+
;
|
254
|
+
|
255
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={description:"無資料"},a={okText:"確認",cancelText:"取消"},r={okText:"確認",cancelText:"取消"},t={okText:"確認",cancelText:"取消"},o={goto:"前往",page:"頁",countPerPage:"項/頁",total:"共 {0} 項"},l={okText:"確認",resetText:"重置"},u={start:"開始",cancel:"取消",delete:"删除",retry:"點擊重試",buttonText:"點擊上傳",preview:"預覽",drag:"點擊或拖拽文件到此處上傳",dragHover:"釋放文件並開始上傳",error:"上傳失敗"},n={formatYear:"YYYY 年",formatMonth:"YYYY 年 MM 月",today:"今天",view:{month:"月",year:"年",week:"周",day:"日"},month:{long:{January:"一月",February:"二月",March:"三月",April:"四月",May:"五月",June:"六月",July:"七月",August:"八月",September:"九月",October:"十月",November:"十一月",December:"十二月"},short:{January:"一月",February:"二月",March:"三月",April:"四月",May:"五月",June:"六月",July:"七月",August:"八月",September:"九月",October:"十月",November:"十一月",December:"十二月"}},week:{long:{self:"周",monday:"周一",tuesday:"周二",wednesday:"周三",thursday:"周四",friday:"周五",saturday:"周六",sunday:"周日"},short:{self:"周",monday:"一",tuesday:"二",wednesday:"三",thursday:"四",friday:"五",saturday:"六",sunday:"日"}}},s={view:{month:"月",year:"年",week:"周",day:"日"},month:{long:{January:"一月",February:"二月",March:"三月",April:"四月",May:"五月",June:"六月",July:"七月",August:"八月",September:"九月",October:"十月",November:"十一月",December:"十二月"},short:{January:"一月",February:"二月",March:"三月",April:"四月",May:"五月",June:"六月",July:"七月",August:"八月",September:"九月",October:"十月",November:"十一月",December:"十二月"}},week:{long:{self:"周",monday:"周一",tuesday:"周二",wednesday:"周三",thursday:"周四",friday:"周五",saturday:"周六",sunday:"周日"},short:{self:"周",monday:"一",tuesday:"二",wednesday:"三",thursday:"四",friday:"五",saturday:"六",sunday:"日"}},placeholder:{date:"請選擇日期",week:"請選擇周",month:"請選擇月份",year:"請選擇年份",quarter:"請選擇季度",time:"請選擇時間"},rangePlaceholder:{date:["開始日期","結束日期"],week:["開始周","結束周"],month:["開始月份","結束月份"],year:["開始年份","結束年份"],quarter:["開始季度","結束季度"],time:["開始時間","結束時間"]},selectTime:"選擇時間",today:"今天",now:"此刻",ok:"確認"},d={loading:"載入中"},y={fullScreen:"全屏",rotateRight:"向右旋轉",rotateLeft:"向左旋轉",zoomIn:"放大",zoomOut:"縮小",originalSize:"原始尺寸"},i={copied:"已複製",copy:"複製",expand:"展開",collapse:"折疊",edit:"編輯"},m={validateMessages:{required:"#{field} 是必填項",type:{string:"#{value} 不是合法的文本類型",number:"#{value} 不是合法的數字類型",boolean:"#{value} 不是合法的布爾類型",array:"#{value} 不是合法的數組類型",object:"#{value} 不是合法的對像類型",url:"#{value} 不是合法的 url 地址",email:"#{value} 不是合法的郵箱地址",ip:"#{value} 不是合法的 IP 地址"},number:{min:"`#{value}` 小於最小值 `#{min}`",max:"`#{value}` 大於最大值 `#{max}`",equal:"`#{value}` 不等於 `#{equal}`",range:"`#{value}` 不在 `#{min} ~ #{max}` 範圍內",positive:"`#{value}` 不是正數",negative:"`#{value}` 不是負數"},array:{length:"`#{value}` 個數不等於 #{length}",minLength:"`#{value}` 個數最少為 #{minLength}",maxLength:"`#{value}` 個數最多為 #{maxLength}",includes:"#{value} 不包含 #{includes}",deepEqual:"#{value} 不等於 #{deepEqual}",empty:"`#{value}` 不是空數組"},string:{minLength:"字符數最少為 #{minLength}",maxLength:"字符數最多為 #{maxLength}",length:"`#{value}` 字符數不等於 #{length}",match:"`#{value}` 不符合模式 #{pattern}",uppercase:"`#{value}` 不是全大寫",lowercase:"`#{value}` 不是全小寫"},object:{deepEqual:"`#{value}` 不等於 #{deepEqual}",hasKeys:"`#{value}` 不包含字段 #{keys}",empty:"`#{value}` 不是對象"},boolean:{true:"期望是 `true`",false:"期望是 `false`"}}},p={history:"最近使用顏色",preset:"系統預設顏色",empty:"暫無"},c={empty:e,drawer:a,popconfirm:r,modal:t,pagination:o,table:l,upload:u,calendar:n,datePicker:s,image:d,imagePreview:y,typography:i,form:m,colorPicker:p};exports.calendar=n,exports.colorPicker=p,exports.datePicker=s,exports.default=c,exports.drawer=a,exports.empty=e,exports.form=m,exports.image=d,exports.imagePreview=y,exports.modal=t,exports.pagination=o,exports.popconfirm=r,exports.table=l,exports.typography=i,exports.upload=u;
|