@titaui/pc 1.5.82 → 1.5.83
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.css +15 -0
- package/lib/components/avatar/icon-avatar/index.js +50 -0
- package/lib/components/avatar/index.js +9 -1
- package/lib/components/avatar/num-avatar/index.css +12 -0
- package/lib/components/avatar/num-avatar/index.js +34 -0
- package/lib/components/button/admin-button/default.js +35 -0
- package/lib/components/button/admin-button/drop-down-arrow.js +93 -0
- package/lib/components/button/admin-button/index.css +86 -0
- package/lib/components/button/admin-button/index.js +40 -0
- package/lib/components/button/admin-button/primary.js +33 -0
- package/lib/components/button/admin-button/secondary.js +35 -0
- package/lib/components/button/default-button/index.css +49 -0
- package/lib/components/button/default-button/index.js +51 -0
- package/lib/components/button/export-button/index.css +51 -0
- package/lib/components/button/export-button/index.js +81 -0
- package/lib/components/button/images/daoru.svg +18 -0
- package/lib/components/button/index.js +23 -0
- package/lib/components/button/interface.js +5 -0
- package/lib/components/change-okr/Filter.js +133 -65
- package/lib/components/change-okr/Item.js +6 -0
- package/lib/components/change-okr/filterTab.js +2 -0
- package/lib/components/change-okr/index.js +2 -2
- package/lib/components/checkbox/index.js +4 -3
- package/lib/components/communication/CommunicationRecord.js +116 -161
- package/lib/components/communication/ConvertUserName.js +1 -1
- package/lib/components/communication/index.css +63 -0
- package/lib/components/communication/index.js +53 -28
- package/lib/components/communication/style.js +21 -25
- package/lib/components/create-okr/animation/check-animation.js +2746 -0
- package/lib/components/create-okr/constant.js +27 -0
- package/lib/components/create-okr/createCycle.js +193 -0
- package/lib/components/create-okr/createSuccessCmp.js +233 -0
- package/lib/components/create-okr/createSuccessCmpWrapper.js +20 -0
- package/lib/components/create-okr/fields/date-cycle.js +98 -0
- package/lib/components/create-okr/fields/index.css +346 -0
- package/lib/components/create-okr/fields/index.js +17 -0
- package/lib/components/create-okr/fields/input-with-err-popup.js +57 -0
- package/lib/components/create-okr/fields/o-new-name.js +197 -0
- package/lib/components/create-okr/fields/okr-case.js +98 -0
- package/lib/components/create-okr/fields/okr-classify.js +51 -0
- package/lib/components/create-okr/fields/okr-create-suggest.js +147 -0
- package/lib/components/create-okr/fields/okr-new-user-selector.js +106 -0
- package/lib/components/create-okr/fields/okr-parent.js +157 -0
- package/lib/components/create-okr/fields/okr-type-detail.js +196 -0
- package/lib/components/create-okr/fields/okr-type.js +131 -0
- package/lib/components/create-okr/fields/okr-visibility-detail.js +224 -0
- package/lib/components/create-okr/fields/okr-visibility.js +169 -0
- package/lib/components/create-okr/img/check-normal.svg +29 -0
- package/lib/components/create-okr/img/check-right.svg +16 -0
- package/lib/components/create-okr/img/check-wrong.svg +29 -0
- package/lib/components/create-okr/img/create-success-head.png +0 -0
- package/lib/components/create-okr/img/create-success-left-quotation.svg +14 -0
- package/lib/components/create-okr/img/create-success-message.svg +1 -0
- package/lib/components/create-okr/img/create-success-right-quotation.svg +14 -0
- package/lib/components/create-okr/img/create-success-shadow.svg +23 -0
- package/lib/components/create-okr/img/example.svg +11 -0
- package/lib/components/create-okr/img/hand.svg +12 -0
- package/lib/components/create-okr/img/kr-add.svg +12 -0
- package/lib/components/create-okr/img/left-quotation.svg +12 -0
- package/lib/components/create-okr/img/light.svg +1 -0
- package/lib/components/create-okr/img/pack-up.js +28 -0
- package/lib/components/create-okr/img/qr-code.png +0 -0
- package/lib/components/create-okr/img/right-quotation.svg +12 -0
- package/lib/components/create-okr/img/shower.png +0 -0
- package/lib/components/create-okr/img/target.svg +19 -0
- package/lib/components/create-okr/img/teach-okr.svg +17 -0
- package/lib/components/create-okr/img/wave.png +0 -0
- package/lib/components/create-okr/img/weight.svg +12 -0
- package/lib/components/create-okr/index.css +446 -0
- package/lib/components/create-okr/index.js +911 -0
- package/lib/components/create-okr/interface.js +5 -0
- package/lib/components/create-okr/kr-items/index.css +180 -0
- package/lib/components/create-okr/kr-items/kr-item-weight.js +194 -0
- package/lib/components/create-okr/kr-items/krDatas.js +299 -0
- package/lib/components/create-okr/kr-items/krItem.js +167 -0
- package/lib/components/create-okr/objectType.js +273 -0
- package/lib/components/create-okr/request-api.js +220 -0
- package/lib/components/create-okr/style.js +100 -0
- package/lib/components/create-okr/utils/getCreateOkrSurpassPercent.js +124 -0
- package/lib/components/create-okr/utils/helper.js +99 -0
- package/lib/components/create-okr/utils/index.js +23 -0
- package/lib/components/dropdown-layer/icon-item.js +5 -3
- package/lib/components/dropdown-layer/index.css +16 -0
- package/lib/components/dropdown-layer/index.js +21 -14
- package/lib/components/dynamic/components/condition-render/index.js +20 -0
- package/lib/components/dynamic/components/dangerous-html/index.js +22 -0
- package/lib/components/dynamic/components/dynamic-search-input/index.css +78 -0
- package/lib/components/dynamic/components/dynamic-search-input/index.js +192 -0
- package/lib/components/dynamic/components/obj-status/index.css +22 -0
- package/lib/components/dynamic/components/obj-status/index.js +38 -0
- package/lib/components/dynamic/components/percent/index.css +21 -0
- package/lib/components/dynamic/components/percent/index.js +38 -0
- package/lib/components/dynamic/components/title/index.css +35 -0
- package/lib/components/dynamic/components/title/index.js +59 -0
- package/lib/components/dynamic/constant.js +97 -0
- package/lib/components/dynamic/context/index.js +13 -0
- package/lib/components/dynamic/dynamic-item/components/header/index.css +101 -0
- package/lib/components/dynamic/dynamic-item/components/header/index.js +299 -0
- package/lib/components/dynamic/dynamic-item/components/icon/index.css +10 -0
- package/lib/components/dynamic/dynamic-item/components/icon/index.js +35 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align.svg +22 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-relative.svg +22 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.css +95 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +173 -0
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.css +59 -0
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +107 -0
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.css +48 -0
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +89 -0
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.css +96 -0
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +171 -0
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.css +67 -0
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +110 -0
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +16 -0
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/img/milestone.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.css +111 -0
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +158 -0
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.css +95 -0
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +215 -0
- package/lib/components/dynamic/dynamic-item/dynamic-project/constant.js +16 -0
- package/lib/components/dynamic/dynamic-item/dynamic-project/img/project.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.css +91 -0
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +125 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-relative.svg +22 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.css +95 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +192 -0
- package/lib/components/dynamic/dynamic-item/dynamic-replay/index.css +138 -0
- package/lib/components/dynamic/dynamic-item/dynamic-replay/index.js +183 -0
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.css +153 -0
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +138 -0
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.css +97 -0
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +207 -0
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.css +59 -0
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +107 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/constant.js +50 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/img/task-cancel.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/img/task-delay.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/img/task-done.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/img/task-pause.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/img/task-progress.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/img/task-unaccept.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/img/task-unstart.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.css +111 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +164 -0
- package/lib/components/dynamic/dynamic-item/index.css +128 -0
- package/lib/components/dynamic/dynamic-item/index.js +352 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/like-ranking.svg +23 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-1.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-2.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-3.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/index.css +126 -0
- package/lib/components/dynamic/dynamic-like-ranking/index.js +157 -0
- package/lib/components/dynamic/dynamic-like-ranking/item.js +107 -0
- package/lib/components/dynamic/dynamic-like-ranking/mock.js +84 -0
- package/lib/components/dynamic/dynamic-liking/image/like-dynamic.svg +30 -0
- package/lib/components/dynamic/dynamic-liking/index.css +81 -0
- package/lib/components/dynamic/dynamic-liking/index.js +76 -0
- package/lib/components/dynamic/dynamic-liking/item.js +91 -0
- package/lib/components/dynamic/dynamic-liking/mock.js +83 -0
- package/lib/components/dynamic/dynamic-list/index.css +36 -0
- package/lib/components/dynamic/dynamic-list/index.js +61 -0
- package/lib/components/dynamic/dynamic-topping/image/quotationMark.svg +16 -0
- package/lib/components/dynamic/dynamic-topping/image/topIcon.svg +30 -0
- package/lib/components/dynamic/dynamic-topping/index.css +148 -0
- package/lib/components/dynamic/dynamic-topping/index.js +80 -0
- package/lib/components/dynamic/dynamic-topping/interface.js +5 -0
- package/lib/components/dynamic/dynamic-topping/item.js +140 -0
- package/lib/components/dynamic/dynamic-topping/request-api.js +36 -0
- package/lib/components/dynamic/dynamic.css +204 -0
- package/lib/components/dynamic/dynamic.js +391 -0
- package/lib/components/dynamic/export-module/index.js +33 -0
- package/lib/components/dynamic/img/dynamic-P1.svg +15 -0
- package/lib/components/dynamic/img/dynamic-P2.svg +15 -0
- package/lib/components/dynamic/img/dynamic-P3.svg +15 -0
- package/lib/components/dynamic/img/dynamic-P4.svg +15 -0
- package/lib/components/dynamic/img/dynamic-P5.svg +15 -0
- package/lib/components/dynamic/img/dynamic-delay.svg +17 -0
- package/lib/components/dynamic/img/dynamic-desire.svg +61 -0
- package/lib/components/dynamic/img/dynamic-empty.png +0 -0
- package/lib/components/dynamic/img/dynamic-end.svg +17 -0
- package/lib/components/dynamic/img/dynamic-left-quoto.svg +13 -0
- package/lib/components/dynamic/img/dynamic-loading.gif +0 -0
- package/lib/components/dynamic/img/dynamic-normal.svg +17 -0
- package/lib/components/dynamic/img/dynamic-promise.svg +61 -0
- package/lib/components/dynamic/img/dynamic-reword.svg +24 -0
- package/lib/components/dynamic/img/dynamic-right-quoto.svg +13 -0
- package/lib/components/dynamic/img/dynamic-risk.svg +17 -0
- package/lib/components/dynamic/img/dynamic-submit-delay.svg +16 -0
- package/lib/components/dynamic/img/dynamic-submit-normal.svg +18 -0
- package/lib/components/dynamic/img/dynamic-top.svg +14 -0
- package/lib/components/dynamic/index.js +27 -0
- package/lib/components/dynamic/interface.js +5 -0
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.css +25 -0
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.js +37 -0
- package/lib/components/dynamic/quick-operation/components/create-okr/index.css +25 -0
- package/lib/components/dynamic/quick-operation/components/create-okr/index.js +37 -0
- package/lib/components/dynamic/quick-operation/components/create-share/index.css +25 -0
- package/lib/components/dynamic/quick-operation/components/create-share/index.js +37 -0
- package/lib/components/dynamic/quick-operation/components/create-task/index.css +25 -0
- package/lib/components/dynamic/quick-operation/components/create-task/index.js +42 -0
- package/lib/components/dynamic/quick-operation/img/create-announcement.png +0 -0
- package/lib/components/dynamic/quick-operation/img/create-okr.png +0 -0
- package/lib/components/dynamic/quick-operation/img/create-share.png +0 -0
- package/lib/components/dynamic/quick-operation/img/create-task.png +0 -0
- package/lib/components/dynamic/quick-operation/index.css +51 -0
- package/lib/components/dynamic/quick-operation/index.js +112 -0
- package/lib/components/dynamic/request-api.js +92 -0
- package/lib/components/dynamic/util.js +140 -0
- package/lib/components/emotionsSelector/style.js +1 -1
- package/lib/components/file-list/components/single-file/index.css +84 -0
- package/lib/components/file-list/components/single-file/index.js +115 -0
- package/lib/components/file-list/img/new-file-list-doc.svg +1 -0
- package/lib/components/file-list/img/new-file-list-other.svg +1 -0
- package/lib/components/file-list/img/new-file-list-pdf.svg +1 -0
- package/lib/components/file-list/img/new-file-list-ppt.svg +1 -0
- package/lib/components/file-list/img/new-file-list-radio.svg +1 -0
- package/lib/components/file-list/img/new-file-list-video.svg +1 -0
- package/lib/components/file-list/img/new-file-list-xls.svg +1 -0
- package/lib/components/file-list/index.css +5 -0
- package/lib/components/file-list/index.js +61 -0
- package/lib/components/file-list/interface.js +5 -0
- package/lib/components/file-list/util.js +78 -0
- package/lib/components/form/form-fields/input/index.css +11 -0
- package/lib/components/form/form-fields/input/index.js +3 -1
- package/lib/components/grid-page/image/{Assistant.svg → assistant.svg} +0 -0
- package/lib/components/grid-page/image/{Boss.svg → boss.svg} +0 -0
- package/lib/components/grid-page/image/{Default-background.png → default-background.png} +0 -0
- package/lib/components/grid-page/image/{UserManager.svg → userManager.svg} +0 -0
- package/lib/components/grid-page/personal-info/index.js +5 -5
- package/lib/components/img-viewer/icon/enlarge.js +30 -0
- package/lib/components/img-viewer/icon/left-rotate.js +46 -0
- package/lib/components/img-viewer/icon/right-rotate.js +44 -0
- package/lib/components/img-viewer/icon/shrink.js +37 -0
- package/lib/components/img-viewer/image/loading.gif +0 -0
- package/lib/components/img-viewer/index.css +155 -0
- package/lib/components/img-viewer/index.js +228 -0
- package/lib/components/img-viewer/interface.js +5 -0
- package/lib/components/img-viewer/util.js +16 -0
- package/lib/components/mblog/components/MblogAction.js +10 -6
- package/lib/components/mblog/index.js +24 -11
- package/lib/components/mblog/style.js +8 -8
- package/lib/components/okr-detail/components/header/index.css +4 -0
- package/lib/components/okr-detail/components/header/o-cycle.js +2 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +15 -8
- package/lib/components/okr-flow/child-node/work-node.js +7 -1
- package/lib/components/okr-period-selector/select-cycle.js +139 -151
- package/lib/components/okr-progress-detail/index.css +1 -0
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +5 -5
- package/lib/components/okr-review/ReviewPop/index.js +4 -4
- package/lib/components/period-selector/common.js +168 -17
- package/lib/components/period-selector/components/selector/index.js +103 -38
- package/lib/components/period-selector/components/selector/style.js +23 -9
- package/lib/components/period-selector/index.js +29 -28
- package/lib/components/popup/index.js +3 -1
- package/lib/components/publish-dynamic-modal/index.js +13 -0
- package/lib/components/publish-dynamic-modal/interface.js +5 -0
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.css +3 -0
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +191 -0
- package/lib/components/publish-dynamic-modal/requist-api.js +48 -0
- package/lib/components/radio/index.css +5 -0
- package/lib/components/radio/radio.js +12 -4
- package/lib/components/search-key-handle/index.js +39 -0
- package/lib/components/table/index.css +0 -1
- package/lib/components/upload/components/uploadedPreview.js +62 -54
- package/lib/components/upload/img/doc.svg +1 -0
- package/lib/components/upload/img/other.svg +1 -0
- package/lib/components/upload/img/pdf.svg +1 -0
- package/lib/components/upload/img/ppt.svg +1 -0
- package/lib/components/upload/img/radio.svg +1 -0
- package/lib/components/upload/img/video.svg +1 -0
- package/lib/components/upload/img/xls.svg +1 -0
- package/lib/components/upload/index.css +26 -0
- package/lib/components/upload/index.js +89 -57
- package/lib/components/upload/style.js +7 -7
- package/lib/components/upload/type.js +15 -15
- package/lib/components/upload/util.js +102 -0
- package/lib/components/upvote/index.js +37 -14
- package/lib/components/user-selector/export-modules/field-tree-selector/index.css +4 -0
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +50 -24
- package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/index.js +11 -2
- package/lib/components/user-selector/layout/index.css +1 -1
- package/lib/components-v1/buttonv2/ButtonLinked.js +35 -0
- package/lib/components-v1/buttonv2/ButtonOutlined.js +64 -0
- package/lib/components-v1/buttonv2/ButtonRounded.js +101 -0
- package/lib/components-v1/buttonv2/DefaultButton.js +86 -0
- package/lib/components-v1/buttonv2/index.js +37 -0
- package/lib/components-v1/buttonv2/style/style.js +53 -0
- package/lib/components-v1/buttonv2/style/theme.css +3 -0
- package/lib/components-v1/confirm/index.js +158 -0
- package/lib/index.js +49 -5
- package/lib/pages/dynamic/index.css +5 -0
- package/lib/pages/dynamic/index.js +25 -0
- package/lib/pages/home-page/components/data-list/nav-selector/index.js +18 -0
- package/lib/pages/home-page/components/data-list/table/utils-function.js +6 -3
- package/lib/pages/like-ranking/column.js +141 -0
- package/lib/pages/like-ranking/filter-buttons/department.js +44 -0
- package/lib/pages/like-ranking/filter-buttons/group.js +34 -0
- package/lib/pages/like-ranking/filter-buttons/index.css +19 -0
- package/lib/pages/like-ranking/filter-buttons/index.js +40 -0
- package/lib/pages/like-ranking/filter-buttons/modular.js +110 -0
- package/lib/pages/like-ranking/filter-buttons/name.js +73 -0
- package/lib/pages/like-ranking/filter-buttons/search-dropdown/index.css +27 -0
- package/lib/pages/like-ranking/filter-buttons/search-dropdown/index.js +38 -0
- package/lib/pages/like-ranking/filter-buttons/timer.js +56 -0
- package/lib/pages/like-ranking/image/dynamic-empty.png +0 -0
- package/lib/pages/like-ranking/image/loading.gif +0 -0
- package/lib/pages/like-ranking/image/ranking-1.png +0 -0
- package/lib/pages/like-ranking/image/ranking-2.png +0 -0
- package/lib/pages/like-ranking/image/ranking-3.png +0 -0
- package/lib/pages/like-ranking/index.css +185 -0
- package/lib/pages/like-ranking/index.js +252 -0
- package/lib/pages/like-ranking/mock.js +366 -0
- package/lib/pages/like-ranking/request-api.js +15 -0
- package/lib/utils/auth.js +46 -5
- package/lib/utils/bs-global.js +26 -2
- package/lib/utils/format-time.js +161 -0
- package/lib/utils/helpers.js +41 -0
- package/lib/utils/roundWeight.js +105 -0
- package/lib/utils/tools.js +140 -20
- package/package.json +2 -2
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
+
<defs>
|
|
3
|
+
<filter x="-81.2%" y="-81.2%" width="262.5%" height="262.5%" filterUnits="objectBoundingBox" id="a">
|
|
4
|
+
<feMorphology radius=".5" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1" />
|
|
5
|
+
<feOffset in="shadowSpreadOuter1" result="shadowOffsetOuter1" />
|
|
6
|
+
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1" />
|
|
7
|
+
<feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1" />
|
|
8
|
+
<feColorMatrix values="0 0 0 0 0.156862745 0 0 0 0 0.474509804 0 0 0 0 1 0 0 0 1 0" in="shadowBlurOuter1" />
|
|
9
|
+
</filter>
|
|
10
|
+
<circle id="b" cx="9" cy="9" r="4" />
|
|
11
|
+
</defs>
|
|
12
|
+
<g fill="none" fill-rule="evenodd">
|
|
13
|
+
<circle fill-opacity=".05" fill="#2879FF" cx="9" cy="9" r="9" />
|
|
14
|
+
<use fill="#000" filter="url(#a)" xlink:href="#b" />
|
|
15
|
+
<use stroke="#FFF" fill="#2879FF" xlink:href="#b" />
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
<svg width="18" height="20" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
+
<defs>
|
|
3
|
+
<filter x="4.7%" y="-2%" width="90.6%" height="104%" filterUnits="objectBoundingBox" id="c">
|
|
4
|
+
<feOffset dy=".8" in="SourceAlpha" result="shadowOffsetInner1" />
|
|
5
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1" />
|
|
6
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.962292402 0 0 0 0 0.761185213 0 0 0 1 0" in="shadowInnerInner1" />
|
|
7
|
+
</filter>
|
|
8
|
+
<filter x="6.7%" y="0%" width="86.6%" height="100%" filterUnits="objectBoundingBox" id="f">
|
|
9
|
+
<feOffset in="SourceAlpha" result="shadowOffsetInner1" />
|
|
10
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1" />
|
|
11
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.952941176 0 0 0 0 0.701960784 0 0 0 1 0" in="shadowInnerInner1" />
|
|
12
|
+
</filter>
|
|
13
|
+
<filter x="6.7%" y="0%" width="86.6%" height="100%" filterUnits="objectBoundingBox" id="i">
|
|
14
|
+
<feOffset in="SourceAlpha" result="shadowOffsetInner1" />
|
|
15
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1" />
|
|
16
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.952941176 0 0 0 0 0.701960784 0 0 0 1 0" in="shadowInnerInner1" />
|
|
17
|
+
</filter>
|
|
18
|
+
<filter x="-2.9%" y="-1.9%" width="109.6%" height="107.7%" filterUnits="objectBoundingBox" id="j">
|
|
19
|
+
<feOffset dy=".5" in="SourceAlpha" result="shadowOffsetOuter1" />
|
|
20
|
+
<feColorMatrix values="0 0 0 0 0.908231431 0 0 0 0 0.705834611 0 0 0 0 0.372153367 0 0 0 1 0" in="shadowOffsetOuter1" />
|
|
21
|
+
</filter>
|
|
22
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="a">
|
|
23
|
+
<stop stop-color="#F4CC55" offset="0%" />
|
|
24
|
+
<stop stop-color="#EC9400" offset="100%" />
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="98.509%" id="d">
|
|
27
|
+
<stop stop-color="#EAAD19" offset="0%" />
|
|
28
|
+
<stop stop-color="#EAB33D" offset="100%" />
|
|
29
|
+
</linearGradient>
|
|
30
|
+
<linearGradient x1="50%" y1="4.212%" x2="50%" y2="99.625%" id="g">
|
|
31
|
+
<stop stop-color="#F3C163" offset="0%" />
|
|
32
|
+
<stop stop-color="#F4CF7D" offset="99.968%" />
|
|
33
|
+
</linearGradient>
|
|
34
|
+
<path id="b" d="M10 0l8.66 5v10L10 20l-8.66-5V5z" />
|
|
35
|
+
<path id="e" d="M10 1.333l7.506 4.334v8.666L10 18.667l-7.506-4.334V5.667z" />
|
|
36
|
+
<path id="h" d="M10 2l6.928 4v8L10 18l-6.928-4V6z" />
|
|
37
|
+
<text id="k" font-family="PingFangSC-Medium, PingFang SC" font-size="9" font-weight="400" fill="#FFFBDC">
|
|
38
|
+
<tspan x="5.5" y="13">
|
|
39
|
+
诺
|
|
40
|
+
</tspan>
|
|
41
|
+
</text>
|
|
42
|
+
</defs>
|
|
43
|
+
<g fill="none" fill-rule="evenodd">
|
|
44
|
+
<g transform="translate(-1)">
|
|
45
|
+
<use fill="url(#a)" xlink:href="#b" />
|
|
46
|
+
<use fill="#000" filter="url(#c)" xlink:href="#b" />
|
|
47
|
+
</g>
|
|
48
|
+
<g transform="translate(-1)">
|
|
49
|
+
<use fill="url(#d)" xlink:href="#e" />
|
|
50
|
+
<use fill="#000" filter="url(#f)" xlink:href="#e" />
|
|
51
|
+
</g>
|
|
52
|
+
<g transform="translate(-1)">
|
|
53
|
+
<use fill="url(#g)" xlink:href="#h" />
|
|
54
|
+
<use fill="#000" filter="url(#i)" xlink:href="#h" />
|
|
55
|
+
</g>
|
|
56
|
+
<g fill="#FFFBDC" transform="translate(-1)">
|
|
57
|
+
<use filter="url(#j)" xlink:href="#k" />
|
|
58
|
+
<use xlink:href="#k" />
|
|
59
|
+
</g>
|
|
60
|
+
</g>
|
|
61
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="25px" height="25px" viewBox="0 0 25 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>红包</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="74.7316457%" y1="69.1537042%" x2="-1.13686838e-11%" y2="-10.6398923%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#F05E5E" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#FFA5A5" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient x1="74.7316457%" y1="52.0216121%" x2="-1.13686838e-11%" y2="43.5996538%" id="linearGradient-2">
|
|
10
|
+
<stop stop-color="#F05E5E" offset="0%"></stop>
|
|
11
|
+
<stop stop-color="#FFA5A5" offset="100%"></stop>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
</defs>
|
|
14
|
+
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
15
|
+
<g id="绩效考核/@与回复/打赏" transform="translate(-430.000000, -841.000000)" fill-rule="nonzero">
|
|
16
|
+
<g id="红包" transform="translate(442.247449, 853.247449) rotate(-345.000000) translate(-442.247449, -853.247449) translate(432.247449, 843.247449)">
|
|
17
|
+
<rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="20" height="20"></rect>
|
|
18
|
+
<path d="M13.404,7.025 C13.438,7.222 13.456,7.424 13.456,7.631 C13.456,9.599 11.86,11.195 9.892,11.195 C7.924,11.195 6.328,9.599 6.328,7.631 C6.328,7.373 6.356,7.122 6.408,6.879 L2.408,4.373 L2.408,16.685 C2.408,17.662 3.2,18.453 4.176,18.453 L15.608,18.453 C16.585,18.453 17.376,17.661 17.376,16.685 L17.376,4.735 L13.404,7.025 Z" id="路径" fill="url(#linearGradient-1)"></path>
|
|
19
|
+
<path d="M15.609,1.496 L4.177,1.496 C3.217,1.496 2.437,2.262 2.411,3.216 L6.757,5.938 C7.36,4.824 8.538,4.068 9.893,4.068 C11.301,4.068 12.518,4.884 13.097,6.07 L17.378,3.603 L17.378,3.266 C17.377,2.287 16.586,1.496 15.609,1.496 Z" id="路径" fill="url(#linearGradient-2)"></path>
|
|
20
|
+
<path d="M11.609,8.418 L10.441,8.418 L10.441,8.068 L11.609,8.068 C11.885,8.068 12.109,7.844 12.109,7.568 C12.109,7.292 11.885,7.068 11.609,7.068 L10.912,7.068 L11.542,6.38 C11.6317614,6.28238727 11.6789492,6.15304365 11.673132,6.02056149 C11.6673148,5.88807932 11.6089717,5.76336949 11.511,5.674 C11.4133873,5.58423855 11.2840436,5.53705084 11.1515615,5.54286804 C11.0190793,5.54868525 10.8943695,5.60702828 10.805,5.705 L9.92,6.672 L9.086,5.715 C8.90477419,5.50694212 8.58926579,5.48501316 8.381,5.666 C8.17294212,5.84722581 8.15101316,6.16273421 8.332,6.371 L8.939,7.069 L8.273,7.069 C7.997,7.069 7.773,7.293 7.773,7.569 C7.773,7.845 7.997,8.069 8.273,8.069 L9.441,8.069 L9.441,8.419 L8.273,8.419 C7.997,8.419 7.773,8.643 7.773,8.919 C7.773,9.195 7.997,9.419 8.273,9.419 L9.441,9.419 L9.441,10.134 C9.441,10.41 9.665,10.634 9.941,10.634 C10.217,10.634 10.441,10.41 10.441,10.134 L10.441,9.419 L11.609,9.419 C11.885,9.419 12.109,9.195 12.109,8.919 C12.109,8.643 11.886,8.418 11.609,8.418 L11.609,8.418 Z" id="路径" fill="#F05E5E"></path>
|
|
21
|
+
</g>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>右侧</title>
|
|
4
|
+
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="目标" transform="translate(-1024.000000, -633.000000)" fill="#E9F1FF" fill-rule="nonzero">
|
|
6
|
+
<g id="新建目标-负责目标" transform="translate(202.000000, 471.000000)">
|
|
7
|
+
<g id="编组-23" transform="translate(68.000000, 126.000000)">
|
|
8
|
+
<path d="M760.761333,42.5026667 C760.761333,38.67 763.955667,36.4083333 766,36 L766,38.2616667 C764.882,38.6073333 763.540333,40.3663333 763.476667,42.2826667 L766,42.2826667 L766,44.6666667 C766,46.5076667 764.507667,48 762.666667,48 L760.761333,48 L760.761333,42.5026667 Z M754,42.5026667 C754,38.67 757.194333,36.4083333 759.238667,36 L759.238667,38.2616667 C758.120667,38.6073333 756.779,40.3663333 756.715333,42.2826667 L759.206667,42.2826667 L759.206667,44.6666667 C759.206667,46.5076667 757.714333,48 755.873333,48 L754,48 L754,42.5026667 Z" id="右侧" transform="translate(760.000000, 42.000000) scale(-1, -1) translate(-760.000000, -42.000000) "></path>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
+
<defs>
|
|
3
|
+
<filter x="-81.2%" y="-81.2%" width="262.5%" height="262.5%" filterUnits="objectBoundingBox" id="a">
|
|
4
|
+
<feMorphology radius=".5" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1" />
|
|
5
|
+
<feOffset in="shadowSpreadOuter1" result="shadowOffsetOuter1" />
|
|
6
|
+
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1" />
|
|
7
|
+
<feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1" />
|
|
8
|
+
<feColorMatrix values="0 0 0 0 0.964705882 0 0 0 0 0.741176471 0 0 0 0 0.0862745098 0 0 0 1 0" in="shadowBlurOuter1" />
|
|
9
|
+
</filter>
|
|
10
|
+
<circle id="b" cx="9" cy="9" r="4" />
|
|
11
|
+
</defs>
|
|
12
|
+
<g fill="none" fill-rule="evenodd">
|
|
13
|
+
<circle fill-opacity=".05" fill="#F6BD16" cx="9" cy="9" r="9" />
|
|
14
|
+
<use fill="#000" filter="url(#a)" xlink:href="#b" />
|
|
15
|
+
<use stroke="#FFF" fill="#F6BD16" xlink:href="#b" />
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>延时提交</title>
|
|
4
|
+
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="总结" transform="translate(-508.000000, -274.000000)" fill-rule="nonzero">
|
|
6
|
+
<g id="新建目标-负责目标" transform="translate(202.000000, 186.000000)">
|
|
7
|
+
<g id="编组-9" transform="translate(68.000000, 78.000000)">
|
|
8
|
+
<g id="延时提交" transform="translate(238.000000, 10.000000)">
|
|
9
|
+
<rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="16" height="16"></rect>
|
|
10
|
+
<path d="M6.92,15.784 C4.608,12.92 1.888,10.752 0,10.072 L4.48,7.384 L6.64,11.584 C6.64,11.584 10.16,3.056 15.72,0.216 C15.6,2.248 15.048,4.008 16,6.176 C13.56,6.728 8.552,12.816 6.92,15.784 Z" id="路径" fill="#624DFF"></path>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>按时提交</title>
|
|
4
|
+
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="总结" transform="translate(-473.000000, -718.000000)" fill-rule="nonzero">
|
|
6
|
+
<g id="复盘" transform="translate(202.000000, 630.000000)">
|
|
7
|
+
<g id="编组-9" transform="translate(68.000000, 78.000000)">
|
|
8
|
+
<g id="编组-10" transform="translate(203.000000, 7.000000)">
|
|
9
|
+
<g id="按时提交" transform="translate(0.000000, 3.000000)">
|
|
10
|
+
<rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="16" height="16"></rect>
|
|
11
|
+
<path d="M6.92,15.784 C4.608,12.92 1.888,10.752 0,10.072 L4.48,7.384 L6.64,11.584 C6.64,11.584 10.16,3.056 15.72,0.216 C15.6,2.248 15.048,4.008 16,6.176 C13.56,6.728 8.552,12.816 6.92,15.784 Z" id="路径" fill="#00D685"></path>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>top</title>
|
|
4
|
+
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="关键成果" transform="translate(-1306.000000, -1911.000000)" fill="#141C28">
|
|
6
|
+
<g id="编组-9" transform="translate(1292.000000, 1897.000000)">
|
|
7
|
+
<g id="top" transform="translate(14.000000, 14.000000)">
|
|
8
|
+
<path d="M12.0142136,5.6 C12.2358884,5.6 12.4365049,5.69016094 12.5813929,5.83581246 C12.640826,5.86963662 12.6972878,5.91247294 12.7485281,5.96371324 L12.7485281,5.96371324 L18.9710678,12.1862529 C19.2834872,12.4986723 19.2834872,13.0052043 18.9710678,13.3176238 C18.6586484,13.6300432 18.1521164,13.6300432 17.839697,13.3176238 L17.839697,13.3176238 L12.8140447,8.292 L12.8142136,20.8 C12.8142136,21.2418278 12.4560414,21.6 12.0142136,21.6 C11.5723858,21.6 11.2142136,21.2418278 11.2142136,20.8 L11.2140447,8.292 L6.18873016,13.3176238 C5.87631073,13.6300432 5.36977875,13.6300432 5.05735931,13.3176238 C4.74493988,13.0052043 4.74493988,12.4986723 5.05735931,12.1862529 L11.279899,5.96371324 C11.3309062,5.91270599 11.3870877,5.87002645 11.4467538,5.83567462 C11.5910041,5.69057405 11.7920315,5.6 12.0142136,5.6 Z" id="形状结合"></path>
|
|
9
|
+
<path d="M12,-5.8 C12.4418278,-5.8 12.8,-5.4418278 12.8,-5 L12.8,11.4 C12.8,11.8418278 12.4418278,12.2 12,12.2 C11.5581722,12.2 11.2,11.8418278 11.2,11.4 L11.2,-5 C11.2,-5.4418278 11.5581722,-5.8 12,-5.8 Z" id="矩形" transform="translate(12.000000, 3.200000) rotate(-270.000000) translate(-12.000000, -3.200000) "></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.DynamicLikeRanking = exports.DynamicLiking = exports.DynamicTopping = exports.DynamicItem = exports.DynamicQuickOperation = exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _exportModule = _interopRequireWildcard(require("./export-module"));
|
|
11
|
+
|
|
12
|
+
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); }
|
|
13
|
+
|
|
14
|
+
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; }
|
|
15
|
+
|
|
16
|
+
var _default = _exportModule["default"];
|
|
17
|
+
exports["default"] = _default;
|
|
18
|
+
var DynamicQuickOperation = _exportModule.DynamicQuickOperation;
|
|
19
|
+
exports.DynamicQuickOperation = DynamicQuickOperation;
|
|
20
|
+
var DynamicItem = _exportModule.DynamicItem;
|
|
21
|
+
exports.DynamicItem = DynamicItem;
|
|
22
|
+
var DynamicTopping = _exportModule.DynamicTopping;
|
|
23
|
+
exports.DynamicTopping = DynamicTopping;
|
|
24
|
+
var DynamicLiking = _exportModule.DynamicLiking;
|
|
25
|
+
exports.DynamicLiking = DynamicLiking;
|
|
26
|
+
var DynamicLikeRanking = _exportModule.DynamicLikeRanking;
|
|
27
|
+
exports.DynamicLikeRanking = DynamicLikeRanking;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.titaui-pc-create-announcement {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
flex: 1;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.titaui-pc-create-announcement__img {
|
|
10
|
+
width: 44px;
|
|
11
|
+
height: 45px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.titaui-pc-create-announcement__text {
|
|
15
|
+
margin-top: 5px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.titaui-pc-create-announcement:hover {
|
|
19
|
+
color: #2879ff;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.titaui-pc-create-announcement:hover img {
|
|
24
|
+
animation: dynamicQuickOperationRubberBand 1s;
|
|
25
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _createAnnouncement = _interopRequireDefault(require("../../img/create-announcement.png"));
|
|
11
|
+
|
|
12
|
+
require("./index.css");
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
+
|
|
16
|
+
var prefix = 'titaui-pc-create-announcement';
|
|
17
|
+
|
|
18
|
+
var CreateAnnouncement = function CreateAnnouncement(_ref) {
|
|
19
|
+
var onClick = _ref.onClick;
|
|
20
|
+
|
|
21
|
+
var handleCreateAnnouncementClick = function handleCreateAnnouncementClick() {
|
|
22
|
+
onClick && onClick();
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
26
|
+
className: prefix,
|
|
27
|
+
onClick: handleCreateAnnouncementClick
|
|
28
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
29
|
+
className: "".concat(prefix, "__img animate__rubberBand"),
|
|
30
|
+
src: _createAnnouncement["default"]
|
|
31
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
32
|
+
className: prefix + '__text'
|
|
33
|
+
}, "\u53D1\u516C\u544A"));
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
var _default = CreateAnnouncement;
|
|
37
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.titaui-pc-create-okr {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
flex: 1;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.titaui-pc-create-okr__img {
|
|
10
|
+
width: 44px;
|
|
11
|
+
height: 45px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.titaui-pc-create-okr__text {
|
|
15
|
+
margin-top: 5px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.titaui-pc-create-okr:hover {
|
|
19
|
+
color: #2879ff;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.titaui-pc-create-okr:hover img {
|
|
24
|
+
animation: dynamicQuickOperationRubberBand 1s;
|
|
25
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _createOkr = _interopRequireDefault(require("../../img/create-okr.png"));
|
|
11
|
+
|
|
12
|
+
require("./index.css");
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
+
|
|
16
|
+
var prefix = 'titaui-pc-create-okr';
|
|
17
|
+
|
|
18
|
+
var CreateOKr = function CreateOKr(_ref) {
|
|
19
|
+
var onClick = _ref.onClick;
|
|
20
|
+
|
|
21
|
+
var handleCreateOKrClick = function handleCreateOKrClick() {
|
|
22
|
+
onClick && onClick();
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
26
|
+
className: prefix,
|
|
27
|
+
onClick: handleCreateOKrClick
|
|
28
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
29
|
+
className: "".concat(prefix, "__img animate__rubberBand"),
|
|
30
|
+
src: _createOkr["default"]
|
|
31
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
32
|
+
className: prefix + '__text'
|
|
33
|
+
}, "\u65B0\u5EFAOKR"));
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
var _default = CreateOKr;
|
|
37
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.titaui-pc-create-share {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
flex: 1;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.titaui-pc-create-share__img {
|
|
10
|
+
width: 44px;
|
|
11
|
+
height: 45px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.titaui-pc-create-share__text {
|
|
15
|
+
margin-top: 5px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.titaui-pc-create-share:hover {
|
|
19
|
+
color: #2879ff;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.titaui-pc-create-share:hover img {
|
|
24
|
+
animation: dynamicQuickOperationRubberBand 1s;
|
|
25
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _createShare = _interopRequireDefault(require("../../img/create-share.png"));
|
|
11
|
+
|
|
12
|
+
require("./index.css");
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
+
|
|
16
|
+
var prefix = "titaui-pc-create-share";
|
|
17
|
+
|
|
18
|
+
var CreateShare = function CreateShare(_ref) {
|
|
19
|
+
var onClick = _ref.onClick;
|
|
20
|
+
|
|
21
|
+
var handleCreateShareClick = function handleCreateShareClick() {
|
|
22
|
+
onClick && onClick();
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
26
|
+
className: prefix,
|
|
27
|
+
onClick: handleCreateShareClick
|
|
28
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
29
|
+
className: "".concat(prefix, "__img animate__rubberBand"),
|
|
30
|
+
src: _createShare["default"]
|
|
31
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
32
|
+
className: prefix + "__text"
|
|
33
|
+
}, "\u53D1\u5206\u4EAB"));
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
var _default = CreateShare;
|
|
37
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.titaui-pc-create-task {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
flex: 1;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.titaui-pc-create-task__img {
|
|
10
|
+
width: 44px;
|
|
11
|
+
height: 45px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.titaui-pc-create-task__text {
|
|
15
|
+
margin-top: 5px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.titaui-pc-create-task:hover {
|
|
19
|
+
color: #2879ff;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.titaui-pc-create-task:hover img {
|
|
24
|
+
animation: dynamicQuickOperationRubberBand 1s;
|
|
25
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _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 _createTask = _interopRequireDefault(require("../../img/create-task.png"));
|
|
13
|
+
|
|
14
|
+
require("./index.css");
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
|
|
18
|
+
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); }
|
|
19
|
+
|
|
20
|
+
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; }
|
|
21
|
+
|
|
22
|
+
var prefix = 'titaui-pc-create-task';
|
|
23
|
+
var CreateTask = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
24
|
+
var onClick = _ref.onClick;
|
|
25
|
+
|
|
26
|
+
var handleCreateTaskClick = function handleCreateTaskClick() {
|
|
27
|
+
onClick && onClick();
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
31
|
+
className: prefix,
|
|
32
|
+
onClick: handleCreateTaskClick,
|
|
33
|
+
ref: ref
|
|
34
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
35
|
+
className: "".concat(prefix, "__img animate__rubberBand"),
|
|
36
|
+
src: _createTask["default"]
|
|
37
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
38
|
+
className: prefix + '__text'
|
|
39
|
+
}, "\u65B0\u5EFA\u4EFB\u52A1"));
|
|
40
|
+
});
|
|
41
|
+
var _default = CreateTask;
|
|
42
|
+
exports["default"] = _default;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.titaui-pc-dynamic-quick-operation {
|
|
2
|
+
width: 278px;
|
|
3
|
+
height: 126px;
|
|
4
|
+
padding: 0 5px;
|
|
5
|
+
box-sizing: border-box;
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
background: #ffffff;
|
|
9
|
+
box-shadow: 0px 0px 8px 0px rgba(127, 145, 180, 0.1);
|
|
10
|
+
border-radius: 12px;
|
|
11
|
+
font-size: 12px;
|
|
12
|
+
color: #3f4755;
|
|
13
|
+
font-family: -apple-system, Arial, Verdana, Helvetica Neue, Helvetica, sans-serif, PingFang SC, Microsoft YaHei;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@keyframes dynamicQuickOperationRubberBand {
|
|
17
|
+
0% {
|
|
18
|
+
-webkit-transform: scaleX(1);
|
|
19
|
+
transform: scaleX(1);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
30% {
|
|
23
|
+
-webkit-transform: scale3d(1.25, 0.75, 1);
|
|
24
|
+
transform: scale3d(1.25, 0.75, 1);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
40% {
|
|
28
|
+
-webkit-transform: scale3d(0.75, 1.25, 1);
|
|
29
|
+
transform: scale3d(0.75, 1.25, 1);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
50% {
|
|
33
|
+
-webkit-transform: scale3d(1.15, 0.85, 1);
|
|
34
|
+
transform: scale3d(1.15, 0.85, 1);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
65% {
|
|
38
|
+
-webkit-transform: scale3d(0.95, 1.05, 1);
|
|
39
|
+
transform: scale3d(0.95, 1.05, 1);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
75% {
|
|
43
|
+
-webkit-transform: scale3d(1.05, 0.95, 1);
|
|
44
|
+
transform: scale3d(1.05, 0.95, 1);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
to {
|
|
48
|
+
-webkit-transform: scaleX(1);
|
|
49
|
+
transform: scaleX(1);
|
|
50
|
+
}
|
|
51
|
+
}
|