@para-ui/core 3.0.76 → 3.0.78

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 (54) hide show
  1. package/Checkbox/index.js +1 -1
  2. package/CheckboxGroup/index.js +1 -1
  3. package/ComboSelect/index.js +4 -2
  4. package/DynamicMultiBox/index.js +1 -1
  5. package/Form/index.js +2 -2
  6. package/FormItem/index.js +2 -2
  7. package/Label/index.d.ts +1 -0
  8. package/Label/index.js +13 -6
  9. package/README.md +16 -0
  10. package/Radio/index.js +1 -1
  11. package/RadioGroup/index.js +1 -1
  12. package/Select/index.js +1 -1
  13. package/SelectInput/index.js +1 -1
  14. package/SelectorPicker/index.js +1 -1
  15. package/TextEditor/index.js +1 -1
  16. package/Tree/index.js +2 -2
  17. package/index.d.ts +2 -0
  18. package/index.js +3 -2
  19. package/locale/en-US.d.ts +153 -0
  20. package/locale/index.d.ts +307 -0
  21. package/locale/index.js +312 -0
  22. package/locale/zh-CN.d.ts +153 -0
  23. package/package.json +4 -3
  24. package/umd/Checkbox.js +3 -3
  25. package/umd/CheckboxGroup.js +1 -1
  26. package/umd/ComboSelect.js +4 -4
  27. package/umd/DatePicker.js +1 -1
  28. package/umd/Desktop.js +4 -4
  29. package/umd/DynamicMultiBox.js +1 -1
  30. package/umd/Form.js +4 -4
  31. package/umd/FormItem.js +4 -4
  32. package/umd/InputLang.js +1 -1
  33. package/umd/InputNumber.js +4 -4
  34. package/umd/Label.js +4 -4
  35. package/umd/MultiBox.js +6 -6
  36. package/umd/Pagination.js +4 -4
  37. package/umd/Radio.js +3 -3
  38. package/umd/RadioGroup.js +4 -4
  39. package/umd/Search.js +5 -5
  40. package/umd/Select.js +4 -4
  41. package/umd/SelectInput.js +3 -3
  42. package/umd/Selector.js +4 -4
  43. package/umd/SelectorPicker.js +4 -4
  44. package/umd/SingleBox.js +4 -4
  45. package/umd/Switch.js +1 -1
  46. package/umd/Table.js +1 -1
  47. package/umd/TextEditor.js +1 -1
  48. package/umd/TextField.js +1 -1
  49. package/umd/TimePicker.js +1 -1
  50. package/umd/Transfer.js +1 -1
  51. package/umd/Tree.js +4 -4
  52. package/umd/locale.js +1 -0
  53. /package/_verture/{index-22571b89.js → index-5a05b4a8.js} +0 -0
  54. /package/_verture/{index-e7fd3a50.js → index-e56d852b.js} +0 -0
@@ -0,0 +1,153 @@
1
+ declare const _default: {
2
+ Breadcrumbs: {
3
+ back: string;
4
+ };
5
+ Button: {
6
+ moreActions: string;
7
+ };
8
+ Cascader: {
9
+ placeholder: string;
10
+ };
11
+ ComboSelect: {
12
+ searchPlaceholder: string;
13
+ cancel: string;
14
+ ok: string;
15
+ fullPath: string;
16
+ pleaseSelect: string;
17
+ selected: string;
18
+ };
19
+ DatePicker: {
20
+ lang: {
21
+ placeholder: string;
22
+ yearPlaceholder: string;
23
+ quarterPlaceholder: string;
24
+ monthPlaceholder: string;
25
+ weekPlaceholder: string;
26
+ rangePlaceholder: string;
27
+ rangeYearPlaceholder: string;
28
+ rangeMonthPlaceholder: string;
29
+ rangeWeekPlaceholder: string;
30
+ today: string;
31
+ now: string;
32
+ ok: string;
33
+ };
34
+ timePickerLocale: {};
35
+ placeholder: string;
36
+ yearPlaceholder: string;
37
+ quarterPlaceholder: string;
38
+ monthPlaceholder: string;
39
+ weekPlaceholder: string;
40
+ rangePlaceholder: string;
41
+ rangeYearPlaceholder: string;
42
+ rangeMonthPlaceholder: string;
43
+ rangeWeekPlaceholder: string;
44
+ today: string;
45
+ now: string;
46
+ ok: string;
47
+ };
48
+ DragVerify: {
49
+ tryAgain: string;
50
+ swipe: string;
51
+ };
52
+ Drawer: {
53
+ cancel: string;
54
+ ok: string;
55
+ };
56
+ DynamicMultiBox: {
57
+ add: string;
58
+ titleForm: string;
59
+ default: string;
60
+ noData: string;
61
+ };
62
+ Empty: {
63
+ noData: string;
64
+ click: string;
65
+ refresh: string;
66
+ };
67
+ Modal: {
68
+ cancel: string;
69
+ ok: string;
70
+ };
71
+ MultiBox: {
72
+ add: string;
73
+ };
74
+ OperateBtn: {
75
+ more: string;
76
+ };
77
+ Pagination: {
78
+ total: string;
79
+ linePerPage: string;
80
+ currentPage: string;
81
+ jumpTo: string;
82
+ page: string;
83
+ };
84
+ PopConfirm: {
85
+ cancel: string;
86
+ ok: string;
87
+ };
88
+ Querying: {
89
+ querying: string;
90
+ };
91
+ Select: {
92
+ searchPlaceholder: string;
93
+ selected: string;
94
+ };
95
+ Selector: {
96
+ root: string;
97
+ selectAll: string;
98
+ seeMore: string;
99
+ selected: string;
100
+ pleaseEnter: string;
101
+ searchResult: string;
102
+ detail: string;
103
+ child: string;
104
+ };
105
+ SelectorPicker: {
106
+ selected: string;
107
+ select: string;
108
+ };
109
+ SingleBox: {
110
+ add: string;
111
+ };
112
+ Table: {
113
+ empty: string;
114
+ determine: string;
115
+ restoreDefault: string;
116
+ serial: string;
117
+ loadMore: string;
118
+ refresh: string;
119
+ selectNum: string;
120
+ selectAll: string;
121
+ };
122
+ Tabs: {
123
+ confirmDelete: string;
124
+ };
125
+ Transfer: {
126
+ left: string;
127
+ right: string;
128
+ allCheck: string;
129
+ inVertCheck: string;
130
+ searchPlaceholder: string;
131
+ leftBtnTips: string;
132
+ rightBtnTips: string;
133
+ };
134
+ Tree: {
135
+ loadMore: string;
136
+ add: string;
137
+ edit: string;
138
+ disabled: string;
139
+ delete: string;
140
+ };
141
+ Upload: {
142
+ uploadError: string;
143
+ uploading: string;
144
+ clickUploadFile: string;
145
+ dragFileUpload: string;
146
+ add: string;
147
+ edit: string;
148
+ disabled: string;
149
+ delete: string;
150
+ editImage: string;
151
+ };
152
+ };
153
+ export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@para-ui/core",
3
3
  "private": false,
4
- "version": "3.0.76",
4
+ "version": "3.0.78",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",
7
7
  "description": "Powered by Para FED",
@@ -10,14 +10,14 @@
10
10
  "scripts": {
11
11
  "ci": "npm ci --unsafe-perm && npm run build",
12
12
  "start": "node run dev && webpack serve --mode=development --config=./config/webpack.dev.config.js",
13
+ "locale": "node locale.js",
13
14
  "build:docs": "node run && webpack --config=./config/webpack.dev.config.js",
14
- "build": "rm -rf dist && rollup -c && npm run build:umd",
15
+ "build": "npm run locale && rm -rf dist && rollup -c && npm run build:umd",
15
16
  "build:umd": "webpack --config=./config/webpack.umd.config.js",
16
17
  "npm:publish": "./publish.sh"
17
18
  },
18
19
  "dependencies": {
19
20
  "@para-ui/core": "^3.0.59",
20
- "@para-ui/icons": "^3.0.0",
21
21
  "@paraview/lib": "^2.0.3",
22
22
  "@wangeditor/editor": "^5.1.15",
23
23
  "@wangeditor/editor-for-react": "^1.0.5",
@@ -113,6 +113,7 @@
113
113
  "@types/react": "17.0.44"
114
114
  },
115
115
  "peerDependencies": {
116
+ "@para-ui/icons": "^3.0.0",
116
117
  "@types/react": "^16.8.6 || ^17.0.0",
117
118
  "@types/react-dom": "^16.8.6 || ^17.0.0",
118
119
  "clsx": "1.1.1",