@zat-design/sisyphus-react 3.4.2 → 3.4.3

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 (204) hide show
  1. package/dist/index.esm.css +286 -240
  2. package/dist/less.esm.css +5022 -0
  3. package/dist/less.esm.js +3 -0
  4. package/es/ProConfigProvider/index.js +2 -1
  5. package/es/ProEditLabel/style/index.less +1 -1
  6. package/es/ProEditTable/components/RenderField/index.js +28 -20
  7. package/es/ProEditTable/index.js +3 -3
  8. package/es/ProEditTable/propsType.d.ts +1 -1
  9. package/es/ProEditTable/style/index.less +1 -1
  10. package/es/ProEditTable/utils/config.js +5 -5
  11. package/es/ProEditTable/utils/index.js +67 -30
  12. package/es/ProEditTable/utils/tools.js +3 -1
  13. package/es/ProEnum/components/Group.d.ts +2 -0
  14. package/es/ProEnum/components/Group.js +26 -8
  15. package/es/ProEnum/index.js +4 -3
  16. package/es/ProEnum/style/index.less +12 -3
  17. package/es/ProForm/components/base/DatePicker/index.js +2 -2
  18. package/es/ProForm/components/combination/FormList/index.js +6 -3
  19. package/es/ProForm/components/combination/FormList/utils.d.ts +2 -1
  20. package/es/ProForm/components/combination/FormList/utils.js +5 -3
  21. package/es/ProForm/components/combination/Group/index.js +28 -15
  22. package/es/ProForm/components/combination/Group/propsType.d.ts +6 -0
  23. package/es/ProForm/components/combination/Group/style/index.less +4 -4
  24. package/es/ProForm/components/combination/Group/utils.d.ts +2 -0
  25. package/es/ProForm/components/combination/Group/utils.js +10 -0
  26. package/es/ProForm/components/combination/ProTimeLimit/index.js +8 -2
  27. package/es/ProForm/components/combination/ProTimeLimit/style/index.less +1 -1
  28. package/es/ProForm/components/index.d.ts +0 -1
  29. package/es/ProForm/components/index.js +1 -1
  30. package/es/ProForm/components/render/ConfirmWrapper.js +1 -1
  31. package/es/ProForm/components/render/Render.js +21 -13
  32. package/es/ProForm/components/render/RenderFields.d.ts +2 -1
  33. package/es/ProForm/components/render/RenderFields.js +7 -3
  34. package/es/ProForm/components/render/propsType.d.ts +1 -4
  35. package/es/ProForm/index.js +8 -6
  36. package/es/ProForm/propsType.d.ts +5 -1
  37. package/es/ProForm/style/index.less +17 -13
  38. package/es/ProForm/utils/{contrastOriginal.d.ts → diffOriginal.d.ts} +2 -1
  39. package/es/ProForm/utils/diffOriginal.js +61 -0
  40. package/es/ProForm/utils/index.d.ts +1 -1
  41. package/es/ProForm/utils/index.js +1 -1
  42. package/es/ProForm/utils/transformNames.d.ts +1 -1
  43. package/es/ProForm/utils/transformNames.js +11 -4
  44. package/es/ProForm/utils/transformValue.js +2 -2
  45. package/es/ProForm/utils/useChanged.js +4 -3
  46. package/es/ProForm/utils/useListChanged.d.ts +1 -1
  47. package/es/ProForm/utils/useListChanged.js +5 -3
  48. package/es/ProForm/utils/valueType.d.ts +10 -5
  49. package/es/ProForm/utils/valueType.js +20 -10
  50. package/es/ProIcon/config/index.d.ts +2 -1
  51. package/es/ProIcon/config/index.js +191 -133
  52. package/es/ProIcon/index.d.ts +0 -1
  53. package/es/ProIcon/index.js +21 -36
  54. package/es/ProIcon/propsTypes.d.ts +2 -1
  55. package/es/ProLayout/components/Layout/Header/style/index.less +1 -1
  56. package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +58 -55
  57. package/es/ProLayout/components/Layout/Menu/SideMenu/style/index.less +25 -20
  58. package/es/ProLayout/components/Layout/Menu/style/index.less +52 -56
  59. package/es/ProLayout/components/ProCollapse/PropTypes.d.ts +5 -0
  60. package/es/ProLayout/components/ProCollapse/index.js +22 -3
  61. package/es/ProLayout/components/ProCollapse/style/index.less +29 -11
  62. package/es/ProLayout/components/ProFooter/index.js +1 -1
  63. package/es/ProLayout/components/ProFooter/style/index.less +1 -1
  64. package/es/ProLayout/components/ProHeader/style/index.less +6 -5
  65. package/es/ProLayout/style/index.less +176 -88
  66. package/es/ProStep/components/Item/index.js +2 -1
  67. package/es/ProStep/style/index.less +71 -70
  68. package/es/ProTable/components/RenderColumn/index.d.ts +1 -1
  69. package/es/ProTable/components/RenderColumn/index.js +3 -3
  70. package/es/ProTable/propsType.d.ts +1 -1
  71. package/es/ProTable/style/index.less +2 -2
  72. package/es/ProTable/utils.js +9 -9
  73. package/es/ProTabs/style/index.less +3 -1
  74. package/es/ProThemeTools/component/PrdTools/index.d.ts +1 -1
  75. package/es/ProThemeTools/component/PrdTools/index.js +2 -2
  76. package/es/ProThemeTools/component/PrdTools/style/index.less +1 -1
  77. package/es/ProThemeTools/index.js +21 -28
  78. package/es/ProThemeTools/propsType.d.ts +1 -1
  79. package/es/ProThemeTools/style/index.less +25 -8
  80. package/es/{ProTreeSelect → ProTree/components/ProTreeSelect}/index.js +7 -11
  81. package/es/{ProTreeSelect → ProTree/components/ProTreeSelect}/propsType.d.ts +1 -1
  82. package/es/ProTree/index.js +1 -1
  83. package/es/ProTreeModal/style/index.less +2 -2
  84. package/es/ProUpload/style/fileItem.less +2 -2
  85. package/es/ProUpload/style/index.less +2 -2
  86. package/es/assets/catalog.svg +30 -1
  87. package/es/assets/fold.svg +27 -0
  88. package/es/assets/setting.svg +14 -0
  89. package/es/locale/en_US.d.ts +3 -0
  90. package/es/locale/en_US.js +3 -0
  91. package/es/locale/zh_CN.d.ts +3 -0
  92. package/es/locale/zh_CN.js +3 -0
  93. package/es/style/components.less +0 -1
  94. package/es/style/less.less +2 -0
  95. package/es/style/theme/antd.less +1 -2
  96. package/es/style/theme/index.less +2 -2
  97. package/es/style/theme/tokens.less +2 -2
  98. package/es/tokens.js +2 -2
  99. package/lib/ProConfigProvider/index.js +2 -1
  100. package/lib/ProEditLabel/style/index.less +1 -1
  101. package/lib/ProEditTable/components/RenderField/index.js +27 -19
  102. package/lib/ProEditTable/index.js +3 -3
  103. package/lib/ProEditTable/propsType.d.ts +1 -1
  104. package/lib/ProEditTable/style/index.less +1 -1
  105. package/lib/ProEditTable/utils/config.js +5 -5
  106. package/lib/ProEditTable/utils/index.js +67 -30
  107. package/lib/ProEditTable/utils/tools.js +3 -1
  108. package/lib/ProEnum/components/Group.d.ts +2 -0
  109. package/lib/ProEnum/components/Group.js +26 -8
  110. package/lib/ProEnum/index.js +4 -3
  111. package/lib/ProEnum/style/index.less +12 -3
  112. package/lib/ProForm/components/base/DatePicker/index.js +1 -1
  113. package/lib/ProForm/components/combination/FormList/index.js +6 -3
  114. package/lib/ProForm/components/combination/FormList/utils.d.ts +2 -1
  115. package/lib/ProForm/components/combination/FormList/utils.js +5 -3
  116. package/lib/ProForm/components/combination/Group/index.js +25 -12
  117. package/lib/ProForm/components/combination/Group/propsType.d.ts +6 -0
  118. package/lib/ProForm/components/combination/Group/style/index.less +4 -4
  119. package/lib/ProForm/components/combination/Group/utils.d.ts +2 -0
  120. package/lib/ProForm/components/combination/Group/utils.js +11 -1
  121. package/lib/ProForm/components/combination/ProTimeLimit/index.js +7 -1
  122. package/lib/ProForm/components/combination/ProTimeLimit/style/index.less +1 -1
  123. package/lib/ProForm/components/index.d.ts +0 -1
  124. package/lib/ProForm/components/index.js +0 -7
  125. package/lib/ProForm/components/render/ConfirmWrapper.js +1 -1
  126. package/lib/ProForm/components/render/Render.js +21 -13
  127. package/lib/ProForm/components/render/RenderFields.d.ts +2 -1
  128. package/lib/ProForm/components/render/RenderFields.js +7 -3
  129. package/lib/ProForm/components/render/propsType.d.ts +1 -4
  130. package/lib/ProForm/index.js +7 -5
  131. package/lib/ProForm/propsType.d.ts +5 -1
  132. package/lib/ProForm/style/index.less +17 -13
  133. package/lib/ProForm/utils/{contrastOriginal.d.ts → diffOriginal.d.ts} +2 -1
  134. package/lib/ProForm/utils/diffOriginal.js +68 -0
  135. package/lib/ProForm/utils/index.d.ts +1 -1
  136. package/lib/ProForm/utils/index.js +2 -2
  137. package/lib/ProForm/utils/transformNames.d.ts +1 -1
  138. package/lib/ProForm/utils/transformNames.js +10 -3
  139. package/lib/ProForm/utils/transformValue.js +1 -1
  140. package/lib/ProForm/utils/useChanged.js +4 -3
  141. package/lib/ProForm/utils/useListChanged.d.ts +1 -1
  142. package/lib/ProForm/utils/useListChanged.js +5 -3
  143. package/lib/ProForm/utils/valueType.d.ts +10 -5
  144. package/lib/ProForm/utils/valueType.js +20 -10
  145. package/lib/ProIcon/config/index.d.ts +2 -1
  146. package/lib/ProIcon/config/index.js +191 -133
  147. package/lib/ProIcon/index.d.ts +0 -1
  148. package/lib/ProIcon/index.js +21 -37
  149. package/lib/ProIcon/propsTypes.d.ts +2 -1
  150. package/lib/ProLayout/components/Layout/Header/style/index.less +1 -1
  151. package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +58 -55
  152. package/lib/ProLayout/components/Layout/Menu/SideMenu/style/index.less +25 -20
  153. package/lib/ProLayout/components/Layout/Menu/style/index.less +52 -56
  154. package/lib/ProLayout/components/ProCollapse/PropTypes.d.ts +5 -0
  155. package/lib/ProLayout/components/ProCollapse/index.js +20 -3
  156. package/lib/ProLayout/components/ProCollapse/style/index.less +29 -11
  157. package/lib/ProLayout/components/ProFooter/index.js +1 -1
  158. package/lib/ProLayout/components/ProFooter/style/index.less +1 -1
  159. package/lib/ProLayout/components/ProHeader/style/index.less +6 -5
  160. package/lib/ProLayout/style/index.less +176 -88
  161. package/lib/ProStep/components/Item/index.js +2 -1
  162. package/lib/ProStep/style/index.less +71 -70
  163. package/lib/ProTable/components/RenderColumn/index.d.ts +1 -1
  164. package/lib/ProTable/components/RenderColumn/index.js +3 -3
  165. package/lib/ProTable/propsType.d.ts +1 -1
  166. package/lib/ProTable/style/index.less +2 -2
  167. package/lib/ProTable/utils.js +9 -9
  168. package/lib/ProTabs/style/index.less +3 -1
  169. package/lib/ProThemeTools/component/PrdTools/index.d.ts +1 -1
  170. package/lib/ProThemeTools/component/PrdTools/index.js +2 -2
  171. package/lib/ProThemeTools/component/PrdTools/style/index.less +1 -1
  172. package/lib/ProThemeTools/index.js +19 -27
  173. package/lib/ProThemeTools/propsType.d.ts +1 -1
  174. package/lib/ProThemeTools/style/index.less +25 -8
  175. package/lib/{ProTreeSelect → ProTree/components/ProTreeSelect}/index.js +7 -11
  176. package/lib/{ProTreeSelect → ProTree/components/ProTreeSelect}/propsType.d.ts +1 -1
  177. package/lib/ProTree/index.js +1 -1
  178. package/lib/ProTreeModal/style/index.less +2 -2
  179. package/lib/ProUpload/style/fileItem.less +2 -2
  180. package/lib/ProUpload/style/index.less +2 -2
  181. package/lib/assets/catalog.svg +30 -1
  182. package/lib/assets/fold.svg +27 -0
  183. package/lib/assets/setting.svg +14 -0
  184. package/lib/locale/en_US.d.ts +3 -0
  185. package/lib/locale/en_US.js +3 -0
  186. package/lib/locale/zh_CN.d.ts +3 -0
  187. package/lib/locale/zh_CN.js +3 -0
  188. package/lib/style/components.less +0 -1
  189. package/lib/style/less.less +2 -0
  190. package/lib/style/theme/antd.less +1 -2
  191. package/lib/style/theme/index.less +2 -2
  192. package/lib/style/theme/tokens.less +2 -2
  193. package/lib/tokens.js +2 -2
  194. package/package.json +1 -1
  195. package/es/ProForm/utils/contrastOriginal.js +0 -24
  196. package/es/ProIcon/symbolIcon.js +0 -43
  197. package/lib/ProForm/utils/contrastOriginal.js +0 -30
  198. package/lib/ProIcon/symbolIcon.js +0 -45
  199. /package/es/{ProTreeSelect → ProTree/components/ProTreeSelect}/index.d.ts +0 -0
  200. /package/es/{ProTreeSelect → ProTree/components/ProTreeSelect}/propsType.js +0 -0
  201. /package/es/{ProTreeSelect → ProTree/components/ProTreeSelect}/style/index.less +0 -0
  202. /package/lib/{ProTreeSelect → ProTree/components/ProTreeSelect}/index.d.ts +0 -0
  203. /package/lib/{ProTreeSelect → ProTree/components/ProTreeSelect}/propsType.js +0 -0
  204. /package/lib/{ProTreeSelect → ProTree/components/ProTreeSelect}/style/index.less +0 -0
@@ -2,7 +2,7 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
3
  var _excluded = ["value"];
4
4
  import { set } from 'lodash';
5
- import { contrast } from '../utils';
5
+ import { diffField } from '../utils';
6
6
  export var transformValue = function transformValue(names, form, fieldName, _normalize, _getValueProps) {
7
7
  return {
8
8
  normalize: function normalize(value) {
@@ -41,7 +41,7 @@ export var transformValue = function transformValue(names, form, fieldName, _nor
41
41
  }, cusRest);
42
42
  },
43
43
  shouldUpdate: function shouldUpdate(prevValues, curValues) {
44
- return contrast(prevValues, curValues, names);
44
+ return diffField(prevValues, curValues, names);
45
45
  }
46
46
  };
47
47
  };
@@ -1,7 +1,7 @@
1
1
  import "antd/es/form/style";
2
2
  import _Form from "antd/es/form";
3
3
  import { get } from 'lodash';
4
- import { contrastOriginal } from './contrastOriginal';
4
+ import { diffOriginal } from './diffOriginal';
5
5
  export var useChanged = function useChanged(_ref) {
6
6
  var name = _ref.name,
7
7
  names = _ref.names,
@@ -16,11 +16,12 @@ export var useChanged = function useChanged(_ref) {
16
16
  if (notWatch) form = [];
17
17
  var value = _Form.useWatch(namesStr || name, form);
18
18
  if (notWatch) return [false];
19
- var changed = contrastOriginal({
19
+ var changed = diffOriginal({
20
20
  originalValue: originalValue,
21
21
  value: value,
22
22
  form: form,
23
- equalWith: equalWith
23
+ equalWith: equalWith,
24
+ name: namesStr || name
24
25
  });
25
26
  return [changed, originalValue];
26
27
  };
@@ -1,7 +1,7 @@
1
1
  import { FormInstance } from 'antd';
2
2
  import { InternalNamePath, NamePath } from 'antd/lib/form/interface';
3
3
  interface Params {
4
- name?: NamePath;
4
+ name?: any;
5
5
  names?: NamePath[];
6
6
  namesStr?: NamePath;
7
7
  originalName?: NamePath;
@@ -1,7 +1,7 @@
1
1
  import "antd/es/form/style";
2
2
  import _Form from "antd/es/form";
3
3
  import { get } from 'lodash';
4
- import { contrastOriginal } from './contrastOriginal';
4
+ import { diffOriginal } from './diffOriginal';
5
5
  var toNamePath = function toNamePath(name) {
6
6
  if (Array.isArray(name)) {
7
7
  return name;
@@ -27,6 +27,7 @@ var getOriginalValue = function getOriginalValue(_ref) {
27
27
  var rowValueNamePath = namePath.slice(0, rowKeyPath.length - 1); // 表单中变动值所在行
28
28
  var rowKeyName = rowKeyPath[rowKeyPath.length - 1]; // rowKey在行内的name
29
29
  var rowValue = form.getFieldValue(rowValueNamePath);
30
+ if (!rowValue) return undefined;
30
31
  var keyValue = rowValue[rowKeyName]; // 获取表单中rowKey值
31
32
  if (!keyValue) return undefined;
32
33
  var originalValueList = get(originalValues, originalName.slice(0, rowKeyPath.length - 2));
@@ -83,11 +84,12 @@ export var useListChanged = function useListChanged(params) {
83
84
  if (notWatch) _form = [];
84
85
  var value = _Form.useWatch(namePath, _form);
85
86
  if (notWatch || noChange) return [false];
86
- var changed = contrastOriginal({
87
+ var changed = diffOriginal({
87
88
  value: value,
88
89
  originalValue: originalValue,
89
90
  form: form,
90
- equalWith: equalWith
91
+ equalWith: equalWith,
92
+ name: namesStr || name
91
93
  });
92
94
  return [changed, originalValue];
93
95
  };
@@ -1,28 +1,33 @@
1
1
  declare const _default: {
2
2
  /** 年月日 */
3
- date: ({ type, toISOString }: {
3
+ date: ({ type, toISOString, mode }: {
4
4
  type: any;
5
5
  toISOString: any;
6
+ mode: any;
6
7
  }) => {};
7
8
  /** 年月日 时分秒 */
8
- dateTime: ({ type, toISOString }: {
9
+ dateTime: ({ type, toISOString, mode }: {
9
10
  type: any;
10
11
  toISOString: any;
12
+ mode: any;
11
13
  }) => {};
12
14
  /** 年月日 00:00:00 */
13
- dateStartTime: ({ type, toISOString }: {
15
+ dateStartTime: ({ type, toISOString, mode }: {
14
16
  type: any;
15
17
  toISOString: any;
18
+ mode: any;
16
19
  }) => {};
17
20
  /** 年月日 23:59:59 */
18
- dateEndTime: ({ type, toISOString }: {
21
+ dateEndTime: ({ type, toISOString, mode }: {
19
22
  type: any;
20
23
  toISOString: any;
24
+ mode: any;
21
25
  }) => {};
22
26
  /** 年月日 00:00:00 ~ 年月日 23:59:59 */
23
- dateStartEndTime: ({ type, toISOString }: {
27
+ dateStartEndTime: ({ type, toISOString, mode }: {
24
28
  type: any;
25
29
  toISOString: any;
30
+ mode: any;
26
31
  }) => {};
27
32
  /** 百分比 */
28
33
  percentage: ({ type, valueType }: {
@@ -153,51 +153,61 @@ export default {
153
153
  /** 年月日 */
154
154
  date: function date(_ref3) {
155
155
  var type = _ref3.type,
156
- toISOString = _ref3.toISOString;
156
+ toISOString = _ref3.toISOString,
157
+ mode = _ref3.mode;
157
158
  return dateTransform({
158
159
  type: type,
159
160
  _valueType: 'date',
160
- toISOString: toISOString
161
+ toISOString: toISOString,
162
+ mode: mode
161
163
  });
162
164
  },
163
165
  /** 年月日 时分秒 */
164
166
  dateTime: function dateTime(_ref4) {
165
167
  var type = _ref4.type,
166
- toISOString = _ref4.toISOString;
168
+ toISOString = _ref4.toISOString,
169
+ mode = _ref4.mode;
167
170
  return dateTransform({
168
171
  type: type,
169
172
  _valueType: 'dateTime',
170
- toISOString: toISOString
173
+ toISOString: toISOString,
174
+ mode: mode
171
175
  });
172
176
  },
173
177
  /** 年月日 00:00:00 */
174
178
  dateStartTime: function dateStartTime(_ref5) {
175
179
  var type = _ref5.type,
176
- toISOString = _ref5.toISOString;
180
+ toISOString = _ref5.toISOString,
181
+ mode = _ref5.mode;
177
182
  return dateTransform({
178
183
  type: type,
179
184
  _valueType: 'dateStartTime',
180
- toISOString: toISOString
185
+ toISOString: toISOString,
186
+ mode: mode
181
187
  });
182
188
  },
183
189
  /** 年月日 23:59:59 */
184
190
  dateEndTime: function dateEndTime(_ref6) {
185
191
  var type = _ref6.type,
186
- toISOString = _ref6.toISOString;
192
+ toISOString = _ref6.toISOString,
193
+ mode = _ref6.mode;
187
194
  return dateTransform({
188
195
  type: type,
189
196
  _valueType: 'dateEndTime',
190
- toISOString: toISOString
197
+ toISOString: toISOString,
198
+ mode: mode
191
199
  });
192
200
  },
193
201
  /** 年月日 00:00:00 ~ 年月日 23:59:59 */
194
202
  dateStartEndTime: function dateStartEndTime(_ref7) {
195
203
  var type = _ref7.type,
196
- toISOString = _ref7.toISOString;
204
+ toISOString = _ref7.toISOString,
205
+ mode = _ref7.mode;
197
206
  return dateTransform({
198
207
  type: type,
199
208
  _valueType: 'dateStartEndTime',
200
- toISOString: toISOString
209
+ toISOString: toISOString,
210
+ mode: mode
201
211
  });
202
212
  },
203
213
  /** 百分比 */
@@ -1,4 +1,5 @@
1
1
  export declare const iconMap: {
2
2
  type: string;
3
- text: string;
3
+ 'text-cn': string;
4
+ 'text-en': string;
4
5
  }[];
@@ -1,199 +1,257 @@
1
1
  export var iconMap = [{
2
2
  type: 'view',
3
- text: '查看'
3
+ 'text-cn': '查看',
4
+ 'text-en': 'view'
4
5
  }, {
5
- type: '',
6
- text: '编辑'
6
+ type: 'edit',
7
+ 'text-cn': '编辑',
8
+ 'text-en': 'edit'
7
9
  }, {
8
- type: '',
9
- text: '查看上传结果'
10
+ type: 'chakanshangchuanjieguo',
11
+ 'text-cn': '查看上传结果',
12
+ 'text-en': 'view upload results'
10
13
  }, {
11
- type: '',
12
- text: '操作日志'
14
+ type: 'caozuorizhi',
15
+ 'text-cn': '操作日志',
16
+ 'text-en': 'operation log'
13
17
  }, {
14
- type: '',
15
- text: '监管停售'
18
+ type: 'jianguantingshou',
19
+ 'text-cn': '监管停售',
20
+ 'text-en': 'regulatory suspension'
16
21
  }, {
17
- type: '',
18
- text: '下架'
22
+ type: 'xiajia',
23
+ 'text-cn': '下架',
24
+ 'text-en': 'delist'
19
25
  }, {
20
- type: '',
21
- text: '上架'
26
+ type: 'shangjia',
27
+ 'text-cn': '上架',
28
+ 'text-en': 'listing'
22
29
  }, {
23
- type: '',
24
- text: '解锁'
30
+ type: 'jiesuo',
31
+ 'text-cn': '解锁',
32
+ 'text-en': 'unlock'
25
33
  }, {
26
- type: '',
27
- text: '审核'
34
+ type: 'shenhe',
35
+ 'text-cn': '审核',
36
+ 'text-en': 'check'
28
37
  }, {
29
- type: '',
30
- text: '下载导入文件'
38
+ type: 'xiazaidaoruwenjian',
39
+ 'text-cn': '下载导入文件',
40
+ 'text-en': 'download import file'
31
41
  }, {
32
- type: '',
33
- text: '删除'
42
+ type: 'shanchu',
43
+ 'text-cn': '删除',
44
+ 'text-en': 'delete'
34
45
  }, {
35
- type: '',
36
- text: '撤回'
46
+ type: 'chehui',
47
+ 'text-cn': '撤回',
48
+ 'text-en': 'revocation'
37
49
  }, {
38
- type: '',
39
- text: '再次询价'
50
+ type: 'zaicixunjia',
51
+ 'text-cn': '再次询价',
52
+ 'text-en': 'reinquiry'
40
53
  }, {
41
- type: '',
42
- text: '复制'
54
+ type: 'fuzhi',
55
+ 'text-cn': '复制',
56
+ 'text-en': 'copy'
43
57
  }, {
44
- type: '',
45
- text: '撤回登记'
58
+ type: 'chehuidengji',
59
+ 'text-cn': '撤回登记',
60
+ 'text-en': 'withdrawal of registration'
46
61
  }, {
47
- type: '',
48
- text: '占号补录'
62
+ type: 'zhanhaobulu',
63
+ 'text-cn': '占号补录',
64
+ 'text-en': 'fill in the number'
49
65
  }, {
50
- type: '',
51
- text: '处理'
66
+ type: 'chuli',
67
+ 'text-cn': '处理',
68
+ 'text-en': 'handle'
52
69
  }, {
53
- type: '',
54
- text: '释放'
70
+ type: 'shifang',
71
+ 'text-cn': '释放',
72
+ 'text-en': 'release'
55
73
  }, {
56
- type: '',
57
- text: '关闭'
74
+ type: 'guanbi',
75
+ 'text-cn': '关闭',
76
+ 'text-en': 'close'
58
77
  }, {
59
- type: '',
60
- text: '认领'
78
+ type: 'renling',
79
+ 'text-cn': '认领',
80
+ 'text-en': 'claim'
61
81
  }, {
62
- type: '',
63
- text: '缴费登记'
82
+ type: 'jiaofeidengji',
83
+ 'text-cn': '缴费登记',
84
+ 'text-en': 'payment registration'
64
85
  }, {
65
- type: '',
66
- text: '补传资料'
86
+ type: 'buchuanziliao',
87
+ 'text-cn': '补传资料',
88
+ 'text-en': 'supplementary data'
67
89
  }, {
68
- type: '',
69
- text: '资料补传确认'
90
+ type: 'ziliaobuchuanqueren',
91
+ 'text-cn': '资料补传确认',
92
+ 'text-en': 'data retransmission confirmed'
70
93
  }, {
71
- type: '',
72
- text: '启用'
94
+ type: 'qiyong',
95
+ 'text-cn': '启用',
96
+ 'text-en': 'enable'
73
97
  }, {
74
- type: '',
75
- text: '查勘'
98
+ type: 'chakan',
99
+ 'text-cn': '查勘',
100
+ 'text-en': 'survey'
76
101
  }, {
77
- type: '',
78
- text: '会签处理'
102
+ type: 'huiqianchuli',
103
+ 'text-cn': '会签处理',
104
+ 'text-en': 'countersign processing'
79
105
  }, {
80
- type: '',
81
- text: '已阅'
106
+ type: 'yiyue',
107
+ 'text-cn': '已阅',
108
+ 'text-en': 'have read'
82
109
  }, {
83
- type: '',
84
- text: '下载'
110
+ type: 'xiazai',
111
+ 'text-cn': '下载',
112
+ 'text-en': 'download'
85
113
  }, {
86
- type: '',
87
- text: '发送'
114
+ type: 'fasong',
115
+ 'text-cn': '发送',
116
+ 'text-en': 'send'
88
117
  }, {
89
- type: '',
90
- text: '导出'
118
+ type: 'daochu',
119
+ 'text-cn': '导出',
120
+ 'text-en': 'export'
91
121
  }, {
92
- type: '',
93
- text: '设为失效'
122
+ type: 'sheweishixiao',
123
+ 'text-cn': '设为失效',
124
+ 'text-en': 'set invalidate'
94
125
  }, {
95
- type: '',
96
- text: '复制'
126
+ type: 'qingkong',
127
+ 'text-cn': '清空',
128
+ 'text-en': 'clear'
97
129
  }, {
98
- type: '',
99
- text: '清空'
130
+ type: 'shixiao',
131
+ 'text-cn': '失效',
132
+ 'text-en': 'lose effectiveness'
100
133
  }, {
101
- type: '',
102
- text: '失效'
134
+ type: 'zhongzhi',
135
+ 'text-cn': '中止',
136
+ 'text-en': 'stop'
103
137
  }, {
104
- type: '',
105
- text: '预览模版'
138
+ type: 'wangdian',
139
+ 'text-cn': '网点',
140
+ 'text-en': 'site'
106
141
  }, {
107
- type: '',
108
- text: '中止'
142
+ type: 'fuwuwangdian',
143
+ 'text-cn': '服务网点',
144
+ 'text-en': 'server site'
109
145
  }, {
110
- type: '',
111
- text: '网点'
146
+ type: 'rukoupeizhi',
147
+ 'text-cn': '入口配置',
148
+ 'text-en': 'entry config'
112
149
  }, {
113
- type: '',
114
- text: '服务网点'
150
+ type: 'yemianpeizhi',
151
+ 'text-cn': '页面配置',
152
+ 'text-en': 'page config'
115
153
  }, {
116
- type: '',
117
- text: '入口配置'
154
+ type: 'bianjifenpei',
155
+ 'text-cn': '编辑分配',
156
+ 'text-en': 'edit assignment'
118
157
  }, {
119
- type: '',
120
- text: '页面配置'
158
+ type: 'chakanxiangqing',
159
+ 'text-cn': '查看详情',
160
+ 'text-en': 'view detail'
121
161
  }, {
122
- type: '',
123
- text: '编辑分配'
162
+ type: 'toubaopeizhi',
163
+ 'text-cn': '投保配置',
164
+ 'text-en': 'insurance config'
124
165
  }, {
125
- type: '',
126
- text: '查看详情'
166
+ type: 'tuiguangweipeizhi',
167
+ 'text-cn': '推广位配置',
168
+ 'text-en': 'promotion bit config'
127
169
  }, {
128
- type: '',
129
- text: '投保配置'
170
+ type: 'kaishihezuo',
171
+ 'text-cn': '开始合作',
172
+ 'text-en': 'start cooperation'
130
173
  }, {
131
- type: '',
132
- text: '推广位配置'
174
+ type: 'tingzhihezuo',
175
+ 'text-cn': '停止合作',
176
+ 'text-en': 'stop cooperation'
133
177
  }, {
134
- type: '',
135
- text: '开始合作'
178
+ type: 'fuzhilianjie',
179
+ 'text-cn': '复制链接',
180
+ 'text-en': 'copy link'
136
181
  }, {
137
- type: '',
138
- text: '停止合作'
182
+ type: 'jinyong',
183
+ 'text-cn': '禁用',
184
+ 'text-en': 'disabled'
139
185
  }, {
140
- type: '',
141
- text: '复制链接'
186
+ type: 'bianjipeizhi',
187
+ 'text-cn': '编辑配置',
188
+ 'text-en': 'edit config'
142
189
  }, {
143
- type: '',
144
- text: '禁用'
190
+ type: 'yulan',
191
+ 'text-cn': '预览',
192
+ 'text-en': 'preview'
145
193
  }, {
146
- type: '',
147
- text: '编辑配置'
194
+ type: 'daochumoban',
195
+ 'text-cn': '导出模板',
196
+ 'text-en': 'export template'
148
197
  }, {
149
- type: '',
150
- text: '预览'
198
+ type: 'xiangqing',
199
+ 'text-cn': '详情',
200
+ 'text-en': 'detail'
151
201
  }, {
152
- type: '',
153
- text: '导出模板'
202
+ type: 'zhongzhiqudao',
203
+ 'text-cn': '终止渠道',
204
+ 'text-en': 'stop channel'
154
205
  }, {
155
- type: '',
156
- text: '详情'
206
+ type: 'chakanfapiao',
207
+ 'text-cn': '查看发票',
208
+ 'text-en': 'view invoice'
157
209
  }, {
158
- type: '',
159
- text: '终止渠道'
210
+ type: 'qiyerenzheng',
211
+ 'text-cn': '企业认证',
212
+ 'text-en': 'enterprise certification'
160
213
  }, {
161
- type: '',
162
- text: '查看发票'
214
+ type: 'apishouquan',
215
+ 'text-cn': 'API授权',
216
+ 'text-en': 'api accredit'
163
217
  }, {
164
- type: '',
165
- text: '企业认证'
218
+ type: 'chanpinshouquan',
219
+ 'text-cn': '产品授权',
220
+ 'text-en': 'product accredit'
166
221
  }, {
167
- type: '',
168
- text: 'API授权'
222
+ type: 'chongzhimima',
223
+ 'text-cn': '重置密码',
224
+ 'text-en': 'reset password'
169
225
  }, {
170
- type: '',
171
- text: '产品授权'
226
+ type: 'tingyong',
227
+ 'text-cn': '停用',
228
+ 'text-en': 'disuse'
172
229
  }, {
173
- type: '',
174
- text: '重置密码'
230
+ type: 'apiquanxian',
231
+ 'text-cn': 'API权限',
232
+ 'text-en': 'api authorization'
175
233
  }, {
176
- type: '',
177
- text: '停用'
234
+ type: 'ipbaimingdan',
235
+ 'text-cn': 'IP白名单',
236
+ 'text-en': 'ip whitelist'
178
237
  }, {
179
- type: '',
180
- text: 'API权限'
238
+ type: 'yulanmoban',
239
+ 'text-cn': '预览模板',
240
+ 'text-en': 'preview template'
181
241
  }, {
182
- type: '',
183
- text: 'IP白名单'
242
+ type: 'queren',
243
+ 'text-cn': '确认',
244
+ 'text-en': 'confirm'
184
245
  }, {
185
- type: '',
186
- text: '预览模板'
246
+ type: 'xiugai',
247
+ 'text-cn': '修改',
248
+ 'text-en': 'edit'
187
249
  }, {
188
- type: '',
189
- text: '确认'
250
+ type: 'chakanlishipeizhi',
251
+ 'text-cn': '查看历史配置',
252
+ 'text-en': 'view history conifg'
190
253
  }, {
191
- type: '',
192
- text: '修改'
193
- }, {
194
- type: '',
195
- text: '查看历史配置'
196
- }, {
197
- type: '',
198
- text: '调整序号'
254
+ type: 'tiaozhengxuhao',
255
+ 'text-cn': '调整序号',
256
+ 'text-en': 'adjust order'
199
257
  }];
@@ -1,5 +1,4 @@
1
1
  import { FC } from 'react';
2
2
  import { ProIconProps } from './propsTypes';
3
- export declare function createScriptUrlElements(scriptUrls: string[], index?: number): void;
4
3
  declare const ProIcon: FC<ProIconProps>;
5
4
  export default ProIcon;