@titaui/pc 1.13.2-beta.23 → 1.13.2-beta.26
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/lib/components/avatar/icon-avatar/index.js +1 -1
- package/lib/components/avatar/num-avatar/index.js +1 -1
- package/lib/components/book-demo/components/pc/components/content/index.js +1 -1
- package/lib/components/button/default-button/index.js +1 -1
- package/lib/components/button/icon-btn/index.js +1 -1
- package/lib/components/cascader/index.js +1 -1
- package/lib/components/cascader/time.js +1 -1
- package/lib/components/change-okr-modal/Filter.js +2 -2
- package/lib/components/change-okr-modal/Item.js +2 -2
- package/lib/components/change-okr-modal/filterTab.js +2 -2
- package/lib/components/change-okr-modal/index.js +4 -6
- package/lib/components/common-share/publishMblog.js +2 -4
- package/lib/components/communication/CommunicationAttachments.js +2 -2
- package/lib/components/communication/ConvertUserName.js +2 -2
- package/lib/components/communication/index.js +2 -2
- package/lib/components/create-okr-modal/fields/okr-type-detail.js +2 -4
- package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +2 -4
- package/lib/components/create-okr-modal/index.js +3 -8
- package/lib/components/create-okr-modal/objectType.js +2 -2
- package/lib/components/create-okr-modal/request-api.js +12 -16
- package/lib/components/create-okr-modal/utils/helper.js +2 -6
- package/lib/components/date-picker/BodyItem.js +3 -3
- package/lib/components/date-picker/CalendarBody.js +3 -3
- package/lib/components/date-picker/CalendarHeader.js +3 -3
- package/lib/components/date-picker/index.js +2 -2
- package/lib/components/date-range-picker/index.js +2 -2
- package/lib/components/delete-confirm-pop/ConfirmPop.js +2 -2
- package/lib/components/dialog/index.js +1 -1
- package/lib/components/dialog-confirm/index.js +1 -1
- package/lib/components/dialog-upload/index.js +2 -4
- package/lib/components/dialog-upload/util.js +2 -20
- package/lib/components/drawer/headerDrop.js +1 -1
- package/lib/components/drawer/index.js +1 -1
- package/lib/components/drawer-manager/drawerWrapper.js +3 -5
- package/lib/components/drawer-manager/index.js +1 -1
- package/lib/components/drop-selector/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/components/okr-progress/index.js +3 -2
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.js +2 -4
- package/lib/components/dynamic/dynamic-item/components/schedule/index.js +5 -1
- package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +4 -6
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.css +12 -0
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.js +13 -2
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/utils.js +56 -0
- package/lib/components/dynamic/dynamic-item/components/task-progress/render-row.js +2 -2
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-discovery/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-learning/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.css +16 -1
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.js +51 -9
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +29 -12
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +7 -5
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/index.js +24 -4
- package/lib/components/dynamic/dynamic-list/index.js +1 -1
- package/lib/components/dynamic/request-api.js +9 -2
- package/lib/components/eReport/eReportListEmpty.js +2 -2
- package/lib/components/eReport/eReportLists/reportList.js +2 -2
- package/lib/components/eReport/eReportShare/index.js +2 -2
- package/lib/components/eReport/eReportShare/toast/index.js +2 -2
- package/lib/components/edit-kr-wight/EditKrWightModal.js +2 -2
- package/lib/components/edit-kr-wight/FormItemV2.js +2 -2
- package/lib/components/emotions-selector/selector-content.js +2 -2
- package/lib/components/emotions-selector/selector-pop.js +2 -2
- package/lib/components/ereport-list/index.js +2 -2
- package/lib/components/error-boundary/index.js +2 -2
- package/lib/components/file-list/components/single-file/index.css +0 -29
- package/lib/components/file-list/components/single-file/index.js +28 -19
- package/lib/components/file-list/index.js +1 -2
- package/lib/components/file-list/util.js +2 -20
- package/lib/components/firework/index.js +2 -6
- package/lib/components/form/form-fields/date/index.js +1 -1
- package/lib/components/form/form-fields/dropdown/index.js +1 -1
- package/lib/components/form/form-fields/input/index.js +1 -1
- package/lib/components/form/form-fields/input-verification-code/index.js +2 -4
- package/lib/components/form/form-fields/user/index.js +1 -1
- package/lib/components/grid-layout/util/network.js +6 -10
- package/lib/components/guide-tip/index.js +1 -1
- package/lib/components/help-card/index.js +1 -1
- package/lib/components/import-modal/import-task-modal/index.js +1 -1
- package/lib/components/import-modal/tree/okr-tree/index.js +2 -4
- package/lib/components/import-modal/tree-node/index.js +1 -1
- package/lib/components/mblog/components/ConfirmPop.js +2 -2
- package/lib/components/mblog/components/MblogAction.js +2 -2
- package/lib/components/mblog/components/MblogContent.js +2 -2
- package/lib/components/mblog/index.js +2 -2
- package/lib/components/menus/components/menu-tree/index.js +1 -1
- package/lib/components/menus/components/menu-tree/tree-node/index.js +1 -1
- package/lib/components/nav-top/components/app-center/index.js +1 -6
- package/lib/components/nav-top/components/menu/index.js +14 -44
- package/lib/components/nav-top/index.css +0 -6
- package/lib/components/nav-top/index.js +2 -138
- package/lib/components/nav-top/request.apis.js +2 -10
- package/lib/components/okr-detail/auth.js +2 -2
- package/lib/components/okr-detail/base-info/other-infos/principal/index.js +2 -4
- package/lib/components/okr-detail/components/ao-nice/index.js +4 -6
- package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +2 -2
- package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +2 -2
- package/lib/components/okr-detail/components/base-okr-type/object-type.js +2 -2
- package/lib/components/okr-detail/components/header/edit-name.js +2 -4
- package/lib/components/okr-detail/components/header/o-avatar.js +2 -4
- package/lib/components/okr-detail/components/header/o-classify.js +2 -4
- package/lib/components/okr-detail/components/header/o-score.js +1 -1
- package/lib/components/okr-detail/components/icon-text/index.js +1 -1
- package/lib/components/okr-detail/components/o-classify.js +2 -4
- package/lib/components/okr-detail/components/o-progress-update/index.js +2 -4
- package/lib/components/okr-detail/components/okr-tree/index.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +2 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +2 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +2 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/index.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +2 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +2 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +3 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +2 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +6 -8
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +2 -4
- package/lib/components/okr-detail/detail-footer/index.js +2 -4
- package/lib/components/okr-detail/detail-header/index.js +10 -12
- package/lib/components/okr-detail/okr-list/index.js +2 -4
- package/lib/components/okr-detail/request-apis.js +2 -6
- package/lib/components/okr-detail/schedule/components/kr-progress/index.js +1 -4
- package/lib/components/okr-flow/child-node/fields/creator.js +2 -4
- package/lib/components/okr-flow/child-node/work-node.js +2 -4
- package/lib/components/okr-flow/export-modal/index.js +43 -6
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +8 -10
- package/lib/components/okr-flow/request-apis.js +2 -6
- package/lib/components/okr-flow/root-node/index.js +2 -4
- package/lib/components/okr-progress/components/o-progress-update/index.js +2 -4
- package/lib/components/okr-progress-modal/index.js +2 -4
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +5 -7
- package/lib/components/okr-review/ReviewPop/components/Toast/index.js +2 -2
- package/lib/components/okr-review/ReviewPop/index.js +2 -2
- package/lib/components/okr-review/components/ReviewItem/index.js +2 -2
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +2 -2
- package/lib/components/okr-review/index.js +2 -2
- package/lib/components/okr-share/common-painter/darwAvatar.js +4 -8
- package/lib/components/okr-share/common-painter/openDataPainter.js +2 -6
- package/lib/components/okr-share/common-painter/utils.js +4 -8
- package/lib/components/okr-share/pink-card/drawDepartmentName.js +2 -6
- package/lib/components/okr-share/pink-card/drawKrs.js +2 -6
- package/lib/components/okr-share/pink-card/drawQuote.js +2 -6
- package/lib/components/okr-share/pink-card/drawUserName.js +2 -6
- package/lib/components/okr-share/pink-card/index.js +2 -6
- package/lib/components/okr-share/publishMblog.js +2 -4
- package/lib/components/okr-share/shareCardSelector.js +4 -6
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +4 -4
- package/lib/components/okrcase-library/server/network.js +20 -24
- package/lib/components/open-data-painter/index.js +2 -6
- package/lib/components/operation-records/OperationRecordItem.js +2 -2
- package/lib/components/operation-records/index.js +2 -2
- package/lib/components/pagination/pagination.js +1 -1
- package/lib/components/period-selector/components/button/index.js +1 -1
- package/lib/components/period-selector/helper/index.js +2 -6
- package/lib/components/picker/components/panels/date-panel/index.js +1 -1
- package/lib/components/picker/components/panels/month-panel/index.js +1 -1
- package/lib/components/picker/components/panels/month-panel/month-head.js +1 -1
- package/lib/components/picker/components/panels/week-panel/index.js +1 -1
- package/lib/components/picker/components/panels/year-panel/index.js +1 -1
- package/lib/components/picker/components/panels/year-panel/year-head.js +1 -1
- package/lib/components/picker/picker.js +1 -1
- package/lib/components/picker/range-picker/index.js +1 -1
- package/lib/components/point-demo/drop-down-box/index.js +1 -1
- package/lib/components/point-demo/input/index.js +3 -3
- package/lib/components/point-demo/popup/index.js +1 -1
- package/lib/components/popup/index.js +1 -1
- package/lib/components/praise-record/PraiseRecordItem.js +2 -2
- package/lib/components/praise-record/index.js +2 -2
- package/lib/components/range-picker-pop/index.js +3 -3
- package/lib/components/range-selector-pop/RangeList.js +2 -2
- package/lib/components/range-selector-pop/RangeSelectorPop.js +2 -2
- package/lib/components/rate/index.js +1 -1
- package/lib/components/rich-editor/models/schema.js +2 -2
- package/lib/components/rich-editor/plugins/block/block-quote/index.js +2 -2
- package/lib/components/rich-editor/plugins/block/heading/index.js +2 -2
- package/lib/components/rich-editor/plugins/block/lists/index.js +2 -2
- package/lib/components/rich-editor/plugins/block/paragraph/index.js +2 -2
- package/lib/components/rich-editor/plugins/core/index.js +2 -2
- package/lib/components/rich-editor/plugins/extension/alignment/index.js +2 -2
- package/lib/components/rich-editor/plugins/extension/placeholder/index.js +2 -2
- package/lib/components/rich-editor/plugins/inline/color/index.js +2 -2
- package/lib/components/rich-editor/plugins/inline/delete-line/index.js +2 -2
- package/lib/components/rich-editor/plugins/inline/em/index.js +2 -2
- package/lib/components/rich-editor/plugins/inline/link/index.js +2 -2
- package/lib/components/rich-editor/plugins/inline/strong/index.js +2 -2
- package/lib/components/rich-editor/plugins/inline/under-line/index.js +2 -2
- package/lib/components/rich-editor/react/reactNodeView.js +4 -4
- package/lib/components/rich-editor/react/uiProvider.js +2 -2
- package/lib/components/rich-editor/ui/Popup/index.js +2 -2
- package/lib/components/rich-editor-at/index.js +85 -13
- package/lib/components/scroll-container/index.js +8 -29
- package/lib/components/scrollbar/index.js +1 -1
- package/lib/components/scrollbar/scroll-mask/index.js +1 -1
- package/lib/components/scrollbar/simplebar-react.js +1 -1
- package/lib/components/search-dropdown/index.js +1 -1
- package/lib/components/search-input/index.css +2 -2
- package/lib/components/search-input/index.js +0 -4
- package/lib/components/select/Option.js +3 -3
- package/lib/components/select/index.js +3 -3
- package/lib/components/select-layer/index.js +1 -1
- package/lib/components/select-tags/index.js +1 -1
- package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +2 -6
- package/lib/components/superset-charts/fetch-assets-and-append/index.js +4 -8
- package/lib/components/survey-model/request-api.js +2 -6
- package/lib/components/switch/index.js +1 -1
- package/lib/components/table/index.js +1 -1
- package/lib/components/tabs/index.js +1 -1
- package/lib/components/task-relation-modal/index.js +5 -7
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +1 -1
- package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +1 -1
- package/lib/components/task-relation-modal/tree/category-tree/index.js +2 -4
- package/lib/components/task-relation-modal/tree/okr-tree/index.js +2 -4
- package/lib/components/task-relation-modal/tree/work-tree/index.js +2 -4
- package/lib/components/task-relation-modal/tree-node/index.js +1 -1
- package/lib/components/task-relation-modal/work-relation/index.js +5 -7
- package/lib/components/task-tree/task-item-node/e-project.js +2 -4
- package/lib/components/task-tree/task-item-node/e-task.js +2 -4
- package/lib/components/task-tree/task-item-node/task-node-render.js +1 -1
- package/lib/components/task-tree/task-tree.js +1 -1
- package/lib/components/textarea/index.js +1 -1
- package/lib/components/time-picker/time-picker-selector.js +1 -1
- package/lib/components/time-picker/time-picker.js +1 -1
- package/lib/components/time-picker/timer-picker-input.js +1 -1
- package/lib/components/tita-chart/charts/liquid-ball.js +1 -1
- package/lib/components/tita-chart/charts/pie.js +1 -1
- package/lib/components/tita-chart/errorBoundary/index.js +2 -2
- package/lib/components/toast/index.js +8 -12
- package/lib/components/tooltip/error-tip.js +1 -1
- package/lib/components/tooltip/tooltip.js +1 -1
- package/lib/components/tree/index.js +1 -1
- package/lib/components/upload/components/uploadedPreview.js +2 -2
- package/lib/components/upload/index.js +27 -197
- package/lib/components/upload/util.js +2 -20
- package/lib/components/upvote/index.js +5 -7
- package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +1 -1
- package/lib/components/user-selector/request-apis.js +3 -3
- package/lib/components/user-selector/select-tree/choose-tree/index.js +1 -1
- package/lib/components/user-selector/select-tree/selected-tree/index.js +1 -1
- package/lib/components/version-change-modal/index.js +7 -7
- package/lib/components/version-change-modal/request-api.js +2 -6
- package/lib/components/viewer/ImageListRender.js +2 -2
- package/lib/components/viewer/index.js +2 -2
- package/lib/components/weekly-report/card.js +12 -4
- package/lib/components/weekly-report/common-painter/darwAvatar.js +6 -10
- package/lib/components/weekly-report/common-painter/drawName.js +2 -6
- package/lib/components/weekly-report/common-painter/openDataPainter.js +2 -6
- package/lib/components/weekly-report/index.js +4 -6
- package/lib/components-v1/animate/AnimateChild.js +2 -2
- package/lib/components-v1/animate/animate.js +2 -2
- package/lib/components-v1/avatar/index.js +2 -2
- package/lib/components-v1/buttonv2/ButtonOutlined.js +2 -2
- package/lib/components-v1/buttonv2/ButtonRounded.js +2 -2
- package/lib/components-v1/buttonv2/DefaultButton.js +2 -2
- package/lib/components-v1/confirm/index.js +2 -2
- package/lib/components-v1/dropDownSelector/StatelessDropdown.js +2 -2
- package/lib/components-v1/dropDownSelector/dropDownSelector.js +2 -2
- package/lib/components-v1/input/Input.js +3 -3
- package/lib/components-v1/input/InputNumber.js +2 -2
- package/lib/components-v1/placement/placement.js +2 -2
- package/lib/components-v1/placement/placementInner.js +2 -2
- package/lib/components-v1/pop/Pop.js +2 -2
- package/lib/components-v1/pop/PopInner.js +2 -2
- package/lib/components-v1/portals/Portals.js +2 -2
- package/lib/components-v1/progress/CircleProgress.js +2 -2
- package/lib/components-v1/progress/LineProgress.js +2 -2
- package/lib/components-v1/progress/index.js +2 -2
- package/lib/components-v1/radio/radio.js +2 -2
- package/lib/components-v1/radio/radioGroup.js +2 -2
- package/lib/components-v1/search/index.js +2 -2
- package/lib/components-v1/select/Option.js +3 -3
- package/lib/components-v1/select/index.js +3 -3
- package/lib/components-v1/tabs/index.js +2 -2
- package/lib/components-v1/textarea/index.js +2 -2
- package/lib/components-v1/transition/index.js +2 -2
- package/lib/components-v1/userSelector/UserSelectorPop.js +2 -2
- package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +2 -2
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +2 -2
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +2 -2
- package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +2 -2
- package/lib/components-v1/userSelector/components/MultiMode/index.js +2 -2
- package/lib/components-v1/userSelector/components/SearchBar.js +2 -2
- package/lib/components-v1/userSelector/components/SingleMode.js +2 -2
- package/lib/components-v1/userSelector/components/UserItem.js +2 -2
- package/lib/components-v1/userSelector/index.js +2 -2
- package/lib/index.js +0 -8
- package/lib/pages/appointment-demo/drop-down-box/index.js +1 -1
- package/lib/pages/appointment-demo/input/index.js +3 -3
- package/lib/pages/appointment-demo/popup/index.js +1 -1
- package/lib/pages/group-management/components/input-form/index.js +3 -3
- package/lib/pages/group-management/components/radio/index.js +1 -1
- package/lib/pages/group-management/groupInterface.js +2 -6
- package/lib/pages/group-management/page-view/importGroupStaff/index.js +1 -1
- package/lib/pages/group-management/tree/index.js +1 -1
- package/lib/pages/new-okr-list/request-api.js +14 -18
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +3 -5
- package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +1 -1
- package/lib/pages/okr-map/request-apis.js +2 -6
- package/lib/pages/okr-map/share-dialog/index.js +1 -1
- package/lib/utils/auth.js +2 -2
- package/lib/utils/mock-bsglobal.js +1837 -0
- package/lib/utils/open-data.js +72 -83
- package/lib/utils/request-v1.js +2 -6
- package/lib/utils/request.js +2 -6
- package/lib/utils/tools.js +1 -11
- package/package.json +3 -2
- package/lib/components/checkbox-list/index.css +0 -31
- package/lib/components/checkbox-list/index.js +0 -68
- package/lib/components/dialog-qq-docs/index.css +0 -106
- package/lib/components/dialog-qq-docs/index.js +0 -507
- package/lib/components/dialog-qq-docs/request-apis.js +0 -16
- package/lib/components/dialog-qq-docs/utils.js +0 -83
- package/lib/components/dialog-select/index.css +0 -9
- package/lib/components/dialog-select/index.js +0 -48
- package/lib/components/dialog-upload/img/folder.svg +0 -40
- package/lib/components/dialog-upload/img/form.svg +0 -38
- package/lib/components/dialog-upload/img/mind.svg +0 -39
- package/lib/components/dialog-upload-type/assets/folder.svg +0 -20
- package/lib/components/dialog-upload-type/assets/qq-docs.svg +0 -20
- package/lib/components/dialog-upload-type/components/upload-type-item/index.css +0 -14
- package/lib/components/dialog-upload-type/components/upload-type-item/index.js +0 -36
- package/lib/components/dialog-upload-type/index.css +0 -7
- package/lib/components/dialog-upload-type/index.js +0 -68
- package/lib/components/file-list/img/folder.svg +0 -40
- package/lib/components/file-list/img/form.svg +0 -38
- package/lib/components/file-list/img/mind.svg +0 -39
- package/lib/components/file-preview/index.css +0 -44
- package/lib/components/file-preview/index.js +0 -68
- package/lib/components/loading/assets/loading.gif +0 -0
- package/lib/components/loading/index.css +0 -28
- package/lib/components/loading/index.js +0 -64
- package/lib/components/nav/index.css +0 -37
- package/lib/components/nav/index.js +0 -31
- package/lib/components/okr-guide/constant.js +0 -23
- package/lib/components/okr-guide/img/left-img.jpg +0 -0
- package/lib/components/okr-guide/index.css +0 -148
- package/lib/components/okr-guide/index.js +0 -242
- package/lib/components/okr-guide/request-api.js +0 -57
- package/lib/components/upload/img/folder.svg +0 -40
- package/lib/components/upload/img/form.svg +0 -38
- package/lib/components/upload/img/mind.svg +0 -39
- package/lib/components/upload/index2.js +0 -381
|
@@ -1,242 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports["default"] = void 0;
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
|
-
var _dialog = _interopRequireDefault(require("../dialog"));
|
|
13
|
-
|
|
14
|
-
var _switch = _interopRequireDefault(require("../switch"));
|
|
15
|
-
|
|
16
|
-
var _button = _interopRequireDefault(require("../button"));
|
|
17
|
-
|
|
18
|
-
var _toast = _interopRequireDefault(require("../toast"));
|
|
19
|
-
|
|
20
|
-
var _constant = require("./constant");
|
|
21
|
-
|
|
22
|
-
var _requestApi = require("./request-api");
|
|
23
|
-
|
|
24
|
-
var _leftImg = _interopRequireDefault(require("./img/left-img.jpg"));
|
|
25
|
-
|
|
26
|
-
require("./index.css");
|
|
27
|
-
|
|
28
|
-
var _excluded = ["hasSetting"],
|
|
29
|
-
_excluded2 = ["isOpenCustom"];
|
|
30
|
-
|
|
31
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
32
|
-
|
|
33
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
34
|
-
|
|
35
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
36
|
-
|
|
37
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
38
|
-
|
|
39
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
40
|
-
|
|
41
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
42
|
-
|
|
43
|
-
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; }
|
|
44
|
-
|
|
45
|
-
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; }
|
|
46
|
-
|
|
47
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
48
|
-
|
|
49
|
-
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."); }
|
|
50
|
-
|
|
51
|
-
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); }
|
|
52
|
-
|
|
53
|
-
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; }
|
|
54
|
-
|
|
55
|
-
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
56
|
-
|
|
57
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
58
|
-
|
|
59
|
-
var preCls = 'titaui-ork-guide';
|
|
60
|
-
|
|
61
|
-
var OkrGuide = function OkrGuide(props) {
|
|
62
|
-
var visible = props.visible,
|
|
63
|
-
handlerOnclickCreatOkr = props.handlerOnclickCreatOkr;
|
|
64
|
-
|
|
65
|
-
var _useState = (0, _react.useState)(_constant.cycleList),
|
|
66
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
67
|
-
cycleListData = _useState2[0],
|
|
68
|
-
setCycleListData = _useState2[1];
|
|
69
|
-
|
|
70
|
-
var _useState3 = (0, _react.useState)(0),
|
|
71
|
-
_useState4 = _slicedToArray(_useState3, 2),
|
|
72
|
-
isOpenCount = _useState4[0],
|
|
73
|
-
setIsOpenCount = _useState4[1];
|
|
74
|
-
|
|
75
|
-
var _useState5 = (0, _react.useState)({
|
|
76
|
-
isOpenCustom: false,
|
|
77
|
-
isOpenMonth: false,
|
|
78
|
-
isOpenQuarter: true,
|
|
79
|
-
isOpenYear: true,
|
|
80
|
-
isOpenBimonthly: false,
|
|
81
|
-
isOpenHalfYear: false
|
|
82
|
-
}),
|
|
83
|
-
_useState6 = _slicedToArray(_useState5, 2),
|
|
84
|
-
setting = _useState6[0],
|
|
85
|
-
changeSetting = _useState6[1];
|
|
86
|
-
|
|
87
|
-
var getIsOpenById = {
|
|
88
|
-
1: {
|
|
89
|
-
isOpen: setting.isOpenYear
|
|
90
|
-
},
|
|
91
|
-
2: {
|
|
92
|
-
isOpen: setting.isOpenQuarter
|
|
93
|
-
},
|
|
94
|
-
3: {
|
|
95
|
-
isOpen: setting.isOpenMonth
|
|
96
|
-
},
|
|
97
|
-
4: {
|
|
98
|
-
isOpen: setting.isOpenHalfYear
|
|
99
|
-
},
|
|
100
|
-
5: {
|
|
101
|
-
isOpen: setting.isOpenBimonthly
|
|
102
|
-
}
|
|
103
|
-
};
|
|
104
|
-
(0, _react.useEffect)(function () {
|
|
105
|
-
var keys = ['isOpenMonth', 'isOpenQuarter', 'isOpenYear', 'isOpenBimonthly', 'isOpenHalfYear'];
|
|
106
|
-
var count = 0;
|
|
107
|
-
keys.forEach(function (k) {
|
|
108
|
-
if (setting[k]) count++;
|
|
109
|
-
});
|
|
110
|
-
setIsOpenCount(count);
|
|
111
|
-
}, [setting]);
|
|
112
|
-
(0, _react.useEffect)(function () {
|
|
113
|
-
(0, _requestApi.getCycleSetting)().then(function (res) {
|
|
114
|
-
var hasSetting = res.hasSetting,
|
|
115
|
-
onthers = _objectWithoutProperties(res, _excluded);
|
|
116
|
-
|
|
117
|
-
changeSetting(onthers);
|
|
118
|
-
console.log(hasSetting, 'hasSetting');
|
|
119
|
-
});
|
|
120
|
-
}, []);
|
|
121
|
-
|
|
122
|
-
var handlerOnchangeSwitch = function handlerOnchangeSwitch(e, id) {
|
|
123
|
-
var isOpen = e;
|
|
124
|
-
|
|
125
|
-
if (isOpen) {
|
|
126
|
-
if (isOpenCount > 2) {
|
|
127
|
-
_toast["default"].Warning('周期最多选择 3 项');
|
|
128
|
-
|
|
129
|
-
return;
|
|
130
|
-
}
|
|
131
|
-
} else {
|
|
132
|
-
if (isOpenCount < 2) {
|
|
133
|
-
_toast["default"].Warning('周期至少选择 1 项');
|
|
134
|
-
|
|
135
|
-
return;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
switch (id) {
|
|
140
|
-
case 1:
|
|
141
|
-
changeSetting(_objectSpread(_objectSpread({}, setting), {}, {
|
|
142
|
-
isOpenYear: isOpen
|
|
143
|
-
}));
|
|
144
|
-
break;
|
|
145
|
-
|
|
146
|
-
case 2:
|
|
147
|
-
changeSetting(_objectSpread(_objectSpread({}, setting), {}, {
|
|
148
|
-
isOpenQuarter: isOpen
|
|
149
|
-
}));
|
|
150
|
-
break;
|
|
151
|
-
|
|
152
|
-
case 3:
|
|
153
|
-
changeSetting(_objectSpread(_objectSpread({}, setting), {}, {
|
|
154
|
-
isOpenMonth: isOpen
|
|
155
|
-
}));
|
|
156
|
-
break;
|
|
157
|
-
|
|
158
|
-
case 4:
|
|
159
|
-
changeSetting(_objectSpread(_objectSpread({}, setting), {}, {
|
|
160
|
-
isOpenHalfYear: isOpen
|
|
161
|
-
}));
|
|
162
|
-
break;
|
|
163
|
-
|
|
164
|
-
case 5:
|
|
165
|
-
changeSetting(_objectSpread(_objectSpread({}, setting), {}, {
|
|
166
|
-
isOpenBimonthly: isOpen
|
|
167
|
-
}));
|
|
168
|
-
break;
|
|
169
|
-
|
|
170
|
-
default:
|
|
171
|
-
break;
|
|
172
|
-
}
|
|
173
|
-
};
|
|
174
|
-
|
|
175
|
-
var handleSubmit = function handleSubmit() {
|
|
176
|
-
console.log(isOpenCount, 'count');
|
|
177
|
-
|
|
178
|
-
if (isOpenCount > 3) {
|
|
179
|
-
_toast["default"].Warning('周期最多选择 3 项');
|
|
180
|
-
|
|
181
|
-
return;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
var isOpenCustom = setting.isOpenCustom,
|
|
185
|
-
others = _objectWithoutProperties(setting, _excluded2);
|
|
186
|
-
|
|
187
|
-
(0, _requestApi.addCycleSetting)(_objectSpread({}, others)).then(function () {
|
|
188
|
-
console.log('then');
|
|
189
|
-
handlerOnclickCreatOkr();
|
|
190
|
-
});
|
|
191
|
-
};
|
|
192
|
-
|
|
193
|
-
return /*#__PURE__*/_react["default"].createElement(_dialog["default"], {
|
|
194
|
-
extraClass: preCls,
|
|
195
|
-
wrapClassName: "".concat(preCls, "__wrap"),
|
|
196
|
-
visible: visible,
|
|
197
|
-
mask: false,
|
|
198
|
-
noHeadLine: true,
|
|
199
|
-
noFooterLine: true,
|
|
200
|
-
noCloseIcon: true,
|
|
201
|
-
noFooter: true,
|
|
202
|
-
zIndex: 2001
|
|
203
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
204
|
-
className: "".concat(preCls, "__bg")
|
|
205
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
206
|
-
className: "".concat(preCls, "__container")
|
|
207
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
208
|
-
className: "".concat(preCls, "__container__top")
|
|
209
|
-
}, "\u2728\u6B22\u8FCE\u4F7F\u7528 Tita OKR"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
210
|
-
className: "".concat(preCls, "__container__card")
|
|
211
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
212
|
-
className: "".concat(preCls, "__container__card__left")
|
|
213
|
-
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
214
|
-
src: _leftImg["default"]
|
|
215
|
-
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
216
|
-
className: "".concat(preCls, "__container__card__right")
|
|
217
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
218
|
-
className: "".concat(preCls, "__container__card__right__title")
|
|
219
|
-
}, "\uD83D\uDC4B Hi\uFF5E \u8BF7\u5148\u8BBE\u7F6E\u4E00\u4E0B\u76EE\u6807\u5468\u671F"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
220
|
-
className: "".concat(preCls, "__container__card__right__desc")
|
|
221
|
-
}, "\u4F01\u4E1A\u6B65\u8C03\u4E00\u81F4\uFF0C\u7EDF\u4E00\u884C\u52A8\u63A8\u8FDB OKR\uFF0C\u6210\u529F\u7387\u5C06\u63D0\u5347 80%"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
222
|
-
className: "".concat(preCls, "__container__card__right__checkbox")
|
|
223
|
-
}, cycleListData.map(function (item) {
|
|
224
|
-
return /*#__PURE__*/_react["default"].createElement(_react.Fragment, {
|
|
225
|
-
key: item.id
|
|
226
|
-
}, /*#__PURE__*/_react["default"].createElement(_switch["default"], {
|
|
227
|
-
onChange: function onChange(e) {
|
|
228
|
-
return handlerOnchangeSwitch(e, item.id);
|
|
229
|
-
},
|
|
230
|
-
label: item.name,
|
|
231
|
-
checked: getIsOpenById[item.id].isOpen
|
|
232
|
-
}));
|
|
233
|
-
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
234
|
-
className: "".concat(preCls, "__container__card__right__btn"),
|
|
235
|
-
onClick: handleSubmit
|
|
236
|
-
}, /*#__PURE__*/_react["default"].createElement(_button["default"], {
|
|
237
|
-
type: 'primary'
|
|
238
|
-
}, "\u5B8C\u6210\u8BBE\u7F6E\uFF0C\u521B\u5EFA OKR")))))));
|
|
239
|
-
};
|
|
240
|
-
|
|
241
|
-
var _default = OkrGuide;
|
|
242
|
-
exports["default"] = _default;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.getCycleSetting = exports.addWorkManageSetting = exports.addListWorkManage = exports.addCycleSetting = void 0;
|
|
7
|
-
|
|
8
|
-
var _request = _interopRequireDefault(require("../../utils/request"));
|
|
9
|
-
|
|
10
|
-
var _toast = _interopRequireDefault(require("../toast"));
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
|
-
;
|
|
15
|
-
var rget = _request["default"].rget,
|
|
16
|
-
rpost = _request["default"].rpost;
|
|
17
|
-
|
|
18
|
-
var addWorkManageSetting = function addWorkManageSetting(data) {
|
|
19
|
-
var url = "WorkManageSetting/Add";
|
|
20
|
-
return rpost('v1')(url, data).then(function (res) {
|
|
21
|
-
if (!!res.Code) {
|
|
22
|
-
return res.Data;
|
|
23
|
-
} else {
|
|
24
|
-
_toast["default"].Error(res.Message || '操作失败,请联系客服');
|
|
25
|
-
|
|
26
|
-
return false;
|
|
27
|
-
}
|
|
28
|
-
})["catch"](function (err) {
|
|
29
|
-
_toast["default"].Error('操作失败,请联系客服');
|
|
30
|
-
});
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
exports.addWorkManageSetting = addWorkManageSetting;
|
|
34
|
-
|
|
35
|
-
var addListWorkManage = function addListWorkManage(data) {
|
|
36
|
-
return rpost('v1')('WorkManageSetting/AddList', data).then(function (res) {
|
|
37
|
-
return res.Data;
|
|
38
|
-
});
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
exports.addListWorkManage = addListWorkManage;
|
|
42
|
-
|
|
43
|
-
var addCycleSetting = function addCycleSetting(data) {
|
|
44
|
-
return rpost('v1')('okr/addCycleSetting', data).then(function (res) {
|
|
45
|
-
return res.Data;
|
|
46
|
-
});
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
exports.addCycleSetting = addCycleSetting;
|
|
50
|
-
|
|
51
|
-
var getCycleSetting = function getCycleSetting() {
|
|
52
|
-
return rget('v1')('okr/cycleSetting').then(function (res) {
|
|
53
|
-
return res.Data;
|
|
54
|
-
});
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
exports.getCycleSetting = getCycleSetting;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>文件夹-icon</title>
|
|
4
|
-
<defs>
|
|
5
|
-
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
6
|
-
<stop stop-color="#FFC03F" offset="0%"></stop>
|
|
7
|
-
<stop stop-color="#E69F00" offset="100%"></stop>
|
|
8
|
-
</linearGradient>
|
|
9
|
-
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-2">
|
|
10
|
-
<stop stop-color="#FFDCA4" offset="0%"></stop>
|
|
11
|
-
<stop stop-color="#FFB112" offset="100%"></stop>
|
|
12
|
-
</linearGradient>
|
|
13
|
-
<filter x="-34.5%" y="-70.4%" width="169.1%" height="240.7%" filterUnits="objectBoundingBox" id="filter-3">
|
|
14
|
-
<feOffset dx="0" dy="0.8" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
15
|
-
<feGaussianBlur stdDeviation="0.4" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
16
|
-
<feColorMatrix values="0 0 0 0 0.839215686 0 0 0 0 0.521568627 0 0 0 0 0 0 0 0 0.8 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
|
17
|
-
<feMerge>
|
|
18
|
-
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
19
|
-
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
20
|
-
</feMerge>
|
|
21
|
-
</filter>
|
|
22
|
-
</defs>
|
|
23
|
-
<g id="老图标" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
24
|
-
<g id="附件图标" transform="translate(-121.000000, -2257.000000)">
|
|
25
|
-
<g id="caret-left" transform="translate(100.000000, 2236.000000)">
|
|
26
|
-
<g id="文件夹-icon" transform="translate(21.000000, 21.451613)">
|
|
27
|
-
<rect id="矩形" x="0" y="0" width="28" height="27.0967742"></rect>
|
|
28
|
-
<g id="编组-2" transform="translate(3.000000, 4.000000)">
|
|
29
|
-
<path d="M15.9650836,2 L6,2 L8.77205113,6.06216846 C9.14163521,6.6037576 9.75321174,6.92979558 10.408869,6.93477353 L19,7 L19,7 L19,5.05359586 C19,3.3506359 17.6240805,2 15.9650836,2 Z" id="路径" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
|
|
30
|
-
<path d="M6.04598201,0 L2.57236384,0 C1.15168652,0 0,1.16658056 0,2.60563061 L0,16.3943694 C0,17.8334194 1.15168652,19 2.57236384,19 L19.4259356,19 C20.1081689,19 20.7624597,18.725479 21.2448715,18.2368285 C21.7272833,17.7481779 21.9982995,17.0854256 21.9982995,16.3943694 L22,7.44078957 L21.9889926,7.20659221 C21.8694704,5.89527292 20.7924377,4.86679244 19.4711935,4.84814641 L10.8954901,4.77831357 L8.46091772,1.49939662 C7.94002451,0.624382478 7.06938277,0 6.04598201,0 Z" id="路径" fill="url(#linearGradient-2)" fill-rule="nonzero"></path>
|
|
31
|
-
<g id="编组-22" filter="url(#filter-3)" transform="translate(5.439785, 9.493548)">
|
|
32
|
-
<path d="M0.7,4 L6.3,4 C6.68659932,4 7,4.31340068 7,4.7 C7,5.08659932 6.68659932,5.4 6.3,5.4 L0.7,5.4 C0.313400675,5.4 4.73447626e-17,5.08659932 0,4.7 C-4.73447626e-17,4.31340068 0.313400675,4 0.7,4 Z" id="path-5" fill="#FFDA9E" transform="translate(3.500000, 4.700000) rotate(-180.000000) translate(-3.500000, -4.700000) "></path>
|
|
33
|
-
<path d="M0.7,0 L10.3,0 C10.6865993,-1.82039446e-16 11,0.313400675 11,0.7 C11,1.08659932 10.6865993,1.4 10.3,1.4 L0.7,1.4 C0.313400675,1.4 4.73447626e-17,1.08659932 0,0.7 C-4.73447626e-17,0.313400675 0.313400675,7.10171439e-17 0.7,0 Z" id="path-5" fill="#FFFFFF" transform="translate(5.500000, 0.700000) rotate(-180.000000) translate(-5.500000, -0.700000) "></path>
|
|
34
|
-
</g>
|
|
35
|
-
</g>
|
|
36
|
-
</g>
|
|
37
|
-
</g>
|
|
38
|
-
</g>
|
|
39
|
-
</g>
|
|
40
|
-
</svg>
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>PPT-icon</title>
|
|
4
|
-
<defs>
|
|
5
|
-
<linearGradient x1="100%" y1="29.7818714%" x2="83.6208606%" y2="29.7818714%" id="linearGradient-1">
|
|
6
|
-
<stop stop-color="#F0A326" offset="0%"></stop>
|
|
7
|
-
<stop stop-color="#D68500" offset="100%"></stop>
|
|
8
|
-
</linearGradient>
|
|
9
|
-
<linearGradient x1="50%" y1="99.3480785%" x2="50%" y2="-1.36175793e-14%" id="linearGradient-2">
|
|
10
|
-
<stop stop-color="#F0A326" offset="0%"></stop>
|
|
11
|
-
<stop stop-color="#FFDA9E" offset="100%"></stop>
|
|
12
|
-
</linearGradient>
|
|
13
|
-
<filter x="-31.6%" y="-43.3%" width="163.2%" height="186.7%" filterUnits="objectBoundingBox" id="filter-3">
|
|
14
|
-
<feOffset dx="0" dy="0.8" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
15
|
-
<feGaussianBlur stdDeviation="0.4" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
16
|
-
<feColorMatrix values="0 0 0 0 0.839215686 0 0 0 0 0.521568627 0 0 0 0 0 0 0 0 1 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
|
17
|
-
<feMerge>
|
|
18
|
-
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
19
|
-
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
20
|
-
</feMerge>
|
|
21
|
-
</filter>
|
|
22
|
-
</defs>
|
|
23
|
-
<g id="老图标" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
24
|
-
<g id="附件图标" transform="translate(-121.000000, -2469.000000)">
|
|
25
|
-
<g id="caret-left" transform="translate(100.000000, 2448.000000)">
|
|
26
|
-
<g id="PPT-icon" transform="translate(21.000000, 21.000000)">
|
|
27
|
-
<rect id="矩形" x="0" y="0" width="28" height="27.0967742"></rect>
|
|
28
|
-
<path d="M8.08888889,7.67741935 L23.6444445,7.67741935 C24.503554,7.67741935 25.2,8.3455386 25.2,9.16970547 L25.2,23.3464236 C25.2,24.1705905 24.503554,24.8387097 23.6444445,24.8387097 L8.08888889,24.8387097 C7.22977928,24.8387097 6.53333333,24.1705905 6.53333333,23.3464236 L6.53333333,9.16970547 C6.53333333,8.3455386 7.22977928,7.67741935 8.08888889,7.67741935 Z" id="蒙版备份" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
|
|
29
|
-
<path d="M20.291358,2.25806452 C21.1313763,2.25806452 21.8123456,2.93204446 21.8123456,3.76344086 L21.8123456,23.3333334 C21.8123456,24.1647298 22.493315,24.8387097 23.3333333,24.8387097 L4.32098765,24.8387097 C3.48096937,24.8387097 2.8,24.1647298 2.8,23.3333334 L2.8,3.76344086 C2.8,2.93204446 3.48096937,2.25806452 4.32098765,2.25806452 L20.291358,2.25806452 Z" id="path-3" fill="url(#linearGradient-2)" fill-rule="nonzero"></path>
|
|
30
|
-
<g id="编组-22" filter="url(#filter-3)" transform="translate(6.747309, 8.548387)">
|
|
31
|
-
<path d="M0.31629509,5.451829 L4.91629509,5.451829 C5.30289442,5.451829 5.61629509,5.76522967 5.61629509,6.151829 C5.61629509,6.53842832 5.30289442,6.851829 4.91629509,6.851829 L0.31629509,6.851829 C-0.0703042345,6.851829 -0.38370491,6.53842832 -0.38370491,6.151829 C-0.38370491,5.76522967 -0.0703042345,5.451829 0.31629509,5.451829 Z" id="path-5" fill="#FFDA9E" transform="translate(2.616295, 6.151829) rotate(-135.000000) translate(-2.616295, -6.151829) "></path>
|
|
32
|
-
<path d="M2.83675324,3.68406204 L12.4367532,3.68406204 C12.8233526,3.68406204 13.1367532,3.99746272 13.1367532,4.38406204 C13.1367532,4.77066137 12.8233526,5.08406204 12.4367532,5.08406204 L2.83675324,5.08406204 C2.45015391,5.08406204 2.13675324,4.77066137 2.13675324,4.38406204 C2.13675324,3.99746272 2.45015391,3.68406204 2.83675324,3.68406204 Z" id="path-5" fill="#FFFFFF" transform="translate(7.636753, 4.384062) rotate(-225.000000) translate(-7.636753, -4.384062) "></path>
|
|
33
|
-
</g>
|
|
34
|
-
</g>
|
|
35
|
-
</g>
|
|
36
|
-
</g>
|
|
37
|
-
</g>
|
|
38
|
-
</svg>
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>pdf-icon</title>
|
|
4
|
-
<defs>
|
|
5
|
-
<linearGradient x1="100%" y1="29.7818714%" x2="83.6208606%" y2="29.7818714%" id="linearGradient-1">
|
|
6
|
-
<stop stop-color="#33C7FF" offset="0%"></stop>
|
|
7
|
-
<stop stop-color="#009FDB" offset="100%"></stop>
|
|
8
|
-
</linearGradient>
|
|
9
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="-2.48949813e-15%" id="linearGradient-2">
|
|
10
|
-
<stop stop-color="#12AFEA" offset="0%"></stop>
|
|
11
|
-
<stop stop-color="#94E2FF" offset="100%"></stop>
|
|
12
|
-
</linearGradient>
|
|
13
|
-
<filter x="-33.2%" y="-40.4%" width="166.4%" height="180.9%" filterUnits="objectBoundingBox" id="filter-3">
|
|
14
|
-
<feOffset dx="0" dy="0.8" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
15
|
-
<feGaussianBlur stdDeviation="0.4" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
16
|
-
<feColorMatrix values="0 0 0 0 0.0705882353 0 0 0 0 0.68627451 0 0 0 0 0.917647059 0 0 0 0.8 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
|
17
|
-
<feMerge>
|
|
18
|
-
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
19
|
-
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
20
|
-
</feMerge>
|
|
21
|
-
</filter>
|
|
22
|
-
</defs>
|
|
23
|
-
<g id="老图标" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
24
|
-
<g id="附件图标" transform="translate(-121.000000, -2045.000000)">
|
|
25
|
-
<g id="caret-left" transform="translate(100.000000, 2024.000000)">
|
|
26
|
-
<g id="pdf-icon" transform="translate(21.000000, 21.451613)">
|
|
27
|
-
<rect id="矩形" x="0" y="0" width="28" height="27.0967742"></rect>
|
|
28
|
-
<path d="M8.08888889,7.67741935 L23.6444445,7.67741935 C24.503554,7.67741935 25.2,8.3455386 25.2,9.16970547 L25.2,23.3464236 C25.2,24.1705905 24.503554,24.8387097 23.6444445,24.8387097 L8.08888889,24.8387097 C7.22977928,24.8387097 6.53333333,24.1705905 6.53333333,23.3464236 L6.53333333,9.16970547 C6.53333333,8.3455386 7.22977928,7.67741935 8.08888889,7.67741935 Z" id="蒙版备份" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
|
|
29
|
-
<path d="M20.291358,2.25806452 C21.1313763,2.25806452 21.8123456,2.93204446 21.8123456,3.76344086 L21.8123456,23.3333334 C21.8123456,24.1647298 22.493315,24.8387097 23.3333333,24.8387097 L4.32098765,24.8387097 C3.48096937,24.8387097 2.8,24.1647298 2.8,23.3333334 L2.8,3.76344086 C2.8,2.93204446 3.48096937,2.25806452 4.32098765,2.25806452 L20.291358,2.25806452 Z" id="path-3" fill="url(#linearGradient-2)" fill-rule="nonzero"></path>
|
|
30
|
-
<g id="编组-22" filter="url(#filter-3)" transform="translate(6.000000, 8.798387)">
|
|
31
|
-
<path d="M7.13978495,4 L10.7397849,4 C11.1263843,4 11.4397849,4.31340068 11.4397849,4.7 C11.4397849,5.08659932 11.1263843,5.4 10.7397849,5.4 L7.13978495,5.4 C6.75318562,5.4 6.43978495,5.08659932 6.43978495,4.7 C6.43978495,4.31340068 6.75318562,4 7.13978495,4 Z" id="path-5" fill="#88DFFF" transform="translate(8.939785, 4.700000) rotate(-180.000000) translate(-8.939785, -4.700000) "></path>
|
|
32
|
-
<path d="M2.80326654,4 C3.08544089,4 3.34002538,4.16942267 3.44897952,4.42971358 C4.42734177,6.76701638 5.41282979,7.91043659 6.29653021,7.99493445 L6.40207871,8 L10.7,8 C11.0865993,8 11.4,8.31340068 11.4,8.7 C11.4,9.05438271 11.1366564,9.34725823 10.7949859,9.39360983 L10.7,9.4 L6.40207871,9.4 C4.9177844,9.4 3.65980532,8.17244898 2.53985234,5.8267506 L2.343,5.4 L0.7,5.4 C0.345617286,5.4 0.0527417698,5.13665638 0.00639017493,4.79498585 L0,4.7 C0,4.34561729 0.263343623,4.05274177 0.605014146,4.00639017 L0.7,4 L2.80326654,4 Z" id="路径-2" fill="#FFFFFF" fill-rule="nonzero"></path>
|
|
33
|
-
<path d="M2.80326654,0 C3.08544089,0 3.34002538,0.169422665 3.44897952,0.429713581 C4.42734177,2.76701638 5.41282979,3.91043659 6.29653021,3.99493445 L6.40207871,4 L10.7,4 C11.0865993,4 11.4,4.31340068 11.4,4.7 C11.4,5.05438271 11.1366564,5.34725823 10.7949859,5.39360983 L10.7,5.4 L6.40207871,5.4 C4.9177844,5.4 3.65980532,4.17244898 2.53985234,1.8267506 L2.343,1.4 L0.7,1.4 C0.345617286,1.4 0.0527417698,1.13665638 0.00639017493,0.794985854 L0,0.7 C0,0.345617286 0.263343623,0.0527417698 0.605014146,0.00639017493 L0.7,0 L2.80326654,0 Z" id="路径-2" fill="#FFFFFF" fill-rule="nonzero" transform="translate(5.700000, 2.700000) scale(1, -1) translate(-5.700000, -2.700000) "></path>
|
|
34
|
-
</g>
|
|
35
|
-
</g>
|
|
36
|
-
</g>
|
|
37
|
-
</g>
|
|
38
|
-
</g>
|
|
39
|
-
</svg>
|