@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
|
@@ -51,6 +51,17 @@
|
|
|
51
51
|
color: #bfc7d5;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
+
.create-kr-item-wrapper .kr-item__right-block .kr-item__input-wrapper .tita-rich-editor__inline-editor {
|
|
55
|
+
flex: 1;
|
|
56
|
+
width: 0;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.create-kr-item-wrapper .kr-item__right-block .kr-item__input-wrapper .tita-rich-editor__inline-editor .ProseMirror > p {
|
|
60
|
+
font-size: 14px;
|
|
61
|
+
line-height: 22px;
|
|
62
|
+
color: #6f7886;
|
|
63
|
+
}
|
|
64
|
+
|
|
54
65
|
.create-kr-item-wrapper .kr-item__right-block .kr-item-right-block__text-mask {
|
|
55
66
|
width: 20px;
|
|
56
67
|
height: 24px;
|
|
@@ -69,34 +80,33 @@
|
|
|
69
80
|
}
|
|
70
81
|
|
|
71
82
|
.create-kr-item-wrapper .kr-item__delete-icon {
|
|
72
|
-
color: #000000;
|
|
73
|
-
font-size: 14px;
|
|
74
83
|
margin-left: 7px;
|
|
75
84
|
margin-right: 8px;
|
|
85
|
+
font-size: 14px;
|
|
86
|
+
opacity: 0;
|
|
87
|
+
transition: all 0.3s ease;
|
|
88
|
+
color: #000000;
|
|
76
89
|
visibility: hidden;
|
|
77
90
|
}
|
|
78
91
|
|
|
79
|
-
.create-kr-item-wrapper .kr-item__delete-icon
|
|
92
|
+
.create-kr-item-wrapper .kr-item__delete-icon:hover {
|
|
80
93
|
color: #f05e5e;
|
|
81
94
|
}
|
|
82
95
|
|
|
83
|
-
.create-kr-item-wrapper .kr-item__delete-icon
|
|
96
|
+
.create-kr-item-wrapper:hover .kr-item__delete-icon {
|
|
97
|
+
opacity: 1;
|
|
84
98
|
visibility: visible;
|
|
85
99
|
}
|
|
86
100
|
|
|
87
|
-
.create-kr-item-wrapper .kr-item__delete-icon--show:hover {
|
|
88
|
-
color: #f05e5e;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
101
|
.kr-item-weight {
|
|
92
102
|
width: 73px;
|
|
93
|
-
|
|
103
|
+
margin-right: 10px;
|
|
94
104
|
padding: 4px 10px 4px 4px;
|
|
105
|
+
border: 1px solid transparent;
|
|
106
|
+
border-radius: 8px;
|
|
95
107
|
box-sizing: border-box;
|
|
96
108
|
display: flex;
|
|
97
109
|
align-items: center;
|
|
98
|
-
border: 1px solid transparent;
|
|
99
|
-
margin-right: 10px;
|
|
100
110
|
}
|
|
101
111
|
|
|
102
112
|
.kr-item-weight .kr-item-weight__input {
|
|
@@ -136,7 +146,7 @@
|
|
|
136
146
|
}
|
|
137
147
|
|
|
138
148
|
.kr-weight__error-popup-text-wrapper::after {
|
|
139
|
-
content:
|
|
149
|
+
content: '';
|
|
140
150
|
display: block;
|
|
141
151
|
border: 6px solid transparent;
|
|
142
152
|
position: absolute;
|
|
@@ -155,9 +165,9 @@
|
|
|
155
165
|
|
|
156
166
|
.krs-info .add-kr-btn {
|
|
157
167
|
font-size: 12px;
|
|
158
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
159
168
|
font-weight: 400;
|
|
160
169
|
color: #2879ff;
|
|
170
|
+
cursor: pointer;
|
|
161
171
|
display: flex;
|
|
162
172
|
align-items: center;
|
|
163
173
|
line-height: 18px;
|
|
@@ -9,6 +9,8 @@ exports["default"] = void 0;
|
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
|
|
12
|
+
var _cloneDeep = _interopRequireDefault(require("clone-deep"));
|
|
13
|
+
|
|
12
14
|
var _uuid = _interopRequireDefault(require("uuid"));
|
|
13
15
|
|
|
14
16
|
var _bsGlobal = require("../../../utils/bs-global");
|
|
@@ -60,7 +62,7 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
60
62
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
61
63
|
|
|
62
64
|
function KrDatas(props) {
|
|
63
|
-
var
|
|
65
|
+
var isApplyTpl = props.isApplyTpl,
|
|
64
66
|
isCustomWeight = props.isCustomWeight,
|
|
65
67
|
wrapperRef = props.wrapperRef,
|
|
66
68
|
setKrDatas = props.setKrDatas,
|
|
@@ -88,7 +90,8 @@ function KrDatas(props) {
|
|
|
88
90
|
|
|
89
91
|
var timerRef = (0, _react.useRef)();
|
|
90
92
|
var krNameIsEmpty = (0, _react.useRef)(!inputKrInfo || !inputKrInfo.mileStoneName);
|
|
91
|
-
var
|
|
93
|
+
var krDatasRef = (0, _react.useRef)(krDatas);
|
|
94
|
+
var setting = (0, _bsGlobal.getBSGlobal)('OkrAdvancedSetting').KRSetting;
|
|
92
95
|
|
|
93
96
|
var _getUserInfo = (0, _bsGlobal.getUserInfo)(),
|
|
94
97
|
Name = _getUserInfo.Name,
|
|
@@ -99,49 +102,13 @@ function KrDatas(props) {
|
|
|
99
102
|
var total = 0;
|
|
100
103
|
|
|
101
104
|
if (isCustomWeight) {
|
|
102
|
-
|
|
105
|
+
krDatas.forEach(function (kr) {
|
|
103
106
|
return total += Number(kr.krWeight);
|
|
104
107
|
}); // total = RoundWeight(total); // 不知道为啥,这样如果自定义了总的超过100了还是会展示total100
|
|
105
108
|
|
|
106
109
|
total = total.toFixed(1);
|
|
107
110
|
} else {
|
|
108
111
|
total = 100;
|
|
109
|
-
} // 添加KR
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
function addKr() {
|
|
113
|
-
setKrIsValidate(false);
|
|
114
|
-
setTimeout(function () {
|
|
115
|
-
if (!wrapperRef.current || krDatas.length < 6) return;
|
|
116
|
-
wrapperRef.current.scrollTop = wrapperRef.current.scrollHeight;
|
|
117
|
-
}, 0);
|
|
118
|
-
|
|
119
|
-
if (!isCustomWeight) {
|
|
120
|
-
setKrDatas([].concat(_toConsumableArray(krDatas.map(function (kr) {
|
|
121
|
-
return _objectSpread(_objectSpread({}, kr), {}, {
|
|
122
|
-
krWeight: (0, _roundWeight.RoundWeight)(100 / (krDatas.length + 1))
|
|
123
|
-
});
|
|
124
|
-
})), [{
|
|
125
|
-
uuid: _uuid["default"].v1(),
|
|
126
|
-
principalId: Id,
|
|
127
|
-
principalName: Name,
|
|
128
|
-
userAvatar: UserAvatar,
|
|
129
|
-
krWeight: (0, _roundWeight.RoundWeight)(100 / (krDatas.length + 1)),
|
|
130
|
-
mileStoneName: "",
|
|
131
|
-
confidenceIndex: 5
|
|
132
|
-
}]));
|
|
133
|
-
return;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
setKrDatas([].concat(_toConsumableArray(krDatas), [{
|
|
137
|
-
uuid: _uuid["default"].v1(),
|
|
138
|
-
principalId: Id,
|
|
139
|
-
principalName: Name,
|
|
140
|
-
userAvatar: UserAvatar,
|
|
141
|
-
krWeight: 0,
|
|
142
|
-
mileStoneName: "",
|
|
143
|
-
confidenceIndex: 5
|
|
144
|
-
}]));
|
|
145
112
|
}
|
|
146
113
|
|
|
147
114
|
var getKrAnalysisInfo = function getKrAnalysisInfo() {
|
|
@@ -190,50 +157,78 @@ function KrDatas(props) {
|
|
|
190
157
|
})["finally"](function () {
|
|
191
158
|
setIsInputContent(false);
|
|
192
159
|
});
|
|
193
|
-
}; //
|
|
160
|
+
}; // 添加KR
|
|
194
161
|
|
|
195
162
|
|
|
196
|
-
|
|
197
|
-
var
|
|
198
|
-
|
|
199
|
-
|
|
163
|
+
function addKr() {
|
|
164
|
+
var krDatasClone = (0, _cloneDeep["default"])(krDatasRef.current);
|
|
165
|
+
var krsCount = krDatasClone.length;
|
|
166
|
+
setKrIsValidate(false);
|
|
167
|
+
setTimeout(function () {
|
|
168
|
+
if (!wrapperRef.current || krsCount < 6) return;
|
|
169
|
+
wrapperRef.current.scrollTop = wrapperRef.current.scrollHeight;
|
|
170
|
+
}, 0);
|
|
171
|
+
|
|
172
|
+
if (!isCustomWeight) {
|
|
173
|
+
var krWeight = (0, _roundWeight.RoundWeight)(100 / (krsCount + 1));
|
|
174
|
+
|
|
175
|
+
var _newKrs = [].concat(_toConsumableArray(krDatasClone.map(function (kr) {
|
|
176
|
+
return _objectSpread(_objectSpread({}, kr), {}, {
|
|
177
|
+
krWeight: krWeight
|
|
178
|
+
});
|
|
179
|
+
})), [{
|
|
180
|
+
uuid: _uuid["default"].v1(),
|
|
181
|
+
principalId: Id,
|
|
182
|
+
principalName: Name,
|
|
183
|
+
userAvatar: UserAvatar,
|
|
184
|
+
krWeight: krWeight,
|
|
185
|
+
mileStoneName: '',
|
|
186
|
+
mileStoneNamePureTextExcludeAt: '',
|
|
187
|
+
mileStoneNameRichText: undefined,
|
|
188
|
+
aiteUsers: [],
|
|
189
|
+
confidenceIndex: 5
|
|
190
|
+
}]);
|
|
191
|
+
|
|
192
|
+
setKrDatas(_newKrs);
|
|
193
|
+
krDatasRef.current = _newKrs;
|
|
194
|
+
return;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
var newKrs = [].concat(_toConsumableArray(krDatasClone), [{
|
|
198
|
+
uuid: _uuid["default"].v1(),
|
|
199
|
+
principalId: Id,
|
|
200
|
+
principalName: Name,
|
|
201
|
+
userAvatar: UserAvatar,
|
|
202
|
+
krWeight: 0,
|
|
203
|
+
mileStoneName: '',
|
|
204
|
+
mileStoneNamePureTextExcludeAt: '',
|
|
205
|
+
mileStoneNameRichText: undefined,
|
|
206
|
+
aiteUsers: [],
|
|
207
|
+
confidenceIndex: 5
|
|
208
|
+
}]);
|
|
209
|
+
setKrDatas(newKrs);
|
|
210
|
+
krDatasRef.current = newKrs;
|
|
211
|
+
} // 修改KR
|
|
212
|
+
|
|
200
213
|
|
|
201
|
-
|
|
214
|
+
var _changeKr = (0, _react.useCallback)(function (kr, index) {
|
|
215
|
+
if (krDatasRef.current[index].krWeight !== kr.krWeight) {
|
|
202
216
|
setIsCustomWeight(true);
|
|
203
217
|
}
|
|
204
218
|
|
|
205
|
-
var newKrs = _toConsumableArray(
|
|
219
|
+
var newKrs = _toConsumableArray(krDatasRef.current);
|
|
206
220
|
|
|
207
221
|
newKrs[index] = kr;
|
|
208
222
|
setKrDatas(newKrs);
|
|
223
|
+
krDatasRef.current = newKrs;
|
|
209
224
|
setInputKrInfo(kr);
|
|
210
|
-
};
|
|
225
|
+
}, [krDatasRef.current]); // 删除KR
|
|
211
226
|
|
|
212
|
-
(0, _react.useEffect)(function () {
|
|
213
|
-
// 防抖
|
|
214
|
-
krNameIsEmpty.current = !inputKrInfo || !inputKrInfo.mileStoneName;
|
|
215
|
-
|
|
216
|
-
if (!inputKrInfo || !inputKrInfo.mileStoneName) {
|
|
217
|
-
setIsInputContent(false);
|
|
218
|
-
setKrsCheckResult({
|
|
219
|
-
finalResult: _okrCreateSuggest.EOkrCreateSuggestResultType.normal,
|
|
220
|
-
friendlyResult: []
|
|
221
|
-
});
|
|
222
|
-
} else if (timerRef.current) {
|
|
223
|
-
clearTimeout(timerRef.current);
|
|
224
|
-
timerRef.current = setTimeout(getKrAnalysisInfo, 1000);
|
|
225
|
-
} else {
|
|
226
|
-
timerRef.current = setTimeout(getKrAnalysisInfo, 1000);
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
return function () {
|
|
230
|
-
clearTimeout(timerRef.current);
|
|
231
|
-
};
|
|
232
|
-
}, [inputKrInfo, setIsInputContent]); // 删除KR
|
|
233
227
|
|
|
234
228
|
var deleteKr = function deleteKr(id) {
|
|
229
|
+
var krDatasClone = (0, _cloneDeep["default"])(krDatasRef.current);
|
|
235
230
|
setKrIsValidate(false);
|
|
236
|
-
var newKrDatas =
|
|
231
|
+
var newKrDatas = krDatasClone.filter(function (k) {
|
|
237
232
|
return k.uuid !== id;
|
|
238
233
|
});
|
|
239
234
|
|
|
@@ -246,6 +241,7 @@ function KrDatas(props) {
|
|
|
246
241
|
}
|
|
247
242
|
|
|
248
243
|
setKrDatas(newKrDatas);
|
|
244
|
+
krDatasRef.current = newKrDatas;
|
|
249
245
|
|
|
250
246
|
var tempKrCheckResult = _toConsumableArray(krsCheckFriendlyResult);
|
|
251
247
|
|
|
@@ -266,15 +262,39 @@ function KrDatas(props) {
|
|
|
266
262
|
|
|
267
263
|
var onKrInputStateChange = (0, _react.useCallback)(function (isFocus, krInfo) {
|
|
268
264
|
setInputKrInfo(krInfo);
|
|
265
|
+
handleKrInputStateChange === null || handleKrInputStateChange === void 0 ? void 0 : handleKrInputStateChange(isFocus);
|
|
266
|
+
}, []);
|
|
267
|
+
(0, _react.useEffect)(function () {
|
|
268
|
+
// 防抖
|
|
269
|
+
krNameIsEmpty.current = !inputKrInfo || !inputKrInfo.mileStoneName;
|
|
269
270
|
|
|
270
|
-
if (
|
|
271
|
-
|
|
271
|
+
if (!inputKrInfo || !inputKrInfo.mileStoneName) {
|
|
272
|
+
setIsInputContent(false);
|
|
273
|
+
setKrsCheckResult({
|
|
274
|
+
finalResult: _okrCreateSuggest.EOkrCreateSuggestResultType.normal,
|
|
275
|
+
friendlyResult: []
|
|
276
|
+
});
|
|
277
|
+
} else if (timerRef.current) {
|
|
278
|
+
clearTimeout(timerRef.current);
|
|
279
|
+
timerRef.current = setTimeout(getKrAnalysisInfo, 1000);
|
|
280
|
+
} else {
|
|
281
|
+
timerRef.current = setTimeout(getKrAnalysisInfo, 1000);
|
|
272
282
|
}
|
|
273
|
-
|
|
274
|
-
|
|
283
|
+
|
|
284
|
+
return function () {
|
|
285
|
+
clearTimeout(timerRef.current);
|
|
286
|
+
};
|
|
287
|
+
}, [inputKrInfo, setIsInputContent]);
|
|
288
|
+
(0, _react.useEffect)(function () {
|
|
289
|
+
krDatasRef.current = krDatas;
|
|
290
|
+
}, [isApplyTpl]);
|
|
291
|
+
return /*#__PURE__*/_react["default"].createElement("div", null, krDatasRef.current.map(function (kr, index) {
|
|
275
292
|
return /*#__PURE__*/_react["default"].createElement(_krItem["default"], {
|
|
293
|
+
key: kr === null || kr === void 0 ? void 0 : kr.uuid,
|
|
276
294
|
krData: kr,
|
|
277
|
-
changeKr: changeKr
|
|
295
|
+
changeKr: function changeKr(newKr) {
|
|
296
|
+
return _changeKr(newKr, index);
|
|
297
|
+
},
|
|
278
298
|
deleteKr: deleteKr,
|
|
279
299
|
container: container,
|
|
280
300
|
index: index + 1,
|
|
@@ -291,9 +311,9 @@ function KrDatas(props) {
|
|
|
291
311
|
className: "add-kr-btn__icon",
|
|
292
312
|
src: _krAdd["default"],
|
|
293
313
|
alt: ""
|
|
294
|
-
}), (0, _getLocale.getLocale)(
|
|
314
|
+
}), (0, _getLocale.getLocale)('OKR_MyO_Pop_Butt_AddKR')), krDatasRef.current.length > 0 && openKrWeight && /*#__PURE__*/_react["default"].createElement("span", {
|
|
295
315
|
className: "krs-info__total-weight"
|
|
296
|
-
}, (0, _getLocale.getLocale)(
|
|
316
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Pop_Text_Total'), total, "%")));
|
|
297
317
|
}
|
|
298
318
|
|
|
299
319
|
var _default = KrDatas;
|
|
@@ -9,6 +9,10 @@ exports["default"] = void 0;
|
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
|
|
12
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
+
|
|
14
|
+
var _richEditor = require("@titaui/rich-editor");
|
|
15
|
+
|
|
12
16
|
var _bsGlobal = require("../../../utils/bs-global");
|
|
13
17
|
|
|
14
18
|
var _krItemWeight = _interopRequireDefault(require("./kr-item-weight"));
|
|
@@ -33,55 +37,48 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
33
37
|
|
|
34
38
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
35
39
|
|
|
36
|
-
function
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
function KrItem(_ref) {
|
|
49
|
-
var krData = _ref.krData,
|
|
50
|
-
changeKr = _ref.changeKr,
|
|
51
|
-
deleteKr = _ref.deleteKr,
|
|
52
|
-
container = _ref.container,
|
|
53
|
-
index = _ref.index,
|
|
54
|
-
onKrInputStateChange = _ref.onKrInputStateChange,
|
|
55
|
-
onAddKr = _ref.onAddKr,
|
|
56
|
-
setIsInputContent = _ref.setIsInputContent,
|
|
57
|
-
domRef = _ref.domRef,
|
|
58
|
-
krIsValidate = _ref.krIsValidate;
|
|
59
|
-
var setting = (0, _bsGlobal.getBSGlobal)("OkrAdvancedSetting").KRSetting;
|
|
40
|
+
function KrItem(props) {
|
|
41
|
+
var krData = props.krData,
|
|
42
|
+
changeKr = props.changeKr,
|
|
43
|
+
deleteKr = props.deleteKr,
|
|
44
|
+
container = props.container,
|
|
45
|
+
index = props.index,
|
|
46
|
+
onKrInputStateChange = props.onKrInputStateChange,
|
|
47
|
+
onAddKr = props.onAddKr,
|
|
48
|
+
setIsInputContent = props.setIsInputContent,
|
|
49
|
+
domRef = props.domRef,
|
|
50
|
+
krIsValidate = props.krIsValidate;
|
|
51
|
+
var setting = (0, _bsGlobal.getBSGlobal)('OkrAdvancedSetting').KRSetting;
|
|
60
52
|
var openKrWeight = setting.KrWeight;
|
|
61
|
-
|
|
62
|
-
var
|
|
63
|
-
|
|
64
|
-
showDelIcon = _useState2[0],
|
|
65
|
-
setShowDelIcon = _useState2[1];
|
|
66
|
-
|
|
67
|
-
var oldKrNameRef = (0, _react.useRef)("");
|
|
53
|
+
var mentionInputRef = (0, _react.useRef)();
|
|
54
|
+
var oldKrNameRef = (0, _react.useRef)('');
|
|
55
|
+
var krDataRef = (0, _react.useRef)(krData);
|
|
68
56
|
|
|
69
57
|
var onUserSelectorSubmitHandler = function onUserSelectorSubmitHandler(users) {
|
|
70
|
-
changeKr(_objectSpread(_objectSpread({},
|
|
58
|
+
changeKr(_objectSpread(_objectSpread({}, krDataRef.current), {}, {
|
|
71
59
|
principalId: users[0].Id,
|
|
72
60
|
principalName: users[0].Name,
|
|
73
61
|
userAvatar: users[0].UserAvatar
|
|
74
62
|
}));
|
|
75
63
|
};
|
|
76
64
|
|
|
77
|
-
var onKrNameInputChangeHandler = function
|
|
78
|
-
|
|
79
|
-
|
|
65
|
+
var onKrNameInputChangeHandler = (0, _react.useCallback)(function (data) {
|
|
66
|
+
var mentionUsers = data.mentionUsers,
|
|
67
|
+
pureText = data.pureText,
|
|
68
|
+
pureTextExcludeAt = data.pureTextExcludeAt,
|
|
69
|
+
richText = data.richText;
|
|
70
|
+
changeKr(_objectSpread(_objectSpread({}, krDataRef.current), {}, {
|
|
71
|
+
mileStoneName: pureText,
|
|
72
|
+
mileStoneNameRichText: richText,
|
|
73
|
+
mileStoneNamePureTextExcludeAt: pureTextExcludeAt,
|
|
74
|
+
aiteUsers: mentionUsers === null || mentionUsers === void 0 ? void 0 : mentionUsers.map(function (user) {
|
|
75
|
+
return user.mentionId;
|
|
76
|
+
})
|
|
80
77
|
}));
|
|
81
|
-
};
|
|
78
|
+
}, []);
|
|
82
79
|
|
|
83
80
|
var onDeleteKrClickHandler = function onDeleteKrClickHandler() {
|
|
84
|
-
deleteKr(krData.uuid);
|
|
81
|
+
return deleteKr(krData.uuid);
|
|
85
82
|
};
|
|
86
83
|
|
|
87
84
|
var formatUser = (0, _react.useMemo)(function () {
|
|
@@ -92,12 +89,6 @@ function KrItem(_ref) {
|
|
|
92
89
|
Id: krData.principalId
|
|
93
90
|
};
|
|
94
91
|
}, [krData.userAvatar.Medium, krData.principalName, krData.principalName, krData.principalId]);
|
|
95
|
-
var handleMouseEnter = (0, _react.useCallback)(function () {
|
|
96
|
-
setShowDelIcon(true);
|
|
97
|
-
}, []);
|
|
98
|
-
var handleMouseLeave = (0, _react.useCallback)(function () {
|
|
99
|
-
setShowDelIcon(false);
|
|
100
|
-
}, []);
|
|
101
92
|
var handleInputFocus = (0, _react.useCallback)(function () {
|
|
102
93
|
onKrInputStateChange && onKrInputStateChange(true, krData);
|
|
103
94
|
}, [krData]);
|
|
@@ -111,7 +102,7 @@ function KrItem(_ref) {
|
|
|
111
102
|
// }
|
|
112
103
|
// }, [onAddKr])
|
|
113
104
|
|
|
114
|
-
var handleOnKeyDown = (0, _react.useCallback)(function () {
|
|
105
|
+
var handleOnKeyDown = (0, _react.useCallback)(function (e) {
|
|
115
106
|
setIsInputContent(true);
|
|
116
107
|
}, [setIsInputContent]);
|
|
117
108
|
var handleOnKeyUp = (0, _react.useCallback)(function (e) {
|
|
@@ -123,34 +114,40 @@ function KrItem(_ref) {
|
|
|
123
114
|
oldKrNameRef.current = e.target.value;
|
|
124
115
|
}
|
|
125
116
|
}, []);
|
|
117
|
+
(0, _react.useEffect)(function () {
|
|
118
|
+
krDataRef.current = krData;
|
|
119
|
+
}, [krData]);
|
|
120
|
+
var _krDataRef$current = krDataRef.current,
|
|
121
|
+
mileStoneNamePureTextExcludeAt = _krDataRef$current.mileStoneNamePureTextExcludeAt,
|
|
122
|
+
mileStoneNameRichText = _krDataRef$current.mileStoneNameRichText;
|
|
123
|
+
var krNameLen = (mileStoneNamePureTextExcludeAt === null || mileStoneNamePureTextExcludeAt === void 0 ? void 0 : mileStoneNamePureTextExcludeAt.length) || 0;
|
|
126
124
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
127
|
-
className: "create-kr-item-wrapper"
|
|
128
|
-
onMouseEnter: handleMouseEnter,
|
|
129
|
-
onMouseLeave: handleMouseLeave
|
|
125
|
+
className: "create-kr-item-wrapper"
|
|
130
126
|
}, /*#__PURE__*/_react["default"].createElement("a", {
|
|
131
|
-
className: "kr-item__delete-icon tu-icon-del
|
|
127
|
+
className: "kr-item__delete-icon tu-icon-del",
|
|
132
128
|
onClick: onDeleteKrClickHandler
|
|
133
129
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
134
|
-
className:
|
|
130
|
+
className: (0, _classnames["default"])('kr-item__right-block', {
|
|
131
|
+
'kr-item__right-block--error': krNameLen > 500
|
|
132
|
+
})
|
|
135
133
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
136
134
|
className: "kr-item__order"
|
|
137
135
|
}, "KR", index), /*#__PURE__*/_react["default"].createElement("div", {
|
|
138
136
|
className: "kr-item__input-wrapper"
|
|
139
137
|
}, /*#__PURE__*/_react["default"].createElement(_inputWithErrPopup["default"], {
|
|
140
|
-
strLength:
|
|
138
|
+
strLength: krNameLen,
|
|
141
139
|
maxLength: 500,
|
|
142
140
|
position: "top"
|
|
143
|
-
}, /*#__PURE__*/_react["default"].createElement(
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
value: krData.mileStoneName,
|
|
148
|
-
onChange: onKrNameInputChangeHandler,
|
|
141
|
+
}, /*#__PURE__*/_react["default"].createElement(_richEditor.TitaInlineRichEditor, {
|
|
142
|
+
initialState: mileStoneNameRichText,
|
|
143
|
+
key: krData === null || krData === void 0 ? void 0 : krData.uuid,
|
|
144
|
+
onDocChange: onKrNameInputChangeHandler,
|
|
149
145
|
onFocus: handleInputFocus,
|
|
150
146
|
onBlur: handleInputBlur,
|
|
151
147
|
onKeyDown: handleOnKeyDown,
|
|
152
148
|
onKeyUp: handleOnKeyUp,
|
|
153
|
-
|
|
149
|
+
placeholder: (0, _getLocale.getLocale)('OKR_MyO_Pop_Keyresults'),
|
|
150
|
+
ref: mentionInputRef
|
|
154
151
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
155
152
|
className: "kr-item-right-block__white-block"
|
|
156
153
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
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
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -11,6 +13,8 @@ var _qs = _interopRequireDefault(require("qs"));
|
|
|
11
13
|
|
|
12
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
15
|
|
|
16
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
17
|
+
|
|
14
18
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15
19
|
|
|
16
20
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
@@ -40,9 +44,9 @@ var getImageBase64ByUrl = function getImageBase64ByUrl(toUserId) {
|
|
|
40
44
|
exports.getImageBase64ByUrl = getImageBase64ByUrl;
|
|
41
45
|
|
|
42
46
|
var createWidthKr = /*#__PURE__*/function () {
|
|
43
|
-
var _ref = _asyncToGenerator( /*#__PURE__*/
|
|
47
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(data) {
|
|
44
48
|
var url, res;
|
|
45
|
-
return
|
|
49
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
46
50
|
while (1) {
|
|
47
51
|
switch (_context.prev = _context.next) {
|
|
48
52
|
case 0:
|
|
@@ -77,9 +81,9 @@ var createWidthKr = /*#__PURE__*/function () {
|
|
|
77
81
|
exports.createWidthKr = createWidthKr;
|
|
78
82
|
|
|
79
83
|
var getKrAnalysisInfos = /*#__PURE__*/function () {
|
|
80
|
-
var _ref2 = _asyncToGenerator( /*#__PURE__*/
|
|
84
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(params) {
|
|
81
85
|
var url;
|
|
82
|
-
return
|
|
86
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
83
87
|
while (1) {
|
|
84
88
|
switch (_context2.prev = _context2.next) {
|
|
85
89
|
case 0:
|
|
@@ -104,9 +108,9 @@ var getKrAnalysisInfos = /*#__PURE__*/function () {
|
|
|
104
108
|
exports.getKrAnalysisInfos = getKrAnalysisInfos;
|
|
105
109
|
|
|
106
110
|
var updateOkrVisibility = /*#__PURE__*/function () {
|
|
107
|
-
var _ref3 = _asyncToGenerator( /*#__PURE__*/
|
|
111
|
+
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(params) {
|
|
108
112
|
var url;
|
|
109
|
-
return
|
|
113
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
110
114
|
while (1) {
|
|
111
115
|
switch (_context3.prev = _context3.next) {
|
|
112
116
|
case 0:
|
|
@@ -129,9 +133,9 @@ var updateOkrVisibility = /*#__PURE__*/function () {
|
|
|
129
133
|
exports.updateOkrVisibility = updateOkrVisibility;
|
|
130
134
|
|
|
131
135
|
var updateOCommitType = /*#__PURE__*/function () {
|
|
132
|
-
var _ref4 = _asyncToGenerator( /*#__PURE__*/
|
|
136
|
+
var _ref4 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(params) {
|
|
133
137
|
var url;
|
|
134
|
-
return
|
|
138
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
135
139
|
while (1) {
|
|
136
140
|
switch (_context4.prev = _context4.next) {
|
|
137
141
|
case 0:
|
|
@@ -159,9 +163,9 @@ var updateOCommitType = /*#__PURE__*/function () {
|
|
|
159
163
|
exports.updateOCommitType = updateOCommitType;
|
|
160
164
|
|
|
161
165
|
var getOAnalysisInfos = /*#__PURE__*/function () {
|
|
162
|
-
var _ref5 = _asyncToGenerator( /*#__PURE__*/
|
|
166
|
+
var _ref5 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(params) {
|
|
163
167
|
var url;
|
|
164
|
-
return
|
|
168
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
165
169
|
while (1) {
|
|
166
170
|
switch (_context5.prev = _context5.next) {
|
|
167
171
|
case 0:
|
|
@@ -190,9 +194,9 @@ var getOAnalysisInfos = /*#__PURE__*/function () {
|
|
|
190
194
|
exports.getOAnalysisInfos = getOAnalysisInfos;
|
|
191
195
|
|
|
192
196
|
var getCycleSetting = /*#__PURE__*/function () {
|
|
193
|
-
var _ref6 = _asyncToGenerator( /*#__PURE__*/
|
|
197
|
+
var _ref6 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6() {
|
|
194
198
|
var url, res;
|
|
195
|
-
return
|
|
199
|
+
return _regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
196
200
|
while (1) {
|
|
197
201
|
switch (_context6.prev = _context6.next) {
|
|
198
202
|
case 0:
|
|
@@ -13,7 +13,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
|
|
|
13
13
|
|
|
14
14
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
15
15
|
|
|
16
|
-
var Wrapper = _styledComponents["default"].div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n height: 449px;\n padding: 0 32px;\n
|
|
16
|
+
var Wrapper = _styledComponents["default"].div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n height: 449px;\n overflow: auto;\n \n .create-modal__wrapper-inner {\n padding: 0 32px;\n }\n"])));
|
|
17
17
|
|
|
18
18
|
exports.Wrapper = Wrapper;
|
|
19
19
|
|
|
@@ -48,17 +48,17 @@ var KrItemWrapper = _styledComponents["default"].div(_templateObject9 || (_templ
|
|
|
48
48
|
exports.KrItemWrapper = KrItemWrapper;
|
|
49
49
|
|
|
50
50
|
var KrEditWrapper = _styledComponents["default"].div(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n height: 36px;\n background: #ffffff;\n border: 1px solid ", ";\n border-radius: 4px;\n ", "\n display: flex;\n align-items: center;\n flex: 1;\n padding: 0 10px;\n transition: border 0.2s ease 0.2s, box-shadow 0.2s ease 0.2s;\n > span {\n font-size: 13px;\n font-weight: 400;\n text-align: left;\n color: #6f7886;\n margin-left: 18px;\n }\n :hover {\n border: 1px solid #2879ff;\n }\n"])), function (p) {
|
|
51
|
-
return p.active ?
|
|
51
|
+
return p.active ? '#2879ff' : '#f0f2f5';
|
|
52
52
|
}, function (p) {
|
|
53
|
-
return p.active ?
|
|
53
|
+
return p.active ? 'box-shadow: 0px 0px 6px 0px rgba(40, 121, 255, 0.3) inset;' : '';
|
|
54
54
|
});
|
|
55
55
|
|
|
56
56
|
exports.KrEditWrapper = KrEditWrapper;
|
|
57
57
|
|
|
58
58
|
var InputWrapper = _styledComponents["default"].div(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n height: 36px;\n background: #ffffff;\n border: 1px solid ", ";\n border-radius: 4px;\n ", "\n display: flex;\n align-items: center;\n flex: 1;\n padding: 0 10px;\n transition: border 0.2s ease 0.2s, box-shadow 0.2s ease 0.2s;\n :hover {\n border: 1px solid #2879ff;\n }\n > input {\n flex: 1;\n border: none;\n padding: 0;\n margin: 0;\n }\n"])), function (p) {
|
|
59
|
-
return p.active ?
|
|
59
|
+
return p.active ? '#2879ff' : '#f0f2f5';
|
|
60
60
|
}, function (p) {
|
|
61
|
-
return p.active ?
|
|
61
|
+
return p.active ? 'box-shadow: 0px 0px 6px 0px rgba(40, 121, 255, 0.3) inset;' : '';
|
|
62
62
|
});
|
|
63
63
|
|
|
64
64
|
exports.InputWrapper = InputWrapper;
|