imatrix-ui 2.7.89 → 2.7.90

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imatrix-ui",
3
- "version": "2.7.89",
3
+ "version": "2.7.90",
4
4
  "description": "前端组件库:表格、表单、组织结构树等",
5
5
  "main": "lib/super-ui.umd.min.js",
6
6
  "private": false,
@@ -71,7 +71,8 @@ const cn = {
71
71
  fileUpload: '文件上传',
72
72
  selectYear: '选择年',
73
73
  search: '查询',
74
- forbiddenException: '您没有权限访问该资源'
74
+ forbiddenException: '您没有权限访问该资源',
75
+ theButtonIsNotBoundToAResource: '该按钮未绑定资源,请先绑定资源'
75
76
  },
76
77
  // 列表组件
77
78
  superGrid: {
@@ -71,7 +71,8 @@ const en = {
71
71
  fileUpload: 'File Upload',
72
72
  selectYear: 'Select Year',
73
73
  search: 'Search',
74
- forbiddenException: 'You do not have permission to access this resource'
74
+ forbiddenException: 'You do not have permission to access this resource',
75
+ theButtonIsNotBoundToAResource: 'The button is not bound to a resource, Bind the resource first'
75
76
  },
76
77
  superGrid: {
77
78
  columnConfig: 'Column Config',