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.
Files changed (217) hide show
  1. package/es/Alert/index.vue.js +2 -2
  2. package/es/Calendar/Calendar.vue.js +2 -2
  3. package/es/Cascader/CascaderIcon.vue.js +2 -2
  4. package/es/Checkbox/Checkbox.vue.js +2 -2
  5. package/es/Collapse/CollapseItem.vue.js +2 -2
  6. package/es/Drawer/Drawer.vue.js +2 -2
  7. package/es/Input/Input.vue.js +2 -2
  8. package/es/Input/InputSuffix.vue.js +4 -4
  9. package/es/InputTag/index.vue.js +2 -2
  10. package/es/Menu/SubMenu.vue.js +1 -1
  11. package/es/Message/Message.vue.js +2 -2
  12. package/es/Modal/Modal.vue.js +2 -2
  13. package/es/Notification/Notification.vue.js +2 -2
  14. package/es/PageHeader/index.vue.js +2 -2
  15. package/es/Radio/Radio.vue.js +2 -2
  16. package/es/Select/SelectIcon.vue.js +2 -2
  17. package/es/Tabs/TabButton.vue.js +2 -2
  18. package/es/Tag/index.vue.js +2 -2
  19. package/es/Textarea/index.vue.js +2 -2
  20. package/es/TimePicker/TimePicker.vue.js +2 -2
  21. package/es/Transfer/TransferPanel.vue.js +2 -2
  22. package/es/Trigger/index.vue.js +1 -1
  23. package/es/Typography/TypographyBase.vue.js +2 -2
  24. package/es/_shared/components/IconButton.vue3.js +2 -2
  25. package/es/_shared/icons/IconCopy.vue.js +1 -17
  26. package/es/_shared/icons/IconCopy.vue2.js +17 -1
  27. package/es/_shared/icons/IconEdit.vue.js +1 -17
  28. package/es/_shared/icons/IconEdit.vue2.js +17 -1
  29. package/es/_shared/icons/IconEyeClose.vue.js +1 -21
  30. package/es/_shared/icons/IconEyeClose.vue2.js +21 -1
  31. package/es/_shared/icons/IconEyeOpen.vue.js +1 -18
  32. package/es/_shared/icons/IconEyeOpen.vue2.js +18 -1
  33. package/es/_shared/locale/i18n.js +6 -5
  34. package/es/_shared/locale/lang/ar-eg.json.js +251 -0
  35. package/es/_shared/locale/lang/de-de.json.d.ts +207 -0
  36. package/es/_shared/locale/lang/de-de.json.js +251 -0
  37. package/es/_shared/locale/lang/en-us.json.d.ts +210 -0
  38. package/es/_shared/locale/lang/en-us.json.js +256 -0
  39. package/es/_shared/locale/lang/es-es.json.d.ts +207 -0
  40. package/es/_shared/locale/lang/es-es.json.js +251 -0
  41. package/es/_shared/locale/lang/fr-fr.json.d.ts +207 -0
  42. package/es/_shared/locale/lang/fr-fr.json.js +251 -0
  43. package/es/_shared/locale/lang/id-id.json.d.ts +207 -0
  44. package/es/_shared/locale/lang/id-id.json.js +251 -0
  45. package/es/_shared/locale/lang/it-it.json.d.ts +207 -0
  46. package/es/_shared/locale/lang/it-it.json.js +251 -0
  47. package/es/_shared/locale/lang/ja-jp.json.d.ts +255 -0
  48. package/es/_shared/locale/lang/ja-jp.json.js +301 -0
  49. package/es/_shared/locale/lang/km-kh.json.d.ts +207 -0
  50. package/es/_shared/locale/lang/km-kh.json.js +251 -0
  51. package/es/_shared/locale/lang/ko-kr.json.d.ts +207 -0
  52. package/es/_shared/locale/lang/ko-kr.json.js +251 -0
  53. package/es/_shared/locale/lang/ms-my.json.d.ts +207 -0
  54. package/es/_shared/locale/lang/ms-my.json.js +251 -0
  55. package/es/_shared/locale/lang/nl-nl.json.d.ts +255 -0
  56. package/es/_shared/locale/lang/nl-nl.json.js +301 -0
  57. package/es/_shared/locale/lang/pt-pt.json.d.ts +207 -0
  58. package/es/_shared/locale/lang/pt-pt.json.js +251 -0
  59. package/es/_shared/locale/lang/ru-ru.json.d.ts +255 -0
  60. package/es/_shared/locale/lang/ru-ru.json.js +301 -0
  61. package/es/_shared/locale/lang/th-th.json.d.ts +207 -0
  62. package/es/_shared/locale/lang/th-th.json.js +251 -0
  63. package/es/_shared/locale/lang/vi-vn.json.d.ts +207 -0
  64. package/es/_shared/locale/lang/vi-vn.json.js +251 -0
  65. package/es/_shared/locale/lang/zh-cn.json.d.ts +255 -0
  66. package/es/_shared/locale/lang/zh-cn.json.js +301 -0
  67. package/es/_shared/locale/lang/zh-tw.json.d.ts +255 -0
  68. package/es/_shared/locale/lang/zh-tw.json.js +301 -0
  69. package/lib/Alert/index.vue.js +1 -1
  70. package/lib/Calendar/Calendar.vue.js +1 -1
  71. package/lib/Cascader/CascaderIcon.vue.js +1 -1
  72. package/lib/Checkbox/Checkbox.vue.js +1 -1
  73. package/lib/Collapse/CollapseItem.vue.js +1 -1
  74. package/lib/Drawer/Drawer.vue.js +1 -1
  75. package/lib/Input/Input.vue.js +1 -1
  76. package/lib/Input/InputSuffix.vue.js +1 -1
  77. package/lib/InputTag/index.vue.js +1 -1
  78. package/lib/Menu/SubMenu.vue.js +1 -1
  79. package/lib/Message/Message.vue.js +1 -1
  80. package/lib/Modal/Modal.vue.js +1 -1
  81. package/lib/Notification/Notification.vue.js +1 -1
  82. package/lib/PageHeader/index.vue.js +1 -1
  83. package/lib/Radio/Radio.vue.js +1 -1
  84. package/lib/Select/SelectIcon.vue.js +1 -1
  85. package/lib/Tabs/TabButton.vue.js +1 -1
  86. package/lib/Tag/index.vue.js +1 -1
  87. package/lib/Textarea/index.vue.js +1 -1
  88. package/lib/TimePicker/TimePicker.vue.js +1 -1
  89. package/lib/Transfer/TransferPanel.vue.js +1 -1
  90. package/lib/Trigger/index.vue.js +1 -1
  91. package/lib/Typography/TypographyBase.vue.js +1 -1
  92. package/lib/_shared/components/IconButton.vue3.js +1 -1
  93. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  94. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  95. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  96. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  97. package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
  98. package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
  99. package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
  100. package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
  101. package/lib/_shared/locale/i18n.js +1 -1
  102. package/lib/_shared/locale/lang/ar-eg.json.js +1 -0
  103. package/lib/_shared/locale/lang/de-de.json.d.ts +207 -0
  104. package/lib/_shared/locale/lang/de-de.json.js +1 -0
  105. package/lib/_shared/locale/lang/en-us.json.d.ts +210 -0
  106. package/lib/_shared/locale/lang/en-us.json.js +1 -0
  107. package/lib/_shared/locale/lang/es-es.json.d.ts +207 -0
  108. package/lib/_shared/locale/lang/es-es.json.js +1 -0
  109. package/lib/_shared/locale/lang/fr-fr.json.d.ts +207 -0
  110. package/lib/_shared/locale/lang/fr-fr.json.js +1 -0
  111. package/lib/_shared/locale/lang/id-id.json.d.ts +207 -0
  112. package/lib/_shared/locale/lang/id-id.json.js +1 -0
  113. package/lib/_shared/locale/lang/it-it.json.d.ts +207 -0
  114. package/lib/_shared/locale/lang/it-it.json.js +1 -0
  115. package/lib/_shared/locale/lang/ja-jp.json.d.ts +255 -0
  116. package/lib/_shared/locale/lang/ja-jp.json.js +1 -0
  117. package/lib/_shared/locale/lang/km-kh.json.d.ts +207 -0
  118. package/lib/_shared/locale/lang/km-kh.json.js +1 -0
  119. package/lib/_shared/locale/lang/ko-kr.json.d.ts +207 -0
  120. package/lib/_shared/locale/lang/ko-kr.json.js +1 -0
  121. package/lib/_shared/locale/lang/ms-my.json.d.ts +207 -0
  122. package/lib/_shared/locale/lang/ms-my.json.js +1 -0
  123. package/lib/_shared/locale/lang/nl-nl.json.d.ts +255 -0
  124. package/lib/_shared/locale/lang/nl-nl.json.js +1 -0
  125. package/lib/_shared/locale/lang/pt-pt.json.d.ts +207 -0
  126. package/lib/_shared/locale/lang/pt-pt.json.js +1 -0
  127. package/lib/_shared/locale/lang/ru-ru.json.d.ts +255 -0
  128. package/lib/_shared/locale/lang/ru-ru.json.js +1 -0
  129. package/lib/_shared/locale/lang/th-th.json.d.ts +207 -0
  130. package/lib/_shared/locale/lang/th-th.json.js +1 -0
  131. package/lib/_shared/locale/lang/vi-vn.json.d.ts +207 -0
  132. package/lib/_shared/locale/lang/vi-vn.json.js +1 -0
  133. package/lib/_shared/locale/lang/zh-cn.json.d.ts +255 -0
  134. package/lib/_shared/locale/lang/zh-cn.json.js +1 -0
  135. package/lib/_shared/locale/lang/zh-tw.json.d.ts +255 -0
  136. package/lib/_shared/locale/lang/zh-tw.json.js +1 -0
  137. package/package.json +1 -1
  138. package/es/_shared/locale/lang/ar-eg.d.ts +0 -205
  139. package/es/_shared/locale/lang/ar-eg.js +0 -153
  140. package/es/_shared/locale/lang/de-de.d.ts +0 -205
  141. package/es/_shared/locale/lang/de-de.js +0 -153
  142. package/es/_shared/locale/lang/en-us.d.ts +0 -253
  143. package/es/_shared/locale/lang/en-us.js +0 -158
  144. package/es/_shared/locale/lang/es-es.d.ts +0 -205
  145. package/es/_shared/locale/lang/es-es.js +0 -153
  146. package/es/_shared/locale/lang/fr-fr.d.ts +0 -205
  147. package/es/_shared/locale/lang/fr-fr.js +0 -153
  148. package/es/_shared/locale/lang/id-id.d.ts +0 -205
  149. package/es/_shared/locale/lang/id-id.js +0 -153
  150. package/es/_shared/locale/lang/it-it.d.ts +0 -205
  151. package/es/_shared/locale/lang/it-it.js +0 -153
  152. package/es/_shared/locale/lang/ja-jp.d.ts +0 -253
  153. package/es/_shared/locale/lang/ja-jp.js +0 -201
  154. package/es/_shared/locale/lang/km-kh.d.ts +0 -205
  155. package/es/_shared/locale/lang/km-kh.js +0 -153
  156. package/es/_shared/locale/lang/ko-kr.d.ts +0 -205
  157. package/es/_shared/locale/lang/ko-kr.js +0 -153
  158. package/es/_shared/locale/lang/ms-my.d.ts +0 -205
  159. package/es/_shared/locale/lang/ms-my.js +0 -153
  160. package/es/_shared/locale/lang/nl-nl.d.ts +0 -253
  161. package/es/_shared/locale/lang/nl-nl.js +0 -201
  162. package/es/_shared/locale/lang/pt-pt.d.ts +0 -205
  163. package/es/_shared/locale/lang/pt-pt.js +0 -153
  164. package/es/_shared/locale/lang/ru-ru.d.ts +0 -253
  165. package/es/_shared/locale/lang/ru-ru.js +0 -201
  166. package/es/_shared/locale/lang/th-th.d.ts +0 -205
  167. package/es/_shared/locale/lang/th-th.js +0 -153
  168. package/es/_shared/locale/lang/vi-vn.d.ts +0 -205
  169. package/es/_shared/locale/lang/vi-vn.js +0 -153
  170. package/es/_shared/locale/lang/zh-cn.js +0 -201
  171. package/es/_shared/locale/lang/zh-tw.d.ts +0 -253
  172. package/es/_shared/locale/lang/zh-tw.js +0 -201
  173. package/es/node_modules/b-validate/es/is.js +0 -27
  174. package/es/node_modules/b-validate/es/locale/en-US.js +0 -50
  175. package/es/node_modules/b-validate/es/rules/base.js +0 -86
  176. package/es/node_modules/b-validate/es/util.js +0 -25
  177. package/lib/_shared/locale/lang/ar-eg.d.ts +0 -205
  178. package/lib/_shared/locale/lang/ar-eg.js +0 -1
  179. package/lib/_shared/locale/lang/de-de.d.ts +0 -205
  180. package/lib/_shared/locale/lang/de-de.js +0 -1
  181. package/lib/_shared/locale/lang/en-us.d.ts +0 -253
  182. package/lib/_shared/locale/lang/en-us.js +0 -1
  183. package/lib/_shared/locale/lang/es-es.d.ts +0 -205
  184. package/lib/_shared/locale/lang/es-es.js +0 -1
  185. package/lib/_shared/locale/lang/fr-fr.d.ts +0 -205
  186. package/lib/_shared/locale/lang/fr-fr.js +0 -1
  187. package/lib/_shared/locale/lang/id-id.d.ts +0 -205
  188. package/lib/_shared/locale/lang/id-id.js +0 -1
  189. package/lib/_shared/locale/lang/it-it.d.ts +0 -205
  190. package/lib/_shared/locale/lang/it-it.js +0 -1
  191. package/lib/_shared/locale/lang/ja-jp.d.ts +0 -253
  192. package/lib/_shared/locale/lang/ja-jp.js +0 -1
  193. package/lib/_shared/locale/lang/km-kh.d.ts +0 -205
  194. package/lib/_shared/locale/lang/km-kh.js +0 -1
  195. package/lib/_shared/locale/lang/ko-kr.d.ts +0 -205
  196. package/lib/_shared/locale/lang/ko-kr.js +0 -1
  197. package/lib/_shared/locale/lang/ms-my.d.ts +0 -205
  198. package/lib/_shared/locale/lang/ms-my.js +0 -1
  199. package/lib/_shared/locale/lang/nl-nl.d.ts +0 -253
  200. package/lib/_shared/locale/lang/nl-nl.js +0 -1
  201. package/lib/_shared/locale/lang/pt-pt.d.ts +0 -205
  202. package/lib/_shared/locale/lang/pt-pt.js +0 -1
  203. package/lib/_shared/locale/lang/ru-ru.d.ts +0 -253
  204. package/lib/_shared/locale/lang/ru-ru.js +0 -1
  205. package/lib/_shared/locale/lang/th-th.d.ts +0 -205
  206. package/lib/_shared/locale/lang/th-th.js +0 -1
  207. package/lib/_shared/locale/lang/vi-vn.d.ts +0 -205
  208. package/lib/_shared/locale/lang/vi-vn.js +0 -1
  209. package/lib/_shared/locale/lang/zh-cn.js +0 -1
  210. package/lib/_shared/locale/lang/zh-tw.d.ts +0 -253
  211. package/lib/_shared/locale/lang/zh-tw.js +0 -1
  212. package/lib/node_modules/b-validate/es/is.js +0 -1
  213. package/lib/node_modules/b-validate/es/locale/en-US.js +0 -1
  214. package/lib/node_modules/b-validate/es/rules/base.js +0 -1
  215. package/lib/node_modules/b-validate/es/util.js +0 -1
  216. /package/es/_shared/components/{IconButton.vue.js → IconButton.vue2.js} +0 -0
  217. /package/lib/_shared/components/{IconButton.vue.js → IconButton.vue2.js} +0 -0
@@ -1,253 +0,0 @@
1
- declare const lang: {
2
- empty: {
3
- description: string;
4
- };
5
- drawer: {
6
- okText: string;
7
- cancelText: string;
8
- };
9
- popconfirm: {
10
- okText: string;
11
- cancelText: string;
12
- };
13
- modal: {
14
- okText: string;
15
- cancelText: string;
16
- };
17
- pagination: {
18
- goto: string;
19
- page: string;
20
- countPerPage: string;
21
- total: string;
22
- };
23
- table: {
24
- okText: string;
25
- resetText: string;
26
- };
27
- upload: {
28
- start: string;
29
- cancel: string;
30
- delete: string;
31
- retry: string;
32
- buttonText: string;
33
- preview: string;
34
- drag: string;
35
- dragHover: string;
36
- error: string;
37
- };
38
- calendar: {
39
- formatYear: string;
40
- formatMonth: string;
41
- today: string;
42
- view: {
43
- month: string;
44
- year: string;
45
- week: string;
46
- day: string;
47
- };
48
- month: {
49
- long: {
50
- January: string;
51
- February: string;
52
- March: string;
53
- April: string;
54
- May: string;
55
- June: string;
56
- July: string;
57
- August: string;
58
- September: string;
59
- October: string;
60
- November: string;
61
- December: string;
62
- };
63
- short: {
64
- January: string;
65
- February: string;
66
- March: string;
67
- April: string;
68
- May: string;
69
- June: string;
70
- July: string;
71
- August: string;
72
- September: string;
73
- October: string;
74
- November: string;
75
- December: string;
76
- };
77
- };
78
- week: {
79
- long: {
80
- self: string;
81
- monday: string;
82
- tuesday: string;
83
- wednesday: string;
84
- thursday: string;
85
- friday: string;
86
- saturday: string;
87
- sunday: string;
88
- };
89
- short: {
90
- self: string;
91
- monday: string;
92
- tuesday: string;
93
- wednesday: string;
94
- thursday: string;
95
- friday: string;
96
- saturday: string;
97
- sunday: string;
98
- };
99
- };
100
- };
101
- datePicker: {
102
- view: {
103
- month: string;
104
- year: string;
105
- week: string;
106
- day: string;
107
- };
108
- month: {
109
- long: {
110
- January: string;
111
- February: string;
112
- March: string;
113
- April: string;
114
- May: string;
115
- June: string;
116
- July: string;
117
- August: string;
118
- September: string;
119
- October: string;
120
- November: string;
121
- December: string;
122
- };
123
- short: {
124
- January: string;
125
- February: string;
126
- March: string;
127
- April: string;
128
- May: string;
129
- June: string;
130
- July: string;
131
- August: string;
132
- September: string;
133
- October: string;
134
- November: string;
135
- December: string;
136
- };
137
- };
138
- week: {
139
- long: {
140
- self: string;
141
- monday: string;
142
- tuesday: string;
143
- wednesday: string;
144
- thursday: string;
145
- friday: string;
146
- saturday: string;
147
- sunday: string;
148
- };
149
- short: {
150
- self: string;
151
- monday: string;
152
- tuesday: string;
153
- wednesday: string;
154
- thursday: string;
155
- friday: string;
156
- saturday: string;
157
- sunday: string;
158
- };
159
- };
160
- placeholder: {
161
- date: string;
162
- week: string;
163
- month: string;
164
- year: string;
165
- quarter: string;
166
- time: string;
167
- };
168
- rangePlaceholder: {
169
- date: string[];
170
- week: string[];
171
- month: string[];
172
- year: string[];
173
- quarter: string[];
174
- time: string[];
175
- };
176
- selectTime: string;
177
- today: string;
178
- now: string;
179
- ok: string;
180
- };
181
- image: {
182
- loading: string;
183
- };
184
- imagePreview: {
185
- fullScreen: string;
186
- rotateRight: string;
187
- rotateLeft: string;
188
- zoomIn: string;
189
- zoomOut: string;
190
- originalSize: string;
191
- };
192
- typography: {
193
- copied: string;
194
- copy: string;
195
- expand: string;
196
- collapse: string;
197
- edit: string;
198
- };
199
- form: {
200
- validateMessages: {
201
- required: string;
202
- type: {
203
- ip: string;
204
- email: string;
205
- url: string;
206
- string: string;
207
- number: string;
208
- array: string;
209
- object: string;
210
- boolean: string;
211
- };
212
- number: {
213
- min: string;
214
- max: string;
215
- equal: string;
216
- range: string;
217
- positive: string;
218
- negative: string;
219
- };
220
- string: {
221
- maxLength: string;
222
- minLength: string;
223
- length: string;
224
- match: string;
225
- uppercase: string;
226
- lowercase: string;
227
- };
228
- array: {
229
- length: string;
230
- minLength: string;
231
- maxLength: string;
232
- includes: string;
233
- deepEqual: string;
234
- empty: string;
235
- };
236
- object: {
237
- deepEqual: string;
238
- hasKeys: string;
239
- empty: string;
240
- };
241
- boolean: {
242
- true: string;
243
- false: string;
244
- };
245
- };
246
- };
247
- colorPicker: {
248
- history: string;
249
- preset: string;
250
- empty: string;
251
- };
252
- };
253
- export default lang;
@@ -1,158 +0,0 @@
1
- import "../../../node_modules/b-validate/es/rules/base.js";
2
- import defaultValidateLocale from "../../../node_modules/b-validate/es/locale/en-US.js";
3
- const calendarLang = {
4
- formatYear: "YYYY",
5
- formatMonth: "MMM YYYY",
6
- today: "Today",
7
- view: {
8
- month: "Month",
9
- year: "Year",
10
- week: "Week",
11
- day: "Day"
12
- },
13
- month: {
14
- long: {
15
- January: "January",
16
- February: "February",
17
- March: "March",
18
- April: "April",
19
- May: "May",
20
- June: "June",
21
- July: "July",
22
- August: "August",
23
- September: "September",
24
- October: "October",
25
- November: "November",
26
- December: "December"
27
- },
28
- short: {
29
- January: "Jan",
30
- February: "Feb",
31
- March: "Mar",
32
- April: "Apr",
33
- May: "May",
34
- June: "Jun",
35
- July: "Jul",
36
- August: "Aug",
37
- September: "Sept",
38
- October: "Oct",
39
- November: "Nov",
40
- December: "Dec"
41
- }
42
- },
43
- week: {
44
- long: {
45
- self: "Week",
46
- monday: "Monday",
47
- tuesday: "Tuesday",
48
- wednesday: "Wednesday",
49
- thursday: "Thursday",
50
- friday: "Friday",
51
- saturday: "Saturday",
52
- sunday: "Sunday"
53
- },
54
- short: {
55
- self: "Week",
56
- monday: "Mon",
57
- tuesday: "Tue",
58
- wednesday: "Wed",
59
- thursday: "Thu",
60
- friday: "Fri",
61
- saturday: "Sat",
62
- sunday: "Sun"
63
- }
64
- }
65
- };
66
- const lang = {
67
- empty: {
68
- description: "No Data"
69
- },
70
- drawer: {
71
- okText: "Ok",
72
- cancelText: "Cancel"
73
- },
74
- popconfirm: {
75
- okText: "Ok",
76
- cancelText: "Cancel"
77
- },
78
- modal: {
79
- okText: "Ok",
80
- cancelText: "Cancel"
81
- },
82
- pagination: {
83
- goto: "Goto",
84
- page: "Page",
85
- countPerPage: " / Page",
86
- total: "Total: {0}"
87
- },
88
- table: {
89
- okText: "Ok",
90
- resetText: "Reset"
91
- },
92
- upload: {
93
- start: "Start",
94
- cancel: "Cancel",
95
- delete: "Delete",
96
- retry: "Click to retry",
97
- buttonText: "Upload",
98
- preview: "Preview",
99
- drag: "Click or drag file to this area to upload",
100
- dragHover: "Release to upload",
101
- error: "Upload Error"
102
- },
103
- calendar: calendarLang,
104
- datePicker: {
105
- view: calendarLang.view,
106
- month: calendarLang.month,
107
- week: calendarLang.week,
108
- placeholder: {
109
- date: "Please select date",
110
- week: "Please select week",
111
- month: "Please select month",
112
- year: "Please select year",
113
- quarter: "Please select quarter",
114
- time: "Please select time"
115
- },
116
- rangePlaceholder: {
117
- date: ["Start date", "End date"],
118
- week: ["Start week", "End week"],
119
- month: ["Start month", "End month"],
120
- year: ["Start year", "End year"],
121
- quarter: ["Start quarter", "End quarter"],
122
- time: ["Start time", "End time"]
123
- },
124
- selectTime: "Select time",
125
- today: "Today",
126
- now: "Now",
127
- ok: "Ok"
128
- },
129
- image: {
130
- loading: "loading"
131
- },
132
- imagePreview: {
133
- fullScreen: "Full Screen",
134
- rotateRight: "Rotate Right",
135
- rotateLeft: "Rotate Left",
136
- zoomIn: "Zoom In",
137
- zoomOut: "Zoom Out",
138
- originalSize: "Original Size"
139
- },
140
- typography: {
141
- copied: "Copied",
142
- copy: "Copy",
143
- expand: "Expand",
144
- collapse: "Collapse",
145
- edit: "Edit"
146
- },
147
- form: {
148
- validateMessages: defaultValidateLocale
149
- },
150
- colorPicker: {
151
- history: "History Colors",
152
- preset: "Preset Colors",
153
- empty: "Empty"
154
- }
155
- };
156
- export {
157
- lang as default
158
- };
@@ -1,205 +0,0 @@
1
- declare const lang: {
2
- empty: {
3
- description: string;
4
- };
5
- drawer: {
6
- okText: string;
7
- cancelText: string;
8
- };
9
- popconfirm: {
10
- okText: string;
11
- cancelText: string;
12
- };
13
- modal: {
14
- okText: string;
15
- cancelText: string;
16
- };
17
- pagination: {
18
- goto: string;
19
- page: string;
20
- countPerPage: string;
21
- total: string;
22
- };
23
- table: {
24
- okText: string;
25
- resetText: string;
26
- };
27
- upload: {
28
- start: string;
29
- cancel: string;
30
- delete: string;
31
- retry: string;
32
- buttonText: string;
33
- preview: string;
34
- drag: string;
35
- dragHover: string;
36
- error: string;
37
- };
38
- calendar: {
39
- formatYear: string;
40
- formatMonth: string;
41
- today: string;
42
- view: {
43
- month: string;
44
- year: string;
45
- week: string;
46
- day: string;
47
- };
48
- month: {
49
- long: {
50
- January: string;
51
- February: string;
52
- March: string;
53
- April: string;
54
- May: string;
55
- June: string;
56
- July: string;
57
- August: string;
58
- September: string;
59
- October: string;
60
- November: string;
61
- December: string;
62
- };
63
- short: {
64
- January: string;
65
- February: string;
66
- March: string;
67
- April: string;
68
- May: string;
69
- June: string;
70
- July: string;
71
- August: string;
72
- September: string;
73
- October: string;
74
- November: string;
75
- December: string;
76
- };
77
- };
78
- week: {
79
- long: {
80
- self: string;
81
- monday: string;
82
- tuesday: string;
83
- wednesday: string;
84
- thursday: string;
85
- friday: string;
86
- saturday: string;
87
- sunday: string;
88
- };
89
- short: {
90
- self: string;
91
- monday: string;
92
- tuesday: string;
93
- wednesday: string;
94
- thursday: string;
95
- friday: string;
96
- saturday: string;
97
- sunday: string;
98
- };
99
- };
100
- };
101
- datePicker: {
102
- view: {
103
- month: string;
104
- year: string;
105
- week: string;
106
- day: string;
107
- };
108
- month: {
109
- long: {
110
- January: string;
111
- February: string;
112
- March: string;
113
- April: string;
114
- May: string;
115
- June: string;
116
- July: string;
117
- August: string;
118
- September: string;
119
- October: string;
120
- November: string;
121
- December: string;
122
- };
123
- short: {
124
- January: string;
125
- February: string;
126
- March: string;
127
- April: string;
128
- May: string;
129
- June: string;
130
- July: string;
131
- August: string;
132
- September: string;
133
- October: string;
134
- November: string;
135
- December: string;
136
- };
137
- };
138
- week: {
139
- long: {
140
- self: string;
141
- monday: string;
142
- tuesday: string;
143
- wednesday: string;
144
- thursday: string;
145
- friday: string;
146
- saturday: string;
147
- sunday: string;
148
- };
149
- short: {
150
- self: string;
151
- monday: string;
152
- tuesday: string;
153
- wednesday: string;
154
- thursday: string;
155
- friday: string;
156
- saturday: string;
157
- sunday: string;
158
- };
159
- };
160
- placeholder: {
161
- date: string;
162
- week: string;
163
- month: string;
164
- year: string;
165
- quarter: string;
166
- time: string;
167
- };
168
- rangePlaceholder: {
169
- date: string[];
170
- week: string[];
171
- month: string[];
172
- year: string[];
173
- quarter: string[];
174
- time: string[];
175
- };
176
- selectTime: string;
177
- today: string;
178
- now: string;
179
- ok: string;
180
- };
181
- image: {
182
- loading: string;
183
- };
184
- imagePreview: {
185
- fullScreen: string;
186
- rotateRight: string;
187
- rotateLeft: string;
188
- zoomIn: string;
189
- zoomOut: string;
190
- originalSize: string;
191
- };
192
- typography: {
193
- copy: string;
194
- copied: string;
195
- edit: string;
196
- expand: string;
197
- collapse: string;
198
- };
199
- colorPicker: {
200
- history: string;
201
- preset: string;
202
- empty: string;
203
- };
204
- };
205
- export default lang;