yc-design-vue 1.8.2 → 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 (213) 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 +2 -2
  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/Progress/ProgressCircle.vue.js +1 -1
  16. package/es/Radio/Radio.vue.js +2 -2
  17. package/es/Select/SelectIcon.vue.js +2 -2
  18. package/es/Tabs/TabButton.vue.js +2 -2
  19. package/es/Tag/index.vue.js +2 -2
  20. package/es/Textarea/index.vue.js +2 -2
  21. package/es/TimePicker/TimePicker.vue.js +2 -2
  22. package/es/Transfer/TransferPanel.vue.js +4 -4
  23. package/es/Trigger/index.vue.js +1 -1
  24. package/es/_shared/components/IconButton.vue3.js +2 -2
  25. package/es/_shared/icons/IconDelete.vue.js +17 -1
  26. package/es/_shared/icons/IconDelete.vue2.js +1 -17
  27. package/es/_shared/icons/IconExclamation.vue.js +1 -28
  28. package/es/_shared/icons/IconExclamation.vue2.js +28 -1
  29. package/es/_shared/icons/IconSearch.vue.js +17 -1
  30. package/es/_shared/icons/IconSearch.vue2.js +1 -17
  31. package/es/_shared/locale/i18n.js +6 -5
  32. package/es/_shared/locale/lang/ar-eg.json.js +251 -0
  33. package/es/_shared/locale/lang/de-de.json.d.ts +207 -0
  34. package/es/_shared/locale/lang/de-de.json.js +251 -0
  35. package/es/_shared/locale/lang/en-us.json.d.ts +210 -0
  36. package/es/_shared/locale/lang/en-us.json.js +256 -0
  37. package/es/_shared/locale/lang/es-es.json.d.ts +207 -0
  38. package/es/_shared/locale/lang/es-es.json.js +251 -0
  39. package/es/_shared/locale/lang/fr-fr.json.d.ts +207 -0
  40. package/es/_shared/locale/lang/fr-fr.json.js +251 -0
  41. package/es/_shared/locale/lang/id-id.json.d.ts +207 -0
  42. package/es/_shared/locale/lang/id-id.json.js +251 -0
  43. package/es/_shared/locale/lang/it-it.json.d.ts +207 -0
  44. package/es/_shared/locale/lang/it-it.json.js +251 -0
  45. package/es/_shared/locale/lang/ja-jp.json.d.ts +255 -0
  46. package/es/_shared/locale/lang/ja-jp.json.js +301 -0
  47. package/es/_shared/locale/lang/km-kh.json.d.ts +207 -0
  48. package/es/_shared/locale/lang/km-kh.json.js +251 -0
  49. package/es/_shared/locale/lang/ko-kr.json.d.ts +207 -0
  50. package/es/_shared/locale/lang/ko-kr.json.js +251 -0
  51. package/es/_shared/locale/lang/ms-my.json.d.ts +207 -0
  52. package/es/_shared/locale/lang/ms-my.json.js +251 -0
  53. package/es/_shared/locale/lang/nl-nl.json.d.ts +255 -0
  54. package/es/_shared/locale/lang/nl-nl.json.js +301 -0
  55. package/es/_shared/locale/lang/pt-pt.json.d.ts +207 -0
  56. package/es/_shared/locale/lang/pt-pt.json.js +251 -0
  57. package/es/_shared/locale/lang/ru-ru.json.d.ts +255 -0
  58. package/es/_shared/locale/lang/ru-ru.json.js +301 -0
  59. package/es/_shared/locale/lang/th-th.json.d.ts +207 -0
  60. package/es/_shared/locale/lang/th-th.json.js +251 -0
  61. package/es/_shared/locale/lang/vi-vn.json.d.ts +207 -0
  62. package/es/_shared/locale/lang/vi-vn.json.js +251 -0
  63. package/es/_shared/locale/lang/zh-cn.json.d.ts +255 -0
  64. package/es/_shared/locale/lang/zh-cn.json.js +301 -0
  65. package/es/_shared/locale/lang/zh-tw.json.d.ts +255 -0
  66. package/es/_shared/locale/lang/zh-tw.json.js +301 -0
  67. package/lib/Alert/index.vue.js +1 -1
  68. package/lib/Calendar/Calendar.vue.js +1 -1
  69. package/lib/Cascader/CascaderIcon.vue.js +1 -1
  70. package/lib/Checkbox/Checkbox.vue.js +1 -1
  71. package/lib/Collapse/CollapseItem.vue.js +1 -1
  72. package/lib/Drawer/Drawer.vue.js +1 -1
  73. package/lib/Input/Input.vue.js +1 -1
  74. package/lib/Input/InputSuffix.vue.js +1 -1
  75. package/lib/InputTag/index.vue.js +1 -1
  76. package/lib/Menu/SubMenu.vue.js +1 -1
  77. package/lib/Message/Message.vue.js +1 -1
  78. package/lib/Modal/Modal.vue.js +1 -1
  79. package/lib/Notification/Notification.vue.js +1 -1
  80. package/lib/PageHeader/index.vue.js +1 -1
  81. package/lib/Progress/ProgressCircle.vue.js +1 -1
  82. package/lib/Radio/Radio.vue.js +1 -1
  83. package/lib/Select/SelectIcon.vue.js +1 -1
  84. package/lib/Tabs/TabButton.vue.js +1 -1
  85. package/lib/Tag/index.vue.js +1 -1
  86. package/lib/Textarea/index.vue.js +1 -1
  87. package/lib/TimePicker/TimePicker.vue.js +1 -1
  88. package/lib/Transfer/TransferPanel.vue.js +1 -1
  89. package/lib/Trigger/index.vue.js +1 -1
  90. package/lib/_shared/components/IconButton.vue3.js +1 -1
  91. package/lib/_shared/icons/IconDelete.vue.js +1 -1
  92. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  93. package/lib/_shared/icons/IconExclamation.vue.js +1 -1
  94. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  95. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  96. package/lib/_shared/icons/IconSearch.vue2.js +1 -1
  97. package/lib/_shared/locale/i18n.js +1 -1
  98. package/lib/_shared/locale/lang/ar-eg.json.js +1 -0
  99. package/lib/_shared/locale/lang/de-de.json.d.ts +207 -0
  100. package/lib/_shared/locale/lang/de-de.json.js +1 -0
  101. package/lib/_shared/locale/lang/en-us.json.d.ts +210 -0
  102. package/lib/_shared/locale/lang/en-us.json.js +1 -0
  103. package/lib/_shared/locale/lang/es-es.json.d.ts +207 -0
  104. package/lib/_shared/locale/lang/es-es.json.js +1 -0
  105. package/lib/_shared/locale/lang/fr-fr.json.d.ts +207 -0
  106. package/lib/_shared/locale/lang/fr-fr.json.js +1 -0
  107. package/lib/_shared/locale/lang/id-id.json.d.ts +207 -0
  108. package/lib/_shared/locale/lang/id-id.json.js +1 -0
  109. package/lib/_shared/locale/lang/it-it.json.d.ts +207 -0
  110. package/lib/_shared/locale/lang/it-it.json.js +1 -0
  111. package/lib/_shared/locale/lang/ja-jp.json.d.ts +255 -0
  112. package/lib/_shared/locale/lang/ja-jp.json.js +1 -0
  113. package/lib/_shared/locale/lang/km-kh.json.d.ts +207 -0
  114. package/lib/_shared/locale/lang/km-kh.json.js +1 -0
  115. package/lib/_shared/locale/lang/ko-kr.json.d.ts +207 -0
  116. package/lib/_shared/locale/lang/ko-kr.json.js +1 -0
  117. package/lib/_shared/locale/lang/ms-my.json.d.ts +207 -0
  118. package/lib/_shared/locale/lang/ms-my.json.js +1 -0
  119. package/lib/_shared/locale/lang/nl-nl.json.d.ts +255 -0
  120. package/lib/_shared/locale/lang/nl-nl.json.js +1 -0
  121. package/lib/_shared/locale/lang/pt-pt.json.d.ts +207 -0
  122. package/lib/_shared/locale/lang/pt-pt.json.js +1 -0
  123. package/lib/_shared/locale/lang/ru-ru.json.d.ts +255 -0
  124. package/lib/_shared/locale/lang/ru-ru.json.js +1 -0
  125. package/lib/_shared/locale/lang/th-th.json.d.ts +207 -0
  126. package/lib/_shared/locale/lang/th-th.json.js +1 -0
  127. package/lib/_shared/locale/lang/vi-vn.json.d.ts +207 -0
  128. package/lib/_shared/locale/lang/vi-vn.json.js +1 -0
  129. package/lib/_shared/locale/lang/zh-cn.json.d.ts +255 -0
  130. package/lib/_shared/locale/lang/zh-cn.json.js +1 -0
  131. package/lib/_shared/locale/lang/zh-tw.json.d.ts +255 -0
  132. package/lib/_shared/locale/lang/zh-tw.json.js +1 -0
  133. package/package.json +1 -1
  134. package/es/_shared/locale/lang/ar-eg.d.ts +0 -205
  135. package/es/_shared/locale/lang/ar-eg.js +0 -153
  136. package/es/_shared/locale/lang/de-de.d.ts +0 -205
  137. package/es/_shared/locale/lang/de-de.js +0 -153
  138. package/es/_shared/locale/lang/en-us.d.ts +0 -253
  139. package/es/_shared/locale/lang/en-us.js +0 -158
  140. package/es/_shared/locale/lang/es-es.d.ts +0 -205
  141. package/es/_shared/locale/lang/es-es.js +0 -153
  142. package/es/_shared/locale/lang/fr-fr.d.ts +0 -205
  143. package/es/_shared/locale/lang/fr-fr.js +0 -153
  144. package/es/_shared/locale/lang/id-id.d.ts +0 -205
  145. package/es/_shared/locale/lang/id-id.js +0 -153
  146. package/es/_shared/locale/lang/it-it.d.ts +0 -205
  147. package/es/_shared/locale/lang/it-it.js +0 -153
  148. package/es/_shared/locale/lang/ja-jp.d.ts +0 -253
  149. package/es/_shared/locale/lang/ja-jp.js +0 -201
  150. package/es/_shared/locale/lang/km-kh.d.ts +0 -205
  151. package/es/_shared/locale/lang/km-kh.js +0 -153
  152. package/es/_shared/locale/lang/ko-kr.d.ts +0 -205
  153. package/es/_shared/locale/lang/ko-kr.js +0 -153
  154. package/es/_shared/locale/lang/ms-my.d.ts +0 -205
  155. package/es/_shared/locale/lang/ms-my.js +0 -153
  156. package/es/_shared/locale/lang/nl-nl.d.ts +0 -253
  157. package/es/_shared/locale/lang/nl-nl.js +0 -201
  158. package/es/_shared/locale/lang/pt-pt.d.ts +0 -205
  159. package/es/_shared/locale/lang/pt-pt.js +0 -153
  160. package/es/_shared/locale/lang/ru-ru.d.ts +0 -253
  161. package/es/_shared/locale/lang/ru-ru.js +0 -201
  162. package/es/_shared/locale/lang/th-th.d.ts +0 -205
  163. package/es/_shared/locale/lang/th-th.js +0 -153
  164. package/es/_shared/locale/lang/vi-vn.d.ts +0 -205
  165. package/es/_shared/locale/lang/vi-vn.js +0 -153
  166. package/es/_shared/locale/lang/zh-cn.js +0 -201
  167. package/es/_shared/locale/lang/zh-tw.d.ts +0 -253
  168. package/es/_shared/locale/lang/zh-tw.js +0 -201
  169. package/es/node_modules/b-validate/es/is.js +0 -27
  170. package/es/node_modules/b-validate/es/locale/en-US.js +0 -50
  171. package/es/node_modules/b-validate/es/rules/base.js +0 -86
  172. package/es/node_modules/b-validate/es/util.js +0 -25
  173. package/lib/_shared/locale/lang/ar-eg.d.ts +0 -205
  174. package/lib/_shared/locale/lang/ar-eg.js +0 -1
  175. package/lib/_shared/locale/lang/de-de.d.ts +0 -205
  176. package/lib/_shared/locale/lang/de-de.js +0 -1
  177. package/lib/_shared/locale/lang/en-us.d.ts +0 -253
  178. package/lib/_shared/locale/lang/en-us.js +0 -1
  179. package/lib/_shared/locale/lang/es-es.d.ts +0 -205
  180. package/lib/_shared/locale/lang/es-es.js +0 -1
  181. package/lib/_shared/locale/lang/fr-fr.d.ts +0 -205
  182. package/lib/_shared/locale/lang/fr-fr.js +0 -1
  183. package/lib/_shared/locale/lang/id-id.d.ts +0 -205
  184. package/lib/_shared/locale/lang/id-id.js +0 -1
  185. package/lib/_shared/locale/lang/it-it.d.ts +0 -205
  186. package/lib/_shared/locale/lang/it-it.js +0 -1
  187. package/lib/_shared/locale/lang/ja-jp.d.ts +0 -253
  188. package/lib/_shared/locale/lang/ja-jp.js +0 -1
  189. package/lib/_shared/locale/lang/km-kh.d.ts +0 -205
  190. package/lib/_shared/locale/lang/km-kh.js +0 -1
  191. package/lib/_shared/locale/lang/ko-kr.d.ts +0 -205
  192. package/lib/_shared/locale/lang/ko-kr.js +0 -1
  193. package/lib/_shared/locale/lang/ms-my.d.ts +0 -205
  194. package/lib/_shared/locale/lang/ms-my.js +0 -1
  195. package/lib/_shared/locale/lang/nl-nl.d.ts +0 -253
  196. package/lib/_shared/locale/lang/nl-nl.js +0 -1
  197. package/lib/_shared/locale/lang/pt-pt.d.ts +0 -205
  198. package/lib/_shared/locale/lang/pt-pt.js +0 -1
  199. package/lib/_shared/locale/lang/ru-ru.d.ts +0 -253
  200. package/lib/_shared/locale/lang/ru-ru.js +0 -1
  201. package/lib/_shared/locale/lang/th-th.d.ts +0 -205
  202. package/lib/_shared/locale/lang/th-th.js +0 -1
  203. package/lib/_shared/locale/lang/vi-vn.d.ts +0 -205
  204. package/lib/_shared/locale/lang/vi-vn.js +0 -1
  205. package/lib/_shared/locale/lang/zh-cn.js +0 -1
  206. package/lib/_shared/locale/lang/zh-tw.d.ts +0 -253
  207. package/lib/_shared/locale/lang/zh-tw.js +0 -1
  208. package/lib/node_modules/b-validate/es/is.js +0 -1
  209. package/lib/node_modules/b-validate/es/locale/en-US.js +0 -1
  210. package/lib/node_modules/b-validate/es/rules/base.js +0 -1
  211. package/lib/node_modules/b-validate/es/util.js +0 -1
  212. /package/es/_shared/components/{IconButton.vue.js → IconButton.vue2.js} +0 -0
  213. /package/lib/_shared/components/{IconButton.vue.js → IconButton.vue2.js} +0 -0
@@ -0,0 +1,210 @@
1
+ declare const _default: {
2
+ "empty": {
3
+ "description": "No Data"
4
+ },
5
+ "drawer": {
6
+ "okText": "Ok",
7
+ "cancelText": "Cancel"
8
+ },
9
+ "popconfirm": {
10
+ "okText": "Ok",
11
+ "cancelText": "Cancel"
12
+ },
13
+ "modal": {
14
+ "okText": "Ok",
15
+ "cancelText": "Cancel"
16
+ },
17
+ "pagination": {
18
+ "goto": "Goto",
19
+ "page": "Page",
20
+ "countPerPage": " / Page",
21
+ "total": "Total: {0}"
22
+ },
23
+ "table": {
24
+ "okText": "Ok",
25
+ "resetText": "Reset"
26
+ },
27
+ "upload": {
28
+ "start": "Start",
29
+ "cancel": "Cancel",
30
+ "delete": "Delete",
31
+ "retry": "Click to retry",
32
+ "buttonText": "Upload",
33
+ "preview": "Preview",
34
+ "drag": "Click or drag file to this area to upload",
35
+ "dragHover": "Release to upload",
36
+ "error": "Upload Error"
37
+ },
38
+ "calendar": {
39
+ "formatYear": "YYYY",
40
+ "formatMonth": "MMM YYYY",
41
+ "today": "Today",
42
+ "view": {
43
+ "month": "Month",
44
+ "year": "Year",
45
+ "week": "Week",
46
+ "day": "Day"
47
+ },
48
+ "month": {
49
+ "long": {
50
+ "January": "January",
51
+ "February": "February",
52
+ "March": "March",
53
+ "April": "April",
54
+ "May": "May",
55
+ "June": "June",
56
+ "July": "July",
57
+ "August": "August",
58
+ "September": "September",
59
+ "October": "October",
60
+ "November": "November",
61
+ "December": "December"
62
+ },
63
+ "short": {
64
+ "January": "Jan",
65
+ "February": "Feb",
66
+ "March": "Mar",
67
+ "April": "Apr",
68
+ "May": "May",
69
+ "June": "Jun",
70
+ "July": "Jul",
71
+ "August": "Aug",
72
+ "September": "Sept",
73
+ "October": "Oct",
74
+ "November": "Nov",
75
+ "December": "Dec"
76
+ }
77
+ },
78
+ "week": {
79
+ "long": {
80
+ "self": "Week",
81
+ "monday": "Monday",
82
+ "tuesday": "Tuesday",
83
+ "wednesday": "Wednesday",
84
+ "thursday": "Thursday",
85
+ "friday": "Friday",
86
+ "saturday": "Saturday",
87
+ "sunday": "Sunday"
88
+ },
89
+ "short": {
90
+ "self": "Week",
91
+ "monday": "Mon",
92
+ "tuesday": "Tue",
93
+ "wednesday": "Wed",
94
+ "thursday": "Thu",
95
+ "friday": "Fri",
96
+ "saturday": "Sat",
97
+ "sunday": "Sun"
98
+ }
99
+ }
100
+ },
101
+ "datePicker": {
102
+ "view": {
103
+ "month": "Month",
104
+ "year": "Year",
105
+ "week": "Week",
106
+ "day": "Day"
107
+ },
108
+ "month": {
109
+ "long": {
110
+ "January": "January",
111
+ "February": "February",
112
+ "March": "March",
113
+ "April": "April",
114
+ "May": "May",
115
+ "June": "June",
116
+ "July": "July",
117
+ "August": "August",
118
+ "September": "September",
119
+ "October": "October",
120
+ "November": "November",
121
+ "December": "December"
122
+ },
123
+ "short": {
124
+ "January": "Jan",
125
+ "February": "Feb",
126
+ "March": "Mar",
127
+ "April": "Apr",
128
+ "May": "May",
129
+ "June": "Jun",
130
+ "July": "Jul",
131
+ "August": "Aug",
132
+ "September": "Sept",
133
+ "October": "Oct",
134
+ "November": "Nov",
135
+ "December": "Dec"
136
+ }
137
+ },
138
+ "week": {
139
+ "long": {
140
+ "self": "Week",
141
+ "monday": "Monday",
142
+ "tuesday": "Tuesday",
143
+ "wednesday": "Wednesday",
144
+ "thursday": "Thursday",
145
+ "friday": "Friday",
146
+ "saturday": "Saturday",
147
+ "sunday": "Sunday"
148
+ },
149
+ "short": {
150
+ "self": "Week",
151
+ "monday": "Mon",
152
+ "tuesday": "Tue",
153
+ "wednesday": "Wed",
154
+ "thursday": "Thu",
155
+ "friday": "Fri",
156
+ "saturday": "Sat",
157
+ "sunday": "Sun"
158
+ }
159
+ },
160
+ "placeholder": {
161
+ "date": "Please select date",
162
+ "week": "Please select week",
163
+ "month": "Please select month",
164
+ "year": "Please select year",
165
+ "quarter": "Please select quarter",
166
+ "time": "Please select time"
167
+ },
168
+ "rangePlaceholder": {
169
+ "date": ["Start date", "End date"],
170
+ "week": ["Start week", "End week"],
171
+ "month": ["Start month", "End month"],
172
+ "year": ["Start year", "End year"],
173
+ "quarter": ["Start quarter", "End quarter"],
174
+ "time": ["Start time", "End time"]
175
+ },
176
+ "selectTime": "Select time",
177
+ "today": "Today",
178
+ "now": "Now",
179
+ "ok": "Ok"
180
+ },
181
+ "image": {
182
+ "loading": "loading"
183
+ },
184
+ "imagePreview": {
185
+ "fullScreen": "Full Screen",
186
+ "rotateRight": "Rotate Right",
187
+ "rotateLeft": "Rotate Left",
188
+ "zoomIn": "Zoom In",
189
+ "zoomOut": "Zoom Out",
190
+ "originalSize": "Original Size"
191
+ },
192
+ "typography": {
193
+ "copied": "Copied",
194
+ "copy": "Copy",
195
+ "expand": "Expand",
196
+ "collapse": "Collapse",
197
+ "edit": "Edit"
198
+ },
199
+ "form": {
200
+ "validateMessages": null
201
+ },
202
+ "colorPicker": {
203
+ "history": "History Colors",
204
+ "preset": "Preset Colors",
205
+ "empty": "Empty"
206
+ }
207
+ }
208
+ ;
209
+
210
+ export default _default;
@@ -0,0 +1,256 @@
1
+ const empty = {
2
+ description: "No Data"
3
+ };
4
+ const drawer = {
5
+ okText: "Ok",
6
+ cancelText: "Cancel"
7
+ };
8
+ const popconfirm = {
9
+ okText: "Ok",
10
+ cancelText: "Cancel"
11
+ };
12
+ const modal = {
13
+ okText: "Ok",
14
+ cancelText: "Cancel"
15
+ };
16
+ const pagination = {
17
+ goto: "Goto",
18
+ page: "Page",
19
+ countPerPage: " / Page",
20
+ total: "Total: {0}"
21
+ };
22
+ const table = {
23
+ okText: "Ok",
24
+ resetText: "Reset"
25
+ };
26
+ const upload = {
27
+ start: "Start",
28
+ cancel: "Cancel",
29
+ "delete": "Delete",
30
+ retry: "Click to retry",
31
+ buttonText: "Upload",
32
+ preview: "Preview",
33
+ drag: "Click or drag file to this area to upload",
34
+ dragHover: "Release to upload",
35
+ error: "Upload Error"
36
+ };
37
+ const calendar = {
38
+ formatYear: "YYYY",
39
+ formatMonth: "MMM YYYY",
40
+ today: "Today",
41
+ view: {
42
+ month: "Month",
43
+ year: "Year",
44
+ week: "Week",
45
+ day: "Day"
46
+ },
47
+ month: {
48
+ long: {
49
+ January: "January",
50
+ February: "February",
51
+ March: "March",
52
+ April: "April",
53
+ May: "May",
54
+ June: "June",
55
+ July: "July",
56
+ August: "August",
57
+ September: "September",
58
+ October: "October",
59
+ November: "November",
60
+ December: "December"
61
+ },
62
+ short: {
63
+ January: "Jan",
64
+ February: "Feb",
65
+ March: "Mar",
66
+ April: "Apr",
67
+ May: "May",
68
+ June: "Jun",
69
+ July: "Jul",
70
+ August: "Aug",
71
+ September: "Sept",
72
+ October: "Oct",
73
+ November: "Nov",
74
+ December: "Dec"
75
+ }
76
+ },
77
+ week: {
78
+ long: {
79
+ self: "Week",
80
+ monday: "Monday",
81
+ tuesday: "Tuesday",
82
+ wednesday: "Wednesday",
83
+ thursday: "Thursday",
84
+ friday: "Friday",
85
+ saturday: "Saturday",
86
+ sunday: "Sunday"
87
+ },
88
+ short: {
89
+ self: "Week",
90
+ monday: "Mon",
91
+ tuesday: "Tue",
92
+ wednesday: "Wed",
93
+ thursday: "Thu",
94
+ friday: "Fri",
95
+ saturday: "Sat",
96
+ sunday: "Sun"
97
+ }
98
+ }
99
+ };
100
+ const datePicker = {
101
+ view: {
102
+ month: "Month",
103
+ year: "Year",
104
+ week: "Week",
105
+ day: "Day"
106
+ },
107
+ month: {
108
+ long: {
109
+ January: "January",
110
+ February: "February",
111
+ March: "March",
112
+ April: "April",
113
+ May: "May",
114
+ June: "June",
115
+ July: "July",
116
+ August: "August",
117
+ September: "September",
118
+ October: "October",
119
+ November: "November",
120
+ December: "December"
121
+ },
122
+ short: {
123
+ January: "Jan",
124
+ February: "Feb",
125
+ March: "Mar",
126
+ April: "Apr",
127
+ May: "May",
128
+ June: "Jun",
129
+ July: "Jul",
130
+ August: "Aug",
131
+ September: "Sept",
132
+ October: "Oct",
133
+ November: "Nov",
134
+ December: "Dec"
135
+ }
136
+ },
137
+ week: {
138
+ long: {
139
+ self: "Week",
140
+ monday: "Monday",
141
+ tuesday: "Tuesday",
142
+ wednesday: "Wednesday",
143
+ thursday: "Thursday",
144
+ friday: "Friday",
145
+ saturday: "Saturday",
146
+ sunday: "Sunday"
147
+ },
148
+ short: {
149
+ self: "Week",
150
+ monday: "Mon",
151
+ tuesday: "Tue",
152
+ wednesday: "Wed",
153
+ thursday: "Thu",
154
+ friday: "Fri",
155
+ saturday: "Sat",
156
+ sunday: "Sun"
157
+ }
158
+ },
159
+ placeholder: {
160
+ date: "Please select date",
161
+ week: "Please select week",
162
+ month: "Please select month",
163
+ year: "Please select year",
164
+ quarter: "Please select quarter",
165
+ time: "Please select time"
166
+ },
167
+ rangePlaceholder: {
168
+ date: [
169
+ "Start date",
170
+ "End date"
171
+ ],
172
+ week: [
173
+ "Start week",
174
+ "End week"
175
+ ],
176
+ month: [
177
+ "Start month",
178
+ "End month"
179
+ ],
180
+ year: [
181
+ "Start year",
182
+ "End year"
183
+ ],
184
+ quarter: [
185
+ "Start quarter",
186
+ "End quarter"
187
+ ],
188
+ time: [
189
+ "Start time",
190
+ "End time"
191
+ ]
192
+ },
193
+ selectTime: "Select time",
194
+ today: "Today",
195
+ now: "Now",
196
+ ok: "Ok"
197
+ };
198
+ const image = {
199
+ loading: "loading"
200
+ };
201
+ const imagePreview = {
202
+ fullScreen: "Full Screen",
203
+ rotateRight: "Rotate Right",
204
+ rotateLeft: "Rotate Left",
205
+ zoomIn: "Zoom In",
206
+ zoomOut: "Zoom Out",
207
+ originalSize: "Original Size"
208
+ };
209
+ const typography = {
210
+ copied: "Copied",
211
+ copy: "Copy",
212
+ expand: "Expand",
213
+ collapse: "Collapse",
214
+ edit: "Edit"
215
+ };
216
+ const form = {
217
+ validateMessages: null
218
+ };
219
+ const colorPicker = {
220
+ history: "History Colors",
221
+ preset: "Preset Colors",
222
+ empty: "Empty"
223
+ };
224
+ const enUs = {
225
+ empty,
226
+ drawer,
227
+ popconfirm,
228
+ modal,
229
+ pagination,
230
+ table,
231
+ upload,
232
+ calendar,
233
+ datePicker,
234
+ image,
235
+ imagePreview,
236
+ typography,
237
+ form,
238
+ colorPicker
239
+ };
240
+ export {
241
+ calendar,
242
+ colorPicker,
243
+ datePicker,
244
+ enUs as default,
245
+ drawer,
246
+ empty,
247
+ form,
248
+ image,
249
+ imagePreview,
250
+ modal,
251
+ pagination,
252
+ popconfirm,
253
+ table,
254
+ typography,
255
+ upload
256
+ };
@@ -0,0 +1,207 @@
1
+ declare const _default: {
2
+ "empty": {
3
+ "description": "No hay datos"
4
+ },
5
+ "drawer": {
6
+ "okText": "Aceptar",
7
+ "cancelText": "Cancelar"
8
+ },
9
+ "popconfirm": {
10
+ "okText": "Aceptar",
11
+ "cancelText": "Cancelar"
12
+ },
13
+ "modal": {
14
+ "okText": "Aceptar",
15
+ "cancelText": "Cancelar"
16
+ },
17
+ "pagination": {
18
+ "goto": "Ir a",
19
+ "page": "Página",
20
+ "countPerPage": "/ página",
21
+ "total": "{0} en total"
22
+ },
23
+ "table": {
24
+ "okText": "Aceptar",
25
+ "resetText": "Reiniciar"
26
+ },
27
+ "upload": {
28
+ "start": "Comienzo",
29
+ "cancel": "Cancelar",
30
+ "delete": "Eliminar",
31
+ "retry": "Haga clic para intentarlo de nuevo",
32
+ "buttonText": "Haga clic para cargar",
33
+ "preview": "Vista Previa",
34
+ "drag": "Haga clic o arrastre los archivos para cargarlos aquí",
35
+ "dragHover": "Libera el archivo y empieza a subir",
36
+ "error": "Fallar"
37
+ },
38
+ "calendar": {
39
+ "formatYear": "YYYY",
40
+ "formatMonth": "M/YYYY",
41
+ "today": "Hoy",
42
+ "view": {
43
+ "month": "Mes",
44
+ "year": "Año",
45
+ "week": "Semana",
46
+ "day": "Fecha"
47
+ },
48
+ "month": {
49
+ "long": {
50
+ "January": "Enero",
51
+ "February": "Febrero",
52
+ "March": "Marzo",
53
+ "April": "Abril",
54
+ "May": "Mayo",
55
+ "June": "Junio",
56
+ "July": "Julio",
57
+ "August": "Agosto",
58
+ "September": "Septiembre",
59
+ "October": "Octubre",
60
+ "November": "Noviembre",
61
+ "December": "Diciembre"
62
+ },
63
+ "short": {
64
+ "January": "Ene",
65
+ "February": "Feb",
66
+ "March": "Mar",
67
+ "April": "Abr",
68
+ "May": "May",
69
+ "June": "Jun",
70
+ "July": "Jul",
71
+ "August": "Ago",
72
+ "September": "Sep",
73
+ "October": "Oct",
74
+ "November": "Nov",
75
+ "December": "Dic"
76
+ }
77
+ },
78
+ "week": {
79
+ "long": {
80
+ "self": "Semana",
81
+ "monday": "Lunes",
82
+ "tuesday": "Martes",
83
+ "wednesday": "Miércoles",
84
+ "thursday": "Jueves",
85
+ "friday": "Viernes",
86
+ "saturday": "Sábado",
87
+ "sunday": "Domingo"
88
+ },
89
+ "short": {
90
+ "self": "Semana",
91
+ "monday": "Lun",
92
+ "tuesday": "Mar",
93
+ "wednesday": "Mié",
94
+ "thursday": "Jue",
95
+ "friday": "Vie",
96
+ "saturday": "Sáb",
97
+ "sunday": "Dom"
98
+ }
99
+ }
100
+ },
101
+ "datePicker": {
102
+ "view": {
103
+ "month": "Mes",
104
+ "year": "Año",
105
+ "week": "Semana",
106
+ "day": "Fecha"
107
+ },
108
+ "month": {
109
+ "long": {
110
+ "January": "Enero",
111
+ "February": "Febrero",
112
+ "March": "Marzo",
113
+ "April": "Abril",
114
+ "May": "Mayo",
115
+ "June": "Junio",
116
+ "July": "Julio",
117
+ "August": "Agosto",
118
+ "September": "Septiembre",
119
+ "October": "Octubre",
120
+ "November": "Noviembre",
121
+ "December": "Diciembre"
122
+ },
123
+ "short": {
124
+ "January": "Ene",
125
+ "February": "Feb",
126
+ "March": "Mar",
127
+ "April": "Abr",
128
+ "May": "May",
129
+ "June": "Jun",
130
+ "July": "Jul",
131
+ "August": "Ago",
132
+ "September": "Sep",
133
+ "October": "Oct",
134
+ "November": "Nov",
135
+ "December": "Dic"
136
+ }
137
+ },
138
+ "week": {
139
+ "long": {
140
+ "self": "Semana",
141
+ "monday": "Lunes",
142
+ "tuesday": "Martes",
143
+ "wednesday": "Miércoles",
144
+ "thursday": "Jueves",
145
+ "friday": "Viernes",
146
+ "saturday": "Sábado",
147
+ "sunday": "Domingo"
148
+ },
149
+ "short": {
150
+ "self": "Semana",
151
+ "monday": "Lun",
152
+ "tuesday": "Mar",
153
+ "wednesday": "Mié",
154
+ "thursday": "Jue",
155
+ "friday": "Vie",
156
+ "saturday": "Sáb",
157
+ "sunday": "Dom"
158
+ }
159
+ },
160
+ "placeholder": {
161
+ "date": "Seleccionar fecha",
162
+ "week": "Seleccionar semana",
163
+ "month": "Elegir un mes",
164
+ "year": "Elegir un año",
165
+ "quarter": "Seleccionar trimestre",
166
+ "time": "Seleccionar hora"
167
+ },
168
+ "rangePlaceholder": {
169
+ "date": ["Fecha inicial", "Fecha final"],
170
+ "week": ["Semana inicial", "Semana final"],
171
+ "month": ["Mes inicial", "Mes final"],
172
+ "year": ["Año inicial", "Año final"],
173
+ "quarter": ["Trimestre inicial", "Trimestre final"],
174
+ "time": ["Seleccionar hora", "Seleccionar hora"]
175
+ },
176
+ "selectTime": "Select time",
177
+ "today": "Today",
178
+ "now": "Now",
179
+ "ok": "Ok"
180
+ },
181
+ "image": {
182
+ "loading": "cargando"
183
+ },
184
+ "imagePreview": {
185
+ "fullScreen": "Pantalla completa",
186
+ "rotateRight": "Gira a la derecha",
187
+ "rotateLeft": "Girar a la izquierda",
188
+ "zoomIn": "Acercar",
189
+ "zoomOut": "Alejar",
190
+ "originalSize": "Tamaño original"
191
+ },
192
+ "typography": {
193
+ "copy": "Copiar",
194
+ "copied": "Copiado",
195
+ "edit": "Editar",
196
+ "expand": "Expandir",
197
+ "collapse": "Pliegue"
198
+ },
199
+ "colorPicker": {
200
+ "history": "Colores históricos",
201
+ "preset": "Colores predefinidos del sistema",
202
+ "empty": "No hay datos"
203
+ }
204
+ }
205
+ ;
206
+
207
+ export default _default;