cy-element-ui 1.1.16 → 1.1.18

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 (236) hide show
  1. package/README.md +8 -8
  2. package/lib/{alert.js → Alert.js} +2 -2
  3. package/lib/{aside.js → Aside.js} +2 -2
  4. package/lib/Autocomplete.js +2051 -0
  5. package/lib/{avatar.js → Avatar.js} +2 -2
  6. package/lib/{backtop.js → Backtop.js} +4 -4
  7. package/lib/{badge.js → Badge.js} +2 -2
  8. package/lib/{breadcrumb.js → Breadcrumb.js} +2 -2
  9. package/lib/{breadcrumb-item.js → BreadcrumbItem.js} +2 -2
  10. package/lib/{button.js → Button.js} +2 -2
  11. package/lib/{button-group.js → ButtonGroup.js} +2 -2
  12. package/lib/{calendar.js → Calendar.js} +238 -25
  13. package/lib/{card.js → Card.js} +2 -2
  14. package/lib/{carousel.js → Carousel.js} +12 -12
  15. package/lib/{carousel-item.js → CarouselItem.js} +2 -2
  16. package/lib/Cascader.js +4641 -0
  17. package/lib/{cascader-panel.js → CascaderPanel.js} +1101 -57
  18. package/lib/{checkbox.js → Checkbox.js} +9 -9
  19. package/lib/{checkbox-button.js → CheckboxButton.js} +2 -2
  20. package/lib/{checkbox-group.js → CheckboxGroup.js} +9 -9
  21. package/lib/{col.js → Col.js} +2 -2
  22. package/lib/{collapse.js → Collapse.js} +2 -2
  23. package/lib/{collapse-item.js → CollapseItem.js} +4 -4
  24. package/lib/{color-picker.js → ColorPicker.js} +967 -25
  25. package/lib/{container.js → Container.js} +2 -2
  26. package/lib/{selectDisplayInput.js → CySelectDisplayInput.js} +8 -8
  27. package/lib/{subTitle.js → CySubTitle.js} +8 -8
  28. package/lib/{tabDialog.js → CyTabDialog.js} +26 -26
  29. package/lib/{treeSelect.js → CyTreeSelect.js} +3161 -3169
  30. package/lib/{date-picker.js → DatePicker.js} +1372 -139
  31. package/lib/{descriptions.js → Descriptions.js} +4 -4
  32. package/lib/{descriptions-item.js → DescriptionsItem.js} +2 -2
  33. package/lib/{dialog.js → Dialog.js} +12 -12
  34. package/lib/{divider.js → Divider.js} +2 -2
  35. package/lib/{drawer.js → Drawer.js} +4 -4
  36. package/lib/{dropdown.js → Dropdown.js} +244 -31
  37. package/lib/{dropdown-item.js → DropdownItem.js} +2 -2
  38. package/lib/{dropdown-menu.js → DropdownMenu.js} +2 -2
  39. package/lib/{empty.js → Empty.js} +4 -4
  40. package/lib/{footer.js → Footer.js} +2 -2
  41. package/lib/{form.js → Form.js} +10 -10
  42. package/lib/{form-item.js → FormItem.js} +12 -12
  43. package/lib/{header.js → Header.js} +2 -2
  44. package/lib/{icon.js → Icon.js} +2 -2
  45. package/lib/{image.js → Image.js} +22 -22
  46. package/lib/{infinite-scroll.js → InfiniteScroll.js} +16 -16
  47. package/lib/{input.js → Input.js} +27 -26
  48. package/lib/InputNumber.js +1552 -0
  49. package/lib/{link.js → Link.js} +2 -2
  50. package/lib/{loading.js → Loading.js} +15 -15
  51. package/lib/{main.js → Main.js} +2 -2
  52. package/lib/{menu.js → Menu.js} +10 -10
  53. package/lib/{menu-item.js → MenuItem.js} +339 -12
  54. package/lib/{menu-item-group.js → MenuItemGroup.js} +2 -2
  55. package/lib/{message.js → Message.js} +16 -16
  56. package/lib/{message-box.js → MessageBox.js} +973 -31
  57. package/lib/{notification.js → Notification.js} +11 -11
  58. package/lib/{option.js → Option.js} +11 -11
  59. package/lib/{option-group.js → OptionGroup.js} +2 -2
  60. package/lib/{page-header.js → PageHeader.js} +4 -4
  61. package/lib/Pagination.js +4123 -0
  62. package/lib/Popconfirm.js +1025 -0
  63. package/lib/{popover.js → Popover.js} +6 -6
  64. package/lib/{progress.js → Progress.js} +2 -2
  65. package/lib/{radio.js → Radio.js} +9 -9
  66. package/lib/{radio-button.js → RadioButton.js} +2 -2
  67. package/lib/{radio-group.js → RadioGroup.js} +2 -2
  68. package/lib/{rate.js → Rate.js} +20 -20
  69. package/lib/{result.js → Result.js} +2 -2
  70. package/lib/{row.js → Row.js} +2 -2
  71. package/lib/{scrollbar.js → Scrollbar.js} +26 -26
  72. package/lib/{select.js → Select.js} +1371 -170
  73. package/lib/{skeleton.js → Skeleton.js} +2 -2
  74. package/lib/{skeleton-item.js → SkeletonItem.js} +2 -2
  75. package/lib/Slider.js +2854 -0
  76. package/lib/{spinner.js → Spinner.js} +2 -2
  77. package/lib/{statistic.js → Statistic.js} +4 -4
  78. package/lib/{step.js → Step.js} +2 -2
  79. package/lib/{steps.js → Steps.js} +4 -4
  80. package/lib/{submenu.js → Submenu.js} +13 -13
  81. package/lib/{switch.js → Switch.js} +10 -10
  82. package/lib/{tab-pane.js → TabPane.js} +2 -2
  83. package/lib/{table.js → Table.js} +1231 -121
  84. package/lib/{table-column.js → TableColumn.js} +824 -295
  85. package/lib/{tabs.js → Tabs.js} +4 -4
  86. package/lib/{tag.js → Tag.js} +2 -2
  87. package/lib/{time-picker.js → TimePicker.js} +1183 -91
  88. package/lib/{time-select.js → TimeSelect.js} +1132 -26
  89. package/lib/{timeline.js → Timeline.js} +2 -2
  90. package/lib/{timeline-item.js → TimelineItem.js} +2 -2
  91. package/lib/{tooltip.js → Tooltip.js} +27 -27
  92. package/lib/Transfer.js +2557 -0
  93. package/lib/{tree.js → Tree.js} +436 -19
  94. package/lib/{upload.js → Upload.js} +411 -19
  95. package/lib/index.js +1 -1
  96. package/package.json +5 -23
  97. package/packages/{tabDialog → cy/tabDialog}/src/main.vue +1 -1
  98. package/packages/{treeSelect → cy/treeSelect}/src/main.vue +4 -4
  99. package/packages/theme-chalk/src/index.scss +3 -1
  100. package/src/index.js +16 -16
  101. package/types/cy/cy-element-ui.d.ts +31 -0
  102. package/types/cy/cy-select-display-input.d.ts +7 -0
  103. package/types/cy/cy-sub-title.d.ts +7 -0
  104. package/types/cy/cy-tab-dialog.d.ts +7 -0
  105. package/types/cy/cy-tree-select.d.ts +7 -0
  106. package/types/cy/index.d.ts +1 -0
  107. package/types/cy/select-display-input.d.ts +19 -0
  108. package/types/cy/sub-title.d.ts +10 -0
  109. package/types/cy/tab-dialog.d.ts +51 -0
  110. package/types/cy/tree-select.d.ts +44 -0
  111. package/types/index.d.ts +1 -0
  112. package/lib/autocomplete.js +0 -952
  113. package/lib/cascader.js +0 -1439
  114. package/lib/element-ui.common.js +0 -44918
  115. package/lib/input-number.js +0 -757
  116. package/lib/pagination.js +0 -950
  117. package/lib/popconfirm.js +0 -457
  118. package/lib/slider.js +0 -1199
  119. package/lib/theme-chalk/alert.css +0 -1
  120. package/lib/theme-chalk/aside.css +0 -1
  121. package/lib/theme-chalk/autocomplete.css +0 -1
  122. package/lib/theme-chalk/avatar.css +0 -1
  123. package/lib/theme-chalk/backtop.css +0 -1
  124. package/lib/theme-chalk/badge.css +0 -1
  125. package/lib/theme-chalk/base.css +0 -1
  126. package/lib/theme-chalk/breadcrumb-item.css +0 -0
  127. package/lib/theme-chalk/breadcrumb.css +0 -1
  128. package/lib/theme-chalk/button-group.css +0 -0
  129. package/lib/theme-chalk/button.css +0 -1
  130. package/lib/theme-chalk/calendar.css +0 -1
  131. package/lib/theme-chalk/card.css +0 -1
  132. package/lib/theme-chalk/carousel-item.css +0 -1
  133. package/lib/theme-chalk/carousel.css +0 -1
  134. package/lib/theme-chalk/cascader-panel.css +0 -1
  135. package/lib/theme-chalk/cascader.css +0 -1
  136. package/lib/theme-chalk/checkbox-button.css +0 -0
  137. package/lib/theme-chalk/checkbox-group.css +0 -0
  138. package/lib/theme-chalk/checkbox.css +0 -1
  139. package/lib/theme-chalk/col.css +0 -1
  140. package/lib/theme-chalk/collapse-item.css +0 -0
  141. package/lib/theme-chalk/collapse.css +0 -1
  142. package/lib/theme-chalk/color-picker.css +0 -1
  143. package/lib/theme-chalk/container.css +0 -1
  144. package/lib/theme-chalk/date-picker.css +0 -1
  145. package/lib/theme-chalk/descriptions-item.css +0 -1
  146. package/lib/theme-chalk/descriptions.css +0 -1
  147. package/lib/theme-chalk/dialog.css +0 -1
  148. package/lib/theme-chalk/display.css +0 -1
  149. package/lib/theme-chalk/divider.css +0 -1
  150. package/lib/theme-chalk/drawer.css +0 -1
  151. package/lib/theme-chalk/dropdown-item.css +0 -0
  152. package/lib/theme-chalk/dropdown-menu.css +0 -0
  153. package/lib/theme-chalk/dropdown.css +0 -1
  154. package/lib/theme-chalk/element.css +0 -1
  155. package/lib/theme-chalk/empty.css +0 -1
  156. package/lib/theme-chalk/fonts/element-icons.ttf +0 -0
  157. package/lib/theme-chalk/fonts/element-icons.woff +0 -0
  158. package/lib/theme-chalk/footer.css +0 -1
  159. package/lib/theme-chalk/form-item.css +0 -0
  160. package/lib/theme-chalk/form.css +0 -1
  161. package/lib/theme-chalk/header.css +0 -1
  162. package/lib/theme-chalk/icon.css +0 -1
  163. package/lib/theme-chalk/image.css +0 -1
  164. package/lib/theme-chalk/index.css +0 -1
  165. package/lib/theme-chalk/infinite-scroll.css +0 -0
  166. package/lib/theme-chalk/infiniteScroll.css +0 -0
  167. package/lib/theme-chalk/input-number.css +0 -1
  168. package/lib/theme-chalk/input.css +0 -1
  169. package/lib/theme-chalk/link.css +0 -1
  170. package/lib/theme-chalk/loading.css +0 -1
  171. package/lib/theme-chalk/main.css +0 -1
  172. package/lib/theme-chalk/menu-item-group.css +0 -0
  173. package/lib/theme-chalk/menu-item.css +0 -0
  174. package/lib/theme-chalk/menu.css +0 -1
  175. package/lib/theme-chalk/message-box.css +0 -1
  176. package/lib/theme-chalk/message.css +0 -1
  177. package/lib/theme-chalk/notification.css +0 -1
  178. package/lib/theme-chalk/option-group.css +0 -1
  179. package/lib/theme-chalk/option.css +0 -1
  180. package/lib/theme-chalk/page-header.css +0 -1
  181. package/lib/theme-chalk/pagination.css +0 -1
  182. package/lib/theme-chalk/popconfirm.css +0 -1
  183. package/lib/theme-chalk/popover.css +0 -1
  184. package/lib/theme-chalk/popper.css +0 -1
  185. package/lib/theme-chalk/progress.css +0 -1
  186. package/lib/theme-chalk/radio-button.css +0 -1
  187. package/lib/theme-chalk/radio-group.css +0 -1
  188. package/lib/theme-chalk/radio.css +0 -1
  189. package/lib/theme-chalk/rate.css +0 -1
  190. package/lib/theme-chalk/reset.css +0 -1
  191. package/lib/theme-chalk/result.css +0 -1
  192. package/lib/theme-chalk/row.css +0 -1
  193. package/lib/theme-chalk/scrollbar.css +0 -1
  194. package/lib/theme-chalk/select-dropdown.css +0 -1
  195. package/lib/theme-chalk/select.css +0 -1
  196. package/lib/theme-chalk/selectDisplayInput.css +0 -1
  197. package/lib/theme-chalk/skeleton-item.css +0 -1
  198. package/lib/theme-chalk/skeleton.css +0 -1
  199. package/lib/theme-chalk/slider.css +0 -1
  200. package/lib/theme-chalk/spinner.css +0 -1
  201. package/lib/theme-chalk/statistic.css +0 -1
  202. package/lib/theme-chalk/step.css +0 -1
  203. package/lib/theme-chalk/steps.css +0 -1
  204. package/lib/theme-chalk/subTitle.css +0 -1
  205. package/lib/theme-chalk/submenu.css +0 -0
  206. package/lib/theme-chalk/switch.css +0 -1
  207. package/lib/theme-chalk/tab-pane.css +0 -0
  208. package/lib/theme-chalk/tabDialog.css +0 -1
  209. package/lib/theme-chalk/table-column.css +0 -1
  210. package/lib/theme-chalk/table.css +0 -1
  211. package/lib/theme-chalk/tabs.css +0 -1
  212. package/lib/theme-chalk/tag.css +0 -1
  213. package/lib/theme-chalk/time-picker.css +0 -1
  214. package/lib/theme-chalk/time-select.css +0 -1
  215. package/lib/theme-chalk/timeline-item.css +0 -1
  216. package/lib/theme-chalk/timeline.css +0 -1
  217. package/lib/theme-chalk/tooltip.css +0 -1
  218. package/lib/theme-chalk/transfer.css +0 -1
  219. package/lib/theme-chalk/tree.css +0 -1
  220. package/lib/theme-chalk/treeSelect.css +0 -1
  221. package/lib/theme-chalk/upload.css +0 -1
  222. package/lib/transfer.js +0 -1102
  223. package/lib/umd/locale/en.js +0 -142
  224. package/lib/umd/locale/zh-CN.js +0 -142
  225. package/lib/umd/locale/zh-TW.js +0 -142
  226. package/src/locale/lang/en.js +0 -123
  227. package/src/locale/lang/zh-TW.js +0 -123
  228. /package/packages/{selectDisplayInput → cy/selectDisplayInput}/index.js +0 -0
  229. /package/packages/{selectDisplayInput → cy/selectDisplayInput}/src/main.vue +0 -0
  230. /package/packages/{subTitle → cy/subTitle}/index.js +0 -0
  231. /package/packages/{subTitle → cy/subTitle}/src/main.vue +0 -0
  232. /package/packages/{tabDialog → cy/tabDialog}/index.js +0 -0
  233. /package/packages/{tabDialog → cy/tabDialog}/src/dialog/drag.js +0 -0
  234. /package/packages/{tabDialog → cy/tabDialog}/src/dialog/dragHeight.js +0 -0
  235. /package/packages/{tabDialog → cy/tabDialog}/src/dialog/dragWidth.js +0 -0
  236. /package/packages/{treeSelect → cy/treeSelect}/index.js +0 -0
@@ -1,142 +0,0 @@
1
- (function (global, factory) {
2
- if (typeof define === "function" && define.amd) {
3
- define('element/locale/en', ['module', 'exports'], factory);
4
- } else if (typeof exports !== "undefined") {
5
- factory(module, exports);
6
- } else {
7
- var mod = {
8
- exports: {}
9
- };
10
- factory(mod, mod.exports);
11
- global.ELEMENT.lang = global.ELEMENT.lang || {};
12
- global.ELEMENT.lang.en = mod.exports;
13
- }
14
- })(this, function (module, exports) {
15
- 'use strict';
16
-
17
- exports.__esModule = true;
18
- exports.default = {
19
- el: {
20
- colorpicker: {
21
- confirm: 'OK',
22
- clear: 'Clear'
23
- },
24
- datepicker: {
25
- now: 'Now',
26
- today: 'Today',
27
- cancel: 'Cancel',
28
- clear: 'Clear',
29
- confirm: 'OK',
30
- selectDate: 'Select date',
31
- selectTime: 'Select time',
32
- startDate: 'Start Date',
33
- startTime: 'Start Time',
34
- endDate: 'End Date',
35
- endTime: 'End Time',
36
- prevYear: 'Previous Year',
37
- nextYear: 'Next Year',
38
- prevMonth: 'Previous Month',
39
- nextMonth: 'Next Month',
40
- year: '',
41
- month1: 'January',
42
- month2: 'February',
43
- month3: 'March',
44
- month4: 'April',
45
- month5: 'May',
46
- month6: 'June',
47
- month7: 'July',
48
- month8: 'August',
49
- month9: 'September',
50
- month10: 'October',
51
- month11: 'November',
52
- month12: 'December',
53
- week: 'week',
54
- weeks: {
55
- sun: 'Sun',
56
- mon: 'Mon',
57
- tue: 'Tue',
58
- wed: 'Wed',
59
- thu: 'Thu',
60
- fri: 'Fri',
61
- sat: 'Sat'
62
- },
63
- months: {
64
- jan: 'Jan',
65
- feb: 'Feb',
66
- mar: 'Mar',
67
- apr: 'Apr',
68
- may: 'May',
69
- jun: 'Jun',
70
- jul: 'Jul',
71
- aug: 'Aug',
72
- sep: 'Sep',
73
- oct: 'Oct',
74
- nov: 'Nov',
75
- dec: 'Dec'
76
- }
77
- },
78
- select: {
79
- loading: 'Loading',
80
- noMatch: 'No matching data',
81
- noData: 'No data',
82
- placeholder: 'Select'
83
- },
84
- cascader: {
85
- noMatch: 'No matching data',
86
- loading: 'Loading',
87
- placeholder: 'Select',
88
- noData: 'No data'
89
- },
90
- pagination: {
91
- goto: 'Go to',
92
- pagesize: '/page',
93
- total: 'Total {total}',
94
- pageClassifier: ''
95
- },
96
- messagebox: {
97
- title: 'Message',
98
- confirm: 'OK',
99
- cancel: 'Cancel',
100
- error: 'Illegal input'
101
- },
102
- upload: {
103
- deleteTip: 'press delete to remove',
104
- delete: 'Delete',
105
- preview: 'Preview',
106
- continue: 'Continue'
107
- },
108
- table: {
109
- emptyText: 'No Data',
110
- confirmFilter: 'Confirm',
111
- resetFilter: 'Reset',
112
- clearFilter: 'All',
113
- sumText: 'Sum'
114
- },
115
- tree: {
116
- emptyText: 'No Data'
117
- },
118
- transfer: {
119
- noMatch: 'No matching data',
120
- noData: 'No data',
121
- titles: ['List 1', 'List 2'], // to be translated
122
- filterPlaceholder: 'Enter keyword', // to be translated
123
- noCheckedFormat: '{total} items', // to be translated
124
- hasCheckedFormat: '{checked}/{total} checked' // to be translated
125
- },
126
- image: {
127
- error: 'FAILED'
128
- },
129
- pageHeader: {
130
- title: 'Back' // to be translated
131
- },
132
- popconfirm: {
133
- confirmButtonText: 'Yes',
134
- cancelButtonText: 'No'
135
- },
136
- empty: {
137
- description: 'No Data'
138
- }
139
- }
140
- };
141
- module.exports = exports['default'];
142
- });
@@ -1,142 +0,0 @@
1
- (function (global, factory) {
2
- if (typeof define === "function" && define.amd) {
3
- define('element/locale/zh-CN', ['module', 'exports'], factory);
4
- } else if (typeof exports !== "undefined") {
5
- factory(module, exports);
6
- } else {
7
- var mod = {
8
- exports: {}
9
- };
10
- factory(mod, mod.exports);
11
- global.ELEMENT.lang = global.ELEMENT.lang || {};
12
- global.ELEMENT.lang.zhCN = mod.exports;
13
- }
14
- })(this, function (module, exports) {
15
- 'use strict';
16
-
17
- exports.__esModule = true;
18
- exports.default = {
19
- el: {
20
- colorpicker: {
21
- confirm: '确定',
22
- clear: '清空'
23
- },
24
- datepicker: {
25
- now: '此刻',
26
- today: '今天',
27
- cancel: '取消',
28
- clear: '清空',
29
- confirm: '确定',
30
- selectDate: '选择日期',
31
- selectTime: '选择时间',
32
- startDate: '开始日期',
33
- startTime: '开始时间',
34
- endDate: '结束日期',
35
- endTime: '结束时间',
36
- prevYear: '前一年',
37
- nextYear: '后一年',
38
- prevMonth: '上个月',
39
- nextMonth: '下个月',
40
- year: '年',
41
- month1: '1 月',
42
- month2: '2 月',
43
- month3: '3 月',
44
- month4: '4 月',
45
- month5: '5 月',
46
- month6: '6 月',
47
- month7: '7 月',
48
- month8: '8 月',
49
- month9: '9 月',
50
- month10: '10 月',
51
- month11: '11 月',
52
- month12: '12 月',
53
- // week: '周次',
54
- weeks: {
55
- sun: '日',
56
- mon: '一',
57
- tue: '二',
58
- wed: '三',
59
- thu: '四',
60
- fri: '五',
61
- sat: '六'
62
- },
63
- months: {
64
- jan: '一月',
65
- feb: '二月',
66
- mar: '三月',
67
- apr: '四月',
68
- may: '五月',
69
- jun: '六月',
70
- jul: '七月',
71
- aug: '八月',
72
- sep: '九月',
73
- oct: '十月',
74
- nov: '十一月',
75
- dec: '十二月'
76
- }
77
- },
78
- select: {
79
- loading: '加载中',
80
- noMatch: '无匹配数据',
81
- noData: '无数据',
82
- placeholder: '请选择'
83
- },
84
- cascader: {
85
- noMatch: '无匹配数据',
86
- loading: '加载中',
87
- placeholder: '请选择',
88
- noData: '暂无数据'
89
- },
90
- pagination: {
91
- goto: '前往',
92
- pagesize: '条/页',
93
- total: '共 {total} 条',
94
- pageClassifier: '页'
95
- },
96
- messagebox: {
97
- title: '提示',
98
- confirm: '确定',
99
- cancel: '取消',
100
- error: '输入的数据不合法!'
101
- },
102
- upload: {
103
- deleteTip: '按 delete 键可删除',
104
- delete: '删除',
105
- preview: '查看图片',
106
- continue: '继续上传'
107
- },
108
- table: {
109
- emptyText: '暂无数据',
110
- confirmFilter: '筛选',
111
- resetFilter: '重置',
112
- clearFilter: '全部',
113
- sumText: '合计'
114
- },
115
- tree: {
116
- emptyText: '暂无数据'
117
- },
118
- transfer: {
119
- noMatch: '无匹配数据',
120
- noData: '无数据',
121
- titles: ['列表 1', '列表 2'],
122
- filterPlaceholder: '请输入搜索内容',
123
- noCheckedFormat: '共 {total} 项',
124
- hasCheckedFormat: '已选 {checked}/{total} 项'
125
- },
126
- image: {
127
- error: '加载失败'
128
- },
129
- pageHeader: {
130
- title: '返回'
131
- },
132
- popconfirm: {
133
- confirmButtonText: '确定',
134
- cancelButtonText: '取消'
135
- },
136
- empty: {
137
- description: '暂无数据'
138
- }
139
- }
140
- };
141
- module.exports = exports['default'];
142
- });
@@ -1,142 +0,0 @@
1
- (function (global, factory) {
2
- if (typeof define === "function" && define.amd) {
3
- define('element/locale/zh-TW', ['module', 'exports'], factory);
4
- } else if (typeof exports !== "undefined") {
5
- factory(module, exports);
6
- } else {
7
- var mod = {
8
- exports: {}
9
- };
10
- factory(mod, mod.exports);
11
- global.ELEMENT.lang = global.ELEMENT.lang || {};
12
- global.ELEMENT.lang.zhTW = mod.exports;
13
- }
14
- })(this, function (module, exports) {
15
- 'use strict';
16
-
17
- exports.__esModule = true;
18
- exports.default = {
19
- el: {
20
- colorpicker: {
21
- confirm: '確認',
22
- clear: '清空'
23
- },
24
- datepicker: {
25
- now: '現在',
26
- today: '今天',
27
- cancel: '取消',
28
- clear: '清空',
29
- confirm: '確認',
30
- selectDate: '選擇日期',
31
- selectTime: '選擇時間',
32
- startDate: '開始日期',
33
- startTime: '開始時間',
34
- endDate: '結束日期',
35
- endTime: '結束時間',
36
- prevYear: '前一年',
37
- nextYear: '後一年',
38
- prevMonth: '上個月',
39
- nextMonth: '下個月',
40
- year: '年',
41
- month1: '1 月',
42
- month2: '2 月',
43
- month3: '3 月',
44
- month4: '4 月',
45
- month5: '5 月',
46
- month6: '6 月',
47
- month7: '7 月',
48
- month8: '8 月',
49
- month9: '9 月',
50
- month10: '10 月',
51
- month11: '11 月',
52
- month12: '12 月',
53
- // week: '周次',
54
- weeks: {
55
- sun: '日',
56
- mon: '一',
57
- tue: '二',
58
- wed: '三',
59
- thu: '四',
60
- fri: '五',
61
- sat: '六'
62
- },
63
- months: {
64
- jan: '一月',
65
- feb: '二月',
66
- mar: '三月',
67
- apr: '四月',
68
- may: '五月',
69
- jun: '六月',
70
- jul: '七月',
71
- aug: '八月',
72
- sep: '九月',
73
- oct: '十月',
74
- nov: '十一月',
75
- dec: '十二月'
76
- }
77
- },
78
- select: {
79
- loading: '加載中',
80
- noMatch: '無匹配資料',
81
- noData: '無資料',
82
- placeholder: '請選擇'
83
- },
84
- cascader: {
85
- noMatch: '無匹配資料',
86
- loading: '加載中',
87
- placeholder: '請選擇',
88
- noData: '無資料'
89
- },
90
- pagination: {
91
- goto: '前往',
92
- pagesize: '項/頁',
93
- total: '共 {total} 項',
94
- pageClassifier: '頁'
95
- },
96
- messagebox: {
97
- title: '提示',
98
- confirm: '確定',
99
- cancel: '取消',
100
- error: '輸入的資料不符規定!'
101
- },
102
- upload: {
103
- deleteTip: '按 delete 鍵可刪除',
104
- delete: '刪除',
105
- preview: '查看圖片',
106
- continue: '繼續上傳'
107
- },
108
- table: {
109
- emptyText: '暫無資料',
110
- confirmFilter: '篩選',
111
- resetFilter: '重置',
112
- clearFilter: '全部',
113
- sumText: 'Sum' // to be translated
114
- },
115
- tree: {
116
- emptyText: '暫無資料'
117
- },
118
- transfer: {
119
- noMatch: '無匹配資料',
120
- noData: '無資料',
121
- titles: ['List 1', 'List 2'], // to be translated
122
- filterPlaceholder: 'Enter keyword', // to be translated
123
- noCheckedFormat: '{total} items', // to be translated
124
- hasCheckedFormat: '{checked}/{total} checked' // to be translated
125
- },
126
- image: {
127
- error: '加載失敗'
128
- },
129
- pageHeader: {
130
- title: '返回'
131
- },
132
- popconfirm: {
133
- confirmButtonText: 'Yes', // to be translated
134
- cancelButtonText: 'No' // to be translated
135
- },
136
- empty: {
137
- description: '暫無資料'
138
- }
139
- }
140
- };
141
- module.exports = exports['default'];
142
- });
@@ -1,123 +0,0 @@
1
- export default {
2
- el: {
3
- colorpicker: {
4
- confirm: 'OK',
5
- clear: 'Clear'
6
- },
7
- datepicker: {
8
- now: 'Now',
9
- today: 'Today',
10
- cancel: 'Cancel',
11
- clear: 'Clear',
12
- confirm: 'OK',
13
- selectDate: 'Select date',
14
- selectTime: 'Select time',
15
- startDate: 'Start Date',
16
- startTime: 'Start Time',
17
- endDate: 'End Date',
18
- endTime: 'End Time',
19
- prevYear: 'Previous Year',
20
- nextYear: 'Next Year',
21
- prevMonth: 'Previous Month',
22
- nextMonth: 'Next Month',
23
- year: '',
24
- month1: 'January',
25
- month2: 'February',
26
- month3: 'March',
27
- month4: 'April',
28
- month5: 'May',
29
- month6: 'June',
30
- month7: 'July',
31
- month8: 'August',
32
- month9: 'September',
33
- month10: 'October',
34
- month11: 'November',
35
- month12: 'December',
36
- week: 'week',
37
- weeks: {
38
- sun: 'Sun',
39
- mon: 'Mon',
40
- tue: 'Tue',
41
- wed: 'Wed',
42
- thu: 'Thu',
43
- fri: 'Fri',
44
- sat: 'Sat'
45
- },
46
- months: {
47
- jan: 'Jan',
48
- feb: 'Feb',
49
- mar: 'Mar',
50
- apr: 'Apr',
51
- may: 'May',
52
- jun: 'Jun',
53
- jul: 'Jul',
54
- aug: 'Aug',
55
- sep: 'Sep',
56
- oct: 'Oct',
57
- nov: 'Nov',
58
- dec: 'Dec'
59
- }
60
- },
61
- select: {
62
- loading: 'Loading',
63
- noMatch: 'No matching data',
64
- noData: 'No data',
65
- placeholder: 'Select'
66
- },
67
- cascader: {
68
- noMatch: 'No matching data',
69
- loading: 'Loading',
70
- placeholder: 'Select',
71
- noData: 'No data'
72
- },
73
- pagination: {
74
- goto: 'Go to',
75
- pagesize: '/page',
76
- total: 'Total {total}',
77
- pageClassifier: ''
78
- },
79
- messagebox: {
80
- title: 'Message',
81
- confirm: 'OK',
82
- cancel: 'Cancel',
83
- error: 'Illegal input'
84
- },
85
- upload: {
86
- deleteTip: 'press delete to remove',
87
- delete: 'Delete',
88
- preview: 'Preview',
89
- continue: 'Continue'
90
- },
91
- table: {
92
- emptyText: 'No Data',
93
- confirmFilter: 'Confirm',
94
- resetFilter: 'Reset',
95
- clearFilter: 'All',
96
- sumText: 'Sum'
97
- },
98
- tree: {
99
- emptyText: 'No Data'
100
- },
101
- transfer: {
102
- noMatch: 'No matching data',
103
- noData: 'No data',
104
- titles: ['List 1', 'List 2'], // to be translated
105
- filterPlaceholder: 'Enter keyword', // to be translated
106
- noCheckedFormat: '{total} items', // to be translated
107
- hasCheckedFormat: '{checked}/{total} checked' // to be translated
108
- },
109
- image: {
110
- error: 'FAILED'
111
- },
112
- pageHeader: {
113
- title: 'Back' // to be translated
114
- },
115
- popconfirm: {
116
- confirmButtonText: 'Yes',
117
- cancelButtonText: 'No'
118
- },
119
- empty: {
120
- description: 'No Data'
121
- }
122
- }
123
- };
@@ -1,123 +0,0 @@
1
- export default {
2
- el: {
3
- colorpicker: {
4
- confirm: '確認',
5
- clear: '清空'
6
- },
7
- datepicker: {
8
- now: '現在',
9
- today: '今天',
10
- cancel: '取消',
11
- clear: '清空',
12
- confirm: '確認',
13
- selectDate: '選擇日期',
14
- selectTime: '選擇時間',
15
- startDate: '開始日期',
16
- startTime: '開始時間',
17
- endDate: '結束日期',
18
- endTime: '結束時間',
19
- prevYear: '前一年',
20
- nextYear: '後一年',
21
- prevMonth: '上個月',
22
- nextMonth: '下個月',
23
- year: '年',
24
- month1: '1 月',
25
- month2: '2 月',
26
- month3: '3 月',
27
- month4: '4 月',
28
- month5: '5 月',
29
- month6: '6 月',
30
- month7: '7 月',
31
- month8: '8 月',
32
- month9: '9 月',
33
- month10: '10 月',
34
- month11: '11 月',
35
- month12: '12 月',
36
- // week: '周次',
37
- weeks: {
38
- sun: '日',
39
- mon: '一',
40
- tue: '二',
41
- wed: '三',
42
- thu: '四',
43
- fri: '五',
44
- sat: '六'
45
- },
46
- months: {
47
- jan: '一月',
48
- feb: '二月',
49
- mar: '三月',
50
- apr: '四月',
51
- may: '五月',
52
- jun: '六月',
53
- jul: '七月',
54
- aug: '八月',
55
- sep: '九月',
56
- oct: '十月',
57
- nov: '十一月',
58
- dec: '十二月'
59
- }
60
- },
61
- select: {
62
- loading: '加載中',
63
- noMatch: '無匹配資料',
64
- noData: '無資料',
65
- placeholder: '請選擇'
66
- },
67
- cascader: {
68
- noMatch: '無匹配資料',
69
- loading: '加載中',
70
- placeholder: '請選擇',
71
- noData: '無資料'
72
- },
73
- pagination: {
74
- goto: '前往',
75
- pagesize: '項/頁',
76
- total: '共 {total} 項',
77
- pageClassifier: '頁'
78
- },
79
- messagebox: {
80
- title: '提示',
81
- confirm: '確定',
82
- cancel: '取消',
83
- error: '輸入的資料不符規定!'
84
- },
85
- upload: {
86
- deleteTip: '按 delete 鍵可刪除',
87
- delete: '刪除',
88
- preview: '查看圖片',
89
- continue: '繼續上傳'
90
- },
91
- table: {
92
- emptyText: '暫無資料',
93
- confirmFilter: '篩選',
94
- resetFilter: '重置',
95
- clearFilter: '全部',
96
- sumText: 'Sum' // to be translated
97
- },
98
- tree: {
99
- emptyText: '暫無資料'
100
- },
101
- transfer: {
102
- noMatch: '無匹配資料',
103
- noData: '無資料',
104
- titles: ['List 1', 'List 2'], // to be translated
105
- filterPlaceholder: 'Enter keyword', // to be translated
106
- noCheckedFormat: '{total} items', // to be translated
107
- hasCheckedFormat: '{checked}/{total} checked' // to be translated
108
- },
109
- image: {
110
- error: '加載失敗'
111
- },
112
- pageHeader: {
113
- title: '返回'
114
- },
115
- popconfirm: {
116
- confirmButtonText: 'Yes', // to be translated
117
- cancelButtonText: 'No' // to be translated
118
- },
119
- empty: {
120
- description: '暫無資料'
121
- }
122
- }
123
- };
File without changes
File without changes
File without changes
File without changes