yootd 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +43 -0
- package/dist/Preview/assets/phonebg.png +0 -0
- package/dist/Preview/components/icons/AdaptIcon.d.ts +3 -0
- package/dist/Preview/components/icons/AdaptIcon.js +60 -0
- package/dist/Preview/components/icons/MagnifyIcon.d.ts +3 -0
- package/dist/Preview/components/icons/MagnifyIcon.js +40 -0
- package/dist/Preview/components/icons/ResetIcon.d.ts +3 -0
- package/dist/Preview/components/icons/ResetIcon.js +66 -0
- package/dist/Preview/components/icons/ShrinkIcon.d.ts +3 -0
- package/dist/Preview/components/icons/ShrinkIcon.js +40 -0
- package/dist/Preview/components/preview/phone.d.ts +7 -0
- package/dist/Preview/components/preview/phone.js +10 -0
- package/dist/Preview/components/preview/phone.scss +8 -0
- package/dist/Preview/components/preview/web.d.ts +6 -0
- package/dist/Preview/components/preview/web.js +10 -0
- package/dist/Preview/components/reactflow/Controls.d.ts +5 -0
- package/dist/Preview/components/reactflow/Controls.js +69 -0
- package/dist/Preview/components/reactflow/TopPreview.d.ts +5 -0
- package/dist/Preview/components/reactflow/TopPreview.js +28 -0
- package/dist/Preview/index.d.ts +5 -0
- package/dist/Preview/index.js +94 -0
- package/dist/Preview/index.scss +35 -0
- package/dist/Preview/types/type.d.ts +21 -0
- package/dist/affix/index.d.ts +3 -0
- package/dist/affix/index.js +2 -0
- package/dist/alert/index.d.ts +5 -0
- package/dist/alert/index.js +2 -0
- package/dist/anchor/index.d.ts +10 -0
- package/dist/anchor/index.js +18 -0
- package/dist/anchor/index.scss +23 -0
- package/dist/app/index.d.ts +5 -0
- package/dist/app/index.js +2 -0
- package/dist/approval-process/components/Avatar.d.ts +3 -0
- package/dist/approval-process/components/Avatar.js +100 -0
- package/dist/approval-process/components/BackOut.d.ts +3 -0
- package/dist/approval-process/components/BackOut.js +35 -0
- package/dist/approval-process/components/Failed.d.ts +3 -0
- package/dist/approval-process/components/Failed.js +37 -0
- package/dist/approval-process/components/Pending.d.ts +3 -0
- package/dist/approval-process/components/Pending.js +51 -0
- package/dist/approval-process/components/StartIcon.d.ts +3 -0
- package/dist/approval-process/components/StartIcon.js +35 -0
- package/dist/approval-process/components/Success.d.ts +3 -0
- package/dist/approval-process/components/Success.js +35 -0
- package/dist/approval-process/index.d.ts +7 -0
- package/dist/approval-process/index.js +96 -0
- package/dist/approval-process/index.scss +95 -0
- package/dist/areas/index.d.ts +4 -0
- package/dist/areas/index.js +317 -0
- package/dist/areas/index.scss +21 -0
- package/dist/areas/types/types.d.ts +39 -0
- package/dist/aside/components/AddBtnIcon.d.ts +3 -0
- package/dist/aside/components/AddBtnIcon.js +27 -0
- package/dist/aside/components/DelBtnIcon.d.ts +3 -0
- package/dist/aside/components/DelBtnIcon.js +33 -0
- package/dist/aside/components/DragBtnIcon.d.ts +3 -0
- package/dist/aside/components/DragBtnIcon.js +26 -0
- package/dist/aside/components/EditBtnIcon.d.ts +3 -0
- package/dist/aside/components/EditBtnIcon.js +33 -0
- package/dist/aside/components/SortableItem.d.ts +5 -0
- package/dist/aside/components/SortableItem.js +125 -0
- package/dist/aside/components/SortableItem.scss +93 -0
- package/dist/aside/index.d.ts +4 -0
- package/dist/aside/index.js +186 -0
- package/dist/aside/index.scss +25 -0
- package/dist/aside/types/types.d.ts +44 -0
- package/dist/auto-complete/index.d.ts +4 -0
- package/dist/auto-complete/index.js +2 -0
- package/dist/avatar/index.d.ts +3 -0
- package/dist/avatar/index.js +2 -0
- package/dist/badge/index.d.ts +11 -0
- package/dist/badge/index.js +21 -0
- package/dist/badge/index.scss +5 -0
- package/dist/breadcrumb/index.d.ts +9 -0
- package/dist/breadcrumb/index.js +10 -0
- package/dist/business-tree/components/dept.d.ts +4 -0
- package/dist/business-tree/components/dept.js +35 -0
- package/dist/business-tree/components/space.d.ts +4 -0
- package/dist/business-tree/components/space.js +48 -0
- package/dist/business-tree/index.d.ts +3 -0
- package/dist/business-tree/index.js +16 -0
- package/dist/button/index.d.ts +13 -0
- package/dist/button/index.js +54 -0
- package/dist/button/index.scss +31 -0
- package/dist/calendar/index.d.ts +3 -0
- package/dist/calendar/index.js +2 -0
- package/dist/card/index.d.ts +3 -0
- package/dist/card/index.js +2 -0
- package/dist/carousel/index.d.ts +3 -0
- package/dist/carousel/index.js +2 -0
- package/dist/cascader/index.d.ts +11 -0
- package/dist/cascader/index.js +23 -0
- package/dist/cascader/index.scss +5 -0
- package/dist/checkbox/index.d.ts +10 -0
- package/dist/checkbox/index.js +13 -0
- package/dist/collapse/index.d.ts +3 -0
- package/dist/collapse/index.js +2 -0
- package/dist/color-picker/index.d.ts +6 -0
- package/dist/color-picker/index.js +2 -0
- package/dist/config-provider/context.d.ts +8 -0
- package/dist/config-provider/context.js +2 -0
- package/dist/config-provider/index.d.ts +24 -0
- package/dist/config-provider/index.js +34 -0
- package/dist/date-interval/index.d.ts +16 -0
- package/dist/date-interval/index.js +82 -0
- package/dist/date-picker/index.d.ts +3 -0
- package/dist/date-picker/index.js +2 -0
- package/dist/date-range/index.d.ts +16 -0
- package/dist/date-range/index.js +83 -0
- package/dist/description/index.d.ts +3 -0
- package/dist/description/index.js +2 -0
- package/dist/dictionary/index.d.ts +6 -0
- package/dist/dictionary/index.js +45 -0
- package/dist/dictionary/types/types.d.ts +14 -0
- package/dist/divider/index.d.ts +4 -0
- package/dist/divider/index.js +5 -0
- package/dist/drawer/index.d.ts +3 -0
- package/dist/drawer/index.js +2 -0
- package/dist/drawer-modal/components/CloseOutlined.d.ts +7 -0
- package/dist/drawer-modal/components/CloseOutlined.js +23 -0
- package/dist/drawer-modal/index.d.ts +6 -0
- package/dist/drawer-modal/index.js +37 -0
- package/dist/drawer-modal/index.scss +39 -0
- package/dist/drawer-modal/types/types.d.ts +3 -0
- package/dist/dropdown/assets/arrow-down.svg +6 -0
- package/dist/dropdown/index.d.ts +9 -0
- package/dist/dropdown/index.js +7 -0
- package/dist/empty/assets/404.png +0 -0
- package/dist/empty/assets/empty-content.png +0 -0
- package/dist/empty/assets/empty-data.png +0 -0
- package/dist/empty/assets/image-error.png +0 -0
- package/dist/empty/assets/net-error.png +0 -0
- package/dist/empty/assets/no-collect.png +0 -0
- package/dist/empty/assets/no-news.png +0 -0
- package/dist/empty/assets/no-notice.png +0 -0
- package/dist/empty/assets/no-schedule.png +0 -0
- package/dist/empty/assets/no-search-data.png +0 -0
- package/dist/empty/assets/submit-fail.png +0 -0
- package/dist/empty/assets/submit-success.png +0 -0
- package/dist/empty/index.d.ts +12 -0
- package/dist/empty/index.js +131 -0
- package/dist/empty/index.scss +15 -0
- package/dist/flex/index.d.ts +4 -0
- package/dist/flex/index.js +5 -0
- package/dist/float-button/index.d.ts +9 -0
- package/dist/float-button/index.js +10 -0
- package/dist/form/index.d.ts +3 -0
- package/dist/form/index.js +2 -0
- package/dist/grid/index.d.ts +6 -0
- package/dist/grid/index.js +8 -0
- package/dist/group-title/index.d.ts +7 -0
- package/dist/group-title/index.js +21 -0
- package/dist/group-title/index.scss +31 -0
- package/dist/hooks/useAssets.d.ts +1 -0
- package/dist/hooks/useAssets.js +11 -0
- package/dist/hooks/useBem.d.ts +15 -0
- package/dist/hooks/useBem.js +80 -0
- package/dist/hooks/useRequest.d.ts +1 -0
- package/dist/hooks/useRequest.js +11 -0
- package/dist/image/assets/default.png +0 -0
- package/dist/image/assets/error.png +0 -0
- package/dist/image/assets/eye.png +0 -0
- package/dist/image/index.d.ts +10 -0
- package/dist/image/index.js +95 -0
- package/dist/image/index.scss +27 -0
- package/dist/index.d.ts +156 -0
- package/dist/index.js +85 -0
- package/dist/input/index.d.ts +10 -0
- package/dist/input/index.js +24 -0
- package/dist/input/index.scss +5 -0
- package/dist/input-number/index.d.ts +3 -0
- package/dist/input-number/index.js +2 -0
- package/dist/layout/index.d.ts +6 -0
- package/dist/layout/index.js +2 -0
- package/dist/list/index.d.ts +3 -0
- package/dist/list/index.js +2 -0
- package/dist/mentions/index.d.ts +3 -0
- package/dist/mentions/index.js +2 -0
- package/dist/menu/index.d.ts +9 -0
- package/dist/menu/index.js +12 -0
- package/dist/message/index.d.ts +3 -0
- package/dist/message/index.js +2 -0
- package/dist/modal/components/header-icon.d.ts +3 -0
- package/dist/modal/components/header-icon.js +46 -0
- package/dist/modal/index.d.ts +10 -0
- package/dist/modal/index.js +41 -0
- package/dist/modal/index.scss +65 -0
- package/dist/notification/index.d.ts +3 -0
- package/dist/notification/index.js +2 -0
- package/dist/pagination/index.d.ts +5 -0
- package/dist/pagination/index.js +22 -0
- package/dist/pagination/index.scss +47 -0
- package/dist/pop-confirm/index.d.ts +3 -0
- package/dist/pop-confirm/index.js +2 -0
- package/dist/popover/index.d.ts +5 -0
- package/dist/popover/index.js +2 -0
- package/dist/progress/index.d.ts +3 -0
- package/dist/progress/index.js +2 -0
- package/dist/qrcode/index.d.ts +3 -0
- package/dist/qrcode/index.js +2 -0
- package/dist/radio/index.d.ts +4 -0
- package/dist/radio/index.js +3 -0
- package/dist/rate/index.d.ts +3 -0
- package/dist/rate/index.js +2 -0
- package/dist/result/index.d.ts +2 -0
- package/dist/result/index.js +2 -0
- package/dist/school/index.d.ts +4 -0
- package/dist/school/index.js +304 -0
- package/dist/school/index.scss +21 -0
- package/dist/school/types/types.d.ts +84 -0
- package/dist/segmented/index.d.ts +3 -0
- package/dist/segmented/index.js +2 -0
- package/dist/select/index.d.ts +3 -0
- package/dist/select/index.js +2 -0
- package/dist/skeleton/index.d.ts +9 -0
- package/dist/skeleton/index.js +2 -0
- package/dist/slider/index.d.ts +3 -0
- package/dist/slider/index.js +2 -0
- package/dist/space/index.d.ts +6 -0
- package/dist/space/index.js +2 -0
- package/dist/spin/index.d.ts +2 -0
- package/dist/spin/index.js +2 -0
- package/dist/splitter/index.d.ts +6 -0
- package/dist/splitter/index.js +2 -0
- package/dist/state/index.d.ts +8 -0
- package/dist/state/index.js +28 -0
- package/dist/state/index.scss +89 -0
- package/dist/statistic/index.d.ts +2 -0
- package/dist/statistic/index.js +2 -0
- package/dist/steps/index.d.ts +10 -0
- package/dist/steps/index.js +18 -0
- package/dist/steps/index.scss +32 -0
- package/dist/switch/index.d.ts +3 -0
- package/dist/switch/index.js +2 -0
- package/dist/table/components/icons/DownOutlined.d.ts +3 -0
- package/dist/table/components/icons/DownOutlined.js +28 -0
- package/dist/table/components/icons/DragHandler.d.ts +3 -0
- package/dist/table/components/icons/DragHandler.js +24 -0
- package/dist/table/components/icons/SettingFilled.d.ts +3 -0
- package/dist/table/components/icons/SettingFilled.js +22 -0
- package/dist/table/components/icons/UpOutlined.d.ts +3 -0
- package/dist/table/components/icons/UpOutlined.js +28 -0
- package/dist/table/components/primary-header-row/index.d.ts +3 -0
- package/dist/table/components/primary-header-row/index.js +130 -0
- package/dist/table/components/primary-header-row/index.scss +58 -0
- package/dist/table/components/primary-tbody-row/index.d.ts +3 -0
- package/dist/table/components/primary-tbody-row/index.js +40 -0
- package/dist/table/components/primary-tbody-row/index.scss +5 -0
- package/dist/table/index.d.ts +41 -0
- package/dist/table/index.js +146 -0
- package/dist/table/index.module.scss +9 -0
- package/dist/table/index.scss +33 -0
- package/dist/tabs/index.d.ts +12 -0
- package/dist/tabs/index.js +108 -0
- package/dist/tabs/index.scss +50 -0
- package/dist/tag/index.d.ts +2 -0
- package/dist/tag/index.js +2 -0
- package/dist/teacher/index.d.ts +3 -0
- package/dist/teacher/index.js +59 -0
- package/dist/teacher/types/types.d.ts +31 -0
- package/dist/time-picker/index.d.ts +3 -0
- package/dist/time-picker/index.js +2 -0
- package/dist/timeline/index.d.ts +5 -0
- package/dist/timeline/index.js +2 -0
- package/dist/tooltip/index.d.ts +5 -0
- package/dist/tooltip/index.js +2 -0
- package/dist/tour/index.d.ts +5 -0
- package/dist/tour/index.js +2 -0
- package/dist/transfer/index.d.ts +3 -0
- package/dist/transfer/index.js +2 -0
- package/dist/tree/components/BedIcon.d.ts +3 -0
- package/dist/tree/components/BedIcon.js +29 -0
- package/dist/tree/components/CampusIcon.d.ts +3 -0
- package/dist/tree/components/CampusIcon.js +30 -0
- package/dist/tree/components/DeptIcon.d.ts +3 -0
- package/dist/tree/components/DeptIcon.js +32 -0
- package/dist/tree/components/FloorIcon.d.ts +3 -0
- package/dist/tree/components/FloorIcon.js +32 -0
- package/dist/tree/components/RoomIcon.d.ts +3 -0
- package/dist/tree/components/RoomIcon.js +32 -0
- package/dist/tree/components/SchoolIcon.d.ts +3 -0
- package/dist/tree/components/SchoolIcon.js +70 -0
- package/dist/tree/components/TierlIcon.d.ts +3 -0
- package/dist/tree/components/TierlIcon.js +39 -0
- package/dist/tree/index.d.ts +27 -0
- package/dist/tree/index.js +207 -0
- package/dist/tree/index.scss +25 -0
- package/dist/tree-select/index.d.ts +3 -0
- package/dist/tree-select/index.js +2 -0
- package/dist/typography/index.d.ts +3 -0
- package/dist/typography/index.js +2 -0
- package/dist/upload/assets/again.png +0 -0
- package/dist/upload/assets/delete.png +0 -0
- package/dist/upload/assets/success.png +0 -0
- package/dist/upload/components/AgainIcon.d.ts +3 -0
- package/dist/upload/components/AgainIcon.js +29 -0
- package/dist/upload/components/DeleteIcon.d.ts +3 -0
- package/dist/upload/components/DeleteIcon.js +28 -0
- package/dist/upload/components/DeleteImage.d.ts +3 -0
- package/dist/upload/components/DeleteImage.js +47 -0
- package/dist/upload/components/SuccessIcon.d.ts +3 -0
- package/dist/upload/components/SuccessIcon.js +28 -0
- package/dist/upload/components/UpLoadIconAdd.d.ts +3 -0
- package/dist/upload/components/UpLoadIconAdd.js +28 -0
- package/dist/upload/components/UploadIcon.d.ts +3 -0
- package/dist/upload/components/UploadIcon.js +36 -0
- package/dist/upload/components/fileUpload.d.ts +13 -0
- package/dist/upload/components/fileUpload.js +258 -0
- package/dist/upload/components/imageUpload.d.ts +13 -0
- package/dist/upload/components/imageUpload.js +243 -0
- package/dist/upload/index.d.ts +20 -0
- package/dist/upload/index.js +16 -0
- package/dist/upload/index.scss +115 -0
- package/dist/user-dropdown/index.d.ts +3 -0
- package/dist/user-dropdown/index.js +101 -0
- package/dist/user-dropdown/types/types.d.ts +44 -0
- package/dist/utils/types.d.ts +7 -0
- package/dist/utils/types.js +1 -0
- package/dist/utils/utils.d.ts +2 -0
- package/dist/utils/utils.js +12 -0
- package/dist/watermark/index.d.ts +3 -0
- package/dist/watermark/index.js +2 -0
- package/dist/year-options/index.d.ts +11 -0
- package/dist/year-options/index.js +32 -0
- package/dist/year-term/index.d.ts +4 -0
- package/dist/year-term/index.js +169 -0
- package/dist/year-term/index.scss +21 -0
- package/dist/year-term/types/types.d.ts +28 -0
- package/dist/zones/index.d.ts +3 -0
- package/dist/zones/index.js +186 -0
- package/dist/zones/index.module.scss +23 -0
- package/dist/zones/types/types.d.ts +26 -0
- package/package.json +97 -0
@@ -0,0 +1,10 @@
|
|
1
|
+
import type { AnchorProps as AntAnchorProps } from 'antd';
|
2
|
+
import { Anchor as AntAnchor } from 'antd';
|
3
|
+
import { FC } from 'react';
|
4
|
+
import './index.scss';
|
5
|
+
export type AnchorProps = AntAnchorProps;
|
6
|
+
type AntAnchorType = typeof AntAnchor;
|
7
|
+
export type AnchorType = typeof AnchorComponent & Pick<AntAnchorType, 'Link'>;
|
8
|
+
declare const AnchorComponent: FC<AnchorProps>;
|
9
|
+
export declare const Anchor: AnchorType;
|
10
|
+
export {};
|
@@ -0,0 +1,18 @@
|
|
1
|
+
var _excluded = ["className"];
|
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 { Anchor as AntAnchor } from 'antd';
|
6
|
+
import React from 'react';
|
7
|
+
import { useBem } from "../hooks/useBem";
|
8
|
+
import "./index.scss";
|
9
|
+
var AnchorComponent = function AnchorComponent(_ref) {
|
10
|
+
var className = _ref.className,
|
11
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
12
|
+
var mb = useBem('anchor');
|
13
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(AntAnchor, _extends({
|
14
|
+
className: "".concat(mb, " ").concat(className !== null && className !== void 0 ? className : '')
|
15
|
+
}, props)));
|
16
|
+
};
|
17
|
+
export var Anchor = AnchorComponent;
|
18
|
+
Anchor.Link = AntAnchor.Link;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
.yot-anchor {
|
2
|
+
.ant-anchor .ant-anchor-link {
|
3
|
+
padding-top: var(--ant-padding);
|
4
|
+
padding-bottom: var(--ant-padding);
|
5
|
+
box-sizing: border-box;
|
6
|
+
font-size: var(--ant-font-size);
|
7
|
+
}
|
8
|
+
.ant-anchor .ant-anchor-link:nth-of-type(1) {
|
9
|
+
padding-top: 5px;
|
10
|
+
padding-bottom: var(--ant-padding);
|
11
|
+
box-sizing: border-box;
|
12
|
+
font-size: var(--ant-font-size);
|
13
|
+
}
|
14
|
+
.ant-anchor .ant-anchor-link:last-child {
|
15
|
+
padding-top: var(--ant-padding);
|
16
|
+
padding-bottom: 5px;
|
17
|
+
box-sizing: border-box;
|
18
|
+
font-size: var(--ant-font-size);
|
19
|
+
}
|
20
|
+
.ant-anchor .ant-anchor-link.ant-anchor-link-active {
|
21
|
+
color: var(--ant-color-primary);
|
22
|
+
}
|
23
|
+
}
|
@@ -0,0 +1,100 @@
|
|
1
|
+
var _excluded = ["style", "className"];
|
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 React, { forwardRef } from 'react';
|
6
|
+
export var Avatar = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
7
|
+
var style = _ref.style,
|
8
|
+
className = _ref.className,
|
9
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
10
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
11
|
+
ref: ref,
|
12
|
+
width: "40",
|
13
|
+
height: "40",
|
14
|
+
viewBox: "0 0 120 120",
|
15
|
+
fill: "none",
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
17
|
+
}, rest, {
|
18
|
+
style: style,
|
19
|
+
className: className
|
20
|
+
}), /*#__PURE__*/React.createElement("g", {
|
21
|
+
id: "\xE5\xA4\xB4\xE5\x83\x8F\xE7\x94\xB7"
|
22
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
23
|
+
id: "Ellipse 79",
|
24
|
+
cx: "60",
|
25
|
+
cy: "60",
|
26
|
+
r: "60",
|
27
|
+
fill: "white"
|
28
|
+
}), /*#__PURE__*/React.createElement("g", {
|
29
|
+
id: "\xE5\xA4\xB4\xE5\x83\x8F\xE5\xA5\xB3"
|
30
|
+
}, /*#__PURE__*/React.createElement("g", {
|
31
|
+
id: "\xE9\xBB\x98\xE8\xAE\xA4\xE5\xA4\xB4\xE5\x83\x8F-\xE5\xA5\xB3"
|
32
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
33
|
+
id: "Ellipse 17",
|
34
|
+
cx: "60",
|
35
|
+
cy: "60",
|
36
|
+
r: "58",
|
37
|
+
fill: "#DBD9D9"
|
38
|
+
}), /*#__PURE__*/React.createElement("g", {
|
39
|
+
id: "Group 18"
|
40
|
+
}, /*#__PURE__*/React.createElement("path", {
|
41
|
+
id: "Intersect",
|
42
|
+
fillRule: "evenodd",
|
43
|
+
clipRule: "evenodd",
|
44
|
+
d: "M33.2596 111.481C30.0798 109.826 27.0726 107.885 24.2721 105.693C30.5297 98.0326 27.7002 91.5781 25.4791 89.2917C23.1714 85.0059 20.1779 74.021 26.666 64.368C31.6707 56.9219 32.0805 55.6527 33.2875 51.9142C34.0364 49.5945 35.0923 46.3242 37.7432 40.0377C43.2818 26.9033 53.6337 23.8834 58.1173 24.0153C73.8189 24.0153 79.7886 36.6267 81.2608 40.0377C82.733 43.4487 86.0302 55.6598 85.4137 65.7543C84.9674 73.0629 89.9338 75.7667 93.5864 77.7552C94.9788 78.5132 96.1802 79.1673 96.8182 79.9329C99.1299 82.7069 99.4382 84.7104 99.0529 88.3321C98.6676 91.9538 96.3559 96.269 93.7359 98.5037C91.64 100.291 92.0407 103.153 92.503 104.36L90.1621 104.822C89.915 103.204 90.2838 98.8736 93.7359 94.4967C97.1881 90.1198 97.7429 87.7927 97.5888 87.1763C97.8456 86.3029 97.1881 83.8012 92.503 80.7805C92.148 80.5517 91.8058 80.3338 91.476 80.1239C86.3644 76.8705 84.2345 75.5149 83.8726 64.368C83.5644 54.8751 82.3571 50.6516 81.792 49.7264C81.9731 51.4337 82.1024 52.2636 82.1487 53.0981C82.2381 54.7117 82.0173 56.3426 81.2608 64.368C79.2492 73.4601 82.5136 80.5222 85.0191 81.775C87.2609 82.2366 91.4281 85.296 90.1621 93.8413C88.8961 102.387 81.5905 109.138 78.0959 111.446C65.296 112.302 45.2026 112.947 33.2596 111.481Z",
|
45
|
+
fill: "#1B0027"
|
46
|
+
}), /*#__PURE__*/React.createElement("path", {
|
47
|
+
id: "Intersect_2",
|
48
|
+
fillRule: "evenodd",
|
49
|
+
clipRule: "evenodd",
|
50
|
+
d: "M32.2901 110.965C32.2971 105.022 32.2974 98.9335 32.2747 97.6282C32.2305 95.0795 32.6289 91.5296 36.5241 87.2059C39.6404 83.747 48.3378 81.9629 52.2969 81.5033C52.6421 81.4589 53.0425 81.401 53.4897 81.3363C56.2287 80.94 60.7266 80.2893 65.0672 80.9412C66.4262 81.1453 67.728 81.2549 68.9932 81.3615C73.6045 81.7498 77.7289 82.0972 82.3563 86.8272C84.1594 88.6703 86.3387 90.9404 86.3387 97.6282V111.689C78.435 115.724 69.4833 118 60 118C49.964 118 40.5233 115.451 32.2901 110.965Z",
|
51
|
+
fill: "#819DFE"
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
53
|
+
id: "Vector 30",
|
54
|
+
d: "M51.6901 81.2836C53.8427 79.3032 53.8068 75.7226 53.5198 74.1798C57.5919 72.5474 65.5316 70.262 64.7136 74.1798C63.8956 78.0977 65.8438 80.5481 66.9201 81.2836L59.2776 86.264C53.5946 84.0683 51.8874 82.3958 51.6901 81.2836Z",
|
55
|
+
fill: "#FED1B3"
|
56
|
+
}), /*#__PURE__*/React.createElement("path", {
|
57
|
+
id: "Intersect_3",
|
58
|
+
fillRule: "evenodd",
|
59
|
+
clipRule: "evenodd",
|
60
|
+
d: "M64.761 73.8774C64.7514 73.9739 64.7357 74.0747 64.7138 74.18C64.4058 75.6548 64.4899 76.9216 64.7718 77.9673C63.381 78.2927 61.1036 78.7572 59.4051 78.7653C57.4757 78.7746 54.818 78.202 53.4629 77.8758C53.7562 76.4317 53.6745 75.0105 53.52 74.18C53.7668 74.0811 54.028 73.9797 54.3005 73.8774H64.761Z",
|
61
|
+
fill: "#FFA768"
|
62
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
63
|
+
id: "Ellipse 27",
|
64
|
+
cx: "16.9636",
|
65
|
+
cy: "21.7208",
|
66
|
+
rx: "16.9636",
|
67
|
+
ry: "21.7208",
|
68
|
+
transform: "matrix(-1 0 0 1 76.2687 32.5352)",
|
69
|
+
fill: "#FED1B3"
|
70
|
+
}), /*#__PURE__*/React.createElement("path", {
|
71
|
+
id: "Vector 25",
|
72
|
+
d: "M42.5382 57.61C40.9053 56.4498 39.0191 52.8476 38.28 51.1915C41.03 46.0759 46.6176 35.7719 46.9676 35.4802C47.3177 35.1884 57.0314 30.6393 61.31 29.7642L74.8271 38.2515C76.3586 41.582 79.4071 48.9286 79.3488 51.6708C79.2912 54.3757 77.3476 57.1515 76.0582 58.183C76.0342 58.2936 76.0129 58.2852 76.0053 58.2246C76.0228 58.2111 76.0404 58.1972 76.0582 58.183C76.1111 57.9386 76.1771 57.1129 76.1369 54.984C76.064 51.1187 72.5662 49.337 70.5971 48.9723C68.628 48.6077 66.9506 47.1491 66.7318 45.5446C66.513 43.9401 67.607 42.2627 65.5649 39.2726C62.9978 36.5304 58.8553 38.4703 57.105 39.7831C56.5701 38.7864 54.3482 37.741 49.739 41.5334C44.2546 46.0259 42.6533 54.123 42.5382 57.61Z",
|
73
|
+
fill: "#1B0027"
|
74
|
+
}), /*#__PURE__*/React.createElement("g", {
|
75
|
+
id: "Group 8"
|
76
|
+
}, /*#__PURE__*/React.createElement("path", {
|
77
|
+
id: "Vector 14",
|
78
|
+
d: "M54.4325 65.5967C54.1691 64.3533 54.8145 64.139 55.1702 64.1873H63.587C64.1359 64.3322 64.9042 65.1383 63.587 67.2037C61.9405 69.7854 60.0833 69.6668 58.2656 69.6273C56.4478 69.5878 54.7618 67.151 54.4325 65.5967Z",
|
79
|
+
fill: "#6A1E23"
|
80
|
+
}), /*#__PURE__*/React.createElement("path", {
|
81
|
+
id: "Intersect_4",
|
82
|
+
fillRule: "evenodd",
|
83
|
+
clipRule: "evenodd",
|
84
|
+
d: "M63.2662 67.6697C61.7485 69.707 60.0705 69.6685 58.4193 69.6306C58.368 69.6294 58.3168 69.6282 58.2656 69.6271C57.1791 69.6035 56.1396 68.7233 55.4088 67.6871C56.1037 66.4731 57.6039 65.6328 59.3425 65.6328C61.0728 65.6328 62.5669 66.465 63.2662 67.6697Z",
|
85
|
+
fill: "#DB606A"
|
86
|
+
})), /*#__PURE__*/React.createElement("path", {
|
87
|
+
id: "Union",
|
88
|
+
fillRule: "evenodd",
|
89
|
+
clipRule: "evenodd",
|
90
|
+
d: "M45.1865 53.3686C45.7847 52.6359 50.8377 51.4979 54.3383 52.4714C55.6393 52.7406 55.8871 51.0771 54.3383 51.0771C52.4092 51.0771 46.6064 51.194 45.1865 53.3686ZM73.4888 53.3687C72.8907 52.636 67.8377 51.498 64.3371 52.4715C63.0361 52.7406 62.7882 51.0772 64.3371 51.0772C66.2661 51.0772 72.069 51.1941 73.4888 53.3687ZM49.9072 59.4643C51.2425 59.4643 52.3249 58.2106 52.3249 56.6641C52.3249 56.2215 52.2363 55.8028 52.0784 55.4307C52.6664 55.1411 52.9979 54.6851 53.1061 54.355C52.5951 54.9158 52.1515 55.0124 51.8438 54.9874C51.4028 54.3053 50.6995 53.8639 49.9072 53.8639C48.5719 53.8639 47.4894 55.1176 47.4894 56.6641C47.4894 58.2106 48.5719 59.4643 49.9072 59.4643ZM69.843 56.6641C69.843 58.2106 68.7605 59.4643 67.4252 59.4643C66.0899 59.4643 65.0074 58.2106 65.0074 56.6641C65.0074 55.1176 66.0899 53.8639 67.4252 53.8639C68.2175 53.8639 68.9208 54.3053 69.3618 54.9874C69.6695 55.0124 70.1132 54.9158 70.6241 54.355C70.516 54.6851 70.1845 55.1412 69.5964 55.4307C69.7543 55.8028 69.843 56.2215 69.843 56.6641Z",
|
91
|
+
fill: "#1D002B"
|
92
|
+
}), /*#__PURE__*/React.createElement("path", {
|
93
|
+
id: "Intersect_5",
|
94
|
+
fillRule: "evenodd",
|
95
|
+
clipRule: "evenodd",
|
96
|
+
d: "M72.7205 81.7058C71.5013 81.5225 70.2658 81.4242 68.9932 81.3229C68.102 81.252 67.1927 81.1797 66.2581 81.0757C63.8381 83.1925 59.3052 86.2144 59.3052 86.2144C59.7872 87.857 61.769 91.1529 65.8398 91.1958C69.5186 91.2345 71.8122 85.4437 72.7205 81.7058ZM46.1116 82.5566C47.1414 86.2603 49.361 91.2318 52.7705 91.1959C56.8413 91.1531 58.8231 87.8572 59.3052 86.2146C59.3052 86.2146 55.2167 83.4889 52.7325 81.4015C52.579 81.4217 52.4336 81.4403 52.2969 81.4569C50.7521 81.6264 48.486 81.9864 46.1116 82.5566Z",
|
97
|
+
fill: "white"
|
98
|
+
}))))));
|
99
|
+
});
|
100
|
+
Avatar.displayName = 'Avatar';
|
@@ -0,0 +1,35 @@
|
|
1
|
+
var _excluded = ["style", "className"];
|
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 React, { forwardRef } from 'react';
|
6
|
+
export var BackOut = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
7
|
+
var style = _ref.style,
|
8
|
+
className = _ref.className,
|
9
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
10
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
11
|
+
ref: ref,
|
12
|
+
width: "18",
|
13
|
+
height: "18",
|
14
|
+
viewBox: "0 0 18 18",
|
15
|
+
fill: "none",
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
17
|
+
}, rest, {
|
18
|
+
style: style,
|
19
|
+
className: className
|
20
|
+
}), /*#__PURE__*/React.createElement("g", {
|
21
|
+
id: "Group 2459"
|
22
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
23
|
+
id: "Ellipse 109",
|
24
|
+
cx: "9",
|
25
|
+
cy: "9",
|
26
|
+
r: "8.5",
|
27
|
+
fill: "#BFBFBF",
|
28
|
+
stroke: "white"
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
30
|
+
id: "Vector",
|
31
|
+
d: "M8.5923 6.09493C8.55758 6.09395 8.52355 6.09591 8.48896 6.09605V5.27939C8.48896 5.05556 8.2385 4.92294 8.0533 5.04859L5.12221 7.03919C5.08456 7.06476 5.05374 7.09915 5.03244 7.13937C5.01114 7.17959 5 7.22441 5 7.26992C5 7.31543 5.01114 7.36025 5.03244 7.40047C5.05374 7.44069 5.08456 7.47508 5.12221 7.50065L8.05358 9.49111C8.23878 9.6169 8.48924 9.48428 8.48924 9.26031V8.43445C9.90152 8.4173 11.076 9.40311 11.1328 10.6779C11.1763 11.6558 10.5492 12.5226 9.6194 12.923C9.60252 12.9302 9.58481 12.9445 9.58635 12.9735C9.5876 12.9972 9.61173 13.0042 9.6332 12.9977C11.1213 12.5601 12.2169 11.2742 12.2583 9.72665C12.3103 7.7765 10.6691 6.15057 8.5923 6.09493Z",
|
32
|
+
fill: "white"
|
33
|
+
})));
|
34
|
+
});
|
35
|
+
BackOut.displayName = 'BackOut';
|
@@ -0,0 +1,37 @@
|
|
1
|
+
var _excluded = ["style", "className"];
|
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 React, { forwardRef } from 'react';
|
6
|
+
export var Failed = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
7
|
+
var style = _ref.style,
|
8
|
+
className = _ref.className,
|
9
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
10
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
11
|
+
ref: ref,
|
12
|
+
width: "18",
|
13
|
+
height: "18",
|
14
|
+
viewBox: "0 0 18 18",
|
15
|
+
fill: "none",
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
17
|
+
}, rest, {
|
18
|
+
style: style,
|
19
|
+
className: className
|
20
|
+
}), /*#__PURE__*/React.createElement("g", {
|
21
|
+
id: "Group 2710"
|
22
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
23
|
+
id: "Ellipse 109",
|
24
|
+
cx: "9",
|
25
|
+
cy: "9",
|
26
|
+
r: "8.5",
|
27
|
+
fill: "#E33946",
|
28
|
+
stroke: "white"
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
30
|
+
id: "Union",
|
31
|
+
fillRule: "evenodd",
|
32
|
+
clipRule: "evenodd",
|
33
|
+
d: "M11.4747 5.81836L11.473 5.82005L11.4713 5.82183L11.4694 5.82367L11.4675 5.82559L11.4655 5.82759L11.4634 5.82966L11.4613 5.83181L11.4591 5.83403L11.4568 5.83633L11.4544 5.8387L11.4519 5.84114L11.4494 5.84366L11.4468 5.84625L11.4442 5.84891L11.4414 5.85165L11.4386 5.85445L11.4357 5.85734L11.4328 5.86029L11.4298 5.86331L11.4267 5.86641L11.4235 5.86958L11.4203 5.87282L11.417 5.87613L11.4136 5.87951L11.4101 5.88296L11.4066 5.88648L11.403 5.89008L11.3993 5.89374L11.3956 5.89747L11.3918 5.90127L11.3879 5.90514L11.384 5.90908L11.38 5.91309L11.3759 5.91716L11.3718 5.92131L11.3676 5.92552L11.3633 5.9298L11.3589 5.93415L11.3545 5.93856L11.35 5.94304L11.3455 5.94759L11.3409 5.95221L11.3362 5.95689L11.3314 5.96164L11.3266 5.96645L11.3218 5.97133L11.3168 5.97627L11.3118 5.98128L11.3067 5.98636L11.3016 5.9915L11.2964 5.9967L11.2911 6.00197L11.2858 6.00731L11.2804 6.0127L11.2749 6.01816L11.2694 6.02369L11.2638 6.02927L11.2582 6.03492L11.2525 6.04063L11.2467 6.04641L11.2408 6.05225L11.2349 6.05815L11.229 6.06411L11.223 6.07013L11.2169 6.07621L11.2107 6.08236L11.2045 6.08856L11.1983 6.09483L11.1919 6.10115L11.1855 6.10754L11.1791 6.11399L11.1726 6.12049L11.166 6.12706L11.1594 6.13368L11.1527 6.14037L11.146 6.14711L11.1392 6.15391L11.1323 6.16077L11.1254 6.16769L11.1184 6.17466L11.1114 6.1817L11.1043 6.18879L11.0972 6.19593L11.0899 6.20314L11.0827 6.2104L11.0754 6.21772L11.068 6.22509L11.0606 6.23252L11.0531 6.24001L11.0455 6.24755L11.0379 6.25514L11.0303 6.2628L11.0226 6.2705L11.0148 6.27826L11.007 6.28608L10.9991 6.29395L10.9912 6.30187L10.9832 6.30985L10.9752 6.31788L10.9671 6.32596L10.959 6.3341L10.9508 6.34229L10.9426 6.35053L10.9343 6.35882L10.9259 6.36717L10.9175 6.37557L10.9091 6.38402L10.9006 6.39252L10.892 6.40107L10.8834 6.40967L10.8748 6.41833L10.8661 6.42703L10.8573 6.43579L10.8485 6.44459L10.8396 6.45345L10.8307 6.46235L10.8218 6.4713L10.8128 6.48031L10.8037 6.48936L10.7946 6.49846L10.7855 6.5076L10.7763 6.5168L10.767 6.52604L10.7577 6.53534L10.7484 6.54467L10.739 6.55406L10.7296 6.56349L10.7201 6.57297L10.7106 6.5825L10.701 6.59207L10.6914 6.60169L10.6817 6.61136L10.672 6.62107L10.6623 6.63082L10.6525 6.64063L10.6426 6.65047L10.6327 6.66036L10.6228 6.6703L10.6128 6.68028L10.6028 6.6903L10.5927 6.70037L10.5826 6.71048L10.5725 6.72063L10.5623 6.73083L10.552 6.74107L10.5417 6.75135L10.5314 6.76168L10.521 6.77204L10.5106 6.78245L10.5002 6.7929L10.4897 6.80339L10.4792 6.81393L10.4686 6.8245L10.458 6.83512L10.4473 6.84577L10.4366 6.85647L10.4259 6.8672L10.4151 6.87798L10.4043 6.88879L10.3934 6.89965L10.3825 6.91054L10.3716 6.92148L10.3606 6.93245L10.3496 6.94346L10.3386 6.95451L10.3275 6.96559L10.3164 6.97672L10.3052 6.98788L10.294 6.99908L10.2828 7.01031L10.2715 7.02158L10.2602 7.03289L10.2488 7.04424L10.2375 7.05562L10.226 7.06704L10.2146 7.07849L10.2031 7.08998L10.1916 7.1015L10.18 7.11306L10.1684 7.12466L10.1568 7.13628L10.1451 7.14795L10.1334 7.15964L10.1217 7.17137L10.1099 7.18314L10.0981 7.19494L10.0863 7.20677L10.0745 7.21863L10.0626 7.23053L10.0506 7.24246L10.0387 7.25442L10.0267 7.26641L10.0147 7.27843L10.0026 7.29049L9.99051 7.30258L9.97839 7.3147L9.96624 7.32685L9.95406 7.33903L9.94185 7.35124L9.92961 7.36348L9.91734 7.37575L9.90504 7.38805L9.89271 7.40038L9.88035 7.41274L9.86796 7.42512L9.85555 7.43754L9.8431 7.44998L9.83063 7.46246L9.81813 7.47496L9.8056 7.48749L9.79304 7.50005L9.78045 7.51263L9.76784 7.52524L9.7552 7.53788L9.74254 7.55054L9.72985 7.56324L9.71713 7.57595L9.70439 7.5887L9.69162 7.60147L9.67882 7.61426L9.666 7.62708L9.65316 7.63993L9.64029 7.6528L9.62739 7.66569L9.61447 7.67861L9.60153 7.69156L9.58856 7.70452L9.57557 7.71751L9.56256 7.73053L9.54952 7.74357L9.53646 7.75663L9.52338 7.76971L9.51027 7.78282L9.49714 7.79594L9.48399 7.80909L9.47082 7.82227L9.45762 7.83546L9.44441 7.84868L9.43117 7.86191L9.41792 7.87517L9.40464 7.88845L9.39134 7.90174L9.37802 7.91506L9.36468 7.9284L9.35132 7.94176L9.33795 7.95514L9.32455 7.96854L9.31113 7.98195L9.2977 7.99539L9.28424 8.00884L9.27077 8.02231L9.25728 8.0358L9.24377 8.04931L9.23025 8.06284L9.21671 8.07638L9.20315 8.08994L9.18957 8.10352L9.17597 8.11711L9.16236 8.13072L9.14874 8.14435L9.13509 8.15799L9.12143 8.17165L9.10776 8.18533L9.09407 8.19902L9.08036 8.21272L9.06664 8.22644L9.05291 8.24018L9.03916 8.25392L9.0254 8.26769L9.01162 8.28147L9.00015 8.29293L8.98869 8.28147L8.97491 8.26769L8.96115 8.25392L8.9474 8.24018L8.93366 8.22644L8.91994 8.21272L8.90624 8.19902L8.89255 8.18533L8.87887 8.17165L8.86522 8.15799L8.85157 8.14435L8.83795 8.13072L8.82433 8.11711L8.81074 8.10352L8.79716 8.08994L8.7836 8.07638L8.77006 8.06284L8.75653 8.04931L8.74303 8.0358L8.72954 8.02231L8.71606 8.00884L8.70261 7.99539L8.68917 7.98195L8.67576 7.96854L8.66236 7.95514L8.64898 7.94176L8.63563 7.9284L8.62229 7.91506L8.60897 7.90174L8.59567 7.88845L8.58239 7.87517L8.56913 7.86191L8.5559 7.84868L8.54268 7.83546L8.52949 7.82227L8.51632 7.80909L8.50317 7.79594L8.49004 7.78282L8.47693 7.76971L8.46385 7.75663L8.45079 7.74357L8.43775 7.73053L8.42474 7.71751L8.41175 7.70452L8.39878 7.69156L8.38584 7.67861L8.37292 7.66569L8.36002 7.6528L8.34715 7.63993L8.33431 7.62708L8.32149 7.61426L8.30869 7.60147L8.29592 7.5887L8.28318 7.57595L8.27046 7.56324L8.25777 7.55054L8.2451 7.53788L8.23246 7.52524L8.21985 7.51263L8.20727 7.50005L8.19471 7.48749L8.18218 7.47496L8.16968 7.46246L8.15721 7.44998L8.14476 7.43754L8.13235 7.42512L8.11996 7.41274L8.1076 7.40038L8.09527 7.38805L8.08297 7.37575L8.0707 7.36348L8.05846 7.35124L8.04625 7.33903L8.03407 7.32685L8.02192 7.3147L8.0098 7.30258L7.99771 7.29049L7.98566 7.27843L7.97363 7.26641L7.96164 7.25442L7.94968 7.24246L7.93775 7.23053L7.92585 7.21863L7.91399 7.20677L7.90216 7.19494L7.89036 7.18314L7.8786 7.17137L7.86687 7.15964L7.85517 7.14795L7.84351 7.13628L7.83188 7.12466L7.82029 7.11306L7.80873 7.1015L7.7972 7.08998L7.78571 7.07849L7.77426 7.06704L7.76284 7.05562L7.75146 7.04424L7.74012 7.03289L7.72881 7.02158L7.71753 7.01031L7.7063 6.99908L7.6951 6.98788L7.68394 6.97672L7.67281 6.96559L7.66173 6.95451L7.65068 6.94346L7.63967 6.93245L7.6287 6.92148L7.61777 6.91054L7.60687 6.89965L7.59602 6.88879L7.5852 6.87798L7.57443 6.8672L7.56369 6.85647L7.55299 6.84577L7.54234 6.83512L7.53172 6.8245L7.52115 6.81393L7.51062 6.80339L7.50013 6.7929L7.48967 6.78245L7.47927 6.77204L7.4689 6.76168L7.45857 6.75135L7.44829 6.74107L7.43805 6.73083L7.42785 6.72063L7.4177 6.71048L7.40759 6.70037L7.39752 6.6903L7.3875 6.68028L7.37752 6.6703L7.36759 6.66036L7.35769 6.65047L7.34785 6.64063L7.33805 6.63082L7.32829 6.62107L7.31858 6.61136L7.30892 6.60169L7.2993 6.59207L7.28972 6.5825L7.2802 6.57297L7.27072 6.56349L7.26128 6.55406L7.2519 6.54467L7.24256 6.53534L7.23327 6.52604L7.22402 6.5168L7.21483 6.5076L7.20568 6.49846L7.19658 6.48936L7.18753 6.48031L7.17853 6.4713L7.16957 6.46235L7.16067 6.45345L7.15181 6.44459L7.14301 6.43579L7.13426 6.42703L7.12555 6.41833L7.1169 6.40967L7.10829 6.40107L7.09974 6.39252L7.09124 6.38402L7.08279 6.37557L7.07439 6.36717L7.06605 6.35882L7.05775 6.35053L7.04951 6.34229L7.04132 6.3341L7.03318 6.32596L7.0251 6.31788L7.01707 6.30985L7.00909 6.30187L7.00117 6.29395L6.9933 6.28608L6.98549 6.27826L6.97773 6.2705L6.97002 6.2628L6.96237 6.25514L6.95477 6.24755L6.94723 6.24001L6.93974 6.23252L6.93231 6.22509L6.92494 6.21772L6.91762 6.2104L6.91036 6.20314L6.90316 6.19593L6.89601 6.18879L6.88892 6.1817L6.88189 6.17466L6.87491 6.16769L6.86799 6.16077L6.86113 6.15391L6.85433 6.14711L6.84759 6.14037L6.84091 6.13368L6.83428 6.12706L6.82772 6.12049L6.82121 6.11399L6.81476 6.10754L6.80838 6.10115L6.80205 6.09483L6.79578 6.08856L6.78958 6.08236L6.78343 6.07621L6.77735 6.07013L6.77133 6.06411L6.76537 6.05815L6.75947 6.05225L6.75363 6.04641L6.74786 6.04063L6.74215 6.03492L6.7365 6.02927L6.73091 6.02369L6.72539 6.01816L6.71992 6.0127L6.71453 6.00731L6.7092 6.00197L6.70393 5.9967L6.69872 5.9915L6.69358 5.98636L6.68851 5.98128L6.6835 5.97627L6.67855 5.97133L6.67367 5.96645L6.66886 5.96164L6.66411 5.95689L6.65943 5.95221L6.65481 5.94759L6.65027 5.94304L6.64578 5.93856L6.64137 5.93415L6.63702 5.9298L6.63274 5.92552L6.62853 5.92131L6.62438 5.91716L6.62031 5.91309L6.6163 5.90908L6.61236 5.90514L6.60849 5.90127L6.60469 5.89747L6.60096 5.89374L6.5973 5.89008L6.59371 5.88648L6.59018 5.88296L6.58673 5.87951L6.58335 5.87613L6.58004 5.87282L6.5768 5.86958L6.57363 5.86641L6.57054 5.86331L6.56751 5.86029L6.56456 5.85734L6.56168 5.85445L6.55887 5.85165L6.55613 5.84891L6.55347 5.84625L6.55088 5.84366L6.54836 5.84114L6.54592 5.8387L6.54355 5.83633L6.54126 5.83403L6.53903 5.83181L6.53689 5.82966L6.53481 5.82759L6.53282 5.82559L6.5309 5.82367L6.52905 5.82183L6.52728 5.82005L6.52558 5.81836L5.81848 6.52547L5.82017 6.52716L5.82194 6.52893L5.82379 6.53078L5.82571 6.5327L5.82771 6.5347L5.82978 6.53677L5.83193 6.53892L5.83415 6.54114L5.83644 6.54343L5.83881 6.5458L5.84126 6.54825L5.84377 6.55076L5.84636 6.55335L5.84903 6.55602L5.85176 6.55875L5.85457 6.56156L5.85745 6.56444L5.86041 6.5674L5.86343 6.57042L5.86653 6.57352L5.8697 6.57669L5.87293 6.57993L5.87624 6.58324L5.87963 6.58662L5.88308 6.59007L5.8866 6.59359L5.89019 6.59718L5.89385 6.60084L5.89758 6.60458L5.90139 6.60838L5.90526 6.61225L5.90919 6.61619L5.9132 6.62019L5.91728 6.62427L5.92142 6.62841L5.92563 6.63263L5.92991 6.63691L5.93426 6.64125L5.93868 6.64567L5.94316 6.65015L5.94771 6.6547L5.95232 6.65931L5.957 6.664L5.96175 6.66874L5.96657 6.67356L5.97145 6.67844L5.97639 6.68338L5.9814 6.68839L5.98648 6.69347L5.99162 6.69861L5.99682 6.70381L6.00209 6.70908L6.00742 6.71441L6.01282 6.71981L6.01828 6.72527L6.0238 6.73079L6.02939 6.73638L6.03504 6.74203L6.04075 6.74774L6.04653 6.75352L6.05236 6.75935L6.05826 6.76525L6.06422 6.77121L6.07024 6.77723L6.07633 6.78332L6.08247 6.78946L6.08868 6.79567L6.09494 6.80193L6.10127 6.80826L6.10766 6.81465L6.1141 6.82109L6.12061 6.8276L6.12718 6.83417L6.1338 6.84079L6.14048 6.84747L6.14723 6.85422L6.15403 6.86102L6.16089 6.86788L6.16781 6.8748L6.17478 6.88177L6.18181 6.8888L6.1889 6.89589L6.19605 6.90304L6.20326 6.91025L6.21052 6.91751L6.21783 6.92482L6.22521 6.9322L6.23264 6.93963L6.24012 6.94711L6.24766 6.95465L6.25526 6.96225L6.26291 6.9699L6.27062 6.97761L6.27838 6.98537L6.28619 6.99318L6.29406 7.00105L6.30199 7.00898L6.30996 7.01695L6.31799 7.02498L6.32608 7.03307L6.33421 7.04121L6.3424 7.04939L6.35065 7.05764L6.35894 7.06593L6.36729 7.07428L6.37568 7.08268L6.38413 7.09112L6.39264 7.09963L6.40119 7.10818L6.40979 7.11678L6.41844 7.12544L6.42715 7.13414L6.4359 7.14289L6.44471 7.1517L6.45356 7.16055L6.46247 7.16946L6.47142 7.17841L6.48042 7.18741L6.48947 7.19646L6.49857 7.20556L6.50772 7.21471L6.51692 7.22391L6.52616 7.23315L6.53545 7.24244L6.54479 7.25178L6.55418 7.26117L6.56361 7.2706L6.57309 7.28008L6.58262 7.28961L6.59219 7.29918L6.60181 7.3088L6.61147 7.31847L6.62119 7.32818L6.63094 7.33793L6.64074 7.34773L6.65059 7.35758L6.66048 7.36747L6.67041 7.3774L6.68039 7.38738L6.69042 7.39741L6.70048 7.40747L6.71059 7.41758L6.72075 7.42774L6.73095 7.43794L6.74118 7.44818L6.75147 7.45846L6.76179 7.46878L6.77216 7.47915L6.78257 7.48956L6.79302 7.50001L6.80351 7.5105L6.81404 7.52103L6.82462 7.53161L6.83523 7.54222L6.84589 7.55288L6.85658 7.56357L6.86732 7.57431L6.8781 7.58509L6.88891 7.5959L6.89977 7.60676L6.91066 7.61765L6.92159 7.62858L6.93256 7.63955L6.94357 7.65056L6.95462 7.66161L6.96571 7.6727L6.97683 7.68382L6.98799 7.69498L6.99919 7.70618L7.01043 7.71742L7.0217 7.72869L7.03301 7.74L7.04435 7.75135L7.05574 7.76273L7.06715 7.77414L7.07861 7.7856L7.0901 7.79709L7.10162 7.80861L7.11318 7.82017L7.12477 7.83176L7.1364 7.84339L7.14806 7.85505L7.15976 7.86675L7.17149 7.87848L7.18326 7.89025L7.19505 7.90204L7.20688 7.91387L7.21875 7.92574L7.23064 7.93763L7.24257 7.94956L7.25453 7.96152L7.26653 7.97352L7.27855 7.98554L7.29061 7.9976L7.30269 8.00968L7.31481 8.0218L7.32696 8.03395L7.33914 8.04613L7.35135 8.05834L7.36359 8.07058L7.37586 8.08285L7.38816 8.09515L7.40049 8.10748L7.41285 8.11984L7.42524 8.13223L7.43766 8.14465L7.4501 8.15709L7.46257 8.16956L7.47508 8.18207L7.48761 8.1946L7.50016 8.20715L7.51275 8.21974L7.52536 8.23235L7.538 8.24499L7.55066 8.25765L7.56335 8.27034L7.57607 8.28306L7.58881 8.2958L7.60158 8.30857L7.61438 8.32137L7.6272 8.33419L7.64004 8.34703L7.65291 8.35991L7.66581 8.3728L7.67873 8.38572L7.69167 8.39866L7.70464 8.41163L7.71763 8.42462L7.73064 8.43764L7.74368 8.45067L7.75674 8.46373L7.76983 8.47682L7.78293 8.48992L7.79606 8.50305L7.80921 8.5162L7.82238 8.52937L7.83558 8.54257L7.84879 8.55578L7.86203 8.56902L7.87528 8.58228L7.88856 8.59555L7.90186 8.60885L7.91518 8.62217L7.92852 8.63551L7.94188 8.64887L7.95525 8.66225L7.96865 8.67564L7.98207 8.68906L7.9955 8.70249L8.00896 8.71595L8.02243 8.72942L8.03592 8.74291L8.04943 8.75642L8.06295 8.76994L8.0765 8.78349L8.09006 8.79705L8.10363 8.81062L8.11723 8.82422L8.13084 8.83783L8.14447 8.85146L8.15811 8.8651L8.17177 8.87876L8.18544 8.89243L8.19913 8.90612L8.21284 8.91983L8.22656 8.93355L8.24029 8.94728L8.25404 8.96103L8.2678 8.9748L8.28158 8.98857L8.29305 9.00004L8.28164 9.01145L8.26745 9.02564L8.25326 9.03983L8.23907 9.05402L8.22487 9.06821L8.21068 9.08241L8.19648 9.0966L8.18229 9.11079L8.1681 9.12499L8.1539 9.13918L8.13971 9.15338L8.12551 9.16757L8.11132 9.18176L8.09713 9.19596L8.08294 9.21015L8.06875 9.22434L8.05456 9.23852L8.04037 9.25271L8.02619 9.26689L8.01201 9.28107L7.99783 9.29525L7.98366 9.30943L7.96948 9.3236L7.95531 9.33777L7.94115 9.35194L7.92699 9.3661L7.91283 9.38026L7.89867 9.39441L7.88453 9.40856L7.87038 9.4227L7.85624 9.43684L7.84211 9.45098L7.82798 9.46511L7.81385 9.47923L7.79974 9.49335L7.78563 9.50746L7.77152 9.52156L7.75742 9.53566L7.74333 9.54976L7.72924 9.56384L7.71517 9.57792L7.7011 9.59199L7.68703 9.60605L7.67298 9.6201L7.65893 9.63415L7.6449 9.64819L7.63087 9.66222L7.61685 9.67624L7.60283 9.69025L7.58883 9.70425L7.57484 9.71825L7.56086 9.73223L7.54688 9.7462L7.53292 9.76016L7.51897 9.77412L7.50503 9.78806L7.4911 9.80199L7.47718 9.81591L7.46327 9.82981L7.44937 9.84371L7.43549 9.8576L7.42162 9.87147L7.40776 9.88533L7.39391 9.89918L7.38007 9.91301L7.36625 9.92683L7.35244 9.94064L7.33865 9.95444L7.32487 9.96822L7.3111 9.98198L7.29735 9.99574L7.28361 10.0095L7.26988 10.0232L7.25617 10.0369L7.24248 10.0506L7.2288 10.0643L7.21514 10.0779L7.20149 10.0916L7.18786 10.1052L7.17424 10.1188L7.16064 10.1324L7.14706 10.146L7.1335 10.1596L7.11995 10.1731L7.10642 10.1867L7.0929 10.2002L7.07941 10.2137L7.06593 10.2272L7.05247 10.2406L7.03903 10.2541L7.02561 10.2675L7.01221 10.2809L6.99882 10.2943L6.98546 10.3076L6.97212 10.321L6.95879 10.3343L6.94549 10.3476L6.9322 10.3609L6.91894 10.3741L6.9057 10.3874L6.89248 10.4006L6.87928 10.4138L6.8661 10.427L6.85294 10.4401L6.83981 10.4533L6.8267 10.4664L6.81361 10.4795L6.80054 10.4925L6.78749 10.5056L6.77447 10.5186L6.76147 10.5316L6.7485 10.5446L6.73555 10.5575L6.72262 10.5705L6.70972 10.5834L6.69685 10.5962L6.68399 10.6091L6.67117 10.6219L6.65836 10.6347L6.64559 10.6475L6.63284 10.6602L6.62011 10.673L6.60741 10.6857L6.59474 10.6983L6.58209 10.711L6.56947 10.7236L6.55688 10.7362L6.54432 10.7488L6.53178 10.7613L6.51927 10.7738L6.50679 10.7863L6.49433 10.7987L6.48191 10.8112L6.46951 10.8236L6.45715 10.8359L6.44481 10.8483L6.4325 10.8606L6.42022 10.8729L6.40797 10.8851L6.39575 10.8973L6.38356 10.9095L6.37141 10.9217L6.35928 10.9338L6.34718 10.9459L6.33512 10.958L6.32308 10.97L6.31108 10.982L6.29911 10.994L6.28717 11.0059L6.27527 11.0178L6.26339 11.0297L6.25155 11.0415L6.23975 11.0533L6.22797 11.0651L6.21623 11.0769L6.20453 11.0886L6.19285 11.1002L6.18122 11.1119L6.16961 11.1235L6.15804 11.135L6.14651 11.1466L6.13501 11.1581L6.12355 11.1695L6.11212 11.181L6.10073 11.1924L6.08937 11.2037L6.07805 11.215L6.06677 11.2263L6.05552 11.2376L6.04431 11.2488L6.03314 11.2599L6.022 11.2711L6.01091 11.2822L5.99985 11.2932L5.98883 11.3043L5.97785 11.3152L5.9669 11.3262L5.956 11.3371L5.94513 11.348L5.9343 11.3588L5.92352 11.3696L5.91277 11.3803L5.90206 11.391L5.89139 11.4017L5.88077 11.4123L5.87018 11.4229L5.85964 11.4334L5.84913 11.444L5.83867 11.4544L5.82825 11.4648L5.81787 11.4752L6.52498 12.1823L6.53536 12.1719L6.54578 12.1615L6.55624 12.1511L6.56674 12.1406L6.57729 12.13L6.58788 12.1194L6.5985 12.1088L6.60917 12.0981L6.61988 12.0874L6.63062 12.0767L6.64141 12.0659L6.65224 12.0551L6.6631 12.0442L6.67401 12.0333L6.68495 12.0223L6.69593 12.0114L6.70696 12.0003L6.71801 11.9893L6.72911 11.9782L6.74025 11.9671L6.75142 11.9559L6.76263 11.9447L6.77387 11.9334L6.78516 11.9221L6.79648 11.9108L6.80783 11.8995L6.81923 11.8881L6.83065 11.8766L6.84212 11.8652L6.85362 11.8537L6.86515 11.8421L6.87672 11.8306L6.88832 11.819L6.89996 11.8073L6.91163 11.7957L6.92334 11.784L6.93508 11.7722L6.94685 11.7604L6.95866 11.7486L6.9705 11.7368L6.98237 11.7249L6.99428 11.713L7.00622 11.7011L7.01819 11.6891L7.03019 11.6771L7.04222 11.6651L7.05429 11.653L7.06638 11.6409L7.07851 11.6288L7.09067 11.6166L7.10286 11.6044L7.11508 11.5922L7.12733 11.58L7.13961 11.5677L7.15191 11.5554L7.16425 11.543L7.17662 11.5307L7.18902 11.5183L7.20144 11.5059L7.21389 11.4934L7.22638 11.4809L7.23889 11.4684L7.25142 11.4559L7.26399 11.4433L7.27658 11.4307L7.2892 11.4181L7.30184 11.4055L7.31452 11.3928L7.32722 11.3801L7.33994 11.3674L7.35269 11.3546L7.36547 11.3418L7.37827 11.329L7.3911 11.3162L7.40395 11.3033L7.41683 11.2905L7.42973 11.2776L7.44266 11.2646L7.45561 11.2517L7.46858 11.2387L7.48158 11.2257L7.4946 11.2127L7.50764 11.1997L7.52071 11.1866L7.5338 11.1735L7.54691 11.1604L7.56005 11.1472L7.57321 11.1341L7.58638 11.1209L7.59958 11.1077L7.6128 11.0945L7.62605 11.0813L7.63931 11.068L7.65259 11.0547L7.6659 11.0414L7.67922 11.0281L7.69257 11.0147L7.70593 11.0014L7.71931 10.988L7.73272 10.9746L7.74614 10.9612L7.75958 10.9477L7.77304 10.9343L7.78652 10.9208L7.80001 10.9073L7.81352 10.8938L7.82705 10.8802L7.8406 10.8667L7.85417 10.8531L7.86775 10.8395L7.88135 10.8259L7.89496 10.8123L7.9086 10.7987L7.92224 10.7851L7.93591 10.7714L7.94959 10.7577L7.96328 10.744L7.97699 10.7303L7.99071 10.7166L8.00445 10.7028L8.01821 10.6891L8.03197 10.6753L8.04576 10.6615L8.05955 10.6477L8.07336 10.6339L8.08718 10.6201L8.10102 10.6063L8.11486 10.5924L8.12872 10.5786L8.1426 10.5647L8.15648 10.5508L8.17038 10.5369L8.18428 10.523L8.1982 10.5091L8.21213 10.4952L8.22608 10.4812L8.24003 10.4673L8.25399 10.4533L8.26796 10.4393L8.28195 10.4254L8.29594 10.4114L8.30994 10.3974L8.32395 10.3833L8.33797 10.3693L8.352 10.3553L8.36604 10.3413L8.38009 10.3272L8.39414 10.3132L8.4082 10.2991L8.42227 10.285L8.43635 10.2709L8.45044 10.2569L8.46453 10.2428L8.47863 10.2287L8.49273 10.2146L8.50684 10.2005L8.52096 10.1863L8.53508 10.1722L8.54921 10.1581L8.56335 10.1439L8.57749 10.1298L8.59163 10.1157L8.60578 10.1015L8.61993 10.0874L8.63409 10.0732L8.64825 10.059L8.66242 10.0449L8.67659 10.0307L8.69076 10.0165L8.70494 10.0024L8.71912 9.98818L8.7333 9.974L8.74748 9.95982L8.76167 9.94563L8.77585 9.93144L8.79004 9.91725L8.80423 9.90306L8.81843 9.88887L8.83262 9.87468L8.84681 9.86049L8.86101 9.84629L8.8752 9.8321L8.8894 9.8179L8.90359 9.80371L8.91779 9.78951L8.93198 9.77532L8.94617 9.76113L8.96036 9.74693L8.97455 9.73274L8.98874 9.71856L9.00015 9.70714L9.01156 9.71856L9.02575 9.73274L9.03994 9.74693L9.05414 9.76113L9.06833 9.77532L9.08252 9.78951L9.09672 9.80371L9.11091 9.8179L9.12511 9.8321L9.1393 9.84629L9.15349 9.86049L9.16769 9.87468L9.18188 9.88887L9.19607 9.90306L9.21026 9.91725L9.22445 9.93144L9.23864 9.94563L9.25283 9.95982L9.26701 9.974L9.28119 9.98818L9.29537 10.0024L9.30955 10.0165L9.32372 10.0307L9.33789 10.0449L9.35205 10.059L9.36621 10.0732L9.38037 10.0874L9.39453 10.1015L9.40868 10.1157L9.42282 10.1298L9.43696 10.144L9.45109 10.1581L9.46522 10.1722L9.47935 10.1863L9.49346 10.2005L9.50758 10.2146L9.52168 10.2287L9.53578 10.2428L9.54987 10.2569L9.56396 10.2709L9.57803 10.285L9.5921 10.2991L9.60617 10.3132L9.62022 10.3272L9.63427 10.3413L9.64831 10.3553L9.66233 10.3693L9.67636 10.3833L9.69037 10.3974L9.70437 10.4114L9.71836 10.4254L9.73234 10.4393L9.74632 10.4533L9.76028 10.4673L9.77423 10.4812L9.78817 10.4952L9.8021 10.5091L9.81602 10.523L9.82993 10.5369L9.84383 10.5508L9.85771 10.5647L9.87158 10.5786L9.88544 10.5924L9.89929 10.6063L9.91313 10.6201L9.92695 10.6339L9.94076 10.6477L9.95455 10.6615L9.96833 10.6753L9.9821 10.6891L9.99585 10.7028L10.0096 10.7166L10.0233 10.7303L10.037 10.744L10.0507 10.7577L10.0644 10.7714L10.0781 10.7851L10.0917 10.7987L10.1053 10.8123L10.119 10.8259L10.1326 10.8395L10.1461 10.8531L10.1597 10.8667L10.1733 10.8802L10.1868 10.8938L10.2003 10.9073L10.2138 10.9208L10.2273 10.9343L10.2407 10.9477L10.2542 10.9612L10.2676 10.9746L10.281 10.988L10.2944 11.0014L10.3077 11.0147L10.3211 11.0281L10.3344 11.0414L10.3477 11.0547L10.361 11.068L10.3743 11.0813L10.3875 11.0945L10.4007 11.1077L10.4139 11.1209L10.4271 11.1341L10.4403 11.1472L10.4534 11.1604L10.4665 11.1735L10.4796 11.1866L10.4927 11.1997L10.5057 11.2127L10.5187 11.2257L10.5317 11.2387L10.5447 11.2517L10.5577 11.2646L10.5706 11.2776L10.5835 11.2905L10.5964 11.3033L10.6092 11.3162L10.622 11.329L10.6348 11.3418L10.6476 11.3546L10.6604 11.3674L10.6731 11.3801L10.6858 11.3928L10.6985 11.4055L10.7111 11.4181L10.7237 11.4307L10.7363 11.4433L10.7489 11.4559L10.7614 11.4684L10.7739 11.4809L10.7864 11.4934L10.7989 11.5059L10.8113 11.5183L10.8237 11.5307L10.8361 11.543L10.8484 11.5554L10.8607 11.5677L10.873 11.58L10.8852 11.5922L10.8974 11.6044L10.9096 11.6166L10.9218 11.6288L10.9339 11.6409L10.946 11.653L10.9581 11.6651L10.9701 11.6771L10.9821 11.6891L10.9941 11.7011L11.006 11.713L11.0179 11.7249L11.0298 11.7368L11.0416 11.7486L11.0535 11.7604L11.0652 11.7722L11.077 11.784L11.0887 11.7957L11.1003 11.8073L11.112 11.819L11.1236 11.8306L11.1352 11.8421L11.1467 11.8537L11.1582 11.8652L11.1697 11.8766L11.1811 11.8881L11.1925 11.8995L11.2038 11.9108L11.2152 11.9221L11.2264 11.9334L11.2377 11.9447L11.2489 11.9559L11.2601 11.9671L11.2712 11.9782L11.2823 11.9893L11.2934 12.0003L11.3044 12.0114L11.3154 12.0223L11.3263 12.0333L11.3372 12.0442L11.3481 12.0551L11.3589 12.0659L11.3697 12.0767L11.3804 12.0874L11.3911 12.0981L11.4018 12.1088L11.4124 12.1194L11.423 12.13L11.4336 12.1406L11.4441 12.1511L11.4545 12.1615L11.465 12.1719L11.4753 12.1823L12.1824 11.4752L12.1721 11.4648L12.1616 11.4544L12.1512 11.444L12.1407 11.4334L12.1301 11.4229L12.1195 11.4123L12.1089 11.4017L12.0982 11.391L12.0875 11.3803L12.0768 11.3696L12.066 11.3588L12.0552 11.348L12.0443 11.3371L12.0334 11.3262L12.0225 11.3152L12.0115 11.3043L12.0005 11.2932L11.9894 11.2822L11.9783 11.2711L11.9672 11.2599L11.956 11.2488L11.9448 11.2376L11.9335 11.2263L11.9223 11.215L11.9109 11.2037L11.8996 11.1924L11.8882 11.181L11.8768 11.1695L11.8653 11.1581L11.8538 11.1466L11.8423 11.135L11.8307 11.1235L11.8191 11.1119L11.8075 11.1002L11.7958 11.0886L11.7841 11.0769L11.7723 11.0651L11.7606 11.0533L11.7488 11.0415L11.7369 11.0297L11.725 11.0178L11.7131 11.0059L11.7012 10.994L11.6892 10.982L11.6772 10.97L11.6652 10.958L11.6531 10.9459L11.641 10.9338L11.6289 10.9217L11.6167 10.9095L11.6046 10.8973L11.5923 10.8851L11.5801 10.8729L11.5678 10.8606L11.5555 10.8483L11.5432 10.8359L11.5308 10.8236L11.5184 10.8112L11.506 10.7988L11.4935 10.7863L11.481 10.7738L11.4685 10.7613L11.456 10.7488L11.4434 10.7362L11.4308 10.7236L11.4182 10.711L11.4056 10.6983L11.3929 10.6857L11.3802 10.673L11.3675 10.6602L11.3547 10.6475L11.3419 10.6347L11.3291 10.6219L11.3163 10.6091L11.3035 10.5962L11.2906 10.5834L11.2777 10.5705L11.2648 10.5575L11.2518 10.5446L11.2388 10.5316L11.2258 10.5186L11.2128 10.5056L11.1998 10.4925L11.1867 10.4795L11.1736 10.4664L11.1605 10.4533L11.1474 10.4401L11.1342 10.427L11.121 10.4138L11.1078 10.4006L11.0946 10.3874L11.0814 10.3741L11.0681 10.3609L11.0548 10.3476L11.0415 10.3343L11.0282 10.321L11.0148 10.3076L11.0015 10.2943L10.9881 10.2809L10.9747 10.2675L10.9613 10.2541L10.9478 10.2406L10.9344 10.2272L10.9209 10.2137L10.9074 10.2002L10.8939 10.1867L10.8804 10.1731L10.8668 10.1596L10.8532 10.146L10.8397 10.1324L10.8261 10.1188L10.8124 10.1052L10.7988 10.0916L10.7852 10.0779L10.7715 10.0643L10.7578 10.0506L10.7441 10.0369L10.7304 10.0232L10.7167 10.0095L10.703 9.99574L10.6892 9.98198L10.6754 9.96822L10.6617 9.95444L10.6479 9.94064L10.6341 9.92683L10.6202 9.91301L10.6064 9.89918L10.5926 9.88533L10.5787 9.87147L10.5648 9.8576L10.5509 9.84371L10.537 9.82981L10.5231 9.81591L10.5092 9.80199L10.4953 9.78806L10.4813 9.77412L10.4674 9.76016L10.4534 9.7462L10.4395 9.73223L10.4255 9.71825L10.4115 9.70425L10.3975 9.69025L10.3835 9.67624L10.3694 9.66222L10.3554 9.64819L10.3414 9.63415L10.3273 9.62011L10.3133 9.60605L10.2992 9.59199L10.2851 9.57792L10.2711 9.56384L10.257 9.54976L10.2429 9.53566L10.2288 9.52156L10.2147 9.50746L10.2006 9.49335L10.1865 9.47923L10.1723 9.46511L10.1582 9.45098L10.1441 9.43684L10.1299 9.4227L10.1158 9.40856L10.1016 9.39441L10.0875 9.38026L10.0733 9.3661L10.0592 9.35194L10.045 9.33777L10.0308 9.3236L10.0167 9.30943L10.0025 9.29525L9.9883 9.28108L9.97412 9.26689L9.95993 9.25271L9.94575 9.23852L9.93156 9.22434L9.91737 9.21015L9.90318 9.19596L9.88899 9.18177L9.8748 9.16757L9.8606 9.15338L9.84641 9.13918L9.83221 9.12499L9.81802 9.11079L9.80382 9.0966L9.78963 9.08241L9.77544 9.06821L9.76124 9.05402L9.74705 9.03983L9.73286 9.02564L9.71867 9.01145L9.70726 9.00004L9.71873 8.98857L9.7325 8.97479L9.74627 8.96103L9.76002 8.94728L9.77375 8.93355L9.78747 8.91983L9.80118 8.90612L9.81487 8.89243L9.82854 8.87876L9.8422 8.8651L9.85584 8.85146L9.86947 8.83783L9.88308 8.82422L9.89667 8.81062L9.91025 8.79705L9.92381 8.78349L9.93736 8.76994L9.95088 8.75642L9.96439 8.74291L9.97788 8.72942L9.99135 8.71595L10.0048 8.70249L10.0182 8.68906L10.0317 8.67564L10.0451 8.66224L10.0584 8.64887L10.0718 8.63551L10.0851 8.62217L10.0984 8.60885L10.1117 8.59555L10.125 8.58228L10.1383 8.56902L10.1515 8.55578L10.1647 8.54257L10.1779 8.52937L10.1911 8.5162L10.2042 8.50305L10.2174 8.48992L10.2305 8.47682L10.2436 8.46373L10.2566 8.45067L10.2697 8.43763L10.2827 8.42462L10.2957 8.41163L10.3086 8.39866L10.3216 8.38572L10.3345 8.3728L10.3474 8.35991L10.3603 8.34703L10.3731 8.33419L10.3859 8.32137L10.3987 8.30857L10.4115 8.2958L10.4242 8.28306L10.437 8.27034L10.4496 8.25765L10.4623 8.24499L10.4749 8.23235L10.4876 8.21974L10.5001 8.20715L10.5127 8.1946L10.5252 8.18207L10.5377 8.16956L10.5502 8.15709L10.5627 8.14465L10.5751 8.13223L10.5875 8.11984L10.5998 8.10748L10.6121 8.09515L10.6244 8.08285L10.6367 8.07058L10.649 8.05834L10.6612 8.04613L10.6733 8.03395L10.6855 8.0218L10.6976 8.00968L10.7097 7.9976L10.7218 7.98554L10.7338 7.97352L10.7458 7.96152L10.7577 7.94956L10.7697 7.93763L10.7816 7.92574L10.7934 7.91387L10.8053 7.90204L10.8171 7.89025L10.8288 7.87848L10.8405 7.86675L10.8522 7.85505L10.8639 7.84339L10.8755 7.83176L10.8871 7.82017L10.8987 7.80861L10.9102 7.79709L10.9217 7.7856L10.9332 7.77414L10.9446 7.76273L10.956 7.75135L10.9673 7.74L10.9786 7.72869L10.9899 7.71742L11.0011 7.70618L11.0123 7.69498L11.0235 7.68382L11.0346 7.6727L11.0457 7.66161L11.0567 7.65056L11.0677 7.63955L11.0787 7.62858L11.0896 7.61765L11.1005 7.60676L11.1114 7.5959L11.1222 7.58509L11.133 7.57431L11.1437 7.56357L11.1544 7.55288L11.1651 7.54222L11.1757 7.53161L11.1863 7.52103L11.1968 7.5105L11.2073 7.50001L11.2177 7.48956L11.2281 7.47915L11.2385 7.46878L11.2488 7.45846L11.2591 7.44818L11.2694 7.43794L11.2796 7.42774L11.2897 7.41758L11.2998 7.40747L11.3099 7.39741L11.3199 7.38738L11.3299 7.3774L11.3398 7.36747L11.3497 7.35758L11.3596 7.34773L11.3694 7.33793L11.3791 7.32818L11.3888 7.31847L11.3985 7.3088L11.4081 7.29918L11.4177 7.28961L11.4272 7.28008L11.4367 7.2706L11.4461 7.26117L11.4555 7.25178L11.4649 7.24244L11.4741 7.23315L11.4834 7.22391L11.4926 7.21471L11.5017 7.20556L11.5108 7.19646L11.5199 7.18741L11.5289 7.17841L11.5378 7.16946L11.5467 7.16055L11.5556 7.1517L11.5644 7.14289L11.5732 7.13414L11.5819 7.12544L11.5905 7.11678L11.5991 7.10818L11.6077 7.09963L11.6162 7.09112L11.6246 7.08268L11.633 7.07428L11.6414 7.06593L11.6497 7.05764L11.6579 7.04939L11.6661 7.04121L11.6742 7.03307L11.6823 7.02498L11.6903 7.01695L11.6983 7.00898L11.7062 7.00105L11.7141 6.99318L11.7219 6.98537L11.7297 6.97761L11.7374 6.9699L11.745 6.96225L11.7526 6.95465L11.7602 6.94711L11.7677 6.93963L11.7751 6.9322L11.7825 6.92482L11.7898 6.91751L11.7971 6.91025L11.8043 6.90304L11.8114 6.89589L11.8185 6.8888L11.8255 6.88177L11.8325 6.8748L11.8394 6.86788L11.8463 6.86102L11.8531 6.85422L11.8598 6.84747L11.8665 6.84079L11.8731 6.83417L11.8797 6.8276L11.8862 6.82109L11.8927 6.81465L11.899 6.80826L11.9054 6.80193L11.9116 6.79567L11.9178 6.78946L11.924 6.78332L11.9301 6.77723L11.9361 6.77121L11.942 6.76525L11.9479 6.75935L11.9538 6.75352L11.9596 6.74774L11.9653 6.74203L11.9709 6.73638L11.9765 6.73079L11.982 6.72527L11.9875 6.71981L11.9929 6.71441L11.9982 6.70908L12.0035 6.70381L12.0087 6.69861L12.0138 6.69347L12.0189 6.68839L12.0239 6.68338L12.0289 6.67844L12.0337 6.67356L12.0386 6.66874L12.0433 6.664L12.048 6.65931L12.0526 6.6547L12.0571 6.65015L12.0616 6.64567L12.066 6.64125L12.0704 6.63691L12.0747 6.63263L12.0789 6.62841L12.083 6.62427L12.0871 6.62019L12.0911 6.61619L12.0951 6.61225L12.0989 6.60838L12.1027 6.60458L12.1065 6.60084L12.1101 6.59718L12.1137 6.59359L12.1172 6.59007L12.1207 6.58662L12.1241 6.58324L12.1274 6.57993L12.1306 6.57669L12.1338 6.57352L12.1369 6.57042L12.1399 6.5674L12.1429 6.56444L12.1457 6.56156L12.1485 6.55875L12.1513 6.55602L12.1539 6.55335L12.1565 6.55076L12.1591 6.54825L12.1615 6.5458L12.1639 6.54343L12.1662 6.54114L12.1684 6.53892L12.1705 6.53677L12.1726 6.5347L12.1746 6.5327L12.1765 6.53078L12.1784 6.52893L12.1801 6.52716L12.1818 6.52547L11.4747 5.81836Z",
|
34
|
+
fill: "white"
|
35
|
+
})));
|
36
|
+
});
|
37
|
+
Failed.displayName = 'Failed';
|
@@ -0,0 +1,51 @@
|
|
1
|
+
var _excluded = ["style", "className"];
|
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 React, { forwardRef } from 'react';
|
6
|
+
export var Pending = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
7
|
+
var style = _ref.style,
|
8
|
+
className = _ref.className,
|
9
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
10
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
11
|
+
ref: ref,
|
12
|
+
width: "18",
|
13
|
+
height: "18",
|
14
|
+
viewBox: "0 0 18 18",
|
15
|
+
fill: "none",
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
17
|
+
}, rest, {
|
18
|
+
style: style,
|
19
|
+
className: className
|
20
|
+
}), /*#__PURE__*/React.createElement("g", {
|
21
|
+
id: "Group 2459"
|
22
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
23
|
+
id: "Ellipse 109",
|
24
|
+
cx: "9",
|
25
|
+
cy: "9",
|
26
|
+
r: "8.5",
|
27
|
+
fill: "#FAB732",
|
28
|
+
stroke: "white"
|
29
|
+
}), /*#__PURE__*/React.createElement("g", {
|
30
|
+
id: "Group 5182"
|
31
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
32
|
+
id: "Ellipse 110",
|
33
|
+
cx: "5.5",
|
34
|
+
cy: "9",
|
35
|
+
r: "1",
|
36
|
+
fill: "white"
|
37
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
38
|
+
id: "Ellipse 111",
|
39
|
+
cx: "9",
|
40
|
+
cy: "9",
|
41
|
+
r: "1",
|
42
|
+
fill: "white"
|
43
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
44
|
+
id: "Ellipse 112",
|
45
|
+
cx: "12.5",
|
46
|
+
cy: "9",
|
47
|
+
r: "1",
|
48
|
+
fill: "white"
|
49
|
+
}))));
|
50
|
+
});
|
51
|
+
Pending.displayName = 'Pending';
|
@@ -0,0 +1,35 @@
|
|
1
|
+
var _excluded = ["style", "className"];
|
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 React, { forwardRef } from 'react';
|
6
|
+
export var StartIcon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
7
|
+
var style = _ref.style,
|
8
|
+
className = _ref.className,
|
9
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
10
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
11
|
+
ref: ref,
|
12
|
+
width: "18",
|
13
|
+
height: "18",
|
14
|
+
viewBox: "0 0 18 18",
|
15
|
+
fill: "none",
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
17
|
+
}, rest, {
|
18
|
+
style: style,
|
19
|
+
className: className
|
20
|
+
}), /*#__PURE__*/React.createElement("g", {
|
21
|
+
id: "Group 2459"
|
22
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
23
|
+
id: "Ellipse 109",
|
24
|
+
cx: "9",
|
25
|
+
cy: "9",
|
26
|
+
r: "8.5",
|
27
|
+
fill: "#4D8DE2",
|
28
|
+
stroke: "white"
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
30
|
+
id: "Polygon 92",
|
31
|
+
d: "M12.5 9L7.25 12.0311L7.25 5.96891L12.5 9Z",
|
32
|
+
stroke: "white"
|
33
|
+
})));
|
34
|
+
});
|
35
|
+
StartIcon.displayName = 'StartIcon';
|
@@ -0,0 +1,35 @@
|
|
1
|
+
var _excluded = ["style", "className"];
|
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 React, { forwardRef } from 'react';
|
6
|
+
export var Success = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
7
|
+
var style = _ref.style,
|
8
|
+
className = _ref.className,
|
9
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
10
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
11
|
+
ref: ref,
|
12
|
+
width: "18",
|
13
|
+
height: "18",
|
14
|
+
viewBox: "0 0 18 18",
|
15
|
+
fill: "none",
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
17
|
+
}, rest, {
|
18
|
+
style: style,
|
19
|
+
className: className
|
20
|
+
}), /*#__PURE__*/React.createElement("g", {
|
21
|
+
id: "Group 2459"
|
22
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
23
|
+
id: "Ellipse 109",
|
24
|
+
cx: "9",
|
25
|
+
cy: "9",
|
26
|
+
r: "8.5",
|
27
|
+
fill: "#00A870",
|
28
|
+
stroke: "white"
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
30
|
+
id: "Vector 138",
|
31
|
+
d: "M6 8.5L8.5 11L13 6.5",
|
32
|
+
stroke: "white"
|
33
|
+
})));
|
34
|
+
});
|
35
|
+
Success.displayName = 'Success';
|
@@ -0,0 +1,96 @@
|
|
1
|
+
import { useQuery } from '@tanstack/react-query';
|
2
|
+
import dayjs from 'dayjs';
|
3
|
+
import React from 'react';
|
4
|
+
import { useRequest } from "../hooks/useRequest";
|
5
|
+
import "./index.scss";
|
6
|
+
import { useBem } from "../hooks/useBem";
|
7
|
+
import { Avatar } from "./components/Avatar";
|
8
|
+
import { BackOut } from "./components/BackOut";
|
9
|
+
import { Failed } from "./components/Failed";
|
10
|
+
import { Pending } from "./components/Pending";
|
11
|
+
import { StartIcon } from "./components/StartIcon";
|
12
|
+
import { Success } from "./components/Success";
|
13
|
+
var statusColor = {
|
14
|
+
1: ['var(--ant-color-warning-bg)', 'var(--ant-color-warning)'],
|
15
|
+
2: ['var(--ant-color-warning-bg)', 'var(--ant-color-warning)'],
|
16
|
+
3: ['var(--ant-color-success-bg)', 'var(--ant-color-success)'],
|
17
|
+
4: ['var(--ant-color-error-bg)', 'var(--ant-color-error)'],
|
18
|
+
5: ['var(--ant-color-border-secondary)', 'var(--ant-color-border)']
|
19
|
+
};
|
20
|
+
var statusText = {
|
21
|
+
1: '审批中',
|
22
|
+
2: '审批中',
|
23
|
+
3: '审批通过',
|
24
|
+
4: '已驳回',
|
25
|
+
5: '已撤回'
|
26
|
+
};
|
27
|
+
export var ApprovalProcess = function ApprovalProcess(_ref) {
|
28
|
+
var _queryProcess$data$hi, _queryProcess$data;
|
29
|
+
var id = _ref.id;
|
30
|
+
var mb = useBem('approval-process');
|
31
|
+
var request = useRequest();
|
32
|
+
var iconMap = {
|
33
|
+
1: /*#__PURE__*/React.createElement(Pending, {
|
34
|
+
className: "".concat(mb.b('steps').b('info').b('avatar').b('status').b('icon'))
|
35
|
+
}),
|
36
|
+
2: /*#__PURE__*/React.createElement(Pending, {
|
37
|
+
className: "".concat(mb.b('steps').b('info').b('avatar').b('status').b('icon'))
|
38
|
+
}),
|
39
|
+
3: /*#__PURE__*/React.createElement(Success, {
|
40
|
+
className: "".concat(mb.b('steps').b('info').b('avatar').b('status').b('icon'))
|
41
|
+
}),
|
42
|
+
4: /*#__PURE__*/React.createElement(Failed, {
|
43
|
+
className: "".concat(mb.b('steps').b('info').b('avatar').b('status').b('icon'))
|
44
|
+
}),
|
45
|
+
5: /*#__PURE__*/React.createElement(BackOut, {
|
46
|
+
className: "".concat(mb.b('steps').b('info').b('avatar').b('status').b('icon'))
|
47
|
+
})
|
48
|
+
};
|
49
|
+
var queryProcess = useQuery({
|
50
|
+
queryKey: ['approvalProcess'],
|
51
|
+
queryFn: function queryFn() {
|
52
|
+
return request("/v1/proc/instances/".concat(id, "/detail"));
|
53
|
+
}
|
54
|
+
});
|
55
|
+
var steps = (_queryProcess$data$hi = (_queryProcess$data = queryProcess.data) === null || _queryProcess$data === void 0 ? void 0 : _queryProcess$data.hisTasks) !== null && _queryProcess$data$hi !== void 0 ? _queryProcess$data$hi : [];
|
56
|
+
return /*#__PURE__*/React.createElement("div", {
|
57
|
+
className: "".concat(mb)
|
58
|
+
}, steps.map(function (step, index) {
|
59
|
+
var _step$assigneeUser, _step$assigneeUser2, _step$assigneeUser3, _steps$length, _statusColor$step$tas, _statusColor$step$tas2, _statusColor$step$tas3, _statusColor$step$tas4, _statusText$step$task;
|
60
|
+
return /*#__PURE__*/React.createElement("div", {
|
61
|
+
key: step.taskId,
|
62
|
+
className: "".concat(mb.b('steps'))
|
63
|
+
}, /*#__PURE__*/React.createElement("div", {
|
64
|
+
className: "".concat(mb.b('steps').b('info'))
|
65
|
+
}, /*#__PURE__*/React.createElement("div", {
|
66
|
+
className: "".concat(mb.b('steps').b('info').b('avatar'))
|
67
|
+
}, ((_step$assigneeUser = step.assigneeUser) === null || _step$assigneeUser === void 0 ? void 0 : _step$assigneeUser.photo) != null && ((_step$assigneeUser2 = step.assigneeUser) === null || _step$assigneeUser2 === void 0 ? void 0 : _step$assigneeUser2.photo) != '' ? /*#__PURE__*/React.createElement("img", {
|
68
|
+
className: "".concat(mb.b('steps').b('info').b('avatar').b('img')),
|
69
|
+
src: "/assets/".concat(step.assigneeUser.photo)
|
70
|
+
}) : /*#__PURE__*/React.createElement(Avatar, {
|
71
|
+
className: "".concat(mb.b('steps').b('info').b('avatar').b('img'))
|
72
|
+
}), index === 0 ? /*#__PURE__*/React.createElement(StartIcon, {
|
73
|
+
className: "".concat(mb.b('steps').b('info').b('avatar').b('status').b('icon'))
|
74
|
+
}) : iconMap[step.taskStatus]), /*#__PURE__*/React.createElement("div", {
|
75
|
+
className: "".concat(mb.b('steps').b('info').b('person'))
|
76
|
+
}, /*#__PURE__*/React.createElement("div", {
|
77
|
+
className: "".concat(mb.b('steps').b('info').b('person').b('name'))
|
78
|
+
}, step.taskName, " - ", (_step$assigneeUser3 = step.assigneeUser) === null || _step$assigneeUser3 === void 0 ? void 0 : _step$assigneeUser3.userName), /*#__PURE__*/React.createElement("div", {
|
79
|
+
className: "".concat(mb.b('steps').b('info').b('person').b('time'))
|
80
|
+
}, dayjs(step.startTime).format('YYYY-MM-DD HH:mm:ss')))), /*#__PURE__*/React.createElement("div", {
|
81
|
+
className: "".concat(mb.b('steps').b('content'))
|
82
|
+
}, /*#__PURE__*/React.createElement("div", {
|
83
|
+
className: "".concat(index === ((_steps$length = steps === null || steps === void 0 ? void 0 : steps.length) !== null && _steps$length !== void 0 ? _steps$length : 0) - 1 ? mb.b('steps').b('content').b('line').m('none') : mb.b('steps').b('content').b('line').m('block'), " ").concat(mb.b('steps').b('content').b('line'))
|
84
|
+
}), /*#__PURE__*/React.createElement("div", {
|
85
|
+
className: "".concat(mb.b('steps').b('content').b('item'))
|
86
|
+
}, /*#__PURE__*/React.createElement("div", {
|
87
|
+
className: "".concat(mb.b('steps').b('content').b('item').b('status'), " ").concat(index === 0 || statusText[step.taskStatus] != null ? mb.b('steps').b('content').b('item').b('status').m('visible') : mb.b('steps').b('content').b('item').b('status').m('invisible')),
|
88
|
+
style: {
|
89
|
+
backgroundColor: index === 0 ? 'var(--ant-color-primary-bg)' : (_statusColor$step$tas = (_statusColor$step$tas2 = statusColor[step.taskStatus]) === null || _statusColor$step$tas2 === void 0 ? void 0 : _statusColor$step$tas2[0]) !== null && _statusColor$step$tas !== void 0 ? _statusColor$step$tas : undefined,
|
90
|
+
color: index === 0 ? 'var(--ant-color-primary)' : (_statusColor$step$tas3 = (_statusColor$step$tas4 = statusColor[step.taskStatus]) === null || _statusColor$step$tas4 === void 0 ? void 0 : _statusColor$step$tas4[1]) !== null && _statusColor$step$tas3 !== void 0 ? _statusColor$step$tas3 : undefined
|
91
|
+
}
|
92
|
+
}, index === 0 ? '发起申请' : (_statusText$step$task = statusText[step.taskStatus]) !== null && _statusText$step$task !== void 0 ? _statusText$step$task : ''), step.comment != null && step.comment != '' ? /*#__PURE__*/React.createElement("div", {
|
93
|
+
className: "".concat(mb.b('steps').b('content').b('item').b('comment'))
|
94
|
+
}, "\u5BA1\u6279\u610F\u89C1: ", step.comment) : null)));
|
95
|
+
}));
|
96
|
+
};
|