@zat-design/sisyphus-react 3.4.2 → 3.4.3-beta.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.
Files changed (228) hide show
  1. package/dist/index.esm.css +323 -269
  2. package/dist/less.esm.css +5042 -0
  3. package/dist/less.esm.js +3 -0
  4. package/es/ProConfigProvider/index.d.ts +1 -1
  5. package/es/ProConfigProvider/index.js +24 -2
  6. package/es/ProEditLabel/style/index.less +1 -2
  7. package/es/ProEditTable/components/DndWrapper/index.js +1 -1
  8. package/es/ProEditTable/components/RenderField/index.js +44 -31
  9. package/es/ProEditTable/index.js +18 -12
  10. package/es/ProEditTable/propsType.d.ts +1 -1
  11. package/es/ProEditTable/style/index.less +1 -1
  12. package/es/ProEditTable/utils/config.js +5 -5
  13. package/es/ProEditTable/utils/index.js +67 -30
  14. package/es/ProEditTable/utils/tools.js +3 -1
  15. package/es/ProEnum/components/Group.d.ts +2 -0
  16. package/es/ProEnum/components/Group.js +20 -19
  17. package/es/ProEnum/index.js +4 -3
  18. package/es/ProEnum/style/index.less +12 -3
  19. package/es/ProForm/components/base/DatePicker/index.js +5 -3
  20. package/es/ProForm/components/combination/FormList/components/ActionButton.js +9 -8
  21. package/es/ProForm/components/combination/FormList/components/BlockFields.js +4 -0
  22. package/es/ProForm/components/combination/FormList/components/ToolbarButton.js +1 -1
  23. package/es/ProForm/components/combination/FormList/index.js +6 -3
  24. package/es/ProForm/components/combination/FormList/style/index.less +5 -0
  25. package/es/ProForm/components/combination/FormList/utils.d.ts +2 -1
  26. package/es/ProForm/components/combination/FormList/utils.js +5 -3
  27. package/es/ProForm/components/combination/Group/index.js +31 -17
  28. package/es/ProForm/components/combination/Group/propsType.d.ts +6 -0
  29. package/es/ProForm/components/combination/Group/style/index.less +4 -4
  30. package/es/ProForm/components/combination/Group/utils.d.ts +2 -0
  31. package/es/ProForm/components/combination/Group/utils.js +10 -0
  32. package/es/ProForm/components/combination/ProNumberRange/style/index.less +1 -1
  33. package/es/ProForm/components/combination/ProTimeLimit/index.js +8 -2
  34. package/es/ProForm/components/combination/ProTimeLimit/style/index.less +1 -1
  35. package/es/ProForm/components/index.d.ts +0 -1
  36. package/es/ProForm/components/index.js +1 -1
  37. package/es/ProForm/components/render/ConfirmWrapper.js +1 -1
  38. package/es/ProForm/components/render/Render.js +31 -22
  39. package/es/ProForm/components/render/RenderFields.d.ts +3 -2
  40. package/es/ProForm/components/render/RenderFields.js +7 -3
  41. package/es/ProForm/components/render/propsType.d.ts +2 -5
  42. package/es/ProForm/index.js +12 -11
  43. package/es/ProForm/propsType.d.ts +7 -3
  44. package/es/ProForm/style/index.less +36 -14
  45. package/es/ProForm/utils/{contrastOriginal.d.ts → diffOriginal.d.ts} +2 -1
  46. package/es/ProForm/utils/diffOriginal.js +46 -0
  47. package/es/ProForm/utils/index.d.ts +2 -2
  48. package/es/ProForm/utils/index.js +16 -6
  49. package/es/ProForm/utils/rulesCreator.d.ts +7 -1
  50. package/es/ProForm/utils/rulesCreator.js +45 -3
  51. package/es/ProForm/utils/transformNames.d.ts +1 -1
  52. package/es/ProForm/utils/transformNames.js +11 -4
  53. package/es/ProForm/utils/transformValue.js +2 -2
  54. package/es/ProForm/utils/useChanged.js +4 -3
  55. package/es/ProForm/utils/useListChanged.d.ts +1 -1
  56. package/es/ProForm/utils/useListChanged.js +5 -3
  57. package/es/ProForm/utils/useRules.js +36 -11
  58. package/es/ProForm/utils/useShouldUpdate.js +4 -4
  59. package/es/ProForm/utils/valueType.d.ts +10 -5
  60. package/es/ProForm/utils/valueType.js +20 -10
  61. package/es/ProIcon/config/index.d.ts +2 -1
  62. package/es/ProIcon/config/index.js +191 -133
  63. package/es/ProIcon/index.d.ts +0 -1
  64. package/es/ProIcon/index.js +21 -36
  65. package/es/ProIcon/propsTypes.d.ts +2 -1
  66. package/es/ProLayout/components/Layout/Header/style/index.less +1 -1
  67. package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +58 -55
  68. package/es/ProLayout/components/Layout/Menu/SideMenu/style/index.less +25 -20
  69. package/es/ProLayout/components/Layout/Menu/style/index.less +52 -56
  70. package/es/ProLayout/components/ProCollapse/PropTypes.d.ts +5 -0
  71. package/es/ProLayout/components/ProCollapse/index.js +45 -4
  72. package/es/ProLayout/components/ProCollapse/style/index.less +30 -12
  73. package/es/ProLayout/components/ProFooter/index.js +1 -1
  74. package/es/ProLayout/components/ProFooter/style/index.less +1 -1
  75. package/es/ProLayout/components/ProHeader/style/index.less +6 -5
  76. package/es/ProLayout/style/index.less +176 -88
  77. package/es/ProStep/components/Item/index.js +2 -1
  78. package/es/ProStep/style/index.less +71 -70
  79. package/es/ProTable/components/RenderColumn/index.d.ts +1 -1
  80. package/es/ProTable/components/RenderColumn/index.js +3 -3
  81. package/es/ProTable/propsType.d.ts +1 -1
  82. package/es/ProTable/style/index.less +2 -2
  83. package/es/ProTable/utils.js +9 -9
  84. package/es/ProTabs/style/index.less +3 -1
  85. package/es/ProThemeTools/component/PrdTools/index.d.ts +1 -1
  86. package/es/ProThemeTools/component/PrdTools/index.js +14 -52
  87. package/es/ProThemeTools/component/PrdTools/style/index.less +1 -1
  88. package/es/ProThemeTools/index.js +21 -29
  89. package/es/ProThemeTools/propsType.d.ts +1 -1
  90. package/es/ProThemeTools/style/index.less +25 -8
  91. package/es/{ProTreeSelect → ProTree/components/ProTreeSelect}/index.js +7 -11
  92. package/es/{ProTreeSelect → ProTree/components/ProTreeSelect}/propsType.d.ts +1 -1
  93. package/es/{ProTreeSelect → ProTree/components/ProTreeSelect}/style/index.less +1 -1
  94. package/es/ProTree/index.js +1 -1
  95. package/es/ProTree/style/index.less +5 -0
  96. package/es/ProTreeModal/style/index.less +2 -2
  97. package/es/ProUpload/style/fileItem.less +2 -2
  98. package/es/ProUpload/style/index.less +3 -3
  99. package/es/assets/catalog.svg +30 -1
  100. package/es/assets/fold.svg +27 -0
  101. package/es/assets/setting.svg +14 -0
  102. package/es/locale/en_US.d.ts +7 -2
  103. package/es/locale/en_US.js +7 -2
  104. package/es/locale/zh_CN.d.ts +7 -2
  105. package/es/locale/zh_CN.js +7 -2
  106. package/es/style/components.less +0 -4
  107. package/es/style/less.less +2 -0
  108. package/es/style/theme/antd.less +14 -29
  109. package/es/style/theme/index.less +2 -2
  110. package/es/style/theme/tokens.less +2 -2
  111. package/es/tokens.js +2 -2
  112. package/lib/ProConfigProvider/index.d.ts +1 -1
  113. package/lib/ProConfigProvider/index.js +23 -1
  114. package/lib/ProEditLabel/style/index.less +1 -2
  115. package/lib/ProEditTable/components/DndWrapper/index.js +1 -1
  116. package/lib/ProEditTable/components/RenderField/index.js +41 -28
  117. package/lib/ProEditTable/index.js +18 -12
  118. package/lib/ProEditTable/propsType.d.ts +1 -1
  119. package/lib/ProEditTable/style/index.less +1 -1
  120. package/lib/ProEditTable/utils/config.js +5 -5
  121. package/lib/ProEditTable/utils/index.js +67 -30
  122. package/lib/ProEditTable/utils/tools.js +3 -1
  123. package/lib/ProEnum/components/Group.d.ts +2 -0
  124. package/lib/ProEnum/components/Group.js +20 -19
  125. package/lib/ProEnum/index.js +4 -3
  126. package/lib/ProEnum/style/index.less +12 -3
  127. package/lib/ProForm/components/base/DatePicker/index.js +4 -2
  128. package/lib/ProForm/components/combination/FormList/components/ActionButton.js +9 -8
  129. package/lib/ProForm/components/combination/FormList/components/BlockFields.js +4 -0
  130. package/lib/ProForm/components/combination/FormList/components/ToolbarButton.js +1 -1
  131. package/lib/ProForm/components/combination/FormList/index.js +6 -3
  132. package/lib/ProForm/components/combination/FormList/style/index.less +5 -0
  133. package/lib/ProForm/components/combination/FormList/utils.d.ts +2 -1
  134. package/lib/ProForm/components/combination/FormList/utils.js +5 -3
  135. package/lib/ProForm/components/combination/Group/index.js +28 -14
  136. package/lib/ProForm/components/combination/Group/propsType.d.ts +6 -0
  137. package/lib/ProForm/components/combination/Group/style/index.less +4 -4
  138. package/lib/ProForm/components/combination/Group/utils.d.ts +2 -0
  139. package/lib/ProForm/components/combination/Group/utils.js +11 -1
  140. package/lib/ProForm/components/combination/ProNumberRange/style/index.less +1 -1
  141. package/lib/ProForm/components/combination/ProTimeLimit/index.js +7 -1
  142. package/lib/ProForm/components/combination/ProTimeLimit/style/index.less +1 -1
  143. package/lib/ProForm/components/index.d.ts +0 -1
  144. package/lib/ProForm/components/index.js +0 -7
  145. package/lib/ProForm/components/render/ConfirmWrapper.js +1 -1
  146. package/lib/ProForm/components/render/Render.js +31 -22
  147. package/lib/ProForm/components/render/RenderFields.d.ts +3 -2
  148. package/lib/ProForm/components/render/RenderFields.js +7 -3
  149. package/lib/ProForm/components/render/propsType.d.ts +2 -5
  150. package/lib/ProForm/index.js +11 -10
  151. package/lib/ProForm/propsType.d.ts +7 -3
  152. package/lib/ProForm/style/index.less +36 -14
  153. package/lib/ProForm/utils/{contrastOriginal.d.ts → diffOriginal.d.ts} +2 -1
  154. package/lib/ProForm/utils/diffOriginal.js +53 -0
  155. package/lib/ProForm/utils/index.d.ts +2 -2
  156. package/lib/ProForm/utils/index.js +17 -7
  157. package/lib/ProForm/utils/rulesCreator.d.ts +7 -1
  158. package/lib/ProForm/utils/rulesCreator.js +45 -2
  159. package/lib/ProForm/utils/transformNames.d.ts +1 -1
  160. package/lib/ProForm/utils/transformNames.js +10 -3
  161. package/lib/ProForm/utils/transformValue.js +1 -1
  162. package/lib/ProForm/utils/useChanged.js +4 -3
  163. package/lib/ProForm/utils/useListChanged.d.ts +1 -1
  164. package/lib/ProForm/utils/useListChanged.js +5 -3
  165. package/lib/ProForm/utils/useRules.js +36 -11
  166. package/lib/ProForm/utils/useShouldUpdate.js +4 -4
  167. package/lib/ProForm/utils/valueType.d.ts +10 -5
  168. package/lib/ProForm/utils/valueType.js +20 -10
  169. package/lib/ProIcon/config/index.d.ts +2 -1
  170. package/lib/ProIcon/config/index.js +191 -133
  171. package/lib/ProIcon/index.d.ts +0 -1
  172. package/lib/ProIcon/index.js +21 -37
  173. package/lib/ProIcon/propsTypes.d.ts +2 -1
  174. package/lib/ProLayout/components/Layout/Header/style/index.less +1 -1
  175. package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +58 -55
  176. package/lib/ProLayout/components/Layout/Menu/SideMenu/style/index.less +25 -20
  177. package/lib/ProLayout/components/Layout/Menu/style/index.less +52 -56
  178. package/lib/ProLayout/components/ProCollapse/PropTypes.d.ts +5 -0
  179. package/lib/ProLayout/components/ProCollapse/index.js +43 -4
  180. package/lib/ProLayout/components/ProCollapse/style/index.less +30 -12
  181. package/lib/ProLayout/components/ProFooter/index.js +1 -1
  182. package/lib/ProLayout/components/ProFooter/style/index.less +1 -1
  183. package/lib/ProLayout/components/ProHeader/style/index.less +6 -5
  184. package/lib/ProLayout/style/index.less +176 -88
  185. package/lib/ProStep/components/Item/index.js +2 -1
  186. package/lib/ProStep/style/index.less +71 -70
  187. package/lib/ProTable/components/RenderColumn/index.d.ts +1 -1
  188. package/lib/ProTable/components/RenderColumn/index.js +3 -3
  189. package/lib/ProTable/propsType.d.ts +1 -1
  190. package/lib/ProTable/style/index.less +2 -2
  191. package/lib/ProTable/utils.js +9 -9
  192. package/lib/ProTabs/style/index.less +3 -1
  193. package/lib/ProThemeTools/component/PrdTools/index.d.ts +1 -1
  194. package/lib/ProThemeTools/component/PrdTools/index.js +14 -52
  195. package/lib/ProThemeTools/component/PrdTools/style/index.less +1 -1
  196. package/lib/ProThemeTools/index.js +19 -28
  197. package/lib/ProThemeTools/propsType.d.ts +1 -1
  198. package/lib/ProThemeTools/style/index.less +25 -8
  199. package/lib/{ProTreeSelect → ProTree/components/ProTreeSelect}/index.js +7 -11
  200. package/lib/{ProTreeSelect → ProTree/components/ProTreeSelect}/propsType.d.ts +1 -1
  201. package/lib/{ProTreeSelect → ProTree/components/ProTreeSelect}/style/index.less +1 -1
  202. package/lib/ProTree/index.js +1 -1
  203. package/lib/ProTree/style/index.less +5 -0
  204. package/lib/ProTreeModal/style/index.less +2 -2
  205. package/lib/ProUpload/style/fileItem.less +2 -2
  206. package/lib/ProUpload/style/index.less +3 -3
  207. package/lib/assets/catalog.svg +30 -1
  208. package/lib/assets/fold.svg +27 -0
  209. package/lib/assets/setting.svg +14 -0
  210. package/lib/locale/en_US.d.ts +7 -2
  211. package/lib/locale/en_US.js +7 -2
  212. package/lib/locale/zh_CN.d.ts +7 -2
  213. package/lib/locale/zh_CN.js +7 -2
  214. package/lib/style/components.less +0 -4
  215. package/lib/style/less.less +2 -0
  216. package/lib/style/theme/antd.less +14 -29
  217. package/lib/style/theme/index.less +2 -2
  218. package/lib/style/theme/tokens.less +2 -2
  219. package/lib/tokens.js +2 -2
  220. package/package.json +2 -2
  221. package/es/ProForm/utils/contrastOriginal.js +0 -24
  222. package/es/ProIcon/symbolIcon.js +0 -43
  223. package/lib/ProForm/utils/contrastOriginal.js +0 -30
  224. package/lib/ProIcon/symbolIcon.js +0 -45
  225. /package/es/{ProTreeSelect → ProTree/components/ProTreeSelect}/index.d.ts +0 -0
  226. /package/es/{ProTreeSelect → ProTree/components/ProTreeSelect}/propsType.js +0 -0
  227. /package/lib/{ProTreeSelect → ProTree/components/ProTreeSelect}/index.d.ts +0 -0
  228. /package/lib/{ProTreeSelect → ProTree/components/ProTreeSelect}/propsType.js +0 -0
@@ -15,10 +15,12 @@ var _antd = require("antd");
15
15
  var _classnames3 = _interopRequireDefault(require("classnames"));
16
16
  var _react = require("react");
17
17
  var _lodash = require("lodash");
18
- var _ProConfigProvider = require("../ProConfigProvider");
19
- var _Container = _interopRequireDefault(require("../ProForm/components/Container"));
18
+ var _ProConfigProvider = require("../../../ProConfigProvider");
19
+ var _Container = _interopRequireDefault(require("../../../ProForm/components/Container"));
20
20
  var _excluded = ["disabled", "code", "dataSource", "defaultDisableValue", "onChange", "useRequest", "transformResponse", "fieldNames", "tooltip", "showSearch", "filterTreeNode", "treeNodeFilterProp", "defaultExpandAll", "expandedKeys", "treeCheckable", "onSearch", "otherProps", "width", "dropdownStyle", "popupClassName", "style", "allowClear", "listHeight", "showCodeName", "className"],
21
21
  _excluded2 = ["children"];
22
+ /* eslint-disable react/no-danger */
23
+ /* eslint-disable react/jsx-closing-tag-location */
22
24
  var SHOW_PARENT = _antd.TreeSelect.SHOW_PARENT;
23
25
  var ProTreeSelect = exports.ProTreeSelect = function ProTreeSelect(props, ref) {
24
26
  // 全局属性配置在ConfigProvider
@@ -284,8 +286,7 @@ var ProTreeSelect = exports.ProTreeSelect = function ProTreeSelect(props, ref) {
284
286
  */
285
287
  var renderTreeNode = function renderTreeNode(node, grade) {
286
288
  var children = node.children,
287
- icon = node.icon,
288
- hideNodeClass = node.hideNodeClass;
289
+ icon = node.icon;
289
290
  var labelText = node[label];
290
291
  var value = node[code];
291
292
  var titleHtml = (0, _jsxRuntime.jsx)("span", {
@@ -304,10 +305,10 @@ var ProTreeSelect = exports.ProTreeSelect = function ProTreeSelect(props, ref) {
304
305
  children: [(0, _jsxRuntime.jsx)("span", {
305
306
  className: "check-option-text-content",
306
307
  children: titleHtml
307
- }), (0, _jsxRuntime.jsx)("span", {
308
+ }), !disabled ? (0, _jsxRuntime.jsx)("span", {
308
309
  className: "check-mark-icon",
309
310
  children: (0, _jsxRuntime.jsx)(Icon, {})
310
- })]
311
+ }) : null]
311
312
  });
312
313
  if (!children) {
313
314
  return (0, _jsxRuntime.jsx)(_antd.TreeSelect.TreeNode, {
@@ -359,10 +360,6 @@ var ProTreeSelect = exports.ProTreeSelect = function ProTreeSelect(props, ref) {
359
360
  item[label] = item[label].replace(regExp, "<span class=\"highlight-search-text\">".concat(keyWord, "</span>"));
360
361
  }
361
362
  currentAllNodeChild.push(item);
362
- // if (tag || item?.children?.length) {
363
- // // 如果子节点有匹配项或者自己匹配了那么都加入结果中
364
- // currentAllNodeChild.push(item);
365
- // }
366
363
  }
367
364
  return currentAllNodeChild;
368
365
  };
@@ -475,7 +472,6 @@ var ProTreeSelect = exports.ProTreeSelect = function ProTreeSelect(props, ref) {
475
472
  var treeProps = (0, _objectSpread2.default)({
476
473
  disabled: disabled,
477
474
  showSearch: showSearch,
478
- // filterTreeNode: filterTreeNodeEvent,
479
475
  treeDefaultExpandAll: defaultExpandAll,
480
476
  treeExpandedKeys: expandedKeys,
481
477
  treeCheckable: treeCheckable,
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { TreeSelectProps } from 'antd';
3
3
  import { Service, Options, Result } from 'ahooks/lib/useRequest/src/types';
4
- import { ProFormOtherProps } from '../ProForm/propsType';
4
+ import { ProFormOtherProps } from '../../../ProForm/propsType';
5
5
  export interface DataProps {
6
6
  label: string;
7
7
  value?: string;
@@ -8,7 +8,7 @@ exports.default = void 0;
8
8
  var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
9
9
  var _jsxRuntime = require("react/jsx-runtime");
10
10
  var _ProTree = _interopRequireDefault(require("./components/ProTree"));
11
- var _ProTreeSelect = _interopRequireDefault(require("../ProTreeSelect"));
11
+ var _ProTreeSelect = _interopRequireDefault(require("./components/ProTreeSelect"));
12
12
  /* eslint-disable jsx-a11y/anchor-is-valid */
13
13
  /*
14
14
  *@Date: 2023-07-11 16:07:12
@@ -336,3 +336,8 @@
336
336
  .pro-form.pro-form-view .@{ant-prefix}-form-item .pro-tree .@{ant-prefix}-tree-checkbox * {
337
337
  height: 16px !important;
338
338
  }
339
+
340
+ // 解决双滚动条
341
+ .@{ant-prefix}-select-dropdown.pro-tree-select-drop-down-container.checkable-tree{
342
+ overflow: hidden!important;
343
+ }
@@ -53,7 +53,7 @@
53
53
  font-size: var(--zaui-font-size, 14px);
54
54
  line-height: 20px;
55
55
  border: 1px solid #e6e6e6;
56
- border-radius: var(--zaui-border-radius, 4px);
56
+ border-radius: var(--zaui-border-radius, 8px);
57
57
 
58
58
  &:first-child {
59
59
  margin-right: var(--zaui-space-size-md, 16px);
@@ -246,7 +246,7 @@
246
246
  font-size: var(--zaui-font-size, 14px);
247
247
  background: #f2f2f2;
248
248
  border: none;
249
- border-radius: var(--zaui-border-radius, 4px);
249
+ border-radius: var(--zaui-border-radius, 8px);
250
250
 
251
251
  .pro-tooltip {
252
252
  flex: 1;
@@ -12,7 +12,7 @@
12
12
  line-height: 16px;
13
13
  &:hover {
14
14
  background: #F8F9FA;
15
- border-radius: var(--zaui-border-radius, 4px);
15
+ border-radius: var(--zaui-border-radius, 8px);
16
16
  color: var(--zaui-brand);
17
17
  .file-actions-wrap {
18
18
  .file-actions{
@@ -93,7 +93,7 @@
93
93
  justify-content: center;
94
94
  &:hover {
95
95
  background: #F8F9FA;
96
- border-radius: var(--zaui-border-radius, 4px);
96
+ border-radius: var(--zaui-border-radius, 8px);
97
97
  }
98
98
  &:hover,&.file-box-error {
99
99
  .file-actions-wrap {
@@ -8,7 +8,7 @@
8
8
  .pro-upload-dragger {
9
9
  .pro-upload-handle-box {
10
10
  background : #F8F9FA;
11
- border-radius: var(--zaui-border-radius, 4px);
11
+ border-radius: var(--zaui-border-radius, 8px);
12
12
  padding : var(--zaui-space-size-sm, 8px);
13
13
 
14
14
  .@{ant-prefix}-upload.@{ant-prefix}-upload-drag {
@@ -178,7 +178,7 @@
178
178
  text-align : center;
179
179
  line-height : 32px;
180
180
  background : #FFFFFF;
181
- border-radius: var(--zaui-border-radius, 4px);
181
+ border-radius: var(--zaui-border-radius, 8px);
182
182
  border : 1px solid #DCDCDC;
183
183
 
184
184
  }
@@ -324,7 +324,7 @@
324
324
  }
325
325
 
326
326
  .proupload-modal-preview {
327
- .ant-modal {
327
+ .@{ant-prefix}-modal {
328
328
  width: 600px;
329
329
  }
330
330
  }
@@ -1 +1,30 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1664417328557" class="icon" viewBox="0 0 1075 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18351" xmlns:xlink="http://www.w3.org/1999/xlink" width="25.1953125" height="24"><path d="M1044.4288 758.3232v128.9728H313.7024V758.272h730.7264z m-833.1264 0v128.9728H71.7312V758.272h139.5712z m833.1264-310.784v128.9216H313.7024V447.5392h730.7264z m-833.1264 0v128.9216H71.7312V447.5392h139.5712z m833.1264-310.784v128.9216H313.7024V136.704h730.7264z m-833.1264 0v128.9216H71.7312V136.704h139.5712z" p-id="18352"></path></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>编组 52@1x</title>
4
+ <defs>
5
+ <rect id="path-1" x="0" y="4" width="24" height="18" rx="2"></rect>
6
+ <filter x="-14.6%" y="-13.9%" width="129.2%" height="138.9%" filterUnits="objectBoundingBox" id="filter-2">
7
+ <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
8
+ <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
9
+ <feColorMatrix values="0 0 0 0 0.653997356 0 0 0 0 0.779247182 0 0 0 0 1 0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
10
+ </filter>
11
+ </defs>
12
+ <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
13
+ <g id="画板备份-17" transform="translate(-1367, -56)">
14
+ <g id="编组-81" transform="translate(1359, 48)">
15
+ <g id="编组-52" transform="translate(8, 8)">
16
+ <rect id="矩形" x="0" y="0" width="32" height="32"></rect>
17
+ <g id="编组-13" transform="translate(4, 5)">
18
+ <path d="M5.33152162,0 L15,0 C16.1045695,7.78148667e-16 17,0.8954305 17,2 L17,19 C17,20.1045695 16.1045695,21 15,21 L2,21 C0.8954305,21 6.76353751e-17,20.1045695 0,19 L-4.4408921e-16,5.64678021 C-5.05225217e-16,5.14756683 0.186696218,4.666401 0.523402611,4.29783242 L3.85492423,0.651052206 C4.233839,0.236281109 4.76972854,9.91378134e-16 5.33152162,8.8817842e-16 Z" id="矩形" fill="#87F1FC" transform="translate(8.5, 10.5) scale(-1, 1) translate(-8.5, -10.5)"></path>
19
+ <g id="矩形">
20
+ <use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
21
+ <use fill="#4181FF" fill-rule="evenodd" xlink:href="#path-1"></use>
22
+ </g>
23
+ <circle id="椭圆形" fill="#FFFFFF" cx="7.16666667" cy="12.8333333" r="1.5"></circle>
24
+ <circle id="椭圆形" fill="#FFFFFF" cx="16.5" cy="12.8333333" r="1.5"></circle>
25
+ </g>
26
+ </g>
27
+ </g>
28
+ </g>
29
+ </g>
30
+ </svg>
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="16px" height="15px" viewBox="0 0 16 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>编组 2</title>
4
+ <defs>
5
+ <linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="linearGradient-1">
6
+ <stop stop-color="#ADDDFF" stop-opacity="0" offset="0%"></stop>
7
+ <stop stop-color="#5FB3D8" stop-opacity="0" offset="13.9259178%"></stop>
8
+ <stop stop-color="#4181FF" offset="100%"></stop>
9
+ </linearGradient>
10
+ </defs>
11
+ <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
12
+ <g id="画板备份-17" transform="translate(-81, -162)" fill="url(#linearGradient-1)">
13
+ <g id="编组-27" transform="translate(64, 146)">
14
+ <g id="Card_Tittle/带icon备份-4" transform="translate(1, 0)">
15
+ <g id="编组-2" transform="translate(16, 16)">
16
+ <g id="编组">
17
+ <rect id="矩形" x="0" y="0" width="16" height="6" rx="3"></rect>
18
+ </g>
19
+ <g id="编组备份" transform="translate(8, 12) scale(-1, 1) translate(-8, -12)translate(0, 9)">
20
+ <rect id="矩形" x="0" y="0" width="16" height="6" rx="3"></rect>
21
+ </g>
22
+ </g>
23
+ </g>
24
+ </g>
25
+ </g>
26
+ </g>
27
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="21px" height="21px" viewBox="0 0 22 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>icon-settings</title>
4
+ <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="画板备份-17" transform="translate(-1223, -14)" fill="#231F20" fill-rule="nonzero" stroke="#333333" stroke-width="0.3">
6
+ <g id="编组-2" transform="translate(1209.2372, 0)">
7
+ <g id="icon-settings" transform="translate(14.4202, 15)">
8
+ <path d="M20.3848055,7.53659573 C20.2624144,6.90517801 19.8656126,6.49687157 19.3574341,6.49687157 L19.2693187,6.49687157 C17.8961096,6.49687157 16.7791849,5.40670117 16.7791849,4.0659785 C16.7791849,3.64243545 16.9874064,3.15949962 16.9954426,3.14030349 C17.2488001,2.58384094 17.0543916,1.90192685 16.5418484,1.55193559 L13.9650884,0.151544503 L13.9272182,0.133451014 C13.4117224,-0.0847484644 12.7061572,0.0549122231 12.3217819,0.445776738 C12.0436226,0.725799811 11.0846741,1.52424401 10.3529464,1.52424401 C9.61169334,1.52424401 8.65061387,0.709786336 8.37104252,0.424450467 C7.98733476,0.0307290821 7.28906108,-0.117076194 6.76773716,0.100747395 L4.09924158,1.52780256 L4.05918911,1.55268737 C3.54659457,1.90127525 3.35146717,2.5831643 3.60341257,3.13749673 C3.61211629,3.15777047 3.82110799,3.63677181 3.82110799,4.06600356 C3.82110799,5.40672622 2.70418334,6.49689663 1.33099995,6.49689663 L1.2268892,6.49689663 C0.73468034,6.49689663 0.337852817,6.90517801 0.215538765,7.53662079 C0.206424254,7.58105259 0,8.64957096 0,9.50630527 C0,10.3619369 0.206424254,11.4300794 0.215538765,11.4741603 C0.337852842,12.105979 0.73468034,12.5146363 1.24288452,12.5146363 L1.33099995,12.5146363 C2.70418336,12.5146363 3.82110799,13.6048318 3.82110799,14.9451535 C3.82110799,15.3715534 3.61214195,15.8526849 3.60413145,15.8711543 C3.35149282,16.4286944 3.54518244,17.1095309 4.05628784,17.457768 L6.58426601,18.8421957 L6.62285501,18.8592617 C7.1456424,19.0838515 7.85261977,18.9374246 8.23488975,18.5295191 C8.58799332,18.1570989 9.54475946,17.3838403 10.2473465,17.3838403 C11.0089339,17.3838403 11.9897315,18.249471 12.2722554,18.5536271 C12.5328788,18.8322217 12.9333521,19 13.3432737,19 C13.5347553,19 13.7160441,18.962986 13.8820564,18.8933687 L16.5032593,17.4834046 L16.5418483,17.4591713 C17.0543915,17.109556 17.2495446,16.4287195 16.9969316,15.8740362 C16.9881766,15.8534116 16.7792105,15.3743852 16.7792105,14.9451785 C16.7792105,13.6048568 17.8961352,12.5146614 19.2693442,12.5146614 L19.3720429,12.5146614 C19.8649193,12.5146614 20.26244,12.1060041 20.3848054,11.4741854 C20.3935348,11.4301045 20.6002928,10.361962 20.6002928,9.50633035 C20.6002928,8.64954589 20.3935349,7.58102751 20.3848055,7.53659573 M19.1062589,9.50628019 C19.1062589,10.0598859 18.9933931,10.7712959 18.9416844,11.0683599 C16.8818579,11.2332312 15.2851253,12.9132945 15.2851253,14.9451284 C15.2851253,15.518657 15.471549,16.0680024 15.5705761,16.3206848 L13.3345445,17.5259819 C13.2245799,17.413712 12.8998469,17.0938682 12.457909,16.7726211 C11.6817384,16.2111966 10.9375841,15.9244072 10.2473209,15.9244072 C9.56291156,15.9244072 8.82463676,16.2040795 8.05211198,16.7584119 C7.61233077,17.0711135 7.29198807,17.3823867 7.17984115,17.4975135 L5.0290237,16.3220881 C5.13387902,16.056625 5.31519344,15.5143716 5.31519344,14.9451284 C5.31519344,12.9132945 3.71846079,11.2332312 1.65937889,11.0683599 C1.60695125,10.7712959 1.49408545,10.0599109 1.49408545,9.50628019 C1.49408545,8.95157185 1.60695125,8.23983608 1.65937889,7.94277203 C3.71846079,7.77825158 5.31519344,6.09783742 5.31519344,4.06600356 C5.31519344,3.4956827 5.12879543,2.94455798 5.02976827,2.69225151 L7.32112879,1.46312209 C7.42087485,1.56050617 7.74779025,1.8728319 8.1948374,2.18340342 C8.95645045,2.71392862 9.68168251,2.98257437 10.3529721,2.98257437 C11.0177147,2.98257437 11.7378118,2.71891561 12.4943156,2.19869017 C12.9450086,1.8895471 13.2712051,1.58148161 13.3658419,1.49442234 L15.5712693,2.69012142 C15.4715233,2.94099944 15.2850996,3.4903449 15.2850996,4.06600358 C15.2850996,6.09783744 16.8818322,7.7782516 18.9416587,7.94277205 C18.9933931,8.2405127 19.1062589,8.95513042 19.1062589,9.50628019" id="形状"></path>
9
+ <path d="M10.3001356,6.5 C8.59640655,6.5 7.21010249,7.84598945 7.21010249,9.50014713 C7.21010249,11.1545781 8.5964282,12.5 10.3001356,12.5 C12.0038646,12.5 13.3901903,11.1545781 13.3901903,9.50014713 C13.3901903,7.84598945 12.0038646,6.5 10.3001356,6.5 M12.1303626,9.50014713 C12.1303626,10.4798072 11.3095002,11.276765 10.3001356,11.276765 C9.29079259,11.276765 8.47053634,10.4798072 8.47053634,9.50014713 C8.47053634,8.52105462 9.29079259,7.72378156 10.3001356,7.72378156 C11.3095002,7.72378156 12.1303626,8.52105462 12.1303626,9.50014713" id="形状"></path>
10
+ </g>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -27,12 +27,14 @@ declare const _default: {
27
27
  inputPlaceholder: string;
28
28
  selectPlaceHolder: string;
29
29
  switchText: string[];
30
+ ruleStartEndText: string[];
30
31
  search: string;
31
32
  reset: string;
32
33
  ruleText: string;
33
34
  completeText: string;
34
- formList_actions: string[];
35
- formList_confirmMessage: string;
35
+ halfRuleText: string;
36
+ formListActions: string[];
37
+ formListConfirmMessage: string;
36
38
  };
37
39
  ProAction: {
38
40
  errorMessage: string;
@@ -154,5 +156,8 @@ declare const _default: {
154
156
  ProViewer: {
155
157
  preview: string;
156
158
  };
159
+ ProIcon: {
160
+ language: string;
161
+ };
157
162
  };
158
163
  export default _default;
@@ -33,12 +33,14 @@ var _default = exports.default = {
33
33
  inputPlaceholder: 'Please enter',
34
34
  selectPlaceHolder: 'Please select',
35
35
  switchText: ['Yes', 'No'],
36
+ ruleStartEndText: ['start value', 'end value'],
36
37
  search: 'Search',
37
38
  reset: 'Reset',
38
39
  ruleText: 'correct',
39
40
  completeText: 'enter in full',
40
- formList_actions: ['Add', 'Delete', 'Copy', 'Move up', 'Move down', 'Add a new line'],
41
- formList_confirmMessage: 'Are you sure delete it?'
41
+ halfRuleText: 'Enter the value of ({total})',
42
+ formListActions: ['Add', 'Delete', 'Copy', 'Move up', 'Move down', 'Add a new line'],
43
+ formListConfirmMessage: 'Are you sure delete it?'
42
44
  },
43
45
  ProAction: {
44
46
  errorMessage: 'The configuration config for ProAction must be data',
@@ -159,5 +161,8 @@ var _default = exports.default = {
159
161
  },
160
162
  ProViewer: {
161
163
  preview: 'preview'
164
+ },
165
+ ProIcon: {
166
+ language: 'en'
162
167
  }
163
168
  };
@@ -27,12 +27,14 @@ declare const _default: {
27
27
  inputPlaceholder: string;
28
28
  selectPlaceHolder: string;
29
29
  switchText: string[];
30
+ ruleStartEndText: string[];
30
31
  search: string;
31
32
  reset: string;
32
33
  ruleText: string;
33
34
  completeText: string;
34
- formList_actions: string[];
35
- formList_confirmMessage: string;
35
+ halfRuleText: string;
36
+ formListActions: string[];
37
+ formListConfirmMessage: string;
36
38
  };
37
39
  ProAction: {
38
40
  errorMessage: string;
@@ -154,5 +156,8 @@ declare const _default: {
154
156
  ProViewer: {
155
157
  preview: string;
156
158
  };
159
+ ProIcon: {
160
+ language: string;
161
+ };
157
162
  };
158
163
  export default _default;
@@ -33,12 +33,14 @@ var _default = exports.default = {
33
33
  inputPlaceholder: '请输入',
34
34
  selectPlaceHolder: '请选择',
35
35
  switchText: ['是', '否'],
36
+ ruleStartEndText: ['起始值', '截止值'],
36
37
  search: '查询',
37
38
  reset: '重置',
38
39
  ruleText: '正确的',
39
40
  completeText: '请完整输入',
40
- formList_actions: ['新增', '删除', '复制', '上移', '下移', '新增一行'],
41
- formList_confirmMessage: '确认删除吗?'
41
+ halfRuleText: '请输入第({total})个表单的值',
42
+ formListActions: ['新增', '删除', '复制', '上移', '下移', '新增一行'],
43
+ formListConfirmMessage: '确认删除吗?'
42
44
  },
43
45
  ProAction: {
44
46
  errorMessage: 'ProAction 配置 config 必须为数据',
@@ -159,5 +161,8 @@ var _default = exports.default = {
159
161
  },
160
162
  ProViewer: {
161
163
  preview: '预览'
164
+ },
165
+ ProIcon: {
166
+ language: 'cn'
162
167
  }
163
168
  };
@@ -11,7 +11,6 @@
11
11
  // 表单
12
12
  @import '../ProForm/style/index';
13
13
  @import '../ProUpload/style/index';
14
- @import '../ProTreeSelect/style/index';
15
14
  @import '../ProTreeModal/style/index';
16
15
  @import '../ProTree/style/index';
17
16
 
@@ -20,13 +19,10 @@
20
19
  @import '../ProEditTable/style/index';
21
20
  @import '../ProEditLabel/style/index';
22
21
 
23
-
24
22
  // 通用
25
23
  @import '../ProIcon/style/index';
26
24
  @import '../ProThemeTools/style/index';
27
25
  @import '../ProDownload/style/index';
28
26
 
29
-
30
-
31
27
  // old 待废弃
32
28
  @import '../old/ProEditableTable/style/index';
@@ -0,0 +1,2 @@
1
+ @import "./components.less";
2
+ @import "./theme/index.less";
@@ -24,48 +24,34 @@
24
24
  // label 超过130px换行
25
25
  .@{ant-prefix}-form-item-label {
26
26
  flex: 0 0 @zaui-form-label-width;
27
- padding-right: @zaui-space-size-sm;
27
+ padding-right: 16px;
28
28
  overflow: initial;
29
29
  line-height: 1;
30
30
  white-space: pre-wrap;
31
- text-align: @zaui-form-align;
32
31
 
33
32
  .@{ant-prefix}-form-item-required {
34
- &::after {
35
- display: block;
33
+ position: relative;
34
+ &::before {
35
+ position: absolute;
36
+ top: calc(50% - 7px);
37
+ left: -8px;
38
+ margin: 0;
36
39
  }
37
40
  }
38
41
 
39
42
  & > label {
40
43
  word-break: break-word;
41
44
 
45
+ // 隐藏冒号
42
46
  &::after {
43
47
  display: none;
44
- margin: 0;
45
48
  }
46
49
  }
47
50
 
48
- & .@{ant-prefix}-form-item-required::before {
49
- display: inline-block;
50
- }
51
-
52
51
  &.@{ant-prefix}-form-item-label-left {
53
52
  & > .@{ant-prefix}-form-item-required::before {
54
- display: none;
55
- }
56
-
57
- & > .@{ant-prefix}-form-item-required::after {
58
- margin-top: 1px;
59
- color: #ff4d4f;
60
- font-size: var(--zaui-font-size, 14px);
61
- line-height: 1;
62
- content: '*';
63
- }
64
- }
65
-
66
- &:not(.@{ant-prefix}-form-item-label-left) {
67
- & > .@{ant-prefix}-form-item-required::after {
68
- display: none;
53
+ right: -10px;
54
+ left: unset;
69
55
  }
70
56
  }
71
57
  }
@@ -673,7 +659,6 @@
673
659
  width: calc(100% - 18px);
674
660
  margin-bottom: 0;
675
661
  text-align: right;
676
- // background: #fff;
677
662
  }
678
663
  }
679
664
  }
@@ -718,8 +703,8 @@
718
703
 
719
704
  // tooltip样式重载
720
705
  .@{ant-prefix}-tooltip {
721
- > .ant-tooltip-content {
722
- > .ant-tooltip-inner {
706
+ > .@{ant-prefix}-tooltip-content {
707
+ > .@{ant-prefix}-tooltip-inner {
723
708
  color: rgb(29, 33, 41);
724
709
  background-color: #fff;
725
710
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
@@ -735,8 +720,8 @@
735
720
  }
736
721
  }
737
722
  }
738
- > .ant-tooltip-arrow {
739
- > .ant-tooltip-arrow-content {
723
+ > .@{ant-prefix}-tooltip-arrow {
724
+ > .@{ant-prefix}-tooltip-arrow-content {
740
725
  --antd-arrow-background-color: linear-gradient(
741
726
  to right bottom,
742
727
  rgba(255, 255, 255, 0.95),
@@ -56,8 +56,8 @@
56
56
  --zaui-table-nested-bg : #fafcfe;
57
57
  --zaui-contract-bg : #fffaa1; // 对比背景色
58
58
  --zaui-form-label-width : 130px; // 8个全角字符宽度
59
- --zaui-border-radius : 4px;
60
- --zaui-border-radius-card : 2px;
59
+ --zaui-border-radius : 8px;
60
+ --zaui-border-radius-card : 4px;
61
61
  --zaui-font-size-title : 16px;
62
62
  --zaui-font-size-card-title : var(--zaui-font-size-title);
63
63
  --zaui-font-size : 14px;
@@ -56,8 +56,8 @@
56
56
  @zaui-form-required-after: var(--zaui-form-required-after; inline);
57
57
  @zaui-form-required-before: var(--zaui-form-required-before; none);
58
58
  @zaui-form-label-width: var(--zaui-form-label-width; 130px);
59
- @zaui-border-radius: var(--zaui-border-radius; 4px);
60
- @zaui-border-radius-card: var(--zaui-border-radius-card; 2px);
59
+ @zaui-border-radius: var(--zaui-border-radius; 8px);
60
+ @zaui-border-radius-card: var(--zaui-border-radius-card; 4px);
61
61
  @zaui-font-size-title:
62
62
  calc(var(--zaui-font-size-title; 16px) + var(--zaui-base-font-size; 0px));
63
63
  @zaui-font-size-card-title:
package/lib/tokens.js CHANGED
@@ -59,8 +59,8 @@ var tokens = {
59
59
  '@zaui-form-required-after': 'var(--zaui-form-required-after, inline)',
60
60
  '@zaui-form-required-before': 'var(--zaui-form-required-before, none)',
61
61
  '@zaui-form-label-width': 'var(--zaui-form-label-width, 130px)',
62
- '@zaui-border-radius': 'var(--zaui-border-radius, 4px)',
63
- '@zaui-border-radius-card': 'var(--zaui-border-radius-card, 2px)',
62
+ '@zaui-border-radius': 'var(--zaui-border-radius, 8px)',
63
+ '@zaui-border-radius-card': 'var(--zaui-border-radius-card, 4px)',
64
64
  '@zaui-font-size-title': 'calc(var(--zaui-font-size-title, 16px) + var(--zaui-base-font-size, 0px))',
65
65
  '@zaui-font-size-card-title': 'calc(var(--zaui-font-size-card-title, 16px) + var(--zaui-base-font-size, 0px))',
66
66
  '@zaui-font-size': 'calc(var(--zaui-font-size, 14px) + var(--zaui-base-font-size, 0px))',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.4.2",
3
+ "version": "3.4.3-beta.10",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -58,7 +58,7 @@
58
58
  "@dnd-kit/sortable": "^7.0.2",
59
59
  "@dnd-kit/utilities": "^3.2.1",
60
60
  "@pansy/react-watermark": "^3.1.13",
61
- "@zat-design/utils": "^1.1.16",
61
+ "@zat-design/utils": "1.1.16",
62
62
  "ahooks": "3.7.4",
63
63
  "antd": "4.24.8",
64
64
  "big.js": "^6.2.1",
@@ -1,24 +0,0 @@
1
- import { isEqual, isFunction } from 'lodash';
2
- var nullValue = [null, undefined, '']; // 输入框空值时可能存在的三种值 视为相等
3
- export var contrastOriginal = function contrastOriginal(params) {
4
- var originalValue = params.originalValue,
5
- value = params.value,
6
- equalWith = params.equalWith;
7
- // 支持传入自定义比较事件
8
- if (isFunction(equalWith)) {
9
- return !equalWith(originalValue, value);
10
- }
11
- if (Array.isArray(originalValue)) {
12
- return originalValue.some(function (valueItem, index) {
13
- // 如果两个值有一个不是空值, 则进行深比较
14
- if (!nullValue.includes(value === null || value === void 0 ? void 0 : value[index]) || !nullValue.includes(valueItem)) {
15
- return !isEqual(value === null || value === void 0 ? void 0 : value[index], valueItem);
16
- }
17
- return false;
18
- });
19
- }
20
- if (!nullValue.includes(value) || !nullValue.includes(originalValue)) {
21
- return !isEqual(value, originalValue);
22
- }
23
- return false;
24
- };
@@ -1,43 +0,0 @@
1
- window._iconfont_svg_string_4063056 = '<svg><symbol id="icon-lock" viewBox="0 0 1024 1024"><path d="M752.384 412.1088h-55.6544V300.3904C696.7296 183.6544 608.512 102.4 501.76 102.4 395.0592 102.4 306.8928 183.6544 306.8928 300.3904V407.04H251.1872c-27.8016 0-46.3872 25.344-46.3872 50.7392v385.8432c0 30.464 23.1936 50.7904 46.3872 50.7904h501.248c27.8016 0 46.3872-25.3952 46.3872-50.7904V462.848c0-30.464-18.5856-50.7392-46.4384-50.7392z m-222.72 253.8496v86.272c0 5.12-4.6592 5.12-4.6592 5.12h-41.7792c-4.608 0-4.608-5.12-4.608-5.12v-86.272c-23.2448-10.1888-37.12-30.464-37.12-55.8592 0-35.5328 27.8016-66.048 60.3136-66.048 32.4608 0 60.3136 30.5152 60.3136 66.048 0 25.3952-13.9264 45.6704-32.4608 55.808z m92.7744-253.8496H381.1328V295.3216c0-60.928 55.7056-111.6672 120.6784-111.6672 64.9728 0 120.6272 50.7392 120.6272 111.6672v116.736z" fill="#BCBCBC" ></path></symbol><symbol id="icon-drag" viewBox="0 0 1024 1024"><path d="M670.72 179.2m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z" fill="#939599" ></path><path d="M670.72 506.88m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z" fill="#939599" ></path><path d="M670.72 834.56m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z" fill="#939599" ></path><path d="M343.04 179.2m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z" fill="#939599" ></path><path d="M343.04 506.88m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z" fill="#939599" ></path><path d="M343.04 834.56m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z" fill="#939599" ></path></symbol><symbol id="icon-plus" viewBox="0 0 1024 1024"><path d="M576 64H448v384H64v128h384v384h128V576h384V448H576z" ></path></symbol><symbol id="icon-zengjia" viewBox="0 0 1024 1024"><path d="M939.94 459.073h-377.6V83.519H462.055v375.554h-377.6v100.284h377.6v379.646H562.34V559.357h377.6z" fill="#272636" ></path></symbol><symbol id="icon-dot" viewBox="0 0 1024 1024"><path d="M512 624a112 112 0 1 0 0-224 112 112 0 0 0 0 224z" ></path></symbol><symbol id="icon-solid-close" viewBox="0 0 1024 1024"><path d="M516.707 66.513C272.86 66.513 75.16 264.212 75.16 508.06S272.86 949.607 516.707 949.607 958.254 751.91 958.254 508.06 760.556 66.513 516.707 66.513z m227.067 601.691c18.419 18.42 18.419 48.504 0 66.923s-48.504 18.42-66.923 0L516.707 574.983 356.563 735.127c-18.419 18.42-48.503 18.42-66.923 0s-18.419-48.504 0-66.923L449.784 508.06 289.64 347.916c-18.419-18.419-18.419-48.503 0-66.922 18.42-18.42 48.504-18.42 66.923 0l160.144 160.144 160.144-160.144c18.42-18.42 48.504-18.42 66.923 0 18.419 18.419 18.419 48.503 0 66.922L583.63 508.06l160.144 160.144z" ></path></symbol><symbol id="icon-arrow" viewBox="0 0 1024 1024"><path d="M832 0a192 192 0 0 1 192 192v640a192 192 0 0 1-192 192H192A192 192 0 0 1 0 832V192A192 192 0 0 1 192 0z m0 42.667H192A149.333 149.333 0 0 0 42.667 192v640A149.333 149.333 0 0 0 192 981.333h640A149.333 149.333 0 0 0 981.333 832V192A149.333 149.333 0 0 0 832 42.667z m-94.165 329.386l60.33 60.331L512 718.592 225.835 432.384l60.33-60.33L512 597.887l225.835-225.835z" ></path></symbol><symbol id="icon-delete" viewBox="0 0 1024 1024"><path d="M662.08 121.472v64H361.92v-64z m206.4 159.488v64H155.52v-64z" ></path><path d="M280.512 303.232l-0.064 530.816h460.096V303.232h64v594.88H216.512v-594.88z" ></path><path d="M431.424 440.704v337.728h-64V440.704z m225.152 0v337.728h-64V440.704z" ></path></symbol><symbol id="icon-catalog" viewBox="0 0 1075 1024"><path d="M1044.429 758.323v128.973H313.702V758.272h730.727z m-833.127 0v128.973H71.732V758.272h139.57zM1044.43 447.54v128.922H313.702V447.539h730.727z m-833.127 0v128.922H71.732V447.539h139.57z m833.127-310.784v128.922H313.702V136.704h730.727z m-833.127 0v128.922H71.732V136.704h139.57z" ></path></symbol><symbol id="icon-customColumn" viewBox="0 0 1024 1024"><path d="M170.368 128h0.576c28.288 0 42.368 14.848 42.368 44.608v678.784c0 29.76-14.08 44.608-42.368 44.608h-0.576C142.144 896 128 881.152 128 851.392V172.608c0-29.76 14.08-44.608 42.368-44.608z m682.752 0h0.576c28.224 0 42.368 14.848 42.368 44.608v678.784c0 29.76-14.08 44.608-42.368 44.608h-0.576c-28.288 0-42.368-14.848-42.368-44.608V172.608c0-29.76 14.08-44.608 42.368-44.608z m-453.632 0h225.024c38.784 0 58.176 20.16 58.176 60.416v647.168c0 40.32-19.392 60.416-58.176 60.416H399.488c-38.784 0-58.176-20.16-58.176-60.416V188.416c0-40.32 19.392-60.416 58.176-60.416z" ></path></symbol><symbol id="icon-copy" viewBox="0 0 1024 1024"><path d="M363.746 0h565.883c52.05 0 94.286 42.236 94.286 94.285V660.17c0 52.049-42.237 94.285-94.286 94.285H363.746c-52.05 0-94.286-42.236-94.286-94.285V94.285C269.46 42.236 311.697 0 363.746 0z m0 80.804a13.482 13.482 0 0 0-13.482 13.481V660.17c0 7.423 6.058 13.482 13.482 13.482h565.883c7.424 0 13.482-6.059 13.482-13.482V94.285a13.482 13.482 0 0 0-13.482-13.481H363.746z m309.905 754.54a40.445 40.445 0 1 1 80.803 0v94.37c0 52.05-42.236 94.286-94.285 94.286H94.285C42.236 1023.915 0 981.678 0 929.63V363.745c0-52.05 42.236-94.286 94.285-94.286h94.371a40.445 40.445 0 0 1 0 80.804h-94.37a13.482 13.482 0 0 0-13.482 13.482v565.883c0 7.424 6.058 13.482 13.481 13.482H660.17c7.423 0 13.482-6.058 13.482-13.482v-94.37z" ></path></symbol><symbol id="icon-drag-old" viewBox="0 0 1024 1024"><path d="M358.4 204.8m-51.2 0a51.2 51.2 0 1 0 102.4 0 51.2 51.2 0 1 0-102.4 0Z" ></path><path d="M665.6 204.8m-51.2 0a51.2 51.2 0 1 0 102.4 0 51.2 51.2 0 1 0-102.4 0Z" ></path><path d="M665.6 409.6m-51.2 0a51.2 51.2 0 1 0 102.4 0 51.2 51.2 0 1 0-102.4 0Z" ></path><path d="M358.4 614.4m-51.2 0a51.2 51.2 0 1 0 102.4 0 51.2 51.2 0 1 0-102.4 0Z" ></path><path d="M358.4 819.2m-51.2 0a51.2 51.2 0 1 0 102.4 0 51.2 51.2 0 1 0-102.4 0Z" ></path><path d="M665.6 819.2m-51.2 0a51.2 51.2 0 1 0 102.4 0 51.2 51.2 0 1 0-102.4 0Z" ></path><path d="M358.4 409.6m-51.2 0a51.2 51.2 0 1 0 102.4 0 51.2 51.2 0 1 0-102.4 0Z" ></path><path d="M665.6 614.4m-51.2 0a51.2 51.2 0 1 0 102.4 0 51.2 51.2 0 1 0-102.4 0Z" ></path></symbol><symbol id="icon-disabled" viewBox="0 0 1024 1024"><path d="M752.384 412.1088h-55.6544V300.3904C696.7296 183.6544 608.512 102.4 501.76 102.4 395.0592 102.4 306.8928 183.6544 306.8928 300.3904V407.04H251.1872c-27.8016 0-46.3872 25.344-46.3872 50.7392v385.8432c0 30.464 23.1936 50.7904 46.3872 50.7904h501.248c27.8016 0 46.3872-25.3952 46.3872-50.7904V462.848c0-30.464-18.5856-50.7392-46.4384-50.7392z m-222.72 253.8496v86.272c0 5.12-4.6592 5.12-4.6592 5.12h-41.7792c-4.608 0-4.608-5.12-4.608-5.12v-86.272c-23.2448-10.1888-37.12-30.464-37.12-55.8592 0-35.5328 27.8016-66.048 60.3136-66.048 32.4608 0 60.3136 30.5152 60.3136 66.048 0 25.3952-13.9264 45.6704-32.4608 55.808z m92.7744-253.8496H381.1328V295.3216c0-60.928 55.7056-111.6672 120.6784-111.6672 64.9728 0 120.6272 50.7392 120.6272 111.6672v116.736z" ></path></symbol><symbol id="icon-tip" viewBox="0 0 1024 1024"><path d="M512 19.017a492.983 492.983 0 1 1-0.073 986.039A492.983 492.983 0 0 1 512 19.09z m0 48.786a444.27 444.27 0 1 0 0.073 888.467A444.27 444.27 0 0 0 512 67.803z m22.016 317.367c37.45 3.877 55.15 33.792 48.64 66.707l-78.41 259.072c-1.023 5.924 2.049 11.849 7.315 13.677 5.852 2.048 17.92-5.412 27.648-16.091l47.104-56.613c1.244 9.509-0.878 26.185-0.878 32.549-35.328 53.028-71.314 93.988-131.876 93.988-41.326-6.729-58.222-36.352-49.298-66.56l77.897-257.828c1.901-6.364-1.244-13.02-7.022-15.068-5.778-2.048-17.042 5.413-26.77 16.092l-47.031 56.612c-1.317-9.508-0.146-25.234-0.146-31.597 35.328-53.029 93.403-94.94 132.827-94.94z m40.96-144.823c29.77 0 53.906 21.724 53.906 53.614 0 31.964-24.137 53.614-53.906 53.614a52.297 52.297 0 0 1-53.906-53.614c0-31.89 24.137-53.614 53.906-53.614z" ></path></symbol><symbol id="icon-reset" viewBox="0 0 1024 1024"><path d="M482.464768 117.691733L364.363435 66.696533A49.288533 49.288533 0 0 0 325.314901 157.013333a417.9968 417.9968 0 0 0 53.8624 789.845334 49.288533 49.288533 0 0 0 25.668267-95.163734 319.624533 319.624533 0 0 1-29.559467-608.324266l-7.850666 18.158933a49.152 49.152 0 0 0 26.0096 64.580267 49.288533 49.288533 0 0 0 64.580266-24.9856l50.107734-118.9888a49.425067 49.425067 0 0 0-25.668267-64.512z m429.602133 421.410134A418.884267 418.884267 0 0 0 614.424235 126.839467a49.288533 49.288533 0 1 0-28.398934 94.344533 319.829333 319.829333 0 0 1 56.9344 589.824 49.152 49.152 0 0 0-86.152533-47.240533l-67.106133 109.431466a48.9472 48.9472 0 0 0 16.110933 67.925334l109.294933 67.9936a49.288533 49.288533 0 1 0 50.9952-83.7632l-15.018666-9.352534a418.679467 418.679467 0 0 0 261.051733-376.900266z" ></path></symbol><symbol id="icon-view" viewBox="0 0 1024 1024"><path d="M801.606 104.727a117.667 117.667 0 0 1 117.434 109.94l0.233 7.727v246.598a34.91 34.91 0 0 1-69.493 4.748l-0.325-4.748V222.394c0-24.669-18.619-44.963-42.636-47.57l-5.213-0.279H222.394c-24.669 0-44.963 18.619-47.57 42.636l-0.279 5.213v579.212c0 24.669 18.619 44.963 42.636 47.57l5.213 0.279h243.247a34.91 34.91 0 0 1 4.747 69.492l-4.747 0.326H222.394a117.667 117.667 0 0 1-117.434-109.94l-0.233-7.727V222.394a117.667 117.667 0 0 1 109.94-117.434l7.727-0.233h579.212zM448.559 585.728a34.91 34.91 0 1 1 0 69.818H332.195a34.91 34.91 0 1 1 0-69.818h116.364z m232.727-232.727a34.91 34.91 0 1 1 0 69.818H332.195a34.91 34.91 0 1 1 0-69.818h349.09z" ></path><path d="M699.764 490.356a186.182 186.182 0 1 1 0 372.364 186.182 186.182 0 0 1 0-372.364z m0 69.819a116.364 116.364 0 1 0 0 232.727 116.364 116.364 0 0 0 0-232.727z" ></path><path d="M798.673 769.35a34.91 34.91 0 0 1 49.339 0l82.292 82.246a34.91 34.91 0 1 1-49.338 49.384l-82.293-82.292a34.91 34.91 0 0 1 0-49.338z" ></path></symbol><symbol id="icon-search" viewBox="0 0 1024 1024"><path d="M801.606 104.727a117.667 117.667 0 0 1 117.434 109.94l0.233 7.727v246.598a34.91 34.91 0 0 1-69.493 4.748l-0.325-4.748V222.394c0-24.669-18.619-44.963-42.636-47.57l-5.213-0.279H222.394c-24.669 0-44.963 18.619-47.57 42.636l-0.279 5.213v579.212c0 24.669 18.619 44.963 42.636 47.57l5.213 0.279h243.247a34.91 34.91 0 0 1 4.747 69.492l-4.747 0.326H222.394a117.667 117.667 0 0 1-117.434-109.94l-0.233-7.727V222.394a117.667 117.667 0 0 1 109.94-117.434l7.727-0.233h579.212zM448.559 585.728a34.91 34.91 0 1 1 0 69.818H332.195a34.91 34.91 0 1 1 0-69.818h116.364z m232.727-232.727a34.91 34.91 0 1 1 0 69.818H332.195a34.91 34.91 0 1 1 0-69.818h349.09z" ></path><path d="M699.764 490.356a186.182 186.182 0 1 1 0 372.364 186.182 186.182 0 0 1 0-372.364z m0 69.819a116.364 116.364 0 1 0 0 232.727 116.364 116.364 0 0 0 0-232.727z" ></path><path d="M798.673 769.35a34.91 34.91 0 0 1 49.339 0l82.292 82.246a34.91 34.91 0 1 1-49.338 49.384l-82.293-82.292a34.91 34.91 0 0 1 0-49.338z" ></path></symbol></svg>', function (o) {
2
- var t = (t = document.getElementsByTagName("script"))[t.length - 1],
3
- a = t.getAttribute("data-injectcss"),
4
- t = t.getAttribute("data-disable-injectsvg");
5
- if (!t) {
6
- var e,
7
- _l,
8
- h,
9
- i,
10
- c,
11
- d = function d(t, a) {
12
- a.parentNode.insertBefore(t, a);
13
- };
14
- if (a && !o.__iconfont__svg__cssinject__) {
15
- o.__iconfont__svg__cssinject__ = !0;
16
- try {
17
- document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>");
18
- } catch (t) {
19
- console && console.log(t);
20
- }
21
- }
22
- e = function e() {
23
- var t,
24
- a = document.createElement("div");
25
- a.innerHTML = o._iconfont_svg_string_4063056, (a = a.getElementsByTagName("svg")[0]) && (a.setAttribute("aria-hidden", "true"), a.style.position = "absolute", a.style.width = 0, a.style.height = 0, a.style.overflow = "hidden", a = a, (t = document.body).firstChild ? d(a, t.firstChild) : t.appendChild(a));
26
- }, document.addEventListener ? ~["complete", "loaded", "interactive"].indexOf(document.readyState) ? setTimeout(e, 0) : (_l = function l() {
27
- document.removeEventListener("DOMContentLoaded", _l, !1), e();
28
- }, document.addEventListener("DOMContentLoaded", _l, !1)) : document.attachEvent && (h = e, i = o.document, c = !1, n(), i.onreadystatechange = function () {
29
- "complete" == i.readyState && (i.onreadystatechange = null, m());
30
- });
31
- }
32
- function m() {
33
- c || (c = !0, h());
34
- }
35
- function n() {
36
- try {
37
- i.documentElement.doScroll("left");
38
- } catch (t) {
39
- return void setTimeout(n, 50);
40
- }
41
- m();
42
- }
43
- }(window);