gxxc-ui 1.0.0

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 (143) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +41 -0
  3. package/dist/AmountCellUI/index.d.ts +11 -0
  4. package/dist/AmountCellUI/index.js +123 -0
  5. package/dist/AnchorUI/demo/anchor-button.d.ts +3 -0
  6. package/dist/AnchorUI/demo/anchor-button.js +85 -0
  7. package/dist/AnchorUI/demo/use-anchor.d.ts +3 -0
  8. package/dist/AnchorUI/demo/use-anchor.js +69 -0
  9. package/dist/AnchorUI/index.d.ts +4 -0
  10. package/dist/AnchorUI/index.js +56 -0
  11. package/dist/AnchorUI/index.scss +21 -0
  12. package/dist/BackUI/index.d.ts +14 -0
  13. package/dist/BackUI/index.js +35 -0
  14. package/dist/BackUI/index.scss +26 -0
  15. package/dist/BroadcastUI/index.d.ts +12 -0
  16. package/dist/BroadcastUI/index.js +62 -0
  17. package/dist/BroadcastUI/index.scss +43 -0
  18. package/dist/ButtonUI/index.d.ts +9 -0
  19. package/dist/ButtonUI/index.js +17 -0
  20. package/dist/ButtonUI/index.scss +6 -0
  21. package/dist/CellUI/index.d.ts +13 -0
  22. package/dist/CellUI/index.js +78 -0
  23. package/dist/CellUI/index.scss +28 -0
  24. package/dist/Components/index.d.ts +2 -0
  25. package/dist/Components/index.js +4 -0
  26. package/dist/DateUI/index.d.ts +5 -0
  27. package/dist/DateUI/index.js +116 -0
  28. package/dist/DateUI/index.scss +3 -0
  29. package/dist/DescriptionsUI/index.d.ts +19 -0
  30. package/dist/DescriptionsUI/index.js +72 -0
  31. package/dist/DescriptionsUI/index.scss +88 -0
  32. package/dist/EmptyUI/emptyImage.d.ts +3 -0
  33. package/dist/EmptyUI/emptyImage.js +12 -0
  34. package/dist/EmptyUI/index.d.ts +9 -0
  35. package/dist/EmptyUI/index.js +13 -0
  36. package/dist/EmptyUI/index.scss +10 -0
  37. package/dist/FilterUI/index.d.ts +28 -0
  38. package/dist/FilterUI/index.js +252 -0
  39. package/dist/FilterUI/index.scss +80 -0
  40. package/dist/FormUI/index.d.ts +4 -0
  41. package/dist/FormUI/index.js +45 -0
  42. package/dist/FormUI/index.scss +64 -0
  43. package/dist/IconUI/index.d.ts +27 -0
  44. package/dist/IconUI/index.js +22 -0
  45. package/dist/IconUI/material/dictionary.d.ts +4 -0
  46. package/dist/IconUI/material/dictionary.js +71 -0
  47. package/dist/IconUI/material/dictionary.scss +58 -0
  48. package/dist/IconUI/material/material.d.ts +16 -0
  49. package/dist/IconUI/material/material.js +476 -0
  50. package/dist/IconUI/material/rally.d.ts +22 -0
  51. package/dist/IconUI/material/rally.js +50 -0
  52. package/dist/ImageUI/index.d.ts +13 -0
  53. package/dist/ImageUI/index.js +159 -0
  54. package/dist/ImageUI/index.scss +59 -0
  55. package/dist/InputUI/index.d.ts +7 -0
  56. package/dist/InputUI/index.js +114 -0
  57. package/dist/InputUI/index.scss +24 -0
  58. package/dist/LoadingUI/index.d.ts +4 -0
  59. package/dist/LoadingUI/index.js +13 -0
  60. package/dist/LoadingUI/index.scss +47 -0
  61. package/dist/MessageUI/index.d.ts +3 -0
  62. package/dist/MessageUI/index.js +9 -0
  63. package/dist/MessageUI/index.scss +50 -0
  64. package/dist/ModalUI/index.d.ts +4 -0
  65. package/dist/ModalUI/index.js +98 -0
  66. package/dist/ModalUI/index.scss +45 -0
  67. package/dist/NotificationUI/index.d.ts +3 -0
  68. package/dist/NotificationUI/index.js +30 -0
  69. package/dist/NotificationUI/index.scss +0 -0
  70. package/dist/PasswordStrongUI/index.d.ts +8 -0
  71. package/dist/PasswordStrongUI/index.js +67 -0
  72. package/dist/PasswordStrongUI/index.scss +35 -0
  73. package/dist/RichEditorUI/index.d.ts +10 -0
  74. package/dist/RichEditorUI/index.js +68 -0
  75. package/dist/RichEditorUI/index.scss +20 -0
  76. package/dist/SearchUI/index.d.ts +4 -0
  77. package/dist/SearchUI/index.js +55 -0
  78. package/dist/SearchUI/index.scss +20 -0
  79. package/dist/SelectUI/index.d.ts +13 -0
  80. package/dist/SelectUI/index.js +87 -0
  81. package/dist/SelectUI/index.scss +13 -0
  82. package/dist/StatisticUI/index.d.ts +20 -0
  83. package/dist/StatisticUI/index.js +70 -0
  84. package/dist/StatisticUI/index.scss +6 -0
  85. package/dist/SwitchUI/index.d.ts +4 -0
  86. package/dist/SwitchUI/index.js +24 -0
  87. package/dist/SwitchUI/index.scss +0 -0
  88. package/dist/TableUI/demo/index.scss +7 -0
  89. package/dist/TableUI/demo/setting.d.ts +4 -0
  90. package/dist/TableUI/demo/setting.js +107 -0
  91. package/dist/TableUI/index.d.ts +12 -0
  92. package/dist/TableUI/index.js +109 -0
  93. package/dist/TableUI/index.scss +40 -0
  94. package/dist/TableUI/material/Button/index.d.ts +4 -0
  95. package/dist/TableUI/material/Button/index.js +20 -0
  96. package/dist/TableUI/material/Button/index.scss +35 -0
  97. package/dist/TableUI/material/HideMultipleLines/index.d.ts +4 -0
  98. package/dist/TableUI/material/HideMultipleLines/index.js +48 -0
  99. package/dist/TableUI/material/HideMultipleLines/index.scss +11 -0
  100. package/dist/TableUI/material/MultiLine/index.d.ts +4 -0
  101. package/dist/TableUI/material/MultiLine/index.js +23 -0
  102. package/dist/TableUI/material/MultiLine/index.scss +25 -0
  103. package/dist/TableUI/material/Operate/index.d.ts +3 -0
  104. package/dist/TableUI/material/Operate/index.js +43 -0
  105. package/dist/TableUI/material/Operate/index.scss +25 -0
  106. package/dist/TableUI/material/Setting/index.d.ts +3 -0
  107. package/dist/TableUI/material/Setting/index.js +211 -0
  108. package/dist/TableUI/material/Setting/index.scss +52 -0
  109. package/dist/TagUI/index.d.ts +17 -0
  110. package/dist/TagUI/index.js +118 -0
  111. package/dist/TagUI/index.scss +41 -0
  112. package/dist/TestUI/index.d.ts +3 -0
  113. package/dist/TestUI/index.js +5 -0
  114. package/dist/TestUI/index.scss +0 -0
  115. package/dist/TextUI/index.d.ts +7 -0
  116. package/dist/TextUI/index.js +17 -0
  117. package/dist/TextUI/index.scss +10 -0
  118. package/dist/Tiga/demo/demoQuick.d.ts +3 -0
  119. package/dist/Tiga/demo/demoQuick.js +104 -0
  120. package/dist/Tiga/demo/demoQuickType.d.ts +8 -0
  121. package/dist/Tiga/demo/demoQuickType.js +94 -0
  122. package/dist/Tiga/index.d.ts +4 -0
  123. package/dist/Tiga/index.js +68 -0
  124. package/dist/Tiga/index.scss +0 -0
  125. package/dist/Tiga/material/quickType.d.ts +29 -0
  126. package/dist/Tiga/material/quickType.js +75 -0
  127. package/dist/UploadUI/index.d.ts +23 -0
  128. package/dist/UploadUI/index.js +383 -0
  129. package/dist/UploadUI/index.scss +202 -0
  130. package/dist/UploadUI/type.d.ts +4 -0
  131. package/dist/UploadUI/type.js +30 -0
  132. package/dist/VesselUI/index.d.ts +3 -0
  133. package/dist/VesselUI/index.js +199 -0
  134. package/dist/VesselUI/type.d.ts +64 -0
  135. package/dist/VesselUI/type.js +1 -0
  136. package/dist/VideoPreviewUI/index.d.ts +11 -0
  137. package/dist/VideoPreviewUI/index.js +65 -0
  138. package/dist/VideoPreviewUI/index.scss +32 -0
  139. package/dist/assets/index.d.ts +1 -0
  140. package/dist/assets/index.js +1 -0
  141. package/dist/index.d.ts +34 -0
  142. package/dist/index.js +34 -0
  143. package/package.json +87 -0
@@ -0,0 +1,17 @@
1
+ var _excluded = ["children", "iconPosition"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Button } from 'antd';
6
+ import React from 'react';
7
+ import "./index.scss";
8
+ var ButtonUI = function ButtonUI(props) {
9
+ var children = props.children,
10
+ _props$iconPosition = props.iconPosition,
11
+ iconPosition = _props$iconPosition === void 0 ? 'end' : _props$iconPosition,
12
+ otherProps = _objectWithoutProperties(props, _excluded);
13
+ return /*#__PURE__*/React.createElement(Button, _extends({
14
+ iconPosition: iconPosition
15
+ }, otherProps), children);
16
+ };
17
+ export default ButtonUI;
@@ -0,0 +1,6 @@
1
+ .ant-btn {
2
+ gap: 4px;
3
+ }
4
+ .ant-btn-sm {
5
+ font-size: 12px;
6
+ }
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import './index.scss';
3
+ interface PropsType {
4
+ line?: number;
5
+ placement?: 'top' | 'left' | 'right' | 'bottom' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' | 'leftTop' | 'leftBottom' | 'rightTop' | 'rightBottom';
6
+ isShowCopy?: boolean;
7
+ className?: string;
8
+ children?: React.ReactNode;
9
+ style?: React.CSSProperties;
10
+ onClick?: () => void;
11
+ }
12
+ declare const CellUI: (props: PropsType) => React.JSX.Element;
13
+ export default CellUI;
@@ -0,0 +1,78 @@
1
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
2
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
+ import { Tooltip } from 'antd';
8
+ import React, { useEffect, useRef, useState } from 'react';
9
+ import { IconUI, MessageUI } from "./..";
10
+ import "./index.scss";
11
+ var CellUI = function CellUI(props) {
12
+ var textRef = useRef(null);
13
+ var _props$line = props.line,
14
+ line = _props$line === void 0 ? 2 : _props$line,
15
+ _props$placement = props.placement,
16
+ placement = _props$placement === void 0 ? 'right' : _props$placement,
17
+ _props$isShowCopy = props.isShowCopy,
18
+ isShowCopy = _props$isShowCopy === void 0 ? true : _props$isShowCopy,
19
+ className = props.className,
20
+ children = props.children,
21
+ style = props.style,
22
+ onClick = props.onClick;
23
+ var _useState = useState(false),
24
+ _useState2 = _slicedToArray(_useState, 2),
25
+ showTooltip = _useState2[0],
26
+ setShowTooltip = _useState2[1];
27
+ useEffect(function () {
28
+ var element = textRef.current;
29
+ if (element) {
30
+ // 获取元素的实际高度
31
+ var clientHeight = element.clientHeight;
32
+ // 获取元素的滚动高度
33
+ var scrollHeight = element.scrollHeight;
34
+ // 判断是否溢出
35
+ var isOverflowing = scrollHeight > clientHeight;
36
+ if (isOverflowing) {
37
+ setShowTooltip(isOverflowing);
38
+ }
39
+ }
40
+ }, [children]);
41
+ var cellStyle = {
42
+ '--cellLine': line
43
+ };
44
+ var clickCopy = function clickCopy(e, children) {
45
+ e.stopPropagation();
46
+ try {
47
+ navigator.clipboard.writeText(children);
48
+ MessageUI.info('文本已复制到剪贴板');
49
+ } catch (err) {
50
+ MessageUI.error('复制失败');
51
+ }
52
+ };
53
+ var tooltipContent = function tooltipContent(children) {
54
+ return /*#__PURE__*/React.createElement("div", {
55
+ className: "sic-cellui-tooltipContent"
56
+ }, isShowCopy && /*#__PURE__*/React.createElement(IconUI, {
57
+ className: "sic-cellui-tooltipContent-icon",
58
+ name: "Copy",
59
+ fill: "var(--themeColor)",
60
+ onClick: function onClick(e) {
61
+ return clickCopy(e, children);
62
+ }
63
+ }), children);
64
+ };
65
+ return /*#__PURE__*/React.createElement("div", {
66
+ className: "sic-cellui ".concat(className !== null && className !== void 0 ? className : ''),
67
+ style: style,
68
+ onClick: onClick
69
+ }, /*#__PURE__*/React.createElement(Tooltip, {
70
+ placement: placement,
71
+ title: showTooltip ? tooltipContent(children) : null
72
+ }, /*#__PURE__*/React.createElement("div", {
73
+ ref: textRef,
74
+ className: "sic-cellui-text",
75
+ style: cellStyle
76
+ }, children)));
77
+ };
78
+ export default CellUI;
@@ -0,0 +1,28 @@
1
+ .sic-cellui {
2
+ box-sizing: border-box;
3
+ padding: 8px 12px;
4
+ width: 100%;
5
+ height: 100%;
6
+ min-height: 34px;
7
+ display: flex;
8
+ justify-content: center;
9
+ align-items: center;
10
+ &-text {
11
+ display: -webkit-box;
12
+ overflow: hidden;
13
+ word-break: break-word;
14
+ word-wrap: break-word;
15
+ -webkit-line-clamp: var(--cellLine);
16
+ -webkit-box-orient: vertical;
17
+ overflow: hidden;
18
+ }
19
+ }
20
+ .sic-cellui-tooltipContent {
21
+ overflow: auto;
22
+ max-height: 300px;
23
+ &-icon {
24
+ line-height: 22px;
25
+ margin-right: 8px;
26
+ cursor: pointer;
27
+ }
28
+ }
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export default function index(): React.JSX.Element;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function index() {
3
+ return /*#__PURE__*/React.createElement("div", null, "index");
4
+ }
@@ -0,0 +1,5 @@
1
+ import 'dayjs/locale/zh-cn';
2
+ import React from 'react';
3
+ import './index.scss';
4
+ declare const DateUI: (props: any) => React.JSX.Element;
5
+ export default DateUI;
@@ -0,0 +1,116 @@
1
+ var _excluded = ["className", "value", "onChange", "format", "showRange", "presets"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
4
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
5
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
6
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
7
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
8
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
9
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
10
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
11
+ import { ConfigProvider, DatePicker } from 'antd';
12
+ import zhCN from 'antd/locale/zh_CN';
13
+ import dayjs from 'dayjs';
14
+ import 'dayjs/locale/zh-cn';
15
+ import quarterOfYear from 'dayjs/plugin/quarterOfYear';
16
+ import React, { useEffect, useState } from 'react';
17
+ import "./index.scss";
18
+ dayjs.extend(quarterOfYear);
19
+ dayjs.locale('zh-cn');
20
+ var DefaultPresets = [{
21
+ label: '上周',
22
+ value: [dayjs().startOf('week').subtract(1, 'week'), dayjs().endOf('week').subtract(1, 'week')]
23
+ }, {
24
+ label: '本周',
25
+ value: [dayjs().startOf('week'), dayjs().endOf('week')]
26
+ }, {
27
+ label: '近一周',
28
+ value: [dayjs().subtract(7, 'day'), dayjs()]
29
+ }, {
30
+ label: '上月',
31
+ value: [dayjs().subtract(1, 'month').startOf('month'), dayjs().subtract(1, 'month').endOf('month')]
32
+ }, {
33
+ label: '本月',
34
+ value: [dayjs().startOf('month'), dayjs().endOf('month')]
35
+ }, {
36
+ label: '近一月',
37
+ value: [dayjs().subtract(1, 'month'), dayjs()]
38
+ }, {
39
+ label: '上季度',
40
+ value: [dayjs().subtract(1, 'quarter').startOf('quarter'), dayjs().subtract(1, 'quarter').endOf('quarter')]
41
+ }, {
42
+ label: '本季度',
43
+ value: [dayjs().startOf('quarter'), dayjs().endOf('quarter')]
44
+ }, {
45
+ label: '近一季度',
46
+ value: [dayjs().subtract(1, 'quarter'), dayjs()]
47
+ }, {
48
+ label: '上年度',
49
+ value: [dayjs().startOf('year').subtract(1, 'year'), dayjs().endOf('year').subtract(1, 'year')]
50
+ }, {
51
+ label: '本年度',
52
+ value: [dayjs().startOf('year'), dayjs().endOf('year')]
53
+ }, {
54
+ label: '近一年度',
55
+ value: [dayjs().subtract(1, 'year'), dayjs()]
56
+ }];
57
+ var DateUI = function DateUI(props) {
58
+ var className = props.className,
59
+ value = props.value,
60
+ onChange = props.onChange,
61
+ _props$format = props.format,
62
+ format = _props$format === void 0 ? 'YYYY-MM-DD' : _props$format,
63
+ _props$showRange = props.showRange,
64
+ showRange = _props$showRange === void 0 ? false : _props$showRange,
65
+ _props$presets = props.presets,
66
+ presets = _props$presets === void 0 ? DefaultPresets : _props$presets,
67
+ otherProps = _objectWithoutProperties(props, _excluded);
68
+ // 真实数据
69
+ var _useState = useState(),
70
+ _useState2 = _slicedToArray(_useState, 2),
71
+ realValue = _useState2[0],
72
+ setRealValue = _useState2[1];
73
+ useEffect(function () {
74
+ if (showRange) {
75
+ if (value && value !== null && value !== void 0 && value[0] && value !== null && value !== void 0 && value[1]) {
76
+ var newValue = [dayjs(value[0], format), dayjs(value[1], format)];
77
+ setRealValue(newValue);
78
+ } else {
79
+ setRealValue(undefined);
80
+ }
81
+ } else {
82
+ if (value) {
83
+ var _newValue = dayjs(value, format);
84
+ setRealValue(_newValue);
85
+ } else {
86
+ setRealValue(undefined);
87
+ }
88
+ }
89
+ }, [value]);
90
+ var changeDate = function changeDate(e) {
91
+ var newTime;
92
+ if (showRange) {
93
+ newTime = e === null || e === void 0 ? void 0 : e.map(function (date) {
94
+ return date.format(format);
95
+ });
96
+ } else {
97
+ newTime = e === null || e === void 0 ? void 0 : e.format(format);
98
+ }
99
+ setRealValue(e);
100
+ onChange(newTime);
101
+ };
102
+ return /*#__PURE__*/React.createElement(ConfigProvider, {
103
+ locale: zhCN
104
+ }, showRange ? /*#__PURE__*/React.createElement(DatePicker.RangePicker, _extends({
105
+ className: "sic-dateui ".concat(className !== null && className !== void 0 ? className : ''),
106
+ separator: '至',
107
+ value: realValue,
108
+ onChange: changeDate,
109
+ presets: presets
110
+ }, otherProps)) : /*#__PURE__*/React.createElement(DatePicker, _extends({
111
+ className: "sic-dateui ".concat(className !== null && className !== void 0 ? className : ''),
112
+ value: realValue,
113
+ onChange: changeDate
114
+ }, otherProps)));
115
+ };
116
+ export default DateUI;
@@ -0,0 +1,3 @@
1
+ .ant-picker-presets ul li {
2
+ text-align: right;
3
+ }
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import './index.scss';
3
+ interface IProps {
4
+ items: ItemType[];
5
+ isSingleLine?: boolean;
6
+ labelWidth?: number | string;
7
+ type?: 'table' | 'text';
8
+ layout?: 'horizontal' | 'vertical';
9
+ labelAlign?: 'left' | 'right';
10
+ colon?: boolean;
11
+ }
12
+ interface ItemType {
13
+ label: string;
14
+ children: React.ReactNode;
15
+ span?: number;
16
+ noDataHide?: boolean;
17
+ }
18
+ declare const DescriptionsUI: (props: IProps) => React.JSX.Element;
19
+ export default DescriptionsUI;
@@ -0,0 +1,72 @@
1
+ import { Col, Row } from 'antd';
2
+ import React from 'react';
3
+ import "./index.scss";
4
+ //新描述组件
5
+ var DescriptionsUI = function DescriptionsUI(props) {
6
+ var items = props.items,
7
+ _props$isSingleLine = props.isSingleLine,
8
+ isSingleLine = _props$isSingleLine === void 0 ? false : _props$isSingleLine,
9
+ _props$labelWidth = props.labelWidth,
10
+ labelWidth = _props$labelWidth === void 0 ? 120 : _props$labelWidth,
11
+ _props$type = props.type,
12
+ type = _props$type === void 0 ? 'table' : _props$type,
13
+ _props$layout = props.layout,
14
+ layout = _props$layout === void 0 ? 'horizontal' : _props$layout,
15
+ _props$labelAlign = props.labelAlign,
16
+ labelAlign = _props$labelAlign === void 0 ? 'left' : _props$labelAlign,
17
+ _props$colon = props.colon,
18
+ colon = _props$colon === void 0 ? true : _props$colon;
19
+ return /*#__PURE__*/React.createElement(React.Fragment, null, (items === null || items === void 0 ? void 0 : items.length) > 0 && /*#__PURE__*/React.createElement("div", {
20
+ className: "sic-descriptionsUI ".concat(isSingleLine ? 'sic-descriptionsUI-hide' : '')
21
+ }, type === 'table' && /*#__PURE__*/React.createElement(Row, {
22
+ className: "sic-descriptionsUI-table"
23
+ }, items.map(function (item, index) {
24
+ if (item !== null && item !== void 0 && item.children || !(item !== null && item !== void 0 && item.noDataHide)) {
25
+ var _item$span;
26
+ return /*#__PURE__*/React.createElement(Col, {
27
+ className: "tableItem",
28
+ span: (_item$span = item === null || item === void 0 ? void 0 : item.span) !== null && _item$span !== void 0 ? _item$span : 12,
29
+ key: index
30
+ }, /*#__PURE__*/React.createElement("div", {
31
+ className: "tableItem-label",
32
+ style: {
33
+ width: labelWidth
34
+ }
35
+ }, /*#__PURE__*/React.createElement("div", {
36
+ className: "tableItem-label-content"
37
+ }, item === null || item === void 0 ? void 0 : item.label)), /*#__PURE__*/React.createElement("div", {
38
+ className: "tableItem-control"
39
+ }, /*#__PURE__*/React.createElement("div", {
40
+ className: "tableItem-control-content"
41
+ }, item === null || item === void 0 ? void 0 : item.children)));
42
+ } else {
43
+ return null;
44
+ }
45
+ })), type === 'text' && /*#__PURE__*/React.createElement(Row, {
46
+ className: "sic-descriptionsUI-text ".concat(layout)
47
+ }, items.map(function (item, index) {
48
+ if (item !== null && item !== void 0 && item.children || !(item !== null && item !== void 0 && item.noDataHide)) {
49
+ var _item$span2;
50
+ return /*#__PURE__*/React.createElement(Col, {
51
+ className: "textItem",
52
+ span: (_item$span2 = item === null || item === void 0 ? void 0 : item.span) !== null && _item$span2 !== void 0 ? _item$span2 : 12,
53
+ key: index
54
+ }, /*#__PURE__*/React.createElement("div", {
55
+ className: "textItem-label",
56
+ style: {
57
+ width: labelWidth,
58
+ textAlign: labelAlign
59
+ }
60
+ }, /*#__PURE__*/React.createElement("div", {
61
+ className: "textItem-label-content"
62
+ }, colon ? (item === null || item === void 0 ? void 0 : item.label) + ':' : item === null || item === void 0 ? void 0 : item.label)), /*#__PURE__*/React.createElement("div", {
63
+ className: "textItem-control"
64
+ }, /*#__PURE__*/React.createElement("div", {
65
+ className: "textItem-control-content"
66
+ }, item === null || item === void 0 ? void 0 : item.children)));
67
+ } else {
68
+ return null;
69
+ }
70
+ }))));
71
+ };
72
+ export default DescriptionsUI;
@@ -0,0 +1,88 @@
1
+ .sic-descriptionsUI {
2
+ &-table {
3
+ box-sizing: border-box;
4
+ border-top: 1px solid #d9d9d9;
5
+ border-left: 1px solid #d9d9d9;
6
+ .tableItem {
7
+ box-sizing: border-box;
8
+ display: flex;
9
+ align-items: center;
10
+ border-right: 1px solid #d9d9d9;
11
+ border-bottom: 1px solid #d9d9d9;
12
+ &-label,
13
+ &-control {
14
+ box-sizing: border-box;
15
+ padding: 8px;
16
+ height: 100%;
17
+ min-height: 36px;
18
+ display: flex;
19
+ align-items: center;
20
+ }
21
+ &-label {
22
+ background: var(--themeColor1);
23
+ border-right: 1px solid #d9d9d9;
24
+ justify-content: center;
25
+ }
26
+ &-control {
27
+ flex: 1;
28
+ font-weight: 500;
29
+ }
30
+ }
31
+ }
32
+ &-text {
33
+ .textItem {
34
+ box-sizing: border-box;
35
+ margin-bottom: 12px;
36
+
37
+ &-label {
38
+ color: #666;
39
+ }
40
+ &-control {
41
+ flex: 1;
42
+ font-weight: 500;
43
+ }
44
+ }
45
+ }
46
+
47
+ &-text.horizontal {
48
+ .textItem {
49
+ display: flex;
50
+ }
51
+ }
52
+
53
+ &-text.vertical {
54
+ .textItem-label {
55
+ margin-bottom: 4;
56
+ }
57
+ }
58
+ &-hide {
59
+ .sic-descriptionsUI-table {
60
+ .tableItem {
61
+ &-label,
62
+ &-control {
63
+ overflow: hidden;
64
+
65
+ &-content {
66
+ overflow: hidden;
67
+ white-space: nowrap;
68
+ text-overflow: ellipsis;
69
+ }
70
+ }
71
+ }
72
+ }
73
+
74
+ .sic-descriptionsUI-text {
75
+ .textItem {
76
+ &-label,
77
+ &-control {
78
+ overflow: hidden;
79
+ &-content {
80
+ overflow: hidden;
81
+ white-space: nowrap;
82
+ text-overflow: ellipsis;
83
+ }
84
+ }
85
+ }
86
+ }
87
+ }
88
+ }
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const EmptyImage: () => React.JSX.Element;
3
+ export default EmptyImage;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ var renderSvg = function renderSvg() {
3
+ return "<svg width=\"214\" height=\"160\" viewBox=\"0 0 214 160\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<mask id=\"mask0_1081_8\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"18\" y=\"28\" width=\"176\" height=\"124\">\n<path d=\"M123.122 40.2805C159.229 58.7941 169.54 46.6261 185.779 71.2933C202.018 95.961 190.954 142.06 156.831 149.618C122.708 157.176 116.59 138.566 70.281 146.639C23.9716 154.712 0.482038 84.272 35.1092 54.9002C69.737 25.528 87.0159 21.7669 123.122 40.2805Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask0_1081_8)\">\n<path d=\"M123.122 40.2805C159.229 58.7941 169.54 46.6261 185.779 71.2933C202.018 95.961 190.954 142.06 156.831 149.618C122.708 157.176 116.59 138.566 70.281 146.639C23.9716 154.712 0.482038 84.272 35.1092 54.9002C69.737 25.528 87.0159 21.7669 123.122 40.2805Z\" fill=\"var(--themeColor2)\"/>\n<mask id=\"mask1_1081_8\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"13\" y=\"8\" width=\"200\" height=\"200\">\n<path d=\"M211.494 8.78772H13.9043V206.377H211.494V8.78772Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.32\"/>\n</mask>\n<g mask=\"url(#mask1_1081_8)\">\n<path d=\"M92.7852 8.78772C95.5788 45.0667 108.577 67.0283 131.781 74.6731C154.985 82.3179 186.513 71.3371 226.367 41.7301\" stroke=\"white\" stroke-width=\"1.32\"/>\n<path d=\"M106.516 8.78772C112.7 51.4384 98.8107 73.4747 64.8481 74.8955C13.9041 77.0261 50.7094 38.3381 68.0891 53.7605C85.4689 69.1829 84.0539 102.577 56.9366 125.465C38.8582 140.723 18.2609 148.353 -4.85645 148.353M211.493 125.951C136.207 121.086 76.4891 147.895 32.3388 206.377\" stroke=\"white\" stroke-width=\"1.32\"/>\n<path d=\"M13.9043 125.39C63.2883 138.628 95.1256 165.623 109.416 206.377\" stroke=\"white\" stroke-width=\"1.32\"/>\n<path d=\"M211.493 78.5701C178.172 111.832 154.912 121.502 141.713 107.582C121.916 86.7019 159.732 70.2592 165.31 88.9205C170.888 107.582 141.067 122.393 101.363 128.98C74.8943 133.371 43.5737 152.582 7.40039 186.612M48.6431 8.78772C80.2153 24.1216 120.964 31.0501 170.888 29.5733C220.812 28.096 256.112 22.1003 276.789 11.5861\" stroke=\"white\" stroke-width=\"1.32\"/>\n<path d=\"M211.493 100.182C179.952 130.933 166.417 168.215 170.888 212.027M162.549 44.68C175.965 44.68 186.84 29.4218 186.84 10.6C186.84 -8.22136 175.965 -23.4795 162.549 -23.4795C149.134 -23.4795 138.259 -8.22136 138.259 10.6005C138.259 29.4218 149.134 44.68 162.549 44.68Z\" stroke=\"white\" stroke-width=\"1.32\"/>\n<path d=\"M13.9043 84.1408C91.8088 99.881 152.941 142.51 197.301 212.027\" stroke=\"white\" stroke-width=\"1.32\"/>\n<path d=\"M42.5219 8.78772C18.7102 13.6587 9.90643 23.8197 16.1102 39.2688C25.4163 62.4427 59.7096 106.264 13.9043 113.865\" stroke=\"white\" stroke-width=\"1.32\"/>\n</g>\n</g>\n<mask id=\"mask2_1081_8\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"18\" y=\"8\" width=\"177\" height=\"144\">\n<path d=\"M139.932 14.6117C176.058 33.1371 176.704 32.1307 192.952 56.8133C197.204 63.2725 192.366 85.6229 192.952 93.9435C194.607 117.42 181.976 144.026 156.768 149.61C122.626 157.173 116.505 138.551 70.1699 146.629C23.835 154.707 0.331511 84.2235 34.9784 54.8331C69.6254 25.4427 103.806 -3.91361 139.932 14.6117Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask2_1081_8)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M91.2388 64.9664L176.441 84.832V144.659L114.769 179.048L28.0366 155.531V97.0854L91.2388 64.9664Z\" fill=\"#01133B\"/>\n<path d=\"M49.1474 91.6043C49.2889 91.6043 49.4245 91.5481 49.5246 91.4481C49.6246 91.3481 49.6808 91.2124 49.6808 91.0709C49.6808 90.9295 49.6246 90.7938 49.5246 90.6938C49.4245 90.5938 49.2889 90.5376 49.1474 90.5376C49.006 90.5376 48.8703 90.5938 48.7703 90.6938C48.6703 90.7938 48.6141 90.9295 48.6141 91.0709C48.6141 91.2124 48.6703 91.3481 48.7703 91.4481C48.8703 91.5481 49.006 91.6043 49.1474 91.6043ZM60.6461 100.287C60.7876 100.287 60.9232 100.231 61.0232 100.131C61.1233 100.031 61.1794 99.8951 61.1794 99.7536C61.1794 99.6122 61.1233 99.4765 61.0232 99.3765C60.9232 99.2765 60.7876 99.2203 60.6461 99.2203C60.5047 99.2203 60.369 99.2765 60.269 99.3765C60.169 99.4765 60.1128 99.6122 60.1128 99.7536C60.1128 99.8951 60.169 100.031 60.269 100.131C60.369 100.231 60.5047 100.287 60.6461 100.287ZM55.9528 102.634C56.0942 102.634 56.2299 102.577 56.3299 102.477C56.4299 102.377 56.4861 102.242 56.4861 102.1C56.4861 101.959 56.4299 101.823 56.3299 101.723C56.2299 101.623 56.0942 101.567 55.9528 101.567C55.8113 101.567 55.6757 101.623 55.5757 101.723C55.4756 101.823 55.4194 101.959 55.4194 102.1C55.4194 102.242 55.4756 102.377 55.5757 102.477C55.6757 102.577 55.8113 102.634 55.9528 102.634ZM39.4088 97.823C39.5502 97.823 39.6859 97.7669 39.786 97.6669C39.886 97.567 39.9423 97.4313 39.9424 97.2899C39.9424 97.1484 39.8863 97.0127 39.7864 96.9127C39.6864 96.8126 39.5508 96.7564 39.4093 96.7563C39.2679 96.7563 39.1322 96.8125 39.0322 96.9125C38.9322 97.0125 38.876 97.1482 38.876 97.2896C38.876 97.4311 38.9322 97.5667 39.0322 97.6667C39.1322 97.7668 39.2673 97.823 39.4088 97.823ZM82.3528 76.7029C82.4942 76.7029 82.6299 76.6468 82.7299 76.5467C82.8299 76.4467 82.8861 76.3111 82.8861 76.1696C82.8861 76.0282 82.8299 75.8925 82.7299 75.7925C82.6299 75.6925 82.4942 75.6363 82.3528 75.6363C82.2113 75.6363 82.0757 75.6925 81.9757 75.7925C81.8756 75.8925 81.8194 76.0282 81.8194 76.1696C81.8194 76.3111 81.8756 76.4467 81.9757 76.5467C82.0757 76.6468 82.2113 76.7029 82.3528 76.7029ZM101.243 82.2176C101.385 82.2176 101.521 82.1614 101.621 82.0614C101.721 81.9614 101.777 81.8257 101.777 81.6843C101.777 81.5428 101.721 81.4072 101.621 81.3072C101.521 81.2071 101.385 81.151 101.243 81.151C101.102 81.151 100.966 81.2071 100.866 81.3072C100.766 81.4072 100.71 81.5428 100.71 81.6843C100.71 81.8257 100.766 81.9614 100.866 82.0614C100.966 82.1614 101.102 82.2176 101.243 82.2176ZM82.4701 114.367C82.6116 114.367 82.7472 114.311 82.8472 114.211C82.9473 114.111 83.0034 113.975 83.0034 113.834C83.0034 113.692 82.9473 113.557 82.8472 113.456C82.7472 113.356 82.6116 113.3 82.4701 113.3C82.3287 113.3 82.193 113.356 82.093 113.456C81.993 113.557 81.9368 113.692 81.9368 113.834C81.9368 113.975 81.993 114.111 82.093 114.211C82.193 114.311 82.3287 114.367 82.4701 114.367ZM83.5261 111.956C83.6046 111.959 83.6828 111.945 83.756 111.917C83.8292 111.889 83.896 111.846 83.9524 111.791C84.0088 111.736 84.0536 111.671 84.0843 111.599C84.1149 111.526 84.1307 111.449 84.1307 111.37C84.1308 111.292 84.115 111.214 84.0845 111.142C84.0539 111.069 84.0091 111.004 83.9528 110.949C83.8965 110.894 83.8297 110.851 83.7565 110.823C83.6833 110.795 83.6051 110.781 83.5266 110.783C83.3742 110.788 83.2295 110.852 83.1232 110.961C83.0169 111.071 82.9575 111.217 82.9574 111.37C82.9573 111.522 83.0167 111.669 83.1228 111.778C83.229 111.888 83.3736 111.952 83.5261 111.956ZM157.211 88.4896C157.367 88.4896 157.516 88.4278 157.626 88.3178C157.736 88.2078 157.798 88.0585 157.798 87.9029C157.798 87.7474 157.736 87.5981 157.626 87.4881C157.516 87.3781 157.367 87.3163 157.211 87.3163C157.056 87.3163 156.907 87.3781 156.797 87.4881C156.687 87.5981 156.625 87.7474 156.625 87.9029C156.625 88.0585 156.687 88.2078 156.797 88.3178C156.907 88.4278 157.056 88.4896 157.211 88.4896ZM153.222 95.2416C153.364 95.2416 153.499 95.1854 153.599 95.0854C153.699 94.9854 153.755 94.8497 153.755 94.7083C153.755 94.5668 153.699 94.4312 153.599 94.3312C153.499 94.2311 153.364 94.175 153.222 94.175C153.081 94.175 152.945 94.2311 152.845 94.3312C152.745 94.4312 152.689 94.5668 152.689 94.7083C152.689 94.8497 152.745 94.9854 152.845 95.0854C152.945 95.1854 153.081 95.2416 153.222 95.2416ZM150.171 85.8555C150.313 85.8555 150.449 85.7993 150.549 85.6993C150.649 85.5993 150.705 85.4636 150.705 85.3222C150.705 85.1807 150.649 85.045 150.549 84.945C150.449 84.845 150.313 84.7888 150.171 84.7888C150.03 84.7888 149.894 84.845 149.794 84.945C149.694 85.045 149.638 85.1807 149.638 85.3222C149.638 85.4636 149.694 85.5993 149.794 85.6993C149.894 85.7993 150.03 85.8555 150.171 85.8555ZM167.537 86.7936C167.678 86.7936 167.814 86.7374 167.914 86.6374C168.014 86.5374 168.07 86.4017 168.07 86.2603C168.07 86.1188 168.014 85.9832 167.914 85.8832C167.814 85.7831 167.678 85.727 167.537 85.727C167.395 85.727 167.26 85.7831 167.16 85.8832C167.06 85.9832 167.003 86.1188 167.003 86.2603C167.003 86.4017 167.06 86.5374 167.16 86.6374C167.26 86.7374 167.395 86.7936 167.537 86.7936ZM99.0141 80.2763C99.0926 80.2787 99.1708 80.2653 99.244 80.2369C99.3172 80.2086 99.384 80.1658 99.4404 80.1111C99.4968 80.0565 99.5416 79.991 99.5723 79.9187C99.6029 79.8464 99.6187 79.7687 99.6187 79.6902C99.6188 79.6116 99.603 79.5339 99.5725 79.4615C99.5419 79.3892 99.4971 79.3237 99.4408 79.269C99.3845 79.2143 99.3177 79.1715 99.2445 79.143C99.1713 79.1146 99.0931 79.1012 99.0146 79.1035C98.8622 79.108 98.7175 79.1717 98.6112 79.2812C98.5049 79.3906 98.4455 79.5371 98.4454 79.6896C98.4453 79.8422 98.5047 79.9887 98.6108 80.0982C98.717 80.2078 98.8616 80.2716 99.0141 80.2763ZM88.5714 74.4736C88.7129 74.4736 88.8485 74.4174 88.9486 74.3174C89.0486 74.2174 89.1048 74.0817 89.1048 73.9403C89.1048 73.7988 89.0486 73.6632 88.9486 73.5632C88.8485 73.4631 88.7129 73.407 88.5714 73.407C88.43 73.407 88.2943 73.4631 88.1943 73.5632C88.0943 73.6632 88.0381 73.7988 88.0381 73.9403C88.0381 74.0817 88.0943 74.2174 88.1943 74.3174C88.2943 74.4174 88.43 74.4736 88.5714 74.4736ZM147.238 95.5936C147.31 95.5969 147.382 95.5856 147.449 95.5603C147.517 95.5351 147.579 95.4964 147.631 95.4467C147.683 95.3969 147.724 95.3371 147.753 95.2709C147.781 95.2047 147.796 95.1334 147.796 95.0614C147.796 94.9893 147.781 94.918 147.753 94.8517C147.725 94.7855 147.683 94.7256 147.631 94.6757C147.579 94.6259 147.518 94.5871 147.45 94.5617C147.383 94.5363 147.311 94.5249 147.239 94.528C147.102 94.534 146.972 94.5927 146.877 94.6919C146.782 94.791 146.729 94.923 146.729 95.0603C146.729 95.1976 146.782 95.3297 146.877 95.4291C146.971 95.5284 147.101 95.5873 147.238 95.5936ZM155.686 90.1963C155.828 90.1963 155.963 90.1401 156.063 90.0401C156.163 89.9401 156.219 89.8044 156.219 89.6629C156.219 89.5215 156.163 89.3858 156.063 89.2858C155.963 89.1858 155.828 89.1296 155.686 89.1296C155.545 89.1296 155.409 89.1858 155.309 89.2858C155.209 89.3858 155.153 89.5215 155.153 89.6629C155.153 89.8044 155.209 89.9401 155.309 90.0401C155.409 90.1401 155.545 90.1963 155.686 90.1963Z\" fill=\"white\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M114.709 119.49V179.542L28.0366 157.12V97.0672L57.9081 104.795V114.315L85.0638 121.34V111.82L114.709 119.49Z\" fill=\"var(--themeColor5)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M176.194 84.9675V145.062L114.462 179.789V119.694L176.194 84.9675ZM159.063 104.183L136.619 116.721V127.279L159.063 114.741V104.183Z\" fill=\"var(--themeColor)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M173.799 83.3771L146.65 87.5515L134.845 112.9L99.4842 100.09L109.74 77.1691L85.5978 76.0246C81.3972 75.8251 78.1535 72.2587 78.353 68.0582C78.3828 67.423 78.4922 66.7947 78.6788 66.1867C79.5245 63.4288 81.1867 60.9922 83.446 59.1986C85.7052 57.405 88.4554 56.3389 91.3332 56.1408L114.743 54.5302C117.623 54.3321 120.515 54.6673 123.274 55.519L134.374 58.9451L148.392 61.5195L140.116 52.8582L144.526 38.2544L152.871 32.5104L181.052 62.1152C185.877 67.1846 185.679 75.2054 180.61 80.031C178.735 81.8161 176.358 82.9839 173.799 83.3771Z\" fill=\"white\" stroke=\"#01133B\" stroke-width=\"1.258\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M158.565 38.3163L142.167 21.6016C141.636 21.0599 140.912 20.7503 140.153 20.7401C139.394 20.7299 138.662 21.02 138.116 21.5472C137.847 21.8075 137.631 22.1184 137.481 22.4621C137.332 22.8058 137.252 23.1755 137.245 23.5502C137.239 23.925 137.306 24.2973 137.443 24.646C137.581 24.9947 137.785 25.3129 138.046 25.5824L146.253 34.0821\" fill=\"white\"/>\n<path d=\"M158.565 38.3163L142.167 21.6016C141.636 21.0599 140.912 20.7503 140.153 20.7401C139.394 20.7299 138.662 21.02 138.116 21.5472C137.847 21.8075 137.631 22.1184 137.481 22.4621C137.332 22.8058 137.252 23.1755 137.245 23.5502C137.239 23.925 137.306 24.2973 137.443 24.646C137.581 24.9947 137.785 25.3129 138.046 25.5824L146.253 34.0821\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M136.533 45.8341L132.453 44.6544C132.096 44.5514 131.723 44.5195 131.354 44.5608C130.986 44.602 130.629 44.7155 130.304 44.8947C129.979 45.0739 129.692 45.3154 129.461 45.6054C129.229 45.8953 129.057 46.228 128.954 46.5845L128.951 46.5963C128.744 47.3213 128.834 48.0985 129.199 48.7578C129.565 49.4171 130.176 49.9048 130.9 50.1141L141.403 53.1504\" fill=\"white\"/>\n<path d=\"M136.533 45.8341L132.453 44.6544C132.096 44.5514 131.723 44.5195 131.354 44.5608C130.986 44.602 130.629 44.7155 130.304 44.8947C129.979 45.0739 129.692 45.3154 129.461 45.6054C129.229 45.8953 129.057 46.228 128.954 46.5845L128.951 46.5963C128.744 47.3213 128.834 48.0985 129.199 48.7578C129.565 49.4171 130.176 49.9048 130.9 50.1141L141.403 53.1504\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M146.259 34.0518L138.046 25.5467C137.786 25.2771 137.475 25.0615 137.131 24.912C136.788 24.7626 136.418 24.6823 136.043 24.6758C135.668 24.6693 135.296 24.7366 134.947 24.8739C134.599 25.0113 134.281 25.216 134.011 25.4763C133.741 25.7366 133.526 26.0475 133.376 26.3912C133.227 26.7349 133.147 27.1046 133.14 27.4793C133.127 28.2361 133.415 28.9671 133.941 29.5115L142.154 38.016\" fill=\"white\"/>\n<path d=\"M146.259 34.0518L138.046 25.5467C137.786 25.2771 137.475 25.0615 137.131 24.912C136.788 24.7626 136.418 24.6823 136.043 24.6758C135.668 24.6693 135.296 24.7366 134.947 24.8739C134.599 25.0113 134.281 25.216 134.011 25.4763C133.741 25.7366 133.526 26.0475 133.376 26.3912C133.227 26.7349 133.147 27.1046 133.14 27.4793C133.127 28.2361 133.415 28.9671 133.941 29.5115L142.154 38.016\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M142.413 37.8987L134.2 29.3931C133.674 28.8487 132.954 28.5355 132.197 28.5223C131.44 28.5092 130.709 28.7972 130.165 29.3229C129.621 29.8487 129.308 30.5692 129.294 31.3259C129.281 32.0826 129.569 32.8135 130.095 33.3579L138.308 41.8629\" fill=\"white\"/>\n<path d=\"M142.413 37.8987L134.2 29.3931C133.674 28.8487 132.954 28.5355 132.197 28.5223C131.44 28.5092 130.709 28.7972 130.165 29.3229C129.621 29.8487 129.308 30.5692 129.294 31.3259C129.281 32.0826 129.569 32.8135 130.095 33.3579L138.308 41.8629\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M138.247 42.0491L130.037 33.5483C129.501 32.9935 128.767 32.6743 127.996 32.6608C127.225 32.6473 126.48 32.9406 125.926 33.4763C125.369 34.0139 125.046 34.7496 125.029 35.5235C125.011 36.2975 125.299 37.0471 125.831 37.6096L143.159 55.9397\" fill=\"white\"/>\n<path d=\"M138.247 42.0491L130.037 33.5483C129.501 32.9935 128.767 32.6743 127.996 32.6608C127.225 32.6473 126.48 32.9406 125.926 33.4763C125.369 34.0139 125.046 34.7496 125.029 35.5235C125.011 36.2975 125.299 37.0471 125.831 37.6096L143.159 55.9397\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M141.775 60.2053L118.845 117.528L137.069 122.007L146.3 89.1643L178.715 84.0485C185.884 82.9173 190.779 76.1888 189.647 69.0197C189.231 66.3828 188.022 63.9352 186.18 62.0027L159.064 33.5461L139.932 54.0331L148.11 61.4208L141.775 60.2053Z\" fill=\"#EDEEF2\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linejoin=\"round\"/>\n<path d=\"M146.963 61.2432L164.4 63.4379\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M127.31 56.2933L103.576 104.777L92.7742 102.502L111.805 63.4384L104.762 61.9851L94.755 83.5829L80.7534 77.3893C74.4713 74.6101 71.6318 67.2651 74.4105 60.9835C75.3956 58.7566 77.0127 56.8679 79.0613 55.5516C81.1099 54.2353 83.4999 53.5493 85.9347 53.5787C105.734 53.8176 116.142 53.9589 117.158 54.0016C118.939 54.0773 122.323 54.8411 127.31 56.2933Z\" fill=\"#EDEEF2\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linejoin=\"round\"/>\n<path d=\"M104.684 82.6134L110.764 61.4091L97.9062 57.7222L91.8257 78.9264L104.684 82.6134Z\" fill=\"white\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M139.109 53.9621L159.153 31.4565L167.185 37.104L144.526 59.3701L139.109 53.9621Z\" fill=\"#EDEEF2\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M146.576 59.9072L145.328 58.9168L165.088 39.1504V39.5163L146.576 59.9072Z\" fill=\"#01133B\"/>\n<path d=\"M148.392 61.5195L138.843 75.8539L142.131 79.639C142.983 80.6186 143.413 81.8945 143.329 83.1895C143.245 84.4845 142.654 85.6941 141.683 86.5558L125.53 100.9M119.714 54.1035L118.237 67.6331L110.326 69.6918L106.841 98.4342\" stroke=\"#01133B\" stroke-width=\"1.32\"/>\n<mask id=\"mask3_1081_8\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"130\" y=\"49\" width=\"12\" height=\"15\">\n<path d=\"M141.855 51.6267L132.814 49.0358L130.392 57.4779C129.675 59.976 131.118 62.5808 133.614 63.296C136.111 64.0112 138.716 62.5664 139.432 60.0688L141.855 51.6267Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask3_1081_8)\">\n<path d=\"M141.855 51.6267L132.814 49.0358L130.392 57.4779C129.675 59.9755 131.118 62.5803 133.615 63.296C136.111 64.0112 138.716 62.5664 139.433 60.0688L141.855 51.6267Z\" fill=\"white\" stroke=\"#01133B\" stroke-width=\"1.258\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M132.297 54.3553C126.658 52.7393 123.301 47.1942 124.799 41.9697C126.299 36.7451 132.085 33.8203 137.725 35.4363C143.365 37.0529 146.722 42.5979 145.222 47.8225C143.724 53.047 137.936 55.9718 132.297 54.3553Z\" fill=\"#01133B\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M91.8535 80.3157L110.035 85.4821C110.763 85.6887 111.543 85.5986 112.205 85.2316C112.866 84.8646 113.356 84.2505 113.566 83.5237C113.669 83.1667 113.701 82.7927 113.66 82.4232C113.619 82.0537 113.505 81.6959 113.326 81.3703C113.146 81.0447 112.905 80.7577 112.614 80.5255C112.324 80.2934 111.99 80.1209 111.633 80.0176L111.617 80.0128L104.799 78.0859\" fill=\"white\"/>\n<path d=\"M91.8535 80.3157L110.035 85.4821C110.763 85.6887 111.543 85.5986 112.205 85.2316C112.866 84.8646 113.356 84.2505 113.566 83.5237C113.669 83.1667 113.701 82.7927 113.66 82.4232C113.619 82.0537 113.505 81.6959 113.326 81.3703C113.146 81.0447 112.905 80.7577 112.614 80.5255C112.324 80.2934 111.99 80.1209 111.633 80.0176L111.617 80.0128L104.799 78.0859\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M107.34 63.0491L111.463 62.0299C112.191 61.85 112.817 61.3887 113.204 60.7472C113.592 60.1057 113.709 59.3367 113.529 58.6091L113.527 58.5973C113.343 57.8666 112.876 57.2385 112.23 56.8506C111.584 56.4627 110.811 56.3465 110.079 56.5275L99.4648 59.1509\" fill=\"white\"/>\n<path d=\"M107.34 63.0491L111.463 62.0299C112.191 61.85 112.817 61.3887 113.204 60.7472C113.592 60.1057 113.709 59.3367 113.529 58.6091L113.527 58.5973C113.343 57.8666 112.876 57.2385 112.23 56.8506C111.584 56.4627 110.811 56.3465 110.079 56.5275L99.4648 59.1509\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M121.452 61.0405L121.578 64.6693L118.391 64.7813C117.788 64.8014 117.218 65.0599 116.806 65.5002C116.394 65.9404 116.173 66.5263 116.193 67.1291C116.218 67.8303 116.483 68.5017 116.943 69.0315C117.404 69.5613 118.031 69.9174 118.722 70.0405L118.832 70.0587L123.664 70.7493L123.144 74.3435L118.312 73.6528C115.09 73.192 112.664 70.4981 112.551 67.2571C112.44 64.0469 114.924 61.3451 118.125 61.1589L118.265 61.152L121.452 61.0405Z\" fill=\"white\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M121.247 59.8939L144.983 59.0603L145.271 67.3638C145.498 73.9158 140.369 79.4134 133.815 79.6432C127.26 79.8736 121.762 74.7494 121.535 68.1979L121.247 59.8939Z\" fill=\"white\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M121.632 64.92L144.964 64.112\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M104.808 78.1189L111.679 80.0411C112.389 80.2393 113.149 80.1475 113.792 79.7858C114.434 79.424 114.907 78.822 115.106 78.112V78.1115C115.305 77.4012 115.214 76.641 114.853 75.9978C114.492 75.3546 113.89 74.881 113.18 74.6811L106.299 72.7467\" fill=\"white\"/>\n<path d=\"M104.808 78.1189L111.679 80.0411C112.389 80.2393 113.149 80.1475 113.792 79.7858C114.434 79.424 114.907 78.822 115.106 78.112V78.1115C115.305 77.4012 115.214 76.641 114.853 75.9978C114.492 75.3546 113.89 74.881 113.18 74.6811L106.299 72.7467\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M106.298 72.7488L113.172 74.6816C113.524 74.7804 113.892 74.8087 114.255 74.765C114.618 74.7213 114.969 74.6065 115.287 74.427C115.606 74.2474 115.885 74.0069 116.111 73.719C116.336 73.4311 116.502 73.1016 116.6 72.7493C116.799 72.0343 116.708 71.2697 116.347 70.6213C115.985 69.973 115.383 69.4931 114.671 69.2859L107.77 67.2805\" fill=\"white\"/>\n<path d=\"M106.298 72.7488L113.172 74.6816C113.524 74.7804 113.892 74.8087 114.255 74.765C114.618 74.7213 114.969 74.6065 115.287 74.427C115.606 74.2474 115.885 74.0069 116.111 73.719C116.336 73.4311 116.502 73.1016 116.6 72.7493C116.799 72.0343 116.708 71.2697 116.347 70.6213C115.985 69.973 115.383 69.4931 114.671 69.2859L107.77 67.2805\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M107.768 67.2821L116.988 69.8277C117.734 70.0333 118.531 69.9362 119.206 69.5574C119.881 69.1787 120.38 68.5489 120.593 67.8048C120.806 67.0631 120.716 66.2671 120.343 65.5918C119.969 64.9165 119.343 64.417 118.601 64.2032L97.1772 58.0347\" fill=\"white\"/>\n<path d=\"M107.768 67.2821L116.988 69.8277C117.734 70.0333 118.531 69.9362 119.206 69.5574C119.881 69.1787 120.38 68.5489 120.593 67.8048C120.806 67.0631 120.716 66.2671 120.343 65.5918C119.969 64.9165 119.343 64.417 118.601 64.2032L97.1772 58.0347\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M101.009 56.8438L95.027 55.1883L88.0894 81.9152L93.812 84.4742L101.009 56.8438Z\" fill=\"#EDEEF2\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M142.733 30.9408C138.298 29.6699 133.672 32.2363 132.399 36.6731C132.369 36.776 132.342 36.8795 132.316 36.9835L131.516 40.2357C130.411 44.7333 133.056 49.2987 137.506 50.5739C141.907 51.8352 146.499 49.2885 147.763 44.8848L148.682 41.68C150.005 37.0693 147.342 32.2613 142.733 30.9408Z\" fill=\"#01133B\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M132.817 38.5451L131.307 43.8107C130.16 47.8091 132.47 51.9787 136.466 53.1243C140.463 54.2694 144.632 51.9563 145.779 47.9579L147.29 42.6928C148.437 38.6944 146.127 34.5248 142.131 33.3792C138.134 32.2342 133.964 34.5472 132.817 38.5451Z\" fill=\"white\" stroke=\"#01133B\" stroke-width=\"1.284\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M137.667 49.2469C138.32 49.4337 139.02 49.3537 139.613 49.0245C140.207 48.6952 140.645 48.1437 140.832 47.4912\" stroke=\"#01133B\" stroke-width=\"1.284\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M147.157 34.3867C149.473 33.8566 150.794 34.968 151.121 37.7222C151.379 39.9035 150.549 42.6886 146.682 47.6955C146.521 47.9035 146.805 45.4432 146.682 45.1494C145.752 42.9206 145.286 40.5851 145.286 38.143C145.286 35.3782 145.91 34.1264 147.157 34.3867Z\" fill=\"#01133B\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M146.784 44.4896L147.787 44.6171C148.101 44.657 148.401 44.7684 148.665 44.9428C148.929 45.1172 149.15 45.3498 149.309 45.6228C149.469 45.8958 149.564 46.2018 149.587 46.5173C149.61 46.8329 149.561 47.1494 149.442 47.4427C149.146 48.1753 148.635 48.8015 147.977 49.2392C147.319 49.6769 146.545 49.9059 145.754 49.896L145.235 49.8902L146.784 44.4896Z\" fill=\"white\" stroke=\"#01133B\" stroke-width=\"1.284\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M147.446 46.4368L146.963 48.1184M147.143 47.4933L148.111 47.0848M138.076 44.088L137.246 45.8587L138.214 46.3248\" stroke=\"#01133B\" stroke-width=\"1.284\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M143.201 44.9568C142.413 44.7312 141.88 44.1814 142.01 43.7291C142.14 43.2768 142.883 43.0928 143.671 43.3184C144.458 43.544 144.991 44.0939 144.861 44.5462C144.731 44.9984 143.988 45.1824 143.201 44.9568Z\" stroke=\"#01133B\" stroke-width=\"0.856\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M143.201 44.9568C142.728 44.8214 142.451 44.3451 142.581 43.8923C142.71 43.44 143.199 43.183 143.671 43.3184C144.143 43.4539 144.421 43.9302 144.291 44.383C144.161 44.8352 143.674 45.0923 143.201 44.9568Z\" fill=\"#01133B\"/>\n<path d=\"M135.304 42.6923C134.517 42.4667 133.984 41.9174 134.114 41.4646C134.243 41.0123 134.987 40.8283 135.774 41.0539C136.562 41.2795 137.094 41.8294 136.965 42.2816C136.835 42.7339 136.091 42.9179 135.304 42.6923Z\" stroke=\"#01133B\" stroke-width=\"0.856\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M135.304 42.6923C134.832 42.5568 134.555 42.0805 134.684 41.6283C134.814 41.176 135.302 40.9189 135.775 41.0544C136.247 41.1893 136.525 41.6661 136.395 42.1184C136.265 42.5707 135.777 42.8277 135.304 42.6923Z\" fill=\"#01133B\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M144.771 33.6661C139.535 30.7355 135.231 29.7675 131.858 30.7616C126.798 32.2533 128.433 40.8224 138.565 41.0784C145.319 41.2491 147.388 38.7781 144.771 33.6661Z\" fill=\"#01133B\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M148.517 36.0923C148.585 33.7541 143.142 28.2933 139.419 28.4299C136.938 28.5216 136.858 31.2832 139.179 36.7157C145.36 37.8587 148.473 37.6512 148.517 36.0923Z\" fill=\"#01133B\"/>\n<path d=\"M94.755 55.8144L92.4238 55.1979\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M101.01 58.9163L95.7405 81.4496L94.7544 81.032L100.418 58.9168L101.01 58.9163Z\" fill=\"#01133B\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M51.8476 133.49L44.1025 151.371L57.5479 153.457L63.8972 139.362L51.8476 133.49Z\" fill=\"white\"/>\n<path d=\"M44.9517 149.639L52.1639 133.49L63.4749 140.27L58.6167 150.717\" stroke=\"#01133B\" stroke-width=\"1.436\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<mask id=\"mask4_1081_8\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"14\" y=\"147\" width=\"49\" height=\"20\">\n<path d=\"M37.5235 151.462L42.3309 148.112C43.1309 149.587 44.6579 150.493 46.9112 150.832C52.4525 151.664 56.836 151.378 60.0605 149.972L61.5299 158.412C61.8272 160.121 61.8859 161.863 61.7043 163.588L61.468 165.833C61.4632 165.879 61.4492 165.925 61.4268 165.966C61.4045 166.007 61.3742 166.044 61.3377 166.074C61.3011 166.103 61.2591 166.125 61.214 166.139C61.169 166.152 61.1217 166.156 61.0749 166.152L16.0051 161.421C15.8334 161.403 15.6685 161.344 15.5246 161.248C15.3806 161.153 15.2617 161.025 15.178 160.874C15.0944 160.723 15.0483 160.554 15.0438 160.381C15.0393 160.208 15.0765 160.037 15.1523 159.882L15.9421 158.26C16.39 157.341 17.0622 156.548 17.8968 155.957C18.7314 155.365 19.7014 154.993 20.7176 154.875L31.972 153.565C33.9678 153.333 35.875 152.611 37.5235 151.462Z\" fill=\"white\" stroke=\"#01133B\"/>\n</mask>\n<g mask=\"url(#mask4_1081_8)\">\n<path d=\"M42.4814 147.54C43.1619 149.159 44.6755 150.108 46.9683 150.453C52.6782 151.31 57.1416 150.976 60.3523 149.416L61.907 158.346C62.2104 160.09 62.2702 161.868 62.0851 163.628L61.8488 165.873C61.8275 166.076 61.7256 166.252 61.5779 166.371C61.5024 166.433 61.4155 166.478 61.3223 166.506C61.229 166.534 61.1312 166.543 61.0344 166.532L15.9651 161.802C15.7748 161.783 15.5902 161.725 15.4221 161.634C15.254 161.543 15.1055 161.419 14.9854 161.27C14.8105 161.055 14.7009 160.794 14.6695 160.519C14.6381 160.243 14.6863 159.964 14.8083 159.715L15.5982 158.093C16.0742 157.116 16.7886 156.274 17.6756 155.645C18.5627 155.016 19.5938 154.62 20.6739 154.494L31.9278 153.185C33.8609 152.96 35.7083 152.26 37.3048 151.147L42.4814 147.54Z\" stroke=\"#01133B\" stroke-width=\"1.436\"/>\n<path d=\"M47.645 147.213L48.5064 155.925L56.0434 162.572\" stroke=\"#01133B\" stroke-width=\"6.71\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M34.1235 151.793L35.8835 155.122M37.4734 150.05L39.3059 152.687\" stroke=\"#01133B\" stroke-width=\"1.436\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M51.1597 136.32L62.5325 142.277L63.1037 140.932L51.5037 135.51L51.1597 136.32Z\" fill=\"#01133B\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M82.5658 80.8955C82.4917 80.8613 82.4165 80.8283 82.3413 80.7963C77.6213 78.7931 72.169 80.9973 70.1642 85.7195L70.1183 85.8299L49.937 135.117C64.0335 141.361 72.2805 144.987 74.6767 145.996C79.0234 138.893 78.0309 132.378 79.1642 126.462C80.297 120.547 86.5631 115.365 87.5887 101.628C87.9263 97.1029 89.9162 92.3307 93.5578 87.3125C87.7813 83.7424 84.1173 81.6032 82.5658 80.8955Z\" fill=\"white\" stroke=\"#01133B\" stroke-width=\"1.258\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M141.671 115.924C143.424 110.379 140.526 104.432 135.078 102.394L87.1698 84.4736C83.6909 98.3974 81.1037 108.041 79.4082 113.405C86.6925 117.449 93.893 115.142 103.106 117.143C112.319 119.145 116.05 122.085 123.62 124.162C124.524 124.41 125.426 124.631 126.325 124.826C132.972 126.264 139.62 122.406 141.671 115.924Z\" fill=\"white\" stroke=\"#01133B\" stroke-width=\"1.258\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M68.8804 90.9611L83.6841 98.0443L86.867 85.0128L78.3129 81.0133\" stroke=\"#01133B\" stroke-width=\"1.436\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<mask id=\"mask5_1081_8\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"39\" y=\"67\" width=\"41\" height=\"38\">\n<path d=\"M62.1373 94.576L67.9501 93.848C67.5581 92.216 68.0861 90.5206 69.5341 88.7611C73.0951 84.4336 76.5437 81.7131 79.8791 80.5995L75.3261 73.3451C74.4042 71.8761 73.2827 70.5423 71.9938 69.3819L70.3175 67.872C70.2469 67.8086 70.154 67.7758 70.0592 67.7808C69.9644 67.7858 69.8755 67.8282 69.8119 67.8987L39.4877 101.578C39.3722 101.706 39.2894 101.86 39.2461 102.027C39.2029 102.194 39.2006 102.369 39.2394 102.537C39.2782 102.705 39.3569 102.862 39.4689 102.993C39.5809 103.124 39.7229 103.227 39.8829 103.291L41.5549 103.967C42.503 104.351 43.5324 104.49 44.5483 104.371C45.5641 104.252 46.5337 103.88 47.3677 103.287L56.6055 96.728C58.2434 95.5648 60.1439 94.8255 62.1373 94.576Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask5_1081_8)\">\n<path d=\"M68.4022 94.1456C67.8417 92.4891 68.3345 90.7728 69.8059 88.9845C73.4662 84.5371 76.9985 81.7989 80.4198 80.7984L75.6241 73.1579C74.6848 71.6613 73.5424 70.3024 72.2294 69.12L70.5526 67.6107C70.4834 67.5482 70.4026 67.5 70.3147 67.4689C70.2268 67.4377 70.1337 67.4243 70.0406 67.4293C69.8593 67.4384 69.6817 67.5173 69.5505 67.6629L39.2262 101.342C39.1007 101.481 39.0039 101.643 38.9414 101.82C38.8788 101.996 38.8518 102.183 38.8619 102.37C38.8757 102.641 38.9667 102.903 39.1242 103.124C39.2818 103.344 39.4993 103.516 39.751 103.617L41.423 104.294C42.4258 104.7 43.5147 104.846 44.5892 104.721C45.6637 104.595 46.6892 104.201 47.5713 103.574L56.8091 97.0149C58.3997 95.8855 60.2452 95.1674 62.1809 94.9248L68.4022 94.1456Z\" stroke=\"#01133B\" stroke-width=\"1.32\"/>\n<path d=\"M72.5017 90.9622L67.314 83.911L68.4681 73.9259\" stroke=\"#01133B\" stroke-width=\"6.71\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M40.2747 105.046L73.4485 68.2032L71.2891 66.2592L38.1157 103.102L40.2747 105.046Z\" fill=\"#01133B\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M63.1176 74.9723L66.4483 76.5702C67.7907 77.2141 69.2775 77.498 70.7627 77.394C72.248 77.2901 73.6807 76.8018 74.9203 75.9771L79.0387 73.2374L75.7107 63.519L66.8344 62.2118L61.9912 70.7035L63.1176 74.9723Z\" fill=\"white\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M56.5078 98.2485L54.6528 95.6368M59.3894 96.6053L58.471 92.9536M63.0454 95.6597L62.6432 92.4725\" stroke=\"#01133B\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M60.7537 76.104L38.8283 100.761C38.7279 100.874 38.675 101.021 38.6806 101.172C38.6861 101.323 38.7498 101.466 38.8582 101.571C40.1713 102.846 41.4785 103.631 42.7793 103.929\" stroke=\"white\" stroke-width=\"1.32\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M83.0122 97.7216L85.9423 84.4736L86.8671 85.0123L83.6837 98.0443L83.0122 97.7216Z\" fill=\"#01133B\"/>\n</g>\n</svg>\n";
4
+ };
5
+ var EmptyImage = function EmptyImage() {
6
+ return /*#__PURE__*/React.createElement("div", {
7
+ dangerouslySetInnerHTML: {
8
+ __html: renderSvg()
9
+ }
10
+ });
11
+ };
12
+ export default EmptyImage;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import './index.scss';
3
+ interface IProps {
4
+ className?: string;
5
+ image?: any;
6
+ text?: string;
7
+ }
8
+ declare const EmptyUI: (props: IProps) => React.JSX.Element;
9
+ export default EmptyUI;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import EmptyImage from "./emptyImage";
3
+ import "./index.scss";
4
+ var EmptyUI = function EmptyUI(props) {
5
+ var className = props.className,
6
+ image = props.image,
7
+ _props$text = props.text,
8
+ text = _props$text === void 0 ? '暂无内容' : _props$text;
9
+ return /*#__PURE__*/React.createElement("div", {
10
+ className: "sicEmptyUI ".concat(className !== null && className !== void 0 ? className : '')
11
+ }, image ? image : /*#__PURE__*/React.createElement(EmptyImage, null), text);
12
+ };
13
+ export default EmptyUI;
@@ -0,0 +1,10 @@
1
+ .sicEmptyUI {
2
+ box-sizing: border-box;
3
+ padding: 20px;
4
+ color: var(--textBlack);
5
+ font-weight: bold;
6
+ display: flex;
7
+ flex-direction: column;
8
+ align-items: center;
9
+ justify-content: center;
10
+ }
@@ -0,0 +1,28 @@
1
+ import React from 'react';
2
+ import './index.scss';
3
+ interface IProps {
4
+ form: any;
5
+ filterOptions: FilterOption[];
6
+ filterParams: any;
7
+ moreFilters?: boolean;
8
+ setMoreFilters?: (value: boolean) => void;
9
+ onValuesChange?: any;
10
+ clickReset?: any;
11
+ container: HTMLDivElement | null;
12
+ showFilterText?: boolean;
13
+ }
14
+ interface FilterOption {
15
+ type?: string;
16
+ label?: string;
17
+ key?: string;
18
+ options?: any[];
19
+ startKey?: string;
20
+ endKey?: string;
21
+ value?: any;
22
+ render?: () => React.ReactNode;
23
+ renderProps?: any;
24
+ renderValue?: string;
25
+ isNotDelete?: boolean;
26
+ }
27
+ declare const FilterUI: (props: IProps) => React.JSX.Element;
28
+ export default FilterUI;