@titaui/pc 1.12.7-beta.1 → 1.12.9
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/change-okr-modal/Item.js +19 -18
- package/lib/components/change-okr-modal/index.js +4 -2
- package/lib/components/change-okr-modal/styledComponents.js +9 -9
- package/lib/components/common-share/publishMblog.js +4 -2
- package/lib/components/create-okr-modal/createSuccessCmp.js +47 -19
- package/lib/components/create-okr-modal/fields/index.css +14 -3
- package/lib/components/create-okr-modal/fields/o-new-name.js +31 -20
- package/lib/components/create-okr-modal/fields/okr-case.js +7 -5
- package/lib/components/create-okr-modal/fields/okr-parent.js +7 -5
- package/lib/components/create-okr-modal/fields/okr-type-detail.js +4 -2
- package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +4 -2
- package/lib/components/create-okr-modal/index.js +219 -144
- package/lib/components/create-okr-modal/kr-items/index.css +23 -13
- package/lib/components/create-okr-modal/kr-items/krDatas.js +96 -76
- package/lib/components/create-okr-modal/kr-items/krItem.js +54 -57
- package/lib/components/create-okr-modal/request-api.js +16 -12
- package/lib/components/create-okr-modal/style.js +5 -5
- package/lib/components/create-okr-modal/utils/helper.js +6 -2
- package/lib/components/drawer-manager/drawerWrapper.js +4 -2
- package/lib/components/dynamic/components/title/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +17 -17
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +9 -9
- package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/index.js +3 -4
- package/lib/components/eReport/eReportLists/reportList.js +29 -30
- package/lib/components/eReport/eReportShare/style.js +1 -1
- package/lib/components/edit-kr-wight/EditKrWightModal.js +11 -9
- package/lib/components/firework/index.js +6 -2
- package/lib/components/form/form-fields/input-verification-code/index.js +4 -2
- package/lib/components/grid-layout/util/network.js +10 -6
- package/lib/components/menus/components/menu-tree/tree-node/index.css +0 -120
- package/lib/components/menus/components/menu-tree/tree-node/index.js +2 -22
- package/lib/components/menus/i18n.js +0 -8
- package/lib/components/menus/index.js +0 -6
- package/lib/components/nav-top/components/menu/index.js +4 -4
- package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +1 -1
- package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +3 -3
- package/lib/components/okr-detail/base-info/other-infos/principal/index.js +4 -2
- package/lib/components/okr-detail/components/ao-nice/index.css +0 -1
- package/lib/components/okr-detail/components/ao-nice/index.js +6 -4
- package/lib/components/okr-detail/components/header/edit-name.js +80 -41
- package/lib/components/okr-detail/components/header/index.css +122 -41
- package/lib/components/okr-detail/components/header/index.js +45 -48
- package/lib/components/okr-detail/components/header/o-avatar.js +4 -2
- package/lib/components/okr-detail/components/header/o-classify.js +154 -0
- package/lib/components/okr-detail/components/header/o-name.js +7 -5
- package/lib/components/okr-detail/components/o-classify.js +4 -2
- package/lib/components/okr-detail/components/o-progress-update/index.js +6 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +7 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +4 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +4 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.css +66 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +178 -66
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +4 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +8 -6
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +9 -9
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +19 -15
- package/lib/components/okr-detail/components/tab-panel-content/index.css +1 -0
- package/lib/components/okr-detail/detail-footer/index.js +4 -2
- package/lib/components/okr-detail/detail-header/index.js +23 -15
- package/lib/components/okr-detail/okr-list/create-kr-item/index.css +17 -0
- package/lib/components/okr-detail/okr-list/create-kr-item/index.js +75 -53
- package/lib/components/okr-detail/okr-list/index.css +9 -0
- package/lib/components/okr-detail/okr-list/index.js +29 -27
- package/lib/components/okr-detail/request-apis.js +79 -71
- package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -1
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +34 -32
- package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +3 -1
- package/lib/components/okr-flow/child-node/fields/creator.js +4 -2
- package/lib/components/okr-flow/child-node/kr-node.js +3 -1
- package/lib/components/okr-flow/child-node/work-node.js +7 -3
- package/lib/components/okr-flow/export-modal/index.js +10 -29
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +10 -8
- package/lib/components/okr-flow/request-apis.js +6 -2
- package/lib/components/okr-flow/root-node/index.js +4 -2
- package/lib/components/okr-progress/components/kr-progress/index.js +5 -3
- package/lib/components/okr-progress/components/o-progress/index.js +3 -1
- package/lib/components/okr-progress/components/o-progress-update/index.js +6 -4
- package/lib/components/okr-progress/components/sub-o-progress/index.js +3 -1
- package/lib/components/okr-progress-modal/index.js +4 -2
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +7 -5
- package/lib/components/okr-share/common-painter/darwAvatar.js +8 -4
- package/lib/components/okr-share/common-painter/openDataPainter.js +15 -8
- package/lib/components/okr-share/common-painter/utils.js +187 -36
- package/lib/components/okr-share/index.css +5 -4
- package/lib/components/okr-share/pink-card/card.js +3 -3
- package/lib/components/okr-share/pink-card/drawDepartmentName.js +6 -2
- package/lib/components/okr-share/pink-card/drawKrs.js +97 -18
- package/lib/components/okr-share/pink-card/drawQuote.js +6 -2
- package/lib/components/okr-share/pink-card/drawUserName.js +6 -2
- package/lib/components/okr-share/pink-card/index.js +26 -14
- package/lib/components/okr-share/publishMblog.js +4 -2
- package/lib/components/okr-share/shareCardSelector.js +6 -4
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +4 -4
- package/lib/components/okrcase-library/server/network.js +24 -20
- package/lib/components/open-data-painter/index.js +12 -7
- package/lib/components/period-selector/helper/index.js +6 -2
- package/lib/components/picker/components/picker-trigger/index.js +2 -3
- package/lib/components/picker/picker-panels.js +4 -45
- package/lib/components/picker/picker.js +3 -7
- package/lib/components/search-input/index.js +0 -5
- package/lib/components/search-key-handle/index.js +12 -10
- package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +6 -2
- package/lib/components/superset-charts/fetch-assets-and-append/index.js +8 -4
- package/lib/components/survey-model/request-api.js +6 -2
- package/lib/components/task-relation-modal/index.js +6 -4
- package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.css +2 -2
- package/lib/components/task-relation-modal/tree/category-tree/index.js +4 -2
- package/lib/components/task-relation-modal/tree/okr-tree/index.js +4 -2
- package/lib/components/task-relation-modal/tree/work-tree/index.js +4 -2
- package/lib/components/task-relation-modal/tree-node/kr-node/index.js +4 -4
- package/lib/components/task-relation-modal/tree-node/o-node/index.js +8 -8
- package/lib/components/task-relation-modal/work-relation/index.js +6 -4
- package/lib/components/task-tree/task-item-node/e-project.js +4 -2
- package/lib/components/task-tree/task-item-node/e-task.js +4 -2
- package/lib/components/textarea/index.js +5 -7
- package/lib/components/toast/index.js +12 -8
- package/lib/components/upload/components/uploadedPreview.js +17 -17
- package/lib/components/upload/index.js +23 -23
- package/lib/components/upvote/index.js +6 -4
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +14 -14
- package/lib/components/user-selector/searched-panel/index.js +4 -4
- package/lib/components/version-change-modal/index.js +6 -4
- package/lib/components/version-change-modal/request-api.js +6 -2
- package/lib/components/wechat-btn/index.css +5 -1
- package/lib/components/weekly-report/card.js +4 -12
- package/lib/components/weekly-report/common-painter/darwAvatar.js +10 -6
- package/lib/components/weekly-report/common-painter/drawName.js +6 -2
- package/lib/components/weekly-report/common-painter/openDataPainter.js +6 -2
- package/lib/components/weekly-report/index.js +6 -4
- package/lib/components-v1/userSelector/components/SingleMode.js +7 -5
- package/lib/index.js +0 -40
- package/lib/pages/group-management/groupInterface.js +6 -2
- package/lib/pages/home/components/data-list/table/columns/krName.js +3 -1
- package/lib/pages/home/components/data-list/table/columns/okrName.js +4 -2
- package/lib/pages/new-okr-list/header/index.js +15 -15
- package/lib/pages/new-okr-list/request-api.js +18 -14
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +4 -2
- package/lib/pages/okr-map/request-apis.js +6 -2
- package/lib/utils/bs-global.js +1 -1
- package/lib/utils/helpers.js +0 -8
- package/lib/utils/hooks.js +5 -5
- package/lib/utils/open-data.js +216 -66
- package/lib/utils/request-v1.js +6 -2
- package/lib/utils/request.js +6 -2
- package/lib/utils/tita-okr-cycle.js +3 -3
- package/package.json +2 -2
- package/lib/components/attachments-preview/index.css +0 -11
- package/lib/components/attachments-preview/index.js +0 -112
- package/lib/components/auto-save/img/failed.svg +0 -17
- package/lib/components/auto-save/img/success.svg +0 -16
- package/lib/components/auto-save/index.css +0 -39
- package/lib/components/auto-save/index.js +0 -78
- package/lib/components/auto-save/interface.js +0 -5
- package/lib/components/dialog-upload/img/doc.svg +0 -1
- package/lib/components/dialog-upload/img/other.svg +0 -1
- package/lib/components/dialog-upload/img/pdf.svg +0 -1
- package/lib/components/dialog-upload/img/ppt.svg +0 -1
- package/lib/components/dialog-upload/img/radio.svg +0 -1
- package/lib/components/dialog-upload/img/video.svg +0 -1
- package/lib/components/dialog-upload/img/xls.svg +0 -1
- package/lib/components/dialog-upload/index.css +0 -77
- package/lib/components/dialog-upload/index.js +0 -330
- package/lib/components/dialog-upload/type.js +0 -35
- package/lib/components/dialog-upload/uploaded-preview.css +0 -77
- package/lib/components/dialog-upload/uploaded-preview.js +0 -132
- package/lib/components/dialog-upload/util.js +0 -131
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/encourage.js +0 -119
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/APP-shoucang-m.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/ascore.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curEfforts.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGood.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGreat.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/efforts.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/good.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/great.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/halfscore.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/loading.gif +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/score.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/top.svg +0 -14
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.css +0 -68
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.js +0 -116
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/rate.js +0 -143
- package/lib/components/dynamic/dynamic-item/components/header/img/evalute.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/header/img/fighting.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/header/img/happy.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/header/img/long-story.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/header/img/pressure.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/okr-progress/index.css +0 -170
- package/lib/components/dynamic/dynamic-item/components/okr-progress/index.js +0 -120
- package/lib/components/dynamic/dynamic-item/components/okr-progress/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/okr-progress/request-api.js +0 -10
- package/lib/components/dynamic/dynamic-item/components/okr-progress/utils.js +0 -10
- package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.css +0 -8
- package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.js +0 -26
- package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.css +0 -8
- package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.js +0 -26
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.css +0 -197
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.js +0 -220
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/request-api.js +0 -20
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/util.js +0 -134
- package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.css +0 -10
- package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.js +0 -60
- package/lib/components/dynamic/dynamic-item/components/progress/index.css +0 -25
- package/lib/components/dynamic/dynamic-item/components/progress/index.js +0 -71
- package/lib/components/dynamic/dynamic-item/components/progress/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/schedule/index.css +0 -31
- package/lib/components/dynamic/dynamic-item/components/schedule/index.js +0 -59
- package/lib/components/dynamic/dynamic-item/components/schedule/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/evalute.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/fighting.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/happy.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/long-story.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/pressure.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/index.css +0 -136
- package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +0 -348
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.css +0 -24
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.js +0 -52
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.css +0 -50
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.js +0 -65
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.css +0 -201
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.js +0 -95
- package/lib/components/dynamic/dynamic-item/components/task-progress/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/task-progress/utils.js +0 -10
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-small.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/evaluate-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-small.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-small.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.css +0 -32
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.js +0 -43
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.css +0 -37
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.js +0 -79
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/evalute.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/fighting.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/happy.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/long-story.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/pressure.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.css +0 -155
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +0 -155
- package/lib/components/import-modal/helper.js +0 -179
- package/lib/components/import-modal/image/loading.gif +0 -0
- package/lib/components/import-modal/import-okr-modal/index.css +0 -18
- package/lib/components/import-modal/import-okr-modal/index.js +0 -132
- package/lib/components/import-modal/import-task-modal/index.css +0 -18
- package/lib/components/import-modal/import-task-modal/index.js +0 -240
- package/lib/components/import-modal/import-task-modal/search-form.js +0 -135
- package/lib/components/import-modal/index.css +0 -30
- package/lib/components/import-modal/index.js +0 -20
- package/lib/components/import-modal/radio.js +0 -62
- package/lib/components/import-modal/request-api.js +0 -204
- package/lib/components/import-modal/search/category-select.js +0 -74
- package/lib/components/import-modal/search/okr-classify-select.js +0 -74
- package/lib/components/import-modal/search/okr-status-select.js +0 -74
- package/lib/components/import-modal/search/okr-type-select.js +0 -87
- package/lib/components/import-modal/search/principal.js +0 -135
- package/lib/components/import-modal/search/relation.js +0 -77
- package/lib/components/import-modal/search/search-dropdown/index.css +0 -50
- package/lib/components/import-modal/search/search-dropdown/index.js +0 -32
- package/lib/components/import-modal/search/task-relation.js +0 -83
- package/lib/components/import-modal/search/task-status-select.js +0 -87
- package/lib/components/import-modal/search/work-relation.js +0 -83
- package/lib/components/import-modal/search/work-status-select.js +0 -74
- package/lib/components/import-modal/tree/okr-tree/index.css +0 -61
- package/lib/components/import-modal/tree/okr-tree/index.js +0 -265
- package/lib/components/import-modal/tree/okr-tree/search-form.js +0 -161
- package/lib/components/import-modal/tree/task-work-tree/index.css +0 -123
- package/lib/components/import-modal/tree/task-work-tree/index.js +0 -187
- package/lib/components/import-modal/tree-node/index.css +0 -0
- package/lib/components/import-modal/tree-node/index.js +0 -51
- package/lib/components/import-modal/tree-node/kr-node/index.css +0 -58
- package/lib/components/import-modal/tree-node/kr-node/index.js +0 -108
- package/lib/components/import-modal/tree-node/milestone-node/index.css +0 -61
- package/lib/components/import-modal/tree-node/milestone-node/index.js +0 -118
- package/lib/components/import-modal/tree-node/o-node/index.css +0 -46
- package/lib/components/import-modal/tree-node/o-node/index.js +0 -138
- package/lib/components/import-modal/tree-node/work-node/index.css +0 -51
- package/lib/components/import-modal/tree-node/work-node/index.js +0 -108
- package/lib/components/menus/components/menu-tree/images/summary-menu/caidan-enjoy.svg +0 -14
- package/lib/components/menus/components/menu-tree/images/summary-menu/my-setup.svg +0 -18
- package/lib/components/menus/components/menu-tree/images/summary-menu/my-zongjie.svg +0 -15
- package/lib/components/menus/components/menu-tree/images/summary-menu/zongjie-s.svg +0 -15
- package/lib/components/menus/components/menu-tree/tree-node/subordinates.js +0 -74
- package/lib/components/menus/components/menu-tree/tree-node/summary-share.js +0 -74
- package/lib/components/menus/export-modules/summary-menus/depart-menus/helper.js +0 -56
- package/lib/components/menus/export-modules/summary-menus/depart-menus/index.css +0 -32
- package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +0 -201
- package/lib/components/menus/export-modules/summary-menus/index.css +0 -9
- package/lib/components/menus/export-modules/summary-menus/index.js +0 -134
- package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +0 -76
- package/lib/components/menus/export-modules/summary-menus/menus.js +0 -199
- package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +0 -199
- package/lib/components/new-confidence/constant.js +0 -53
- package/lib/components/new-confidence/img/1.svg +0 -40
- package/lib/components/new-confidence/img/10.svg +0 -33
- package/lib/components/new-confidence/img/2.svg +0 -40
- package/lib/components/new-confidence/img/3.svg +0 -40
- package/lib/components/new-confidence/img/4.svg +0 -40
- package/lib/components/new-confidence/img/5.svg +0 -40
- package/lib/components/new-confidence/img/6.svg +0 -40
- package/lib/components/new-confidence/img/7.svg +0 -40
- package/lib/components/new-confidence/img/8.svg +0 -40
- package/lib/components/new-confidence/img/9.svg +0 -40
- package/lib/components/new-confidence/index.css +0 -62
- package/lib/components/new-confidence/index.js +0 -115
- package/lib/components/new-confidence/interface.js +0 -5
- package/lib/components/picker/components/panels/week-panel/index.css +0 -42
- package/lib/components/picker/components/panels/week-panel/index.js +0 -49
- package/lib/components/picker/components/panels/week-panel/week-body.js +0 -127
- package/lib/components/picker/components/panels/week-panel/week-head.js +0 -80
- package/lib/components/rate/index.js +0 -52
- package/lib/components/rich-editor-at/components/index.css +0 -66
- package/lib/components/rich-editor-at/components/index.js +0 -188
- package/lib/components/rich-editor-at/index.css +0 -40
- package/lib/components/rich-editor-at/index.js +0 -108
- package/lib/components/rich-editor-upload/index.css +0 -11
- package/lib/components/rich-editor-upload/index.js +0 -84
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
.titaui-okr-progress__title {
|
|
2
|
-
font-size: 18px;
|
|
3
|
-
font-weight: 600;
|
|
4
|
-
color: #141c28;
|
|
5
|
-
line-height: 26px;
|
|
6
|
-
display: flex;
|
|
7
|
-
justify-content: space-between;
|
|
8
|
-
align-items: center;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.titaui-okr-progress__title-update {
|
|
12
|
-
font-size: 14px;
|
|
13
|
-
font-weight: 400;
|
|
14
|
-
color: #2879ff;
|
|
15
|
-
line-height: 22px;
|
|
16
|
-
display: inline-flex;
|
|
17
|
-
align-items: center;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.titaui-okr-progress__title-update-icon {
|
|
21
|
-
margin-right: 4px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.titaui-okr-progress__title-update:hover {
|
|
25
|
-
cursor: pointer;
|
|
26
|
-
opacity: 0.8;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.titaui-okr-progress__table {
|
|
30
|
-
border: 1px solid #dfe3ea;
|
|
31
|
-
border-radius: 12px;
|
|
32
|
-
margin-top: 12px;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.titaui-okr-progress__table-obj {
|
|
36
|
-
padding: 8px 0;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.titaui-okr-progress__table .tita-ui-new-confidence {
|
|
40
|
-
display: inline-flex;
|
|
41
|
-
align-items: center;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.titaui-okr-progress__table table {
|
|
45
|
-
width: 100%;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.titaui-okr-progress__table table thead {
|
|
49
|
-
width: 100%;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.titaui-okr-progress__table table tbody {
|
|
53
|
-
width: 100%;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.titaui-okr-progress__table table tbody tr {
|
|
57
|
-
position: relative;
|
|
58
|
-
border-bottom: 1px solid #dfe3ea;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.titaui-okr-progress__table table tbody tr:hover {
|
|
62
|
-
background: #f0f4fa;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.titaui-okr-progress__table table tbody tr:last-child {
|
|
66
|
-
border-bottom: unset;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.titaui-okr-progress__table table tbody tr td {
|
|
70
|
-
box-sizing: border-box;
|
|
71
|
-
padding: 0 12px;
|
|
72
|
-
border-right: 1px solid #dfe3ea;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.titaui-okr-progress__table table tbody tr td:first-child {
|
|
76
|
-
overflow: hidden;
|
|
77
|
-
width: 282px;
|
|
78
|
-
max-width: 282px;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.titaui-okr-progress__table table tbody tr td:last-child {
|
|
82
|
-
border-right: unset;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.titaui-okr-progress__table table tbody tr td:nth-child(2) {
|
|
86
|
-
padding: 0;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.titaui-okr-progress__table table tbody tr td:nth-child(3) {
|
|
90
|
-
text-align: center;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.titaui-okr-progress__table-title {
|
|
94
|
-
height: 40px;
|
|
95
|
-
background: #f0f4fa;
|
|
96
|
-
font-size: 13px;
|
|
97
|
-
color: #89919f;
|
|
98
|
-
line-height: 18px;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.titaui-okr-progress__table-title td {
|
|
102
|
-
text-align: center;
|
|
103
|
-
padding: 0 12px;
|
|
104
|
-
box-sizing: border-box;
|
|
105
|
-
border-right: 1px solid #dfe3ea;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.titaui-okr-progress__table-title td:last-child {
|
|
109
|
-
border-right: none;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.titaui-okr-progress__table-title-okrs {
|
|
113
|
-
overflow: hidden;
|
|
114
|
-
border-top-left-radius: 12px;
|
|
115
|
-
width: 282px;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.titaui-okr-progress__table-title-progress {
|
|
119
|
-
width: 102px;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.titaui-okr-progress__table-title-confidence {
|
|
123
|
-
width: 78px;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.titaui-okr-progress__table-title-progress-desc {
|
|
127
|
-
overflow: hidden;
|
|
128
|
-
border-top-right-radius: 12px;
|
|
129
|
-
cursor: pointer;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.titaui-okr-progress__table-title-progress-desc-icon {
|
|
133
|
-
font-size: 14px;
|
|
134
|
-
margin-left: 4px;
|
|
135
|
-
vertical-align: text-top;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.titaui-okr-progress__import {
|
|
139
|
-
margin-top: 10px;
|
|
140
|
-
width: 60px;
|
|
141
|
-
height: 60px;
|
|
142
|
-
border-radius: 8px;
|
|
143
|
-
border: 1px solid #e9ecf0;
|
|
144
|
-
display: flex;
|
|
145
|
-
align-items: center;
|
|
146
|
-
justify-content: center;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.titaui-okr-progress__import-icon {
|
|
150
|
-
font-size: 24px;
|
|
151
|
-
color: #BFC7D5;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.titaui-okr-progress__import:hover {
|
|
155
|
-
cursor: pointer;
|
|
156
|
-
border: 1px solid #2879ff;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.titaui-okr-progress__import:hover .tu-icon-add1 {
|
|
160
|
-
color: #2879ff;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.titaui-okr-progress__progress {
|
|
164
|
-
position: relative;
|
|
165
|
-
z-index: 2;
|
|
166
|
-
display: flex;
|
|
167
|
-
align-items: center;
|
|
168
|
-
justify-content: center;
|
|
169
|
-
height: 34px;
|
|
170
|
-
}
|
|
@@ -1,120 +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 _tooltip = _interopRequireDefault(require("../../../../tooltip"));
|
|
13
|
-
|
|
14
|
-
var _newConfidence = _interopRequireDefault(require("../../../../new-confidence"));
|
|
15
|
-
|
|
16
|
-
var _getLocale = require("../../../../../utils/getLocale");
|
|
17
|
-
|
|
18
|
-
var _progress = _interopRequireDefault(require("../progress"));
|
|
19
|
-
|
|
20
|
-
var _schedule = _interopRequireDefault(require("../schedule"));
|
|
21
|
-
|
|
22
|
-
var _tableRowOkr = _interopRequireDefault(require("../table-row-okr"));
|
|
23
|
-
|
|
24
|
-
var _tableRowOProject = _interopRequireDefault(require("../table-row-o-project"));
|
|
25
|
-
|
|
26
|
-
require("./index.css");
|
|
27
|
-
|
|
28
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
29
|
-
|
|
30
|
-
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); }
|
|
31
|
-
|
|
32
|
-
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; }
|
|
33
|
-
|
|
34
|
-
var prefix = "titaui-okr-progress";
|
|
35
|
-
|
|
36
|
-
var OkrProgress = function OkrProgress(_ref) {
|
|
37
|
-
var _ref$type = _ref.type,
|
|
38
|
-
type = _ref$type === void 0 ? "day" : _ref$type;
|
|
39
|
-
var renderTitle = (0, _react.useMemo)(function () {
|
|
40
|
-
if (type === "day") {
|
|
41
|
-
return (0, _getLocale.getLocale)("Rep_NewS_ToOKRpro");
|
|
42
|
-
} else if (type === "week") {
|
|
43
|
-
return (0, _getLocale.getLocale)("Rep_NewS_ThisOKRprogr");
|
|
44
|
-
} else if (type === "month") {
|
|
45
|
-
return (0, _getLocale.getLocale)("Rep_NewS_TmonOKRpro");
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
return "";
|
|
49
|
-
}, [type]);
|
|
50
|
-
var renderTable = (0, _react.useMemo)(function () {
|
|
51
|
-
return /*#__PURE__*/_react["default"].createElement("table", null, /*#__PURE__*/_react["default"].createElement("thead", null, /*#__PURE__*/_react["default"].createElement("tr", {
|
|
52
|
-
className: "".concat(prefix, "__table-title")
|
|
53
|
-
}, /*#__PURE__*/_react["default"].createElement("td", {
|
|
54
|
-
className: "".concat(prefix, "__table-title-okrs")
|
|
55
|
-
}, "OKRs"), /*#__PURE__*/_react["default"].createElement("td", {
|
|
56
|
-
className: "".concat(prefix, "__table-title-progress")
|
|
57
|
-
}, (0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_Progresss1")), /*#__PURE__*/_react["default"].createElement("td", {
|
|
58
|
-
className: "".concat(prefix, "__table-title-confidence")
|
|
59
|
-
}, (0, _getLocale.getLocale)("OKR_MyO_KRP_Confidence")), /*#__PURE__*/_react["default"].createElement("td", {
|
|
60
|
-
className: "".concat(prefix, "__table-title-progress-desc")
|
|
61
|
-
}, (0, _getLocale.getLocale)("Feed_Tab_Title_Progress"), /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
|
|
62
|
-
overlay: (0, _getLocale.getLocale)("Rep_Tab_Mys_FillOKRsync"),
|
|
63
|
-
placement: "top",
|
|
64
|
-
align: {
|
|
65
|
-
offset: [0, 5]
|
|
66
|
-
}
|
|
67
|
-
}, /*#__PURE__*/_react["default"].createElement("i", {
|
|
68
|
-
className: "tu-icon-wiki ".concat(prefix, "__table-title-progress-desc-icon")
|
|
69
|
-
}))))), /*#__PURE__*/_react["default"].createElement("tbody", null, /*#__PURE__*/_react["default"].createElement("tr", null, /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_tableRowOkr["default"], {
|
|
70
|
-
text: "\u6D4B\u8BD5\u7684kr\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F\u6D4B\u8BD5\u7684\u76EE\u6807\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F\u6D4B\u8BD5\u7684\u76EE\u6807\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F\u6D4B\u8BD5\u7684\u76EE\u6807\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F",
|
|
71
|
-
isO: false,
|
|
72
|
-
isFirstLevel: false,
|
|
73
|
-
id: 12234
|
|
74
|
-
})), /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_progress["default"], {
|
|
75
|
-
type: "kr",
|
|
76
|
-
status: "normal",
|
|
77
|
-
value: 50
|
|
78
|
-
})), /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_newConfidence["default"], {
|
|
79
|
-
value: 3,
|
|
80
|
-
editable: false
|
|
81
|
-
})), /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_schedule["default"], {
|
|
82
|
-
value: "\u6D4B\u8BD5\u7684\u8FDB\u5C55",
|
|
83
|
-
date: "2021/03/03",
|
|
84
|
-
id: 1231
|
|
85
|
-
}))), /*#__PURE__*/_react["default"].createElement("tr", null, /*#__PURE__*/_react["default"].createElement("td", {
|
|
86
|
-
colSpan: 4
|
|
87
|
-
}, /*#__PURE__*/_react["default"].createElement(_tableRowOProject["default"], {
|
|
88
|
-
id: 12234,
|
|
89
|
-
extraClass: "".concat(prefix, "__table-obj"),
|
|
90
|
-
text: "\u6D4B\u8BD5\u7684kr\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F\u6D4B\u8BD5\u7684\u76EE\u6807\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F\u6D4B\u8BD5\u7684\u76EE\u6807\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F\u6D4B\u8BD5\u7684\u76EE\u6807\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F\u6D4B\u8BD5\u7684kr\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F\u6D4B\u8BD5\u7684\u76EE\u6807\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F\u6D4B\u8BD5\u7684\u76EE\u6807\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F\u6D4B\u8BD5\u7684\u76EE\u6807\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F"
|
|
91
|
-
}))), /*#__PURE__*/_react["default"].createElement("tr", null, /*#__PURE__*/_react["default"].createElement("td", {
|
|
92
|
-
colSpan: 4
|
|
93
|
-
}, "1111")), /*#__PURE__*/_react["default"].createElement("tr", null, /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_tableRowOkr["default"], {
|
|
94
|
-
text: "\u6D4B\u8BD5\u7684kr\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F\u6D4B\u8BD5\u7684\u76EE\u6807\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F\u6D4B\u8BD5\u7684\u76EE\u6807\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F\u6D4B\u8BD5\u7684\u76EE\u6807\u540D\u5B57\u5F88\u957F\u5F88\u957F\u5F88\u957F",
|
|
95
|
-
isO: false,
|
|
96
|
-
id: 12404
|
|
97
|
-
})), /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_progress["default"], {
|
|
98
|
-
type: "o",
|
|
99
|
-
status: "risk",
|
|
100
|
-
value: 80
|
|
101
|
-
})), /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_newConfidence["default"], {
|
|
102
|
-
value: 9,
|
|
103
|
-
editable: false
|
|
104
|
-
})), /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_schedule["default"], {
|
|
105
|
-
value: "",
|
|
106
|
-
date: "2021/03/03",
|
|
107
|
-
id: 12311
|
|
108
|
-
})))));
|
|
109
|
-
}, []);
|
|
110
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
111
|
-
className: prefix
|
|
112
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
113
|
-
className: "".concat(prefix, "__title")
|
|
114
|
-
}, renderTitle), /*#__PURE__*/_react["default"].createElement("div", {
|
|
115
|
-
className: "".concat(prefix, "__table")
|
|
116
|
-
}, renderTable));
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
var _default = OkrProgress;
|
|
120
|
-
exports["default"] = _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.getSummaryOkrProgressData = void 0;
|
|
7
|
-
|
|
8
|
-
var getSummaryOkrProgressData = function getSummaryOkrProgressData() {};
|
|
9
|
-
|
|
10
|
-
exports.getSummaryOkrProgressData = getSummaryOkrProgressData;
|
package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
|
|
8
|
-
var _classnames = _interopRequireDefault(require("classnames"));
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
|
-
require("./index.css");
|
|
13
|
-
|
|
14
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
-
|
|
16
|
-
var prefix = 'titaui-dynamic-summary-progress-kr';
|
|
17
|
-
|
|
18
|
-
var KRProgress = function KRProgress(_ref) {
|
|
19
|
-
var value = _ref.value;
|
|
20
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
21
|
-
className: (0, _classnames["default"])(prefix)
|
|
22
|
-
}, value, "%");
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
var _default = KRProgress;
|
|
26
|
-
exports["default"] = _default;
|
package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
|
|
8
|
-
var _classnames = _interopRequireDefault(require("classnames"));
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
|
-
require("./index.css");
|
|
13
|
-
|
|
14
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
-
|
|
16
|
-
var prefix = 'titaui-dynamic-summary-progress-o';
|
|
17
|
-
|
|
18
|
-
var OProgress = function OProgress(_ref) {
|
|
19
|
-
var value = _ref.value;
|
|
20
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
21
|
-
className: (0, _classnames["default"])(prefix)
|
|
22
|
-
}, value, "%");
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
var _default = OProgress;
|
|
26
|
-
exports["default"] = _default;
|
package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.css
DELETED
|
@@ -1,197 +0,0 @@
|
|
|
1
|
-
.titaui-dynamic-summary-progress-okr {
|
|
2
|
-
position: relative;
|
|
3
|
-
height: 34px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.titaui-dynamic-summary-progress-okr__content {
|
|
7
|
-
width: 296px;
|
|
8
|
-
min-height: 280px;
|
|
9
|
-
background: #ffffff;
|
|
10
|
-
box-shadow: 0px 8px 24px 0px rgba(127, 145, 180, 0.2);
|
|
11
|
-
border-radius: 12px;
|
|
12
|
-
padding: 16px 24px 20px 24px;
|
|
13
|
-
box-sizing: border-box;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.titaui-dynamic-summary-progress-okr__content-title {
|
|
17
|
-
display: flex;
|
|
18
|
-
align-items: center;
|
|
19
|
-
height: 36px;
|
|
20
|
-
font-size: 14px;
|
|
21
|
-
font-weight: 600;
|
|
22
|
-
color: #141c28;
|
|
23
|
-
line-height: 22px;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.titaui-dynamic-summary-progress-okr__content-title-icon {
|
|
27
|
-
font-size: 16px;
|
|
28
|
-
margin-left: 4px;
|
|
29
|
-
font-weight: 400;
|
|
30
|
-
color: #89919f;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.titaui-dynamic-summary-progress-okr__content-input {
|
|
34
|
-
width: 248px;
|
|
35
|
-
height: 32px;
|
|
36
|
-
background: #ffffff;
|
|
37
|
-
border-radius: 8px;
|
|
38
|
-
border: 1px solid #dfe3ea;
|
|
39
|
-
padding: 0 12px;
|
|
40
|
-
box-sizing: border-box;
|
|
41
|
-
display: flex;
|
|
42
|
-
justify-content: space-between;
|
|
43
|
-
align-items: center;
|
|
44
|
-
font-size: 14px;
|
|
45
|
-
color: #89919f;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.titaui-dynamic-summary-progress-okr__content-input--disable {
|
|
49
|
-
background: #f7f8fa;
|
|
50
|
-
opacity: 0.78;
|
|
51
|
-
border: 1px solid #dfe3ea;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.titaui-dynamic-summary-progress-okr__content-input--error {
|
|
55
|
-
border: 1px solid #f05e5e;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.titaui-dynamic-summary-progress-okr__content-input-el {
|
|
59
|
-
border-radius: 8px;
|
|
60
|
-
background: #ffffff;
|
|
61
|
-
outline: none;
|
|
62
|
-
border: none;
|
|
63
|
-
flex: 1;
|
|
64
|
-
padding: 0;
|
|
65
|
-
height: 22px;
|
|
66
|
-
color: #3f4755;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.titaui-dynamic-summary-progress-okr__content-input-el--disable {
|
|
70
|
-
background: #f7f8fa;
|
|
71
|
-
opacity: 0.78;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.titaui-dynamic-summary-progress-okr__content-input-el ::-webkit-input-placeholder {
|
|
75
|
-
color: #8f959e;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.titaui-dynamic-summary-progress-okr__content-input-el :-ms-input-placeholder {
|
|
79
|
-
color: #8f959e;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.titaui-dynamic-summary-progress-okr__content-input-el :-moz-input-placeholder {
|
|
83
|
-
color: #8f959e;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.titaui-dynamic-summary-progress-okr__content-input-error-text {
|
|
87
|
-
font-size: 12px;
|
|
88
|
-
color: #f05e5e;
|
|
89
|
-
line-height: 18px;
|
|
90
|
-
margin-top: 2px;
|
|
91
|
-
margin-left: 12px;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.titaui-dynamic-summary-progress-okr__content-status-title {
|
|
95
|
-
width: 248px;
|
|
96
|
-
height: 36px;
|
|
97
|
-
background: #ffffff;
|
|
98
|
-
border-radius: 8px;
|
|
99
|
-
display: flex;
|
|
100
|
-
align-items: center;
|
|
101
|
-
font-size: 14px;
|
|
102
|
-
font-weight: 600;
|
|
103
|
-
color: #141c28;
|
|
104
|
-
line-height: 22px;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.titaui-dynamic-summary-progress-okr__content-status-item {
|
|
108
|
-
width: 248px;
|
|
109
|
-
height: 32px;
|
|
110
|
-
background: #ffffff;
|
|
111
|
-
border-radius: 8px;
|
|
112
|
-
display: flex;
|
|
113
|
-
align-items: center;
|
|
114
|
-
cursor: pointer;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.titaui-dynamic-summary-progress-okr__content-status-item-text {
|
|
118
|
-
font-size: 14px;
|
|
119
|
-
color: #3f4755;
|
|
120
|
-
line-height: 22px;
|
|
121
|
-
margin-left: 12px;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.titaui-dynamic-summary-progress-okr__content-switch {
|
|
125
|
-
font-size: 14px;
|
|
126
|
-
font-weight: 600;
|
|
127
|
-
color: #141c28;
|
|
128
|
-
line-height: 22px;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.titaui-dynamic-summary-progress-okr__content .titaui-switch {
|
|
132
|
-
margin-top: 4px;
|
|
133
|
-
width: 264px;
|
|
134
|
-
height: 36px;
|
|
135
|
-
display: flex;
|
|
136
|
-
align-items: center;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.titaui-dynamic-summary-progress-okr__content-auto-update-option {
|
|
140
|
-
display: flex;
|
|
141
|
-
align-items: center;
|
|
142
|
-
cursor: pointer;
|
|
143
|
-
width: 248px;
|
|
144
|
-
min-height: 32px;
|
|
145
|
-
background: #ffffff;
|
|
146
|
-
border-radius: 8px;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.titaui-dynamic-summary-progress-okr__content-auto-update-option-radio {
|
|
150
|
-
display: inline-flex;
|
|
151
|
-
align-items: center;
|
|
152
|
-
justify-content: center;
|
|
153
|
-
width: 14px;
|
|
154
|
-
height: 14px;
|
|
155
|
-
border-radius: 50%;
|
|
156
|
-
border: 1px solid #bfc7d5;
|
|
157
|
-
margin-right: 12px;
|
|
158
|
-
vertical-align: text-top;
|
|
159
|
-
text-align: center;
|
|
160
|
-
font-size: 14px;
|
|
161
|
-
color: #3f4755;
|
|
162
|
-
line-height: 22px;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.titaui-dynamic-summary-progress-okr__content-auto-update-option-radio--selected {
|
|
166
|
-
border-color: #2879ff;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.titaui-dynamic-summary-progress-okr__content-auto-update-option-radio--selected:before {
|
|
170
|
-
display: inline-block;
|
|
171
|
-
content: "";
|
|
172
|
-
width: 10px;
|
|
173
|
-
height: 10px;
|
|
174
|
-
border-radius: 50%;
|
|
175
|
-
background: #2879ff;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.titaui-dynamic-summary-progress-okr__content-auto-update-option-icon {
|
|
179
|
-
font-size: 14px;
|
|
180
|
-
margin-left: 4px;
|
|
181
|
-
color: #89919f;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.titaui-dynamic-summary-progress-okr__content-auto-update-option-label {
|
|
185
|
-
display: inline-flex;
|
|
186
|
-
align-items: center;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.titaui-dynamic-summary-progress-okr__content-bottom {
|
|
190
|
-
display: flex;
|
|
191
|
-
justify-content: flex-end;
|
|
192
|
-
margin-top: 12px;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.titaui-dynamic-summary-progress-okr__content-bottom .titaui-rect-btn:first-child {
|
|
196
|
-
margin-right: 12px;
|
|
197
|
-
}
|