@aloudata/aloudata-design 2.13.8 → 2.13.10

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.
@@ -27,6 +27,7 @@ export declare function getTranslator(lang?: string): {
27
27
  };
28
28
  MemberPicker: {
29
29
  select: string;
30
+ ban: string;
30
31
  pleaseConfigGetUserByKeywordsMethod: string;
31
32
  pleaseConfigGetUserByIdsMethod: string;
32
33
  noData: string;
@@ -26,6 +26,7 @@ declare const localeValues: {
26
26
  selectedTotal: (total: number) => string;
27
27
  cancel: string;
28
28
  confirm: string;
29
+ ban: string;
29
30
  };
30
31
  Modal: {
31
32
  cancel: string;
@@ -27,7 +27,8 @@ var localeValues = {
27
27
  return "Selected ".concat(total);
28
28
  },
29
29
  cancel: 'Cancel',
30
- confirm: 'Confirm'
30
+ confirm: 'Confirm',
31
+ ban: 'Banned'
31
32
  },
32
33
  Modal: {
33
34
  cancel: 'Cancel',
@@ -17,6 +17,7 @@ declare const localeValues: {
17
17
  };
18
18
  MemberPicker: {
19
19
  select: string;
20
+ ban: string;
20
21
  pleaseConfigGetUserByKeywordsMethod: string;
21
22
  pleaseConfigGetUserByIdsMethod: string;
22
23
  noData: string;
@@ -17,6 +17,7 @@ var localeValues = {
17
17
  },
18
18
  MemberPicker: {
19
19
  select: '选择',
20
+ ban: '已停用',
20
21
  pleaseConfigGetUserByKeywordsMethod: '请在ConfigProvider中配置getUsersByKeywords方法',
21
22
  pleaseConfigGetUserByIdsMethod: '请在ConfigProvider中配置getUsersByIds方法',
22
23
  noData: '无数据',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "2.13.8",
3
+ "version": "2.13.10",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",
@@ -76,6 +76,8 @@
76
76
  "rc-menu": "^9.8.0",
77
77
  "rc-overflow": "^1.3.2",
78
78
  "rc-resize-observer": "1.4.0",
79
+ "react-dnd": "^16.0.1",
80
+ "react-dnd-html5-backend": "^16.0.1",
79
81
  "react-toastify": "^10.0.5",
80
82
  "umi-request": "^1.4.0",
81
83
  "zx": "^7.1.1"