@titaui/pc 1.12.60 → 1.12.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/avatar/default.js +2 -5
- package/lib/components/avatar/index.css +0 -2
- package/lib/components/change-okr-modal/index.js +1 -1
- package/lib/components/common-share/publishMblog.js +1 -1
- package/lib/components/create-okr-modal/fields/okr-type-detail.js +1 -1
- package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +1 -1
- package/lib/components/create-okr-modal/index.js +1 -1
- package/lib/components/create-okr-modal/request-api.js +1 -1
- package/lib/components/create-okr-modal/utils/helper.js +1 -1
- package/lib/components/date-picker/BodyItem.js +3 -3
- package/lib/components/date-picker/CalendarHeader.js +3 -3
- package/lib/components/delete-confirm-pop/ConfirmPop.js +3 -3
- package/lib/components/dialog-confirm/index.css +0 -1
- package/lib/components/dialog-confirm/index.js +4 -8
- package/lib/components/drawer/index.css +5 -5
- package/lib/components/drawer/index.js +7 -7
- package/lib/components/drawer-manager/drawerWrapper.js +1 -1
- package/lib/components/drop-selector/index.js +4 -7
- package/lib/components/dynamic/constant.js +1 -5
- package/lib/components/dynamic/dynamic-item/components/header/index.js +47 -49
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +2 -3
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +2 -3
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +2 -3
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +2 -3
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.css +21 -4
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +5 -3
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +2 -3
- package/lib/components/dynamic/dynamic-item/index.css +2 -3
- package/lib/components/dynamic/dynamic-item/index.js +33 -52
- package/lib/components/dynamic/dynamic-list/index.js +8 -8
- package/lib/components/dynamic/img/dynamic-submit-delay.svg +16 -0
- package/lib/components/dynamic/img/dynamic-submit-normal.svg +18 -0
- package/lib/components/eReport/eReportLists/reportList.js +3 -3
- package/lib/components/emotions-selector/selector-pop.js +3 -3
- package/lib/components/ereport-list/index.js +3 -3
- package/lib/components/firework/index.js +1 -1
- package/lib/components/form/form-fields/date/index.js +8 -9
- package/lib/components/form/form-fields/input-verification-code/index.js +1 -1
- package/lib/components/grid-layout/util/network.js +1 -1
- package/lib/components/mblog/components/MblogAction.js +3 -3
- 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/components/menu-tree/tree-node/menu-item.js +1 -5
- package/lib/components/menus/components/search-colleague/index.js +1 -3
- package/lib/components/menus/export-modules/appraisal-menus/index.js +6 -6
- package/lib/components/menus/export-modules/appraisal-menus/menus.js +69 -69
- package/lib/components/menus/export-modules/demo-menus/menus.js +4 -5
- package/lib/components/menus/export-modules/interview-menus/constant.js +12 -12
- package/lib/components/menus/export-modules/okr-menus/index.js +6 -6
- package/lib/components/menus/export-modules/okr-menus/menus.js +60 -60
- package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +2 -2
- package/lib/components/menus/i18n.js +0 -8
- package/lib/components/menus/index.js +0 -6
- package/lib/components/menus/request-apis.js +2 -22
- package/lib/components/nav-top/components/app-center/index.css +0 -15
- package/lib/components/nav-top/components/app-center/index.js +21 -71
- package/lib/components/nav-top/components/menu/index.css +0 -11
- package/lib/components/nav-top/components/menu/index.js +52 -46
- package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +17 -28
- package/lib/components/nav-top/components/user-message/index.js +19 -19
- package/lib/components/nav-top/index.js +18 -18
- package/lib/components/okr-detail/base-info/other-infos/principal/index.js +1 -1
- package/lib/components/okr-detail/components/ao-nice/index.js +1 -1
- package/lib/components/okr-detail/components/header/edit-name.js +1 -1
- package/lib/components/okr-detail/components/header/index.js +1 -1
- package/lib/components/okr-detail/components/header/o-avatar.js +7 -7
- package/lib/components/okr-detail/components/header/o-classify.js +1 -1
- package/lib/components/okr-detail/components/o-classify.js +1 -1
- package/lib/components/okr-detail/components/o-progress-update/index.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +3 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +1 -1
- package/lib/components/okr-detail/detail-footer/index.js +1 -1
- package/lib/components/okr-detail/detail-header/index.js +1 -1
- package/lib/components/okr-detail/okr-list/index.js +1 -1
- package/lib/components/okr-detail/request-apis.js +1 -1
- package/lib/components/okr-flow/child-node/fields/creator.js +1 -1
- package/lib/components/okr-flow/child-node/work-node.js +1 -1
- package/lib/components/okr-flow/export-modal/index.css +3 -3
- package/lib/components/okr-flow/export-modal/index.js +41 -2
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +1 -1
- package/lib/components/okr-flow/request-apis.js +1 -1
- package/lib/components/okr-flow/root-node/index.js +1 -1
- package/lib/components/okr-progress/components/o-progress-update/index.js +1 -1
- package/lib/components/okr-progress-modal/index.js +1 -1
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +1 -1
- package/lib/components/okr-review/components/ReviewItem/index.js +3 -3
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +3 -3
- package/lib/components/okr-share/common-painter/darwAvatar.js +1 -1
- package/lib/components/okr-share/common-painter/openDataPainter.js +1 -1
- package/lib/components/okr-share/common-painter/utils.js +1 -1
- package/lib/components/okr-share/pink-card/drawDepartmentName.js +1 -1
- package/lib/components/okr-share/pink-card/drawKrs.js +1 -1
- package/lib/components/okr-share/pink-card/drawQuote.js +1 -1
- package/lib/components/okr-share/pink-card/drawUserName.js +1 -1
- package/lib/components/okr-share/pink-card/index.js +1 -1
- package/lib/components/okr-share/publishMblog.js +1 -1
- package/lib/components/okr-share/shareCardSelector.js +1 -1
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +3 -1
- package/lib/components/okrcase-library/server/network.js +1 -1
- package/lib/components/open-data-painter/index.js +1 -1
- package/lib/components/order-have-award/index.js +6 -6
- package/lib/components/period-selector/components/button/style.js +5 -5
- package/lib/components/period-selector/helper/index.js +1 -1
- package/lib/components/picker/components/panels/date-panel/date-body.js +19 -31
- package/lib/components/picker/components/panels/date-panel/date-head.js +8 -8
- package/lib/components/picker/components/panels/date-panel/index.js +1 -1
- package/lib/components/picker/components/panels/month-panel/index.css +0 -5
- package/lib/components/picker/components/panels/month-panel/index.js +4 -35
- package/lib/components/picker/components/panels/month-panel/month-body.js +5 -4
- package/lib/components/picker/components/panels/month-panel/month-head.js +1 -1
- package/lib/components/picker/components/panels/year-panel/index.css +0 -5
- package/lib/components/picker/components/panels/year-panel/index.js +1 -1
- package/lib/components/picker/components/panels/year-panel/year-body.js +3 -10
- package/lib/components/picker/components/picker-trigger/index.css +1 -6
- package/lib/components/picker/components/picker-trigger/index.js +11 -16
- package/lib/components/picker/context.js +2 -17
- package/lib/components/picker/index.css +1 -29
- package/lib/components/picker/index.js +0 -3
- package/lib/components/picker/picker-panels.js +60 -106
- package/lib/components/picker/picker.js +30 -44
- package/lib/components/picker/utils.js +11 -168
- package/lib/components/range-selector-pop/RangeSelectorPop.js +3 -3
- package/lib/components/rich-editor/models/schema.js +6 -6
- package/lib/components/rich-editor/plugins/block/block-quote/index.js +8 -8
- package/lib/components/rich-editor/plugins/block/heading/index.js +8 -8
- package/lib/components/rich-editor/plugins/block/lists/index.js +14 -14
- package/lib/components/rich-editor/plugins/block/paragraph/index.js +5 -5
- package/lib/components/rich-editor/plugins/core/index.js +4 -4
- package/lib/components/rich-editor/plugins/extension/alignment/index.js +5 -5
- package/lib/components/rich-editor/plugins/extension/placeholder/index.js +4 -4
- package/lib/components/rich-editor/plugins/inline/color/index.js +11 -11
- package/lib/components/rich-editor/plugins/inline/delete-line/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/em/index.js +5 -5
- package/lib/components/rich-editor/plugins/inline/link/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/strong/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/under-line/index.js +8 -8
- package/lib/components/rich-editor/react/uiProvider.js +3 -3
- package/lib/components/rich-editor/schemas/list.js +1 -0
- package/lib/components/rich-editor/ui/Popup/index.js +3 -3
- package/lib/components/rich-editor/ui/editor/index.css +32 -32
- package/lib/components/rich-editor/ui/editor/index.js +1 -1
- package/lib/components/search-input/index.js +0 -5
- package/lib/components/select/Option.js +3 -3
- package/lib/components/select-tags/index.js +2 -12
- package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +1 -1
- package/lib/components/superset-charts/fetch-assets-and-append/index.js +1 -1
- package/lib/components/survey-model/request-api.js +1 -1
- package/lib/components/task-relation-modal/helper.js +6 -6
- package/lib/components/task-relation-modal/index.js +1 -1
- package/lib/components/task-relation-modal/request-api.js +9 -9
- package/lib/components/task-relation-modal/tree/category-tree/index.js +1 -1
- package/lib/components/task-relation-modal/tree/okr-tree/index.js +1 -1
- package/lib/components/task-relation-modal/tree/work-tree/index.js +1 -1
- package/lib/components/task-relation-modal/tree/work-tree/search-form.js +4 -4
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +5 -5
- package/lib/components/task-relation-modal/work-relation/index.js +1 -1
- package/lib/components/task-tree/task-item-node/e-project.js +1 -1
- package/lib/components/task-tree/task-item-node/e-task.js +1 -1
- package/lib/components/textarea/index.css +66 -61
- package/lib/components/textarea/index.js +18 -23
- package/lib/components/tita-chart/errorBoundary/index.js +3 -3
- package/lib/components/toast/index.js +2 -2
- package/lib/components/tooltip/tooltip.js +2 -2
- package/lib/components/upvote/index.js +5 -11
- package/lib/components/upvote/selector.js +3 -2
- package/lib/components/user-selector/category-selector-panel/depart-tree.js +1 -1
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +1 -1
- package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.css +3 -3
- package/lib/components/user-selector/request-apis.js +13 -13
- package/lib/components/version-change-modal/index.js +1 -1
- package/lib/components/version-change-modal/request-api.js +1 -1
- package/lib/components/weekly-report/card.js +11 -1
- package/lib/components/weekly-report/common-painter/darwAvatar.js +1 -1
- package/lib/components/weekly-report/common-painter/drawName.js +1 -1
- package/lib/components/weekly-report/common-painter/openDataPainter.js +1 -1
- package/lib/components/weekly-report/index.js +1 -1
- package/lib/components-v1/animate/AnimateChild.js +3 -3
- package/lib/components-v1/avatar/index.js +3 -3
- package/lib/components-v1/dropDownSelector/StatelessDropdown.js +3 -3
- package/lib/components-v1/progress/CircleProgress.js +3 -3
- package/lib/components-v1/radio/style/index.css +1 -1
- package/lib/components-v1/select/Option.js +3 -3
- package/lib/components-v1/userSelector/UserSelectorPop.js +3 -3
- package/lib/components-v1/userSelector/components/MultiMode/index.js +3 -3
- package/lib/components-v1/userSelector/components/UserItem.js +3 -3
- package/lib/index.js +0 -64
- package/lib/pages/aha2021/index.css +17 -0
- package/lib/pages/aha2021/index.js +28 -3
- package/lib/pages/aha2021/new-menu-switcher/index.js +4 -4
- package/lib/pages/aha2021/request-api.js +1 -1
- package/lib/pages/group-management/groupInterface.js +1 -1
- package/lib/pages/new-okr-list/request-api.js +1 -1
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +1 -1
- package/lib/pages/okr-map/request-apis.js +1 -1
- package/lib/utils/auth.js +0 -10
- package/lib/utils/bs-global.js +1 -1
- package/lib/utils/constant.js +2 -14
- package/lib/utils/helpers.js +12 -112
- package/lib/utils/open-data.js +43 -42
- package/lib/utils/request-v1.js +1 -1
- package/lib/utils/request.js +1 -1
- package/package.json +2 -3
- package/lib/components/attachments-preview/index.css +0 -9
- package/lib/components/attachments-preview/index.js +0 -116
- 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/color-date-picker/index.css +0 -69
- package/lib/components/color-date-picker/index.js +0 -129
- package/lib/components/color-date-picker/interface.js +0 -14
- 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 -332
- package/lib/components/dialog-upload/type.js +0 -35
- package/lib/components/dialog-upload/uploaded-preview.css +0 -80
- package/lib/components/dialog-upload/uploaded-preview.js +0 -134
- package/lib/components/dialog-upload/util.js +0 -131
- package/lib/components/dynamic/components/comments-dialog/api.js +0 -27
- package/lib/components/dynamic/components/comments-dialog/encourage.js +0 -127
- package/lib/components/dynamic/components/comments-dialog/img/APP-shoucang-m.png +0 -0
- package/lib/components/dynamic/components/comments-dialog/img/ascore.png +0 -0
- package/lib/components/dynamic/components/comments-dialog/img/curEfforts.png +0 -0
- package/lib/components/dynamic/components/comments-dialog/img/curGood.png +0 -0
- package/lib/components/dynamic/components/comments-dialog/img/curGreat.png +0 -0
- package/lib/components/dynamic/components/comments-dialog/img/efforts.png +0 -0
- package/lib/components/dynamic/components/comments-dialog/img/good.png +0 -0
- package/lib/components/dynamic/components/comments-dialog/img/great.png +0 -0
- package/lib/components/dynamic/components/comments-dialog/img/halfscore.png +0 -0
- package/lib/components/dynamic/components/comments-dialog/img/loading.gif +0 -0
- package/lib/components/dynamic/components/comments-dialog/img/score.png +0 -0
- package/lib/components/dynamic/components/comments-dialog/img/top.svg +0 -14
- package/lib/components/dynamic/components/comments-dialog/index.css +0 -116
- package/lib/components/dynamic/components/comments-dialog/index.js +0 -208
- package/lib/components/dynamic/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/constant.js +0 -31
- package/lib/components/dynamic/dynamic-item/components/okr-progress/index.css +0 -217
- package/lib/components/dynamic/dynamic-item/components/okr-progress/index.js +0 -176
- 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 -27
- 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 -222
- 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 -36
- package/lib/components/dynamic/dynamic-item/components/schedule/index.js +0 -31
- package/lib/components/dynamic/dynamic-item/components/schedule/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/summary-header/constant.js +0 -45
- 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/guide-img.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 -187
- package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +0 -426
- package/lib/components/dynamic/dynamic-item/components/summary-header/operate-record.js +0 -49
- package/lib/components/dynamic/dynamic-item/components/summary-header/request-api.js +0 -23
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.css +0 -30
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.js +0 -57
- 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 -67
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/task-progress/constant.js +0 -29
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.css +0 -310
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.js +0 -193
- package/lib/components/dynamic/dynamic-item/components/task-progress/interface.js +0 -22
- package/lib/components/dynamic/dynamic-item/components/task-progress/render-row.js +0 -80
- package/lib/components/dynamic/dynamic-item/components/task-progress/request-api.js +0 -16
- package/lib/components/dynamic/dynamic-item/components/task-progress/utils.js +0 -158
- 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/come-on-write.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/nice-write.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/img/very-good-write.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.css +0 -115
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.js +0 -212
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.css +0 -43
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.js +0 -49
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/constant.js +0 -61
- 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 -152
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +0 -254
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/util.js +0 -67
- package/lib/components/guide-tip/index.css +0 -68
- package/lib/components/guide-tip/index.js +0 -114
- package/lib/components/import-modal/helper.js +0 -170
- 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 -146
- package/lib/components/import-modal/import-task-modal/index.css +0 -18
- package/lib/components/import-modal/import-task-modal/index.js +0 -251
- package/lib/components/import-modal/import-task-modal/search-form.js +0 -142
- 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 -206
- 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 -89
- 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 -84
- 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 -269
- package/lib/components/import-modal/tree/okr-tree/search-form.js +0 -169
- package/lib/components/import-modal/tree/task-work-tree/index.css +0 -124
- package/lib/components/import-modal/tree/task-work-tree/index.js +0 -190
- 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 -65
- package/lib/components/import-modal/tree-node/kr-node/index.js +0 -112
- 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 -53
- package/lib/components/import-modal/tree-node/o-node/index.js +0 -142
- 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 -78
- package/lib/components/menus/components/menu-tree/tree-node/summary-share.js +0 -78
- 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 -243
- package/lib/components/menus/export-modules/summary-menus/index.css +0 -9
- package/lib/components/menus/export-modules/summary-menus/index.js +0 -136
- package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +0 -76
- package/lib/components/menus/export-modules/summary-menus/menus.js +0 -251
- package/lib/components/menus/export-modules/summary-menus/request-api.js +0 -17
- package/lib/components/menus/export-modules/summary-menus/subordinate-menus/helper.js +0 -28
- package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.css +0 -14
- package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +0 -201
- package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +0 -250
- package/lib/components/nav-top/components/app-center/images/demo.png +0 -0
- 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 -120
- package/lib/components/new-confidence/interface.js +0 -5
- package/lib/components/picker/components/cross.svg +0 -17
- package/lib/components/picker/components/panels/week-panel/index.css +0 -51
- package/lib/components/picker/components/panels/week-panel/index.js +0 -63
- package/lib/components/picker/components/panels/week-panel/utils.js +0 -153
- package/lib/components/picker/components/panels/week-panel/week-body.js +0 -79
- package/lib/components/picker/components/panels/week-panel/week-head.js +0 -80
- package/lib/components/picker/range-picker/components/picker-trigger/index.css +0 -97
- package/lib/components/picker/range-picker/components/picker-trigger/index.js +0 -109
- package/lib/components/picker/range-picker/components/placeholder/index.js +0 -91
- package/lib/components/picker/range-picker/components/select-input/index.js +0 -79
- package/lib/components/picker/range-picker/components/shortcuts/index.js +0 -45
- package/lib/components/picker/range-picker/index.css +0 -158
- package/lib/components/picker/range-picker/index.js +0 -263
- package/lib/components/promise-confirm/index.css +0 -0
- package/lib/components/promise-confirm/index.js +0 -117
- package/lib/components/promise-confirm/interface.js +0 -5
- package/lib/components/rate/index.css +0 -111
- package/lib/components/rate/index.js +0 -52
- package/lib/components/regulation-setting-item/index.css +0 -33
- package/lib/components/regulation-setting-item/index.js +0 -37
- package/lib/components/rich-editor-at/components/index.css +0 -67
- package/lib/components/rich-editor-at/components/index.js +0 -189
- package/lib/components/rich-editor-at/index.css +0 -40
- package/lib/components/rich-editor-at/index.js +0 -113
- package/lib/components/rich-editor-upload/index.css +0 -11
- package/lib/components/rich-editor-upload/index.js +0 -87
- package/lib/components/write-summary-modal/constants.js +0 -21
- package/lib/components/write-summary-modal/index.css +0 -80
- package/lib/components/write-summary-modal/index.js +0 -167
- package/lib/components/write-summary-modal/interface.js +0 -19
- package/lib/components/write-summary-modal/request-api.js +0 -18
- package/lib/components/write-summary-modal/utils.js +0 -32
- package/lib/utils/planDataJson.js +0 -1
|
@@ -17,10 +17,6 @@ var _monthPanel = _interopRequireDefault(require("./components/panels/month-pane
|
|
|
17
17
|
|
|
18
18
|
var _yearPanel = _interopRequireDefault(require("./components/panels/year-panel"));
|
|
19
19
|
|
|
20
|
-
var _weekPanel = _interopRequireDefault(require("./components/panels/week-panel"));
|
|
21
|
-
|
|
22
|
-
var _context = _interopRequireDefault(require("./context"));
|
|
23
|
-
|
|
24
20
|
var _utils = require("./utils");
|
|
25
21
|
|
|
26
22
|
require("./index.css");
|
|
@@ -44,35 +40,26 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
44
40
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
45
41
|
|
|
46
42
|
var PickerPanels = function PickerPanels(props) {
|
|
47
|
-
var _props$
|
|
48
|
-
|
|
43
|
+
var _props$mode = props.mode,
|
|
44
|
+
mode = _props$mode === void 0 ? "date" : _props$mode,
|
|
49
45
|
onChange = props.onChange,
|
|
50
46
|
onClose = props.onClose,
|
|
51
|
-
settingType = props.settingType,
|
|
52
47
|
_props$value = props.value,
|
|
53
|
-
value = _props$value === void 0 ?
|
|
48
|
+
value = _props$value === void 0 ? (0, _moment["default"])() : _props$value;
|
|
54
49
|
|
|
55
|
-
var
|
|
56
|
-
format = _useContext.format;
|
|
57
|
-
|
|
58
|
-
var _useState = (0, _react.useState)(picker),
|
|
50
|
+
var _useState = (0, _react.useState)(mode),
|
|
59
51
|
_useState2 = _slicedToArray(_useState, 2),
|
|
60
52
|
pickerMode = _useState2[0],
|
|
61
53
|
setPickerMode = _useState2[1];
|
|
62
54
|
|
|
63
|
-
var _useState3 = (0, _react.useState)(value),
|
|
55
|
+
var _useState3 = (0, _react.useState)(value ? (0, _moment["default"])(value) : (0, _moment["default"])()),
|
|
64
56
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
65
57
|
viewDate = _useState4[0],
|
|
66
58
|
setViewDate = _useState4[1];
|
|
67
59
|
|
|
68
|
-
var _useState5 = (0, _react.useState)(),
|
|
69
|
-
_useState6 = _slicedToArray(_useState5, 2),
|
|
70
|
-
selectWeekDate = _useState6[0],
|
|
71
|
-
setSelectWeekDate = _useState6[1];
|
|
72
|
-
|
|
73
60
|
var onViewDateChange = function onViewDateChange(date) {
|
|
74
61
|
setViewDate(function () {
|
|
75
|
-
return
|
|
62
|
+
return date;
|
|
76
63
|
});
|
|
77
64
|
};
|
|
78
65
|
|
|
@@ -83,14 +70,16 @@ var PickerPanels = function PickerPanels(props) {
|
|
|
83
70
|
};
|
|
84
71
|
|
|
85
72
|
var onCloseHandler = function onCloseHandler() {
|
|
86
|
-
if (pickerMode ===
|
|
87
|
-
onClose
|
|
73
|
+
if (pickerMode === mode) {
|
|
74
|
+
if (onClose) {
|
|
75
|
+
onClose();
|
|
76
|
+
}
|
|
88
77
|
}
|
|
89
78
|
};
|
|
90
79
|
|
|
91
80
|
var onDateSelect = function onDateSelect(date) {
|
|
92
81
|
if (onChange) {
|
|
93
|
-
onChange(
|
|
82
|
+
onChange(date);
|
|
94
83
|
}
|
|
95
84
|
|
|
96
85
|
onCloseHandler();
|
|
@@ -98,15 +87,15 @@ var PickerPanels = function PickerPanels(props) {
|
|
|
98
87
|
|
|
99
88
|
var onMonthSelect = function onMonthSelect(date) {
|
|
100
89
|
setViewDate(function () {
|
|
101
|
-
return
|
|
90
|
+
return date;
|
|
102
91
|
});
|
|
103
92
|
|
|
104
|
-
if (
|
|
105
|
-
onPanelChange(date,
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
onChange(
|
|
93
|
+
if (mode !== "month") {
|
|
94
|
+
onPanelChange(date, "date");
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
if (onChange) {
|
|
98
|
+
onChange(date);
|
|
110
99
|
}
|
|
111
100
|
|
|
112
101
|
onCloseHandler();
|
|
@@ -114,21 +103,13 @@ var PickerPanels = function PickerPanels(props) {
|
|
|
114
103
|
|
|
115
104
|
var onYearSelect = function onYearSelect(date) {
|
|
116
105
|
setViewDate(function () {
|
|
117
|
-
return
|
|
106
|
+
return date;
|
|
118
107
|
});
|
|
119
108
|
|
|
120
|
-
if (
|
|
121
|
-
onPanelChange(date,
|
|
122
|
-
} else if (onChange) {
|
|
123
|
-
onChange([date]);
|
|
109
|
+
if (mode !== "year") {
|
|
110
|
+
onPanelChange(date, "month");
|
|
124
111
|
}
|
|
125
112
|
|
|
126
|
-
onCloseHandler();
|
|
127
|
-
};
|
|
128
|
-
|
|
129
|
-
var onWeekSelect = function onWeekSelect(date, year) {
|
|
130
|
-
setSelectWeekDate(date);
|
|
131
|
-
|
|
132
113
|
if (onChange) {
|
|
133
114
|
onChange(date);
|
|
134
115
|
}
|
|
@@ -136,93 +117,66 @@ var PickerPanels = function PickerPanels(props) {
|
|
|
136
117
|
onCloseHandler();
|
|
137
118
|
};
|
|
138
119
|
|
|
139
|
-
var onSelectChange = function onSelectChange(date, type
|
|
120
|
+
var onSelectChange = function onSelectChange(date, type) {
|
|
140
121
|
switch (type) {
|
|
141
|
-
case
|
|
122
|
+
case "date":
|
|
142
123
|
onDateSelect(date);
|
|
143
124
|
break;
|
|
144
125
|
|
|
145
|
-
case
|
|
126
|
+
case "month":
|
|
146
127
|
onMonthSelect(date);
|
|
147
128
|
break;
|
|
148
129
|
|
|
149
|
-
case
|
|
130
|
+
case "year":
|
|
150
131
|
onYearSelect(date);
|
|
151
132
|
break;
|
|
152
133
|
|
|
153
|
-
case 'week':
|
|
154
|
-
onWeekSelect(date, year);
|
|
155
|
-
break;
|
|
156
|
-
|
|
157
134
|
default:
|
|
158
135
|
break;
|
|
159
136
|
}
|
|
160
137
|
};
|
|
161
138
|
|
|
162
|
-
var
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
});
|
|
195
|
-
break;
|
|
196
|
-
|
|
197
|
-
case 'week':
|
|
198
|
-
panel = /*#__PURE__*/_react["default"].createElement(_weekPanel["default"], {
|
|
199
|
-
viewDate: viewDate,
|
|
200
|
-
onSelect: onSelectChange,
|
|
201
|
-
onViewDateChange: onViewDateChange,
|
|
202
|
-
onPanelChange: onPanelChange,
|
|
203
|
-
valueTypeIsRange: true,
|
|
204
|
-
selectWeekDate: selectWeekDate
|
|
205
|
-
});
|
|
139
|
+
var panel;
|
|
140
|
+
|
|
141
|
+
switch (pickerMode) {
|
|
142
|
+
case "date":
|
|
143
|
+
panel = /*#__PURE__*/_react["default"].createElement(_datePanel["default"], {
|
|
144
|
+
viewDate: viewDate,
|
|
145
|
+
onSelect: onSelectChange,
|
|
146
|
+
onViewDateChange: onViewDateChange,
|
|
147
|
+
onPanelChange: onPanelChange
|
|
148
|
+
});
|
|
149
|
+
break;
|
|
150
|
+
|
|
151
|
+
case "month":
|
|
152
|
+
panel = /*#__PURE__*/_react["default"].createElement(_monthPanel["default"], {
|
|
153
|
+
viewDate: viewDate,
|
|
154
|
+
onSelect: onSelectChange,
|
|
155
|
+
onViewDateChange: onViewDateChange,
|
|
156
|
+
onPanelChange: onPanelChange
|
|
157
|
+
});
|
|
158
|
+
break;
|
|
159
|
+
|
|
160
|
+
case "year":
|
|
161
|
+
panel = /*#__PURE__*/_react["default"].createElement(_yearPanel["default"], {
|
|
162
|
+
viewDate: viewDate,
|
|
163
|
+
onSelect: onSelectChange,
|
|
164
|
+
onViewDateChange: onViewDateChange
|
|
165
|
+
});
|
|
166
|
+
break;
|
|
167
|
+
|
|
168
|
+
default:
|
|
169
|
+
break;
|
|
170
|
+
}
|
|
206
171
|
|
|
207
|
-
default:
|
|
208
|
-
break;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
return panel;
|
|
212
|
-
}, [pickerMode, viewDate, selectWeekDate]);
|
|
213
|
-
(0, _react.useEffect)(function () {
|
|
214
|
-
if (typeof value[0] === 'string') {
|
|
215
|
-
setSelectWeekDate(value);
|
|
216
|
-
}
|
|
217
|
-
}, [value]);
|
|
218
172
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
219
173
|
className: _utils.PickerClass
|
|
220
|
-
},
|
|
174
|
+
}, panel);
|
|
221
175
|
};
|
|
222
176
|
|
|
223
177
|
PickerPanels.defaultProps = {
|
|
224
|
-
|
|
225
|
-
value:
|
|
178
|
+
mode: "date",
|
|
179
|
+
value: (0, _moment["default"])()
|
|
226
180
|
};
|
|
227
181
|
var _default = PickerPanels;
|
|
228
182
|
exports["default"] = _default;
|
|
@@ -25,7 +25,7 @@ var _utils = require("./utils");
|
|
|
25
25
|
|
|
26
26
|
require("./index.css");
|
|
27
27
|
|
|
28
|
-
var _excluded = ["
|
|
28
|
+
var _excluded = ["onChange", "format", "value", "mode", "children", "popupPlacement", "direction", "onPopupVisibleChange", "visible"];
|
|
29
29
|
|
|
30
30
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
31
31
|
|
|
@@ -52,17 +52,16 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
|
|
|
52
52
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
53
53
|
|
|
54
54
|
var Picker = function Picker(props) {
|
|
55
|
-
var
|
|
56
|
-
direction = props.direction,
|
|
57
|
-
displayMode = props.displayMode,
|
|
55
|
+
var onChange = props.onChange,
|
|
58
56
|
format = props.format,
|
|
59
|
-
picker = props.picker,
|
|
60
|
-
popupPlacement = props.popupPlacement,
|
|
61
|
-
settingType = props.settingType,
|
|
62
57
|
value = props.value,
|
|
63
|
-
|
|
64
|
-
|
|
58
|
+
mode = props.mode,
|
|
59
|
+
children = props.children,
|
|
60
|
+
popupPlacement = props.popupPlacement,
|
|
61
|
+
direction = props.direction,
|
|
65
62
|
onPopupVisibleChange = props.onPopupVisibleChange,
|
|
63
|
+
_props$visible = props.visible,
|
|
64
|
+
visible = _props$visible === void 0 ? false : _props$visible,
|
|
66
65
|
restProps = _objectWithoutProperties(props, _excluded);
|
|
67
66
|
|
|
68
67
|
var _useState = (0, _react.useState)(visible),
|
|
@@ -75,23 +74,17 @@ var Picker = function Picker(props) {
|
|
|
75
74
|
return popupPlacement;
|
|
76
75
|
}
|
|
77
76
|
|
|
78
|
-
return direction ===
|
|
77
|
+
return direction === "rtl" ? "bottomRight" : "bottomLeft";
|
|
79
78
|
};
|
|
80
79
|
|
|
81
80
|
var onChangeHandler = function onChangeHandler(date) {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
if (result && result instanceof Promise) {
|
|
85
|
-
result.then(function (res) {
|
|
86
|
-
res && onCloseHandler();
|
|
87
|
-
});
|
|
88
|
-
} else if (result !== false) {
|
|
89
|
-
onCloseHandler();
|
|
81
|
+
if (onChange) {
|
|
82
|
+
onChange(date);
|
|
90
83
|
}
|
|
91
84
|
};
|
|
92
85
|
|
|
93
86
|
var onCloseHandler = function onCloseHandler() {
|
|
94
|
-
|
|
87
|
+
setPopupVisible(false);
|
|
95
88
|
};
|
|
96
89
|
|
|
97
90
|
var handlePopupVisibleChange = function handlePopupVisibleChange(visible) {
|
|
@@ -99,47 +92,40 @@ var Picker = function Picker(props) {
|
|
|
99
92
|
onPopupVisibleChange === null || onPopupVisibleChange === void 0 ? void 0 : onPopupVisibleChange(visible);
|
|
100
93
|
};
|
|
101
94
|
|
|
102
|
-
var popContent = (0, _react.useMemo)(function () {
|
|
103
|
-
return /*#__PURE__*/_react["default"].createElement(_pickerPanels["default"], _extends({
|
|
104
|
-
value: value,
|
|
105
|
-
picker: picker,
|
|
106
|
-
onChange: onChangeHandler,
|
|
107
|
-
onClose: onCloseHandler,
|
|
108
|
-
settingType: settingType
|
|
109
|
-
}, restProps));
|
|
110
|
-
}, [settingType, value, picker]);
|
|
111
95
|
return /*#__PURE__*/_react["default"].createElement(_context["default"].Provider, {
|
|
112
96
|
value: {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
value: value
|
|
97
|
+
value: value,
|
|
98
|
+
mode: mode || "date",
|
|
99
|
+
format: format
|
|
117
100
|
}
|
|
118
|
-
},
|
|
101
|
+
}, /*#__PURE__*/_react["default"].createElement(_popup["default"], _extends({
|
|
119
102
|
extraClass: (0, _classnames["default"])(_utils.PickerDropdownClass),
|
|
120
|
-
popup:
|
|
103
|
+
popup: /*#__PURE__*/_react["default"].createElement(_pickerPanels["default"], _extends({
|
|
104
|
+
value: value,
|
|
105
|
+
mode: mode
|
|
106
|
+
}, restProps, {
|
|
107
|
+
onChange: onChangeHandler,
|
|
108
|
+
onClose: onCloseHandler
|
|
109
|
+
})),
|
|
121
110
|
popupVisible: popupVisible,
|
|
122
111
|
popupPlacement: getPopupPlacement(),
|
|
123
112
|
onPopupVisibleChange: handlePopupVisibleChange
|
|
124
113
|
}, restProps), /*#__PURE__*/_react["default"].createElement(_pickerTrigger["default"], _extends({
|
|
125
|
-
|
|
126
|
-
viewDate: (0, _moment["default"])(value[0]),
|
|
114
|
+
viewDate: (0, _moment["default"])(value),
|
|
127
115
|
onClick: function onClick() {
|
|
128
116
|
return setPopupVisible(true);
|
|
129
117
|
}
|
|
130
|
-
}, restProps), children))
|
|
118
|
+
}, restProps), children)));
|
|
131
119
|
};
|
|
132
120
|
|
|
133
121
|
Picker.defaultProps = {
|
|
134
122
|
children: null,
|
|
135
|
-
value:
|
|
136
|
-
|
|
137
|
-
format:
|
|
123
|
+
value: (0, _moment["default"])(),
|
|
124
|
+
mode: "date",
|
|
125
|
+
format: "YYYY/MM/DD",
|
|
138
126
|
popupStyle: {},
|
|
139
|
-
popupPlacement:
|
|
140
|
-
direction:
|
|
141
|
-
displayMode: 'layer',
|
|
142
|
-
settingType: 'startDate',
|
|
127
|
+
popupPlacement: "bottomLeft",
|
|
128
|
+
direction: "ltr",
|
|
143
129
|
visible: false
|
|
144
130
|
};
|
|
145
131
|
var _default = Picker;
|
|
@@ -3,183 +3,26 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
7
|
-
|
|
8
|
-
var _moment = _interopRequireDefault(require("moment"));
|
|
9
|
-
|
|
10
|
-
var _getLocale = require("../../utils/getLocale");
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
|
-
var PickerClass = 'tita-ui__picker';
|
|
6
|
+
exports.YEAR_DECADE_COUNT = exports.WEEK_DAYS_COUNT = exports.PickerTriggerClass = exports.PickerPanelClass = exports.PickerHeadClass = exports.PickerDropdownClass = exports.PickerClass = exports.PickerCellClass = exports.PickerBodyClass = exports.MONTHDATAMAPEN = exports.MONTHDATAMAP = void 0;
|
|
7
|
+
var PickerClass = "tita-ui__picker";
|
|
15
8
|
exports.PickerClass = PickerClass;
|
|
16
|
-
var PickerHeadClass =
|
|
9
|
+
var PickerHeadClass = "tita-ui__picker-head";
|
|
17
10
|
exports.PickerHeadClass = PickerHeadClass;
|
|
18
|
-
var PickerBodyClass =
|
|
11
|
+
var PickerBodyClass = "tita-ui__picker-body";
|
|
19
12
|
exports.PickerBodyClass = PickerBodyClass;
|
|
20
|
-
var PickerPanelClass =
|
|
13
|
+
var PickerPanelClass = "tita-ui__picker-panel";
|
|
21
14
|
exports.PickerPanelClass = PickerPanelClass;
|
|
22
|
-
var PickerCellClass =
|
|
15
|
+
var PickerCellClass = "tita-ui__picker-cell";
|
|
23
16
|
exports.PickerCellClass = PickerCellClass;
|
|
24
|
-
var PickerTriggerClass =
|
|
17
|
+
var PickerTriggerClass = "tita-ui__picker-trigger";
|
|
25
18
|
exports.PickerTriggerClass = PickerTriggerClass;
|
|
26
|
-
var PickerDropdownClass =
|
|
19
|
+
var PickerDropdownClass = "tita-ui__picker-dropdown";
|
|
27
20
|
exports.PickerDropdownClass = PickerDropdownClass;
|
|
28
|
-
var
|
|
29
|
-
exports.PickerRangesClass = PickerRangesClass;
|
|
30
|
-
var PickerRangeTriggerClass = 'tita-ui__picker-ranges-trigger';
|
|
31
|
-
exports.PickerRangeTriggerClass = PickerRangeTriggerClass;
|
|
32
|
-
var MONTHDATAMAP = ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'];
|
|
21
|
+
var MONTHDATAMAP = ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"];
|
|
33
22
|
exports.MONTHDATAMAP = MONTHDATAMAP;
|
|
34
|
-
var MONTHDATAMAPEN = [
|
|
23
|
+
var MONTHDATAMAPEN = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
|
|
35
24
|
exports.MONTHDATAMAPEN = MONTHDATAMAPEN;
|
|
36
25
|
var WEEK_DAYS_COUNT = 7;
|
|
37
26
|
exports.WEEK_DAYS_COUNT = WEEK_DAYS_COUNT;
|
|
38
27
|
var YEAR_DECADE_COUNT = 10;
|
|
39
|
-
exports.YEAR_DECADE_COUNT = YEAR_DECADE_COUNT;
|
|
40
|
-
var SHORTCUTS;
|
|
41
|
-
exports.SHORTCUTS = SHORTCUTS;
|
|
42
|
-
|
|
43
|
-
(function (SHORTCUTS) {
|
|
44
|
-
SHORTCUTS["CURRENT_YEAR"] = "currentYear";
|
|
45
|
-
SHORTCUTS["CURRENT_MONTH"] = "currentMonth";
|
|
46
|
-
SHORTCUTS["CURRENT_WEEK"] = "currentWeek";
|
|
47
|
-
SHORTCUTS["PREVIOUS_WEEK"] = "prevWeek";
|
|
48
|
-
SHORTCUTS["NEXT_WEEK"] = "nextWeek";
|
|
49
|
-
})(SHORTCUTS || (exports.SHORTCUTS = SHORTCUTS = {}));
|
|
50
|
-
|
|
51
|
-
var getCurrentValues = function getCurrentValues(symbol) {
|
|
52
|
-
return [(0, _moment["default"])().startOf(symbol), (0, _moment["default"])().endOf(symbol)];
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
exports.getCurrentValues = getCurrentValues;
|
|
56
|
-
|
|
57
|
-
var getPreviousValues = function getPreviousValues(symbol) {
|
|
58
|
-
return [(0, _moment["default"])().subtract(1, symbol).startOf(symbol), (0, _moment["default"])().subtract(1, symbol).endOf(symbol)];
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
exports.getPreviousValues = getPreviousValues;
|
|
62
|
-
|
|
63
|
-
var getNextValues = function getNextValues(symbol) {
|
|
64
|
-
return [(0, _moment["default"])().add(1, symbol).startOf(symbol), (0, _moment["default"])().add(1, symbol).endOf(symbol)];
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
exports.getNextValues = getNextValues;
|
|
68
|
-
var RangeSettingTypes;
|
|
69
|
-
exports.RangeSettingTypes = RangeSettingTypes;
|
|
70
|
-
|
|
71
|
-
(function (RangeSettingTypes) {
|
|
72
|
-
RangeSettingTypes["START"] = "startDate";
|
|
73
|
-
RangeSettingTypes["END"] = "endDate";
|
|
74
|
-
})(RangeSettingTypes || (exports.RangeSettingTypes = RangeSettingTypes = {}));
|
|
75
|
-
|
|
76
|
-
var RangePickerShortcutsKeysMapping = function RangePickerShortcutsKeysMapping() {
|
|
77
|
-
return [{
|
|
78
|
-
key: SHORTCUTS.CURRENT_YEAR,
|
|
79
|
-
title: (0, _getLocale.getLocale)('Feed_Tab_Title_Thisyear')
|
|
80
|
-
}, {
|
|
81
|
-
key: SHORTCUTS.CURRENT_MONTH,
|
|
82
|
-
title: (0, _getLocale.getLocale)('Feed_Tab_Title_Thismonth')
|
|
83
|
-
}, {
|
|
84
|
-
key: SHORTCUTS.CURRENT_WEEK,
|
|
85
|
-
title: (0, _getLocale.getLocale)('Feed_Tab_Title_Thisweek')
|
|
86
|
-
}];
|
|
87
|
-
};
|
|
88
|
-
|
|
89
|
-
exports.RangePickerShortcutsKeysMapping = RangePickerShortcutsKeysMapping;
|
|
90
|
-
|
|
91
|
-
var RangeWeekPickerShortcutsKeysMapping = function RangeWeekPickerShortcutsKeysMapping() {
|
|
92
|
-
return [{
|
|
93
|
-
key: SHORTCUTS.PREVIOUS_WEEK,
|
|
94
|
-
title: (0, _getLocale.getLocale)('Rep_NewS_LastWeek')
|
|
95
|
-
}, {
|
|
96
|
-
key: SHORTCUTS.CURRENT_WEEK,
|
|
97
|
-
title: (0, _getLocale.getLocale)('Feed_Tab_Title_Thisweek')
|
|
98
|
-
}, {
|
|
99
|
-
key: SHORTCUTS.NEXT_WEEK,
|
|
100
|
-
title: (0, _getLocale.getLocale)('Mod_NextWeek')
|
|
101
|
-
}];
|
|
102
|
-
};
|
|
103
|
-
|
|
104
|
-
exports.RangeWeekPickerShortcutsKeysMapping = RangeWeekPickerShortcutsKeysMapping;
|
|
105
|
-
|
|
106
|
-
var getPickerDateBySettingType = function getPickerDateBySettingType(params) {
|
|
107
|
-
var _params$defaultValue = params.defaultValue,
|
|
108
|
-
defaultValue = _params$defaultValue === void 0 ? (0, _moment["default"])() : _params$defaultValue,
|
|
109
|
-
_params$format = params.format,
|
|
110
|
-
format = _params$format === void 0 ? 'YYYY/MM/DD' : _params$format,
|
|
111
|
-
settingType = params.settingType,
|
|
112
|
-
values = params.values;
|
|
113
|
-
|
|
114
|
-
if (values instanceof Array && settingType) {
|
|
115
|
-
var valuesLen = values.length;
|
|
116
|
-
var startDate = values[0] || (0, _moment["default"])().format(format);
|
|
117
|
-
var endDate = values[valuesLen - 1] || (0, _moment["default"])().format(format);
|
|
118
|
-
return settingType === RangeSettingTypes.START ? startDate : endDate;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
return defaultValue;
|
|
122
|
-
};
|
|
123
|
-
|
|
124
|
-
exports.getPickerDateBySettingType = getPickerDateBySettingType;
|
|
125
|
-
|
|
126
|
-
var setPickerDateBySettingType = function setPickerDateBySettingType(params) {
|
|
127
|
-
var newDate = params.newDate,
|
|
128
|
-
settingType = params.settingType,
|
|
129
|
-
values = params.values;
|
|
130
|
-
|
|
131
|
-
if (values instanceof Array && settingType) {
|
|
132
|
-
var valuesClone = JSON.parse(JSON.stringify(values));
|
|
133
|
-
var isSettingStart = settingType === RangeSettingTypes.START;
|
|
134
|
-
var updateIndex = isSettingStart ? 0 : 1;
|
|
135
|
-
valuesClone.splice(updateIndex, 1, (0, _moment["default"])(newDate));
|
|
136
|
-
|
|
137
|
-
if (isSettingStart && (0, _moment["default"])(newDate, 'YYYY/MM/DD').isAfter((0, _moment["default"])(valuesClone[1]).format('YYYY/MM/DD'), 'date')) {
|
|
138
|
-
valuesClone[1] = (0, _moment["default"])(newDate);
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
if (!isSettingStart && (0, _moment["default"])(newDate, 'YYYY/MM/DD').isBefore((0, _moment["default"])(valuesClone[0]).format('YYYY/MM/DD'), 'date')) {
|
|
142
|
-
valuesClone[0] = (0, _moment["default"])(newDate);
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
return valuesClone.slice(0, 2);
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
return [(0, _moment["default"])(newDate)];
|
|
149
|
-
};
|
|
150
|
-
|
|
151
|
-
exports.setPickerDateBySettingType = setPickerDateBySettingType;
|
|
152
|
-
|
|
153
|
-
var isCurrentDateInRanges = function isCurrentDateInRanges(params) {
|
|
154
|
-
var _params$format2 = params.format,
|
|
155
|
-
format = _params$format2 === void 0 ? 'YYYY/MM/DD' : _params$format2,
|
|
156
|
-
nowDate = params.nowDate,
|
|
157
|
-
values = params.values;
|
|
158
|
-
var date = typeof nowDate === 'string' ? nowDate : nowDate.format(format);
|
|
159
|
-
var data = {
|
|
160
|
-
inRanges: false,
|
|
161
|
-
rangeStart: false,
|
|
162
|
-
rangeEnd: false
|
|
163
|
-
};
|
|
164
|
-
|
|
165
|
-
if (values instanceof Array) {
|
|
166
|
-
var valuesLen = values.length;
|
|
167
|
-
var startDate = values[0] || '';
|
|
168
|
-
var endDate = values[valuesLen - 1] || '';
|
|
169
|
-
if (!startDate || !endDate || valuesLen < 2) return data;
|
|
170
|
-
|
|
171
|
-
if ((0, _moment["default"])(date).isBetween((0, _moment["default"])(startDate).format(format), (0, _moment["default"])(endDate).format(format), null, '[]')) {
|
|
172
|
-
return {
|
|
173
|
-
inRanges: true,
|
|
174
|
-
rangeStart: (0, _moment["default"])(date).isSame((0, _moment["default"])(startDate).format(format)),
|
|
175
|
-
rangeEnd: (0, _moment["default"])(date).isSame((0, _moment["default"])(endDate).format(format))
|
|
176
|
-
};
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
return data;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
return data;
|
|
183
|
-
};
|
|
184
|
-
|
|
185
|
-
exports.isCurrentDateInRanges = isCurrentDateInRanges;
|
|
28
|
+
exports.YEAR_DECADE_COUNT = YEAR_DECADE_COUNT;
|
|
@@ -45,7 +45,7 @@ var RangeSelectorPop = /*#__PURE__*/function (_PureComponent) {
|
|
|
45
45
|
var _super = _createSuper(RangeSelectorPop);
|
|
46
46
|
|
|
47
47
|
function RangeSelectorPop() {
|
|
48
|
-
var _this;
|
|
48
|
+
var _temp, _this;
|
|
49
49
|
|
|
50
50
|
_classCallCheck(this, RangeSelectorPop);
|
|
51
51
|
|
|
@@ -53,7 +53,7 @@ var RangeSelectorPop = /*#__PURE__*/function (_PureComponent) {
|
|
|
53
53
|
args[_key] = arguments[_key];
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.handleShowPop = function () {
|
|
56
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.handleShowPop = function () {
|
|
57
57
|
var isDisabled = _this.props.isDisabled;
|
|
58
58
|
if (isDisabled) return; // @ts-ignore
|
|
59
59
|
|
|
@@ -61,7 +61,7 @@ var RangeSelectorPop = /*#__PURE__*/function (_PureComponent) {
|
|
|
61
61
|
}, _this.handleHide = function () {
|
|
62
62
|
// @ts-ignore
|
|
63
63
|
_this.refs.pop.hide();
|
|
64
|
-
},
|
|
64
|
+
}, _temp));
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
_createClass(RangeSelectorPop, [{
|
|
@@ -46,7 +46,7 @@ var BlockSchema = /*#__PURE__*/function (_BaseSchema) {
|
|
|
46
46
|
var _super = _createSuper(BlockSchema);
|
|
47
47
|
|
|
48
48
|
function BlockSchema() {
|
|
49
|
-
var _this;
|
|
49
|
+
var _temp, _this;
|
|
50
50
|
|
|
51
51
|
_classCallCheck(this, BlockSchema);
|
|
52
52
|
|
|
@@ -54,7 +54,7 @@ var BlockSchema = /*#__PURE__*/function (_BaseSchema) {
|
|
|
54
54
|
args[_key] = arguments[_key];
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.group = 'block', _this.content = 'inline*', _this.inline = false, _this.defining = true, _this.draggable = false, _this.selectable = false,
|
|
57
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.group = 'block', _this.content = 'inline*', _this.inline = false, _this.defining = true, _this.draggable = false, _this.selectable = false, _temp));
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
_createClass(BlockSchema, [{
|
|
@@ -75,7 +75,7 @@ var InlineSchema = /*#__PURE__*/function (_BaseSchema2) {
|
|
|
75
75
|
var _super2 = _createSuper(InlineSchema);
|
|
76
76
|
|
|
77
77
|
function InlineSchema() {
|
|
78
|
-
var _this2;
|
|
78
|
+
var _temp2, _this2;
|
|
79
79
|
|
|
80
80
|
_classCallCheck(this, InlineSchema);
|
|
81
81
|
|
|
@@ -83,7 +83,7 @@ var InlineSchema = /*#__PURE__*/function (_BaseSchema2) {
|
|
|
83
83
|
args[_key2] = arguments[_key2];
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
return _possibleConstructorReturn(_this2, (_this2 = _super2.call.apply(_super2, [this].concat(args)), _this2.group = 'inline', _this2.inclusive = true,
|
|
86
|
+
return _possibleConstructorReturn(_this2, (_temp2 = _this2 = _super2.call.apply(_super2, [this].concat(args)), _this2.group = 'inline', _this2.inclusive = true, _temp2));
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
_createClass(InlineSchema, [{
|
|
@@ -104,7 +104,7 @@ var AtomSchema = /*#__PURE__*/function (_BaseSchema3) {
|
|
|
104
104
|
var _super3 = _createSuper(AtomSchema);
|
|
105
105
|
|
|
106
106
|
function AtomSchema() {
|
|
107
|
-
var _this3;
|
|
107
|
+
var _temp3, _this3;
|
|
108
108
|
|
|
109
109
|
_classCallCheck(this, AtomSchema);
|
|
110
110
|
|
|
@@ -112,7 +112,7 @@ var AtomSchema = /*#__PURE__*/function (_BaseSchema3) {
|
|
|
112
112
|
args[_key3] = arguments[_key3];
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
return _possibleConstructorReturn(_this3, (_this3 = _super3.call.apply(_super3, [this].concat(args)), _this3.isLeaf = true, _this3.draggable = true,
|
|
115
|
+
return _possibleConstructorReturn(_this3, (_temp3 = _this3 = _super3.call.apply(_super3, [this].concat(args)), _this3.isLeaf = true, _this3.draggable = true, _temp3));
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
return _createClass(AtomSchema);
|