yc-design-vue 1.7.9 → 1.8.1

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 (166) hide show
  1. package/es/Calendar/Calendar.vue.js +15 -14
  2. package/es/Calendar/CalendarMonth.vue.d.ts +1 -1
  3. package/es/Calendar/CalendarMonth.vue.js +11 -1
  4. package/es/Calendar/CalendarYear.vue.js +20 -16
  5. package/es/ColorPicker/ColorList.vue.js +4 -2
  6. package/es/ColorPicker/ColorPanel.vue.js +6 -4
  7. package/es/ConfigProvider/index.d.ts +3 -0
  8. package/es/ConfigProvider/index.vue.d.ts +1 -0
  9. package/es/ConfigProvider/index.vue.js +13 -2
  10. package/es/ConfigProvider/type.d.ts +1 -0
  11. package/es/Drawer/Drawer.vue.js +6 -4
  12. package/es/Drawer/DrawerService.vue.js +2 -2
  13. package/es/Empty/index.vue.js +11 -4
  14. package/es/Image/Image.vue.js +4 -2
  15. package/es/Image/ImagePreviewToolbar.vue.js +13 -29
  16. package/es/Input/InputSuffix.vue.js +2 -2
  17. package/es/Layout/hooks/useTheme.js +0 -1
  18. package/es/Modal/Modal.vue.js +6 -4
  19. package/es/Modal/ModalService.vue.js +2 -2
  20. package/es/Pagination/Pagination.vue.js +5 -3
  21. package/es/Pagination/hooks/useContext.d.ts +5 -0
  22. package/es/Pagination/hooks/useContext.js +5 -2
  23. package/es/Popconfirm/index.vue.js +6 -4
  24. package/es/Typography/TypographyBase.vue.js +5 -4
  25. package/es/Watermark/index.d.ts +3 -3
  26. package/es/Watermark/index.vue.d.ts +1 -1
  27. package/es/_shared/icons/IconEyeClose.vue.js +21 -1
  28. package/es/_shared/icons/IconEyeClose.vue2.js +1 -21
  29. package/es/_shared/icons/IconEyeOpen.vue.js +18 -1
  30. package/es/_shared/icons/IconEyeOpen.vue2.js +1 -18
  31. package/es/_shared/locale/i18n.d.ts +256 -0
  32. package/es/_shared/locale/i18n.js +40 -0
  33. package/es/_shared/locale/lang/ar-eg.d.ts +205 -0
  34. package/es/_shared/locale/lang/ar-eg.js +153 -0
  35. package/es/_shared/locale/lang/de-de.d.ts +205 -0
  36. package/es/_shared/locale/lang/de-de.js +153 -0
  37. package/es/_shared/locale/lang/en-us.d.ts +253 -0
  38. package/es/_shared/locale/lang/en-us.js +158 -0
  39. package/es/_shared/locale/lang/es-es.d.ts +205 -0
  40. package/es/_shared/locale/lang/es-es.js +153 -0
  41. package/es/_shared/locale/lang/fr-fr.d.ts +205 -0
  42. package/es/_shared/locale/lang/fr-fr.js +153 -0
  43. package/es/_shared/locale/lang/id-id.d.ts +205 -0
  44. package/es/_shared/locale/lang/id-id.js +153 -0
  45. package/es/_shared/locale/lang/it-it.d.ts +205 -0
  46. package/es/_shared/locale/lang/it-it.js +153 -0
  47. package/es/_shared/locale/lang/ja-jp.d.ts +253 -0
  48. package/es/_shared/locale/lang/ja-jp.js +201 -0
  49. package/es/_shared/locale/lang/km-kh.d.ts +205 -0
  50. package/es/_shared/locale/lang/km-kh.js +153 -0
  51. package/es/_shared/locale/lang/ko-kr.d.ts +205 -0
  52. package/es/_shared/locale/lang/ko-kr.js +153 -0
  53. package/es/_shared/locale/lang/ms-my.d.ts +205 -0
  54. package/es/_shared/locale/lang/ms-my.js +153 -0
  55. package/es/_shared/locale/lang/nl-nl.d.ts +253 -0
  56. package/es/_shared/locale/lang/nl-nl.js +201 -0
  57. package/es/_shared/locale/lang/pt-pt.d.ts +205 -0
  58. package/es/_shared/locale/lang/pt-pt.js +153 -0
  59. package/es/_shared/locale/lang/ru-ru.d.ts +253 -0
  60. package/es/_shared/locale/lang/ru-ru.js +201 -0
  61. package/es/_shared/locale/lang/th-th.d.ts +205 -0
  62. package/es/_shared/locale/lang/th-th.js +153 -0
  63. package/es/_shared/locale/lang/vi-vn.d.ts +205 -0
  64. package/es/_shared/locale/lang/vi-vn.js +153 -0
  65. package/es/_shared/locale/lang/zh-cn.d.ts +253 -0
  66. package/es/_shared/locale/lang/zh-cn.js +201 -0
  67. package/es/_shared/locale/lang/zh-tw.d.ts +253 -0
  68. package/es/_shared/locale/lang/zh-tw.js +201 -0
  69. package/es/_shared/utils/time.js +1 -1
  70. package/es/index.js +2 -0
  71. package/es/node_modules/@intlify/core-base/dist/core-base.js +1129 -0
  72. package/es/node_modules/@intlify/message-compiler/dist/message-compiler.js +65 -0
  73. package/es/node_modules/@intlify/shared/dist/shared.js +199 -0
  74. package/es/node_modules/@intlify/vue-i18n-core/dist/vue-i18n-core.js +1381 -0
  75. package/es/node_modules/@vue/devtools-api/lib/esm/const.js +6 -0
  76. package/es/node_modules/@vue/devtools-api/lib/esm/env.js +12 -0
  77. package/es/node_modules/@vue/devtools-api/lib/esm/index.js +26 -0
  78. package/es/node_modules/@vue/devtools-api/lib/esm/proxy.js +103 -0
  79. package/es/node_modules/@vue/devtools-api/lib/esm/time.js +25 -0
  80. package/es/node_modules/b-validate/es/is.js +27 -0
  81. package/es/node_modules/b-validate/es/locale/en-US.js +50 -0
  82. package/es/node_modules/b-validate/es/rules/base.js +86 -0
  83. package/es/node_modules/b-validate/es/util.js +25 -0
  84. package/lib/Calendar/Calendar.vue.js +1 -1
  85. package/lib/Calendar/CalendarMonth.vue.d.ts +1 -1
  86. package/lib/Calendar/CalendarMonth.vue.js +1 -1
  87. package/lib/Calendar/CalendarYear.vue.js +1 -1
  88. package/lib/ColorPicker/ColorList.vue.js +1 -1
  89. package/lib/ColorPicker/ColorPanel.vue.js +1 -1
  90. package/lib/ConfigProvider/index.d.ts +3 -0
  91. package/lib/ConfigProvider/index.vue.d.ts +1 -0
  92. package/lib/ConfigProvider/index.vue.js +1 -1
  93. package/lib/ConfigProvider/type.d.ts +1 -0
  94. package/lib/Drawer/Drawer.vue.js +1 -1
  95. package/lib/Drawer/DrawerService.vue.js +1 -1
  96. package/lib/Empty/index.vue.js +1 -1
  97. package/lib/Image/Image.vue.js +1 -1
  98. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  99. package/lib/Input/InputSuffix.vue.js +1 -1
  100. package/lib/Modal/Modal.vue.js +1 -1
  101. package/lib/Modal/ModalService.vue.js +1 -1
  102. package/lib/Pagination/Pagination.vue.js +1 -1
  103. package/lib/Pagination/hooks/useContext.d.ts +5 -0
  104. package/lib/Pagination/hooks/useContext.js +1 -1
  105. package/lib/Popconfirm/index.vue.js +1 -1
  106. package/lib/Typography/TypographyBase.vue.js +1 -1
  107. package/lib/Watermark/index.d.ts +3 -3
  108. package/lib/Watermark/index.vue.d.ts +1 -1
  109. package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
  110. package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
  111. package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
  112. package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
  113. package/lib/_shared/locale/i18n.d.ts +256 -0
  114. package/lib/_shared/locale/i18n.js +1 -0
  115. package/lib/_shared/locale/lang/ar-eg.d.ts +205 -0
  116. package/lib/_shared/locale/lang/ar-eg.js +1 -0
  117. package/lib/_shared/locale/lang/de-de.d.ts +205 -0
  118. package/lib/_shared/locale/lang/de-de.js +1 -0
  119. package/lib/_shared/locale/lang/en-us.d.ts +253 -0
  120. package/lib/_shared/locale/lang/en-us.js +1 -0
  121. package/lib/_shared/locale/lang/es-es.d.ts +205 -0
  122. package/lib/_shared/locale/lang/es-es.js +1 -0
  123. package/lib/_shared/locale/lang/fr-fr.d.ts +205 -0
  124. package/lib/_shared/locale/lang/fr-fr.js +1 -0
  125. package/lib/_shared/locale/lang/id-id.d.ts +205 -0
  126. package/lib/_shared/locale/lang/id-id.js +1 -0
  127. package/lib/_shared/locale/lang/it-it.d.ts +205 -0
  128. package/lib/_shared/locale/lang/it-it.js +1 -0
  129. package/lib/_shared/locale/lang/ja-jp.d.ts +253 -0
  130. package/lib/_shared/locale/lang/ja-jp.js +1 -0
  131. package/lib/_shared/locale/lang/km-kh.d.ts +205 -0
  132. package/lib/_shared/locale/lang/km-kh.js +1 -0
  133. package/lib/_shared/locale/lang/ko-kr.d.ts +205 -0
  134. package/lib/_shared/locale/lang/ko-kr.js +1 -0
  135. package/lib/_shared/locale/lang/ms-my.d.ts +205 -0
  136. package/lib/_shared/locale/lang/ms-my.js +1 -0
  137. package/lib/_shared/locale/lang/nl-nl.d.ts +253 -0
  138. package/lib/_shared/locale/lang/nl-nl.js +1 -0
  139. package/lib/_shared/locale/lang/pt-pt.d.ts +205 -0
  140. package/lib/_shared/locale/lang/pt-pt.js +1 -0
  141. package/lib/_shared/locale/lang/ru-ru.d.ts +253 -0
  142. package/lib/_shared/locale/lang/ru-ru.js +1 -0
  143. package/lib/_shared/locale/lang/th-th.d.ts +205 -0
  144. package/lib/_shared/locale/lang/th-th.js +1 -0
  145. package/lib/_shared/locale/lang/vi-vn.d.ts +205 -0
  146. package/lib/_shared/locale/lang/vi-vn.js +1 -0
  147. package/lib/_shared/locale/lang/zh-cn.d.ts +253 -0
  148. package/lib/_shared/locale/lang/zh-cn.js +1 -0
  149. package/lib/_shared/locale/lang/zh-tw.d.ts +253 -0
  150. package/lib/_shared/locale/lang/zh-tw.js +1 -0
  151. package/lib/_shared/utils/time.js +1 -1
  152. package/lib/index.js +1 -1
  153. package/lib/node_modules/@intlify/core-base/dist/core-base.js +1 -0
  154. package/lib/node_modules/@intlify/message-compiler/dist/message-compiler.js +6 -0
  155. package/lib/node_modules/@intlify/shared/dist/shared.js +7 -0
  156. package/lib/node_modules/@intlify/vue-i18n-core/dist/vue-i18n-core.js +1 -0
  157. package/lib/node_modules/@vue/devtools-api/lib/esm/const.js +1 -0
  158. package/lib/node_modules/@vue/devtools-api/lib/esm/env.js +1 -0
  159. package/lib/node_modules/@vue/devtools-api/lib/esm/index.js +1 -0
  160. package/lib/node_modules/@vue/devtools-api/lib/esm/proxy.js +1 -0
  161. package/lib/node_modules/@vue/devtools-api/lib/esm/time.js +1 -0
  162. package/lib/node_modules/b-validate/es/is.js +1 -0
  163. package/lib/node_modules/b-validate/es/locale/en-US.js +1 -0
  164. package/lib/node_modules/b-validate/es/rules/base.js +1 -0
  165. package/lib/node_modules/b-validate/es/util.js +1 -0
  166. package/package.json +3 -2
@@ -0,0 +1,205 @@
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
+ colorPicker: {
200
+ history: string;
201
+ preset: string;
202
+ empty: string;
203
+ };
204
+ };
205
+ export default lang;
@@ -0,0 +1 @@
1
+ "use strict";const t={formatYear:"YYYY",formatMonth:"MMMM YYYY",today:"Hôm nay",view:{month:"Tháng",year:"Năm",week:"Tuần",day:"Ngày"},month:{long:{January:"Tháng Một",February:"Tháng Hai",March:"Tháng Ba",April:"Tháng Tư",May:"Tháng Năm",June:"Tháng Sáu",July:"Tháng Bảy",August:"Tháng Tám",September:"Tháng Chín",October:"Tháng Mười",November:"Tháng Mười Một",December:"Tháng Mười Hai"},short:{January:"Thg1",February:"Thg2",March:"Thg3",April:"Thg4",May:"Thg5",June:"Thg6",July:"Thg7",August:"Thg8",September:"Thg9",October:"Thg10",November:"Thg11",December:"Thg12"}},week:{long:{self:"Tuần",monday:"Thứ Hai",tuesday:"Thứ Ba",wednesday:"Thứ Tư",thursday:"Thứ Năm",friday:"Thứ Sáu",saturday:"Thứ Bảy",sunday:"Chủ Nhật"},short:{self:"Tuần",monday:"T2",tuesday:"T3",wednesday:"Tư",thursday:"Năm",friday:"Sáu",saturday:"Bảy",sunday:"CN"}}},e={empty:{description:"Không có dữ liệu"},drawer:{okText:"Đồng ý",cancelText:"Hủy bỏ"},popconfirm:{okText:"Đồng ý",cancelText:"Hủy bỏ"},modal:{okText:"Đồng ý",cancelText:"Hủy bỏ"},pagination:{goto:"Đi tới",page:"Trang",countPerPage:"sản phẩm/trang",total:"Tổng số {0}"},table:{okText:"Đồng ý",resetText:"Thiết lập lại"},upload:{start:"Bắt đầu",cancel:"Hủy bỏ",delete:"Xóa bỏ",retry:"Nhấp để thử lại",buttonText:"Nhấp để tải lên",preview:"Xem trước",drag:"Nhấp hoặc kéo thả tập tin vào đây để tải lên",dragHover:"Thả tập tin và bắt đầu tải lên",error:"Lỗi tải lên"},calendar:t,datePicker:{view:t.view,month:t.month,week:t.week,placeholder:{date:"Vui lòng chọn một ngày",week:"Vui lòng chọn một tuần",month:"Vui lòng chọn một tháng",year:"Vui lòng chọn một năm",quarter:"Vui lòng chọn một phần tư",time:"Vui lòng chọn một"},rangePlaceholder:{date:["Ngày bắt đầu","Ngày kết thúc"],week:["Tuần bắt đầu","Tuần kết thúc"],month:["Tháng bắt đầu","Tháng kết thúc"],year:["Năm bắt đầu","Năm kết thúc"],quarter:["Quý bắt đầu","Quý kết thúc"],time:["Giờ bắt đầu","Giờ kết thúc"]},selectTime:"Vui lòng chọn thời gian",today:"Hôm nay",now:"Bây giờ",ok:"Đồng ý"},image:{loading:"Đang tải"},imagePreview:{fullScreen:"Toàn màn hình",rotateRight:"Xoay sang phải",rotateLeft:"Xoay sang trái",zoomIn:"Phóng to",zoomOut:"Thu nhỏ",originalSize:"Kích thước gốc"},typography:{copied:"Đã sao chép",copy:"Sao chép",expand:"Mở rộng",collapse:"Thu gọn",edit:"Chỉnh sửa"},colorPicker:{history:"Màu sắc được sử dụng gần đây",preset:"Màu mặc định của hệ thống",empty:"Không có dữ liệu"}};module.exports=e;
@@ -0,0 +1,253 @@
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
+ calendar: {
24
+ formatYear: string;
25
+ formatMonth: string;
26
+ today: string;
27
+ view: {
28
+ month: string;
29
+ year: string;
30
+ week: string;
31
+ day: string;
32
+ };
33
+ month: {
34
+ long: {
35
+ January: string;
36
+ February: string;
37
+ March: string;
38
+ April: string;
39
+ May: string;
40
+ June: string;
41
+ July: string;
42
+ August: string;
43
+ September: string;
44
+ October: string;
45
+ November: string;
46
+ December: string;
47
+ };
48
+ short: {
49
+ January: string;
50
+ February: string;
51
+ March: string;
52
+ April: string;
53
+ May: string;
54
+ June: string;
55
+ July: string;
56
+ August: string;
57
+ September: string;
58
+ October: string;
59
+ November: string;
60
+ December: string;
61
+ };
62
+ };
63
+ week: {
64
+ long: {
65
+ self: string;
66
+ monday: string;
67
+ tuesday: string;
68
+ wednesday: string;
69
+ thursday: string;
70
+ friday: string;
71
+ saturday: string;
72
+ sunday: string;
73
+ };
74
+ short: {
75
+ self: string;
76
+ monday: string;
77
+ tuesday: string;
78
+ wednesday: string;
79
+ thursday: string;
80
+ friday: string;
81
+ saturday: string;
82
+ sunday: string;
83
+ };
84
+ };
85
+ };
86
+ image: {
87
+ loading: string;
88
+ };
89
+ imagePreview: {
90
+ fullScreen: string;
91
+ rotateRight: string;
92
+ rotateLeft: string;
93
+ zoomIn: string;
94
+ zoomOut: string;
95
+ originalSize: string;
96
+ };
97
+ typography: {
98
+ copied: string;
99
+ copy: string;
100
+ expand: string;
101
+ collapse: string;
102
+ edit: string;
103
+ };
104
+ colorPicker: {
105
+ history: string;
106
+ preset: string;
107
+ empty: string;
108
+ };
109
+ table: {
110
+ okText: string;
111
+ resetText: string;
112
+ };
113
+ upload: {
114
+ start: string;
115
+ cancel: string;
116
+ delete: string;
117
+ retry: string;
118
+ buttonText: string;
119
+ preview: string;
120
+ drag: string;
121
+ dragHover: string;
122
+ error: string;
123
+ };
124
+ datePicker: {
125
+ view: {
126
+ month: string;
127
+ year: string;
128
+ week: string;
129
+ day: string;
130
+ };
131
+ month: {
132
+ long: {
133
+ January: string;
134
+ February: string;
135
+ March: string;
136
+ April: string;
137
+ May: string;
138
+ June: string;
139
+ July: string;
140
+ August: string;
141
+ September: string;
142
+ October: string;
143
+ November: string;
144
+ December: string;
145
+ };
146
+ short: {
147
+ January: string;
148
+ February: string;
149
+ March: string;
150
+ April: string;
151
+ May: string;
152
+ June: string;
153
+ July: string;
154
+ August: string;
155
+ September: string;
156
+ October: string;
157
+ November: string;
158
+ December: string;
159
+ };
160
+ };
161
+ week: {
162
+ long: {
163
+ self: string;
164
+ monday: string;
165
+ tuesday: string;
166
+ wednesday: string;
167
+ thursday: string;
168
+ friday: string;
169
+ saturday: string;
170
+ sunday: string;
171
+ };
172
+ short: {
173
+ self: string;
174
+ monday: string;
175
+ tuesday: string;
176
+ wednesday: string;
177
+ thursday: string;
178
+ friday: string;
179
+ saturday: string;
180
+ sunday: string;
181
+ };
182
+ };
183
+ placeholder: {
184
+ date: string;
185
+ week: string;
186
+ month: string;
187
+ year: string;
188
+ quarter: string;
189
+ time: string;
190
+ };
191
+ rangePlaceholder: {
192
+ date: string[];
193
+ week: string[];
194
+ month: string[];
195
+ year: string[];
196
+ quarter: string[];
197
+ time: string[];
198
+ };
199
+ selectTime: string;
200
+ today: string;
201
+ now: string;
202
+ ok: string;
203
+ };
204
+ form: {
205
+ validateMessages: {
206
+ required: string;
207
+ type: {
208
+ string: string;
209
+ number: string;
210
+ boolean: string;
211
+ array: string;
212
+ object: string;
213
+ url: string;
214
+ email: string;
215
+ ip: string;
216
+ };
217
+ number: {
218
+ min: string;
219
+ max: string;
220
+ equal: string;
221
+ range: string;
222
+ positive: string;
223
+ negative: string;
224
+ };
225
+ array: {
226
+ length: string;
227
+ minLength: string;
228
+ maxLength: string;
229
+ includes: string;
230
+ deepEqual: string;
231
+ empty: string;
232
+ };
233
+ string: {
234
+ minLength: string;
235
+ maxLength: string;
236
+ length: string;
237
+ match: string;
238
+ uppercase: string;
239
+ lowercase: string;
240
+ };
241
+ object: {
242
+ deepEqual: string;
243
+ hasKeys: string;
244
+ empty: string;
245
+ };
246
+ boolean: {
247
+ true: string;
248
+ false: string;
249
+ };
250
+ };
251
+ };
252
+ };
253
+ export default lang;
@@ -0,0 +1 @@
1
+ "use strict";const e={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:"日"}}},a={empty:{description:"暂无数据"},drawer:{okText:"确定",cancelText:"取消"},popconfirm:{okText:"确定",cancelText:"取消"},modal:{okText:"确定",cancelText:"取消"},pagination:{goto:"前往",page:"页",countPerPage:"条/页",total:"共 {0} 条"},calendar:e,image:{loading:"加载中"},imagePreview:{fullScreen:"全屏",rotateRight:"向右旋转",rotateLeft:"向左旋转",zoomIn:"放大",zoomOut:"缩小",originalSize:"原始尺寸"},typography:{copied:"已复制",copy:"复制",expand:"展开",collapse:"折叠",edit:"编辑"},colorPicker:{history:"最近使用颜色",preset:"系统预设颜色",empty:"暂无"},table:{okText:"确定",resetText:"重置"},upload:{start:"开始",cancel:"取消",delete:"删除",retry:"点击重试",buttonText:"点击上传",preview:"预览",drag:"点击或拖拽文件到此处上传",dragHover:"释放文件并开始上传",error:"上传失败"},datePicker:{view:e.view,month:e.month,week:e.week,placeholder:{date:"请选择日期",week:"请选择周",month:"请选择月份",year:"请选择年份",quarter:"请选择季度",time:"请选择时间"},rangePlaceholder:{date:["开始日期","结束日期"],week:["开始周","结束周"],month:["开始月份","结束月份"],year:["开始年份","结束年份"],quarter:["开始季度","结束季度"],time:["开始时间","结束时间"]},selectTime:"选择时间",today:"今天",now:"此刻",ok:"确定"},form:{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`"}}}};module.exports=a;