ci-plus 1.7.5 → 1.7.6

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.
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  ## 历史更新
2
2
 
3
3
  ```js
4
+ 1.7.6
5
+ 1、调整语言文件中翻译对象
4
6
  1.7.5
5
7
  1、表头筛选组件新增语言切换功能
6
8
  1.7.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ci-plus",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "description": "ci组件库",
5
5
  "main": "./index.ts",
6
6
  "scripts": {
@@ -19,24 +19,24 @@ const en = {
19
19
  aweekAgo: 'A week ago', // 前一周
20
20
  lastMonth: 'Last Month', // 前一月,
21
21
  last3Month: 'Last 3 Month' // 最近3个月
22
- },
23
- public: {
24
- placeholders: 'Please choose', // 请选择
25
- placeholderi: 'Please fill in', // 请填写
26
- loading: 'Loading in progress ...', // 加载中···
27
- confirm: 'Confirm', // 确定
28
- clear: 'clear', // '清空',
29
- cancel: 'Cancel', // 取消
30
- search: 'Search', // 搜索
31
- reset: 'Reset', // 重置
32
- add: 'Add', // 新增
33
- edit: 'Edit', // 编辑
34
- delete: 'Delete', // 删除
35
- save: 'Save', // 保存
36
- close: 'Close', // 关闭
37
- submit: 'Submit', // 提交
38
- selectAll: 'Select All' // 全选
39
22
  }
23
+ },
24
+ public: {
25
+ placeholders: 'Please choose', // 请选择
26
+ placeholderi: 'Please fill in', // 请填写
27
+ loading: 'Loading in progress ...', // 加载中···
28
+ confirm: 'Confirm', // 确定
29
+ clear: 'clear', // '清空',
30
+ cancel: 'Cancel', // 取消
31
+ search: 'Search', // 搜索
32
+ reset: 'Reset', // 重置
33
+ add: 'Add', // 新增
34
+ edit: 'Edit', // 编辑
35
+ delete: 'Delete', // 删除
36
+ save: 'Save', // 保存
37
+ close: 'Close', // 关闭
38
+ submit: 'Submit', // 提交
39
+ selectAll: 'Select All' // 全选
40
40
  }
41
41
  }
42
42
  export default en