@titaui/pc 1.11.4-1 → 1.11.4-10
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/text-avatar/index.css +7 -0
- package/lib/components/avatar/text-avatar/index.js +32 -7
- package/lib/components/button/rect-btn/index.js +7 -7
- package/lib/components/change-okr-modal/Item.js +15 -15
- package/lib/components/communication/index.js +30 -29
- 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/drawer/index.js +7 -6
- package/lib/components/dynamic/constant.js +13 -6
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +243 -0
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +6 -2
- package/lib/components/dynamic/dynamic-item/dynamic-interview/index.css +22 -7
- package/lib/components/dynamic/dynamic-item/dynamic-interview/index.js +6 -7
- package/lib/components/dynamic/dynamic-item/dynamic-interview/interview-content.js +19 -7
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/img/wifi.svg +24 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.css +61 -0
- package/{es/pages/group-management/page-view/loading → lib/components/dynamic/dynamic-item/dynamic-interview-share}/index.js +40 -11
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/interview-content.js +69 -0
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +6 -6
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +11 -11
- package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +14 -14
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +10 -10
- package/lib/components/dynamic/dynamic-item/index.js +34 -13
- package/lib/components/dynamic/dynamic-list/index.js +5 -13
- package/lib/components/e-priority/index.js +18 -12
- package/lib/components/eReport/eReportLists/reportList.js +3 -3
- package/lib/components/eReport/eReportShare/index.js +11 -11
- package/lib/components/emotions-selector/selector-pop.js +3 -3
- package/lib/components/ereport-list/index.js +3 -3
- package/lib/components/file-list/components/single-file/index.js +11 -11
- package/lib/components/form/form-fields/date/index.js +15 -11
- package/lib/components/form/form-fields/input/index.js +10 -10
- package/lib/components/form/form-fields/user/index.css +22 -2
- package/lib/components/form/form-fields/user/index.js +18 -8
- package/lib/components/form/form-fields/user/user-input.js +15 -6
- package/lib/components/icon-button-list/index.css +2 -57
- package/lib/components/icon-button-list/index.js +10 -7
- package/lib/components/img-viewer/index.css +10 -3
- package/lib/components/img-viewer/index.js +57 -18
- package/lib/components/mblog/components/MblogAction.js +3 -3
- package/lib/components/mblog/index.js +31 -30
- package/lib/components/menus/components/menu-tree/images/interview-menu/my-interview.svg +16 -0
- package/lib/components/menus/components/menu-tree/images/interview-menu/template.svg +16 -0
- package/lib/components/menus/components/menu-tree/images/interview-menu/todo.svg +16 -0
- package/lib/components/menus/components/menu-tree/index.css +4 -2
- package/lib/components/menus/components/menu-tree/tree-node/index.css +85 -1
- package/lib/components/menus/export-modules/interview-menus/constant.js +12 -12
- package/lib/components/menus/export-modules/interview-menus/index.css +7 -0
- package/lib/components/menus/export-modules/interview-menus/index.js +4 -2
- package/lib/components/nav-top/components/menu/index.js +14 -14
- package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +25 -19
- package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +48 -10
- package/lib/components/nav-top/components/user-message/constant.js +1 -0
- package/lib/components/nav-top/components/user-message/hrMessage.js +22 -19
- package/lib/components/nav-top/components/user-message/index.js +23 -20
- package/lib/components/nav-top/request.apis.js +3 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +7 -7
- 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/detail-header/actions.js +62 -66
- package/lib/components/okr-detail/detail-header/index.css +2 -2
- package/lib/components/okr-detail/detail-header/index.js +205 -194
- package/lib/components/okr-detail/index.js +21 -19
- package/lib/components/okr-flow/child-node/index.css +67 -21
- package/lib/components/okr-flow/child-node/work-node.js +61 -24
- package/lib/components/okr-flow/empty/index.css +8 -1
- package/lib/components/okr-flow/export-modal/index.js +42 -18
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.css +3 -1
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +30 -24
- package/lib/components/okr-flow/images/loading-light.gif +0 -0
- package/lib/components/okr-flow/okr-map/index.js +43 -22
- package/lib/components/okr-flow/request-apis.js +15 -8
- package/lib/components/okr-flow/root-node/index.css +2 -2
- package/lib/components/okr-flow/root-node/index.js +26 -25
- package/lib/components/okr-flow/utils/index.js +45 -29
- package/lib/components/okr-flow/utils/tree-handler.js +29 -18
- 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/okrcase-library/index.css +6 -4
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +36 -30
- package/lib/components/pagination/index.css +3 -3
- package/lib/components/pagination/select.css +58 -23
- package/lib/components/period-selector/index.css +9 -3
- package/lib/components/period-selector/index.js +14 -11
- package/lib/components/picker/components/panels/date-panel/date-body.js +21 -19
- package/lib/components/picker/components/panels/date-panel/date-head.js +29 -8
- package/lib/components/picker/components/panels/month-panel/month-body.js +6 -4
- package/lib/components/picker/components/picker-trigger/index.css +15 -0
- package/lib/components/picker/components/picker-trigger/index.js +8 -8
- package/lib/components/popup/index.js +4 -4
- package/lib/components/radio/index.css +9 -9
- 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/ui/Popup/index.js +3 -3
- package/lib/components/scroll-container/index.js +423 -0
- package/lib/components/scroll-container/style.css +35 -0
- package/lib/components/scrollbar/scroll-mask/index.js +1 -1
- package/lib/components/select/Option.js +3 -3
- package/lib/components/superset-charts/components/chart/index.js +1 -1
- package/lib/components/superset-charts/utils/axios.js +5 -13
- package/{es/pages/group-management/page-view/group-empty.js → lib/components/survey-model/contact.js} +54 -27
- package/lib/components/survey-model/index.css +141 -0
- package/lib/components/survey-model/index.js +265 -0
- package/lib/components/survey-model/instance.js +86 -0
- package/lib/components/survey-model/request-api.js +80 -0
- package/lib/components/task-tree/helper.js +61 -0
- package/lib/components/task-tree/images/P1.svg +15 -0
- package/lib/components/task-tree/images/P2.svg +15 -0
- package/lib/components/task-tree/images/P3.svg +15 -0
- package/lib/components/task-tree/images/P4.svg +15 -0
- package/lib/components/task-tree/images/P5.svg +15 -0
- package/lib/components/task-tree/images/arrow.svg +9 -0
- package/lib/components/task-tree/images/empty-131.png +0 -0
- package/lib/components/task-tree/images/followed.svg +33 -0
- package/lib/components/task-tree/images/nice.svg +108 -0
- package/lib/components/task-tree/images/struc12.png +0 -0
- package/lib/components/task-tree/images/struc2.png +0 -0
- package/lib/components/task-tree/images/xialat-s.svg +13 -0
- package/lib/components/task-tree/index.js +22 -0
- package/lib/components/task-tree/mock.js +944 -0
- package/{es/components/okr-detail/e-list → lib/components/task-tree}/precls.js +1 -1
- package/lib/components/task-tree/request-apis.js +88 -0
- package/lib/components/task-tree/task-item-node/constant.js +45 -0
- package/{es/components/okr-detail/components/okr-tree/tree-node/default-node.js → lib/components/task-tree/task-item-node/e-empty.js} +13 -6
- package/{es/components/okr-detail/components/okr-tree/tree-node/e-node → lib/components/task-tree/task-item-node}/e-project.js +63 -51
- package/{es/components/e-status-dropdown/index.js → lib/components/task-tree/task-item-node/e-status-dropdown.js} +13 -13
- package/{es/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js → lib/components/task-tree/task-item-node/e-task.js} +138 -124
- package/{es/components/okr-detail/components/okr-tree/tree-node → lib/components/task-tree/task-item-node}/get-process-color.js +3 -3
- package/lib/components/task-tree/task-item-node/index.css +289 -0
- package/lib/components/task-tree/task-item-node/task-node-render.js +43 -0
- package/lib/components/task-tree/task-tree.css +16 -0
- package/{es/components/okr-detail/components/okr-tree/index.js → lib/components/task-tree/task-tree.js} +17 -16
- package/lib/components/time-picker/index.css +6 -0
- package/lib/components/time-picker/time-picker.js +27 -27
- package/lib/components/tita-chart/errorBoundary/index.js +3 -3
- package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.css +1 -0
- package/lib/components/wechat-btn/index.css +14 -0
- package/lib/components/wechat-btn/index.js +338 -0
- 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/radio.js +3 -3
- package/lib/components-v1/radio/style/index.css +8 -8
- 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 +99 -91
- package/lib/pages/okr-map/export-modules/okr-map/header/index.css +7 -2
- package/lib/pages/okr-map/export-modules/okr-map/header/index.js +73 -34
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +65 -42
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.css +26 -14
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +58 -13
- package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +28 -20
- package/lib/pages/okr-map/number-select/index.css +12 -9
- package/lib/pages/okr-map/number-select/index.js +3 -3
- package/lib/utils/auth.js +65 -8
- package/lib/utils/bs-global.js +18 -6
- package/lib/utils/open-data.js +63 -43
- package/package.json +6 -2
- package/.eslintignore +0 -3
- package/.eslintrc.js +0 -223
- package/.husky/pre-commit +0 -4
- package/.prettierignore +0 -31
- package/.prettierrc.js +0 -90
- package/.vscode/settings.json +0 -5
- package/es/components/cascader/time.js +0 -31
- package/es/components/common-share/request-apis.js +0 -56
- package/es/components/confidence/heart.js +0 -66
- package/es/components/create-okr-modal/fields/index.js +0 -17
- package/es/components/create-okr-modal/utils/getCreateOkrSurpassPercent.js +0 -154
- package/es/components/date-picker/BodyItem.js +0 -121
- package/es/components/date-picker/CalendarBody.js +0 -157
- package/es/components/date-picker/CalendarHeader.js +0 -187
- package/es/components/date-picker/index.js +0 -157
- package/es/components/date-range-picker/index.js +0 -210
- package/es/components/dialog/index.js +0 -119
- package/es/components/dialog-confirm/index.js +0 -154
- package/es/components/drop-selector/icon-item.js +0 -40
- package/es/components/drop-selector/index.js +0 -179
- package/es/components/dynamic/dynamic-like-ranking/mock.js +0 -84
- package/es/components/dynamic/dynamic-liking/mock.js +0 -83
- package/es/components/dynamic/dynamic-topping/request-api.js +0 -36
- package/es/components/e-priority/index.js +0 -88
- package/es/components/grid-layout/commen-components/index.js +0 -73
- package/es/components/grid-layout/image/could.js +0 -8
- package/es/components/grid-layout/image/lv.js +0 -8
- package/es/components/grid-layout/image/tita-mask.js +0 -8
- package/es/components/help-card/request-api.js +0 -35
- package/es/components/icon-button-list/index.js +0 -65
- package/es/components/menus/context.js +0 -18
- package/es/components/menus/precls.js +0 -8
- package/es/components/okr-detail/auth.js +0 -197
- package/es/components/okr-detail/components/ao-nice/index.js +0 -245
- package/es/components/okr-detail/components/block-line/index.js +0 -20
- package/es/components/okr-detail/components/header/index.js +0 -211
- package/es/components/okr-detail/components/icon-text/index.js +0 -116
- package/es/components/okr-detail/components/okr-tree/precls.js +0 -8
- package/es/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +0 -88
- package/es/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +0 -98
- package/es/components/okr-detail/components/okr-tree/tree-node/index.js +0 -90
- package/es/components/okr-detail/components/okr-tree/tree-node/kr-node/get-process-color.js +0 -46
- package/es/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +0 -421
- package/es/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +0 -54
- package/es/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/style.js +0 -62
- package/es/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +0 -94
- package/es/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +0 -273
- package/es/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +0 -207
- package/es/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +0 -236
- package/es/components/okr-detail/components/padding-layout.js +0 -22
- package/es/components/okr-detail/components/tab-panel-content/index.js +0 -27
- package/es/components/okr-detail/context.js +0 -30
- package/es/components/okr-detail/e-list/index.js +0 -243
- package/es/components/okr-detail/e-list/search-form/fields/e-order.js +0 -172
- package/es/components/okr-detail/e-list/search-form/fields/e-status.js +0 -99
- package/es/components/okr-detail/e-list/search-form/fields/e-user.js +0 -49
- package/es/components/okr-detail/e-list/search-form/index.js +0 -143
- package/es/components/okr-detail/error-page/index.js +0 -33
- package/es/components/okr-detail/index.js +0 -428
- package/es/components/okr-detail/loading/index.js +0 -28
- package/es/components/okr-detail/okr-list/add-parent-okr.js +0 -37
- package/es/components/okr-detail/okr-list/create-kr-item/heart.js +0 -38
- package/es/components/okr-detail/okr-list/drag-order-kr.js +0 -62
- package/es/components/okr-detail/okr-list/empty/index.js +0 -48
- package/es/components/okr-detail/okr-list/index.js +0 -524
- package/es/components/okr-detail/okr-list/warp-parent-okr.js +0 -21
- package/es/components/okr-detail/store.js +0 -1
- package/es/components/okr-flow/child-node/fields/creator.js +0 -175
- package/es/components/okr-flow/child-node/fields/okrClassify.js +0 -31
- package/es/components/okr-flow/child-node/fields/okrType.js +0 -21
- package/es/components/okr-flow/child-node/helper.js +0 -35
- package/es/components/okr-flow/child-node/index.js +0 -110
- package/es/components/okr-flow/child-node/kr-node.js +0 -75
- package/es/components/okr-flow/child-node/work-node.js +0 -242
- package/es/components/okr-flow/context.js +0 -14
- package/es/components/okr-flow/empty/index.js +0 -29
- package/es/components/okr-flow/export-modules/okr-search-panel/index.js +0 -394
- package/es/components/okr-flow/index.js +0 -24
- package/es/components/okr-flow/mini-map/index.js +0 -112
- package/es/components/okr-flow/mini-map/map.js +0 -145
- package/es/components/okr-flow/mini-map/mini-node.js +0 -57
- package/es/components/okr-flow/mini-map/utils.js +0 -79
- package/es/components/okr-flow/okr-map/index.js +0 -192
- package/es/components/okr-flow/open-data/index.js +0 -115
- package/es/components/okr-flow/precls.js +0 -8
- package/es/components/okr-flow/request-apis.js +0 -118
- package/es/components/okr-flow/root-node/index.js +0 -229
- package/es/components/okr-flow/utils/config.js +0 -18
- package/es/components/okr-flow/utils/helper.js +0 -36
- package/es/components/okr-flow/utils/index.js +0 -66
- package/es/components/okr-flow/utils/tree-handler.js +0 -323
- package/es/components/okr-progress-modal/helper.js +0 -156
- package/es/components/okr-progress-modal/request-apis.js +0 -34
- package/es/components/okr-share/request-apis.js +0 -56
- package/es/components/okrcase-library/server/network.js +0 -407
- package/es/components/pagination/locale/en_US.js +0 -22
- package/es/components/pagination/locale/zh_CN.js +0 -22
- package/es/components/point-demo/drop-down-box/index.js +0 -159
- package/es/components/point-demo/index.js +0 -533
- package/es/components/point-demo/input/index.js +0 -176
- package/es/components/point-demo/point-demo.js +0 -75
- package/es/components/point-demo/popup/index.js +0 -113
- package/es/components/point-demo/popup/placement.js +0 -44
- package/es/components/range-picker-pop/index.js +0 -273
- package/es/components/scrollbar/simplebar/helpers.js +0 -59
- package/es/components/scrollbar/simplebar/index.js +0 -91
- package/es/components/scrollbar/simplebar/scrollbar-width.js +0 -47
- package/es/components/scrollbar/simplebar/simplebar.js +0 -852
- package/es/components/scrollbar/simplebar-react.js +0 -163
- package/es/components/search-dropdown/index.js +0 -40
- package/es/components/search-input/index.js +0 -126
- package/es/components/select/Option.js +0 -94
- package/es/components/select/index.js +0 -330
- package/es/components/selector-input/debounce.js +0 -36
- package/es/components/selector-input/index.js +0 -109
- package/es/components/slider-input/index.js +0 -119
- package/es/components/switch/index.js +0 -39
- package/es/components/table/index.js +0 -275
- package/es/components/tabs/index.js +0 -63
- package/es/components/task-relation-modal/tree-node/index.js +0 -58
- package/es/components/tita-chart/charts/img/could.js +0 -8
- package/es/components/tooltip/error-tip.js +0 -24
- package/es/components/tooltip/index.js +0 -21
- package/es/components/tree/index.js +0 -79
- package/es/components/tree/precls.js +0 -8
- package/es/components/upvote/request-apis.js +0 -45
- package/es/components/user-selector/action-btns/btn-cancel.js +0 -21
- package/es/components/user-selector/action-btns/btn-ok.js +0 -21
- package/es/components/user-selector/action-btns/index.js +0 -27
- package/es/components/user-selector/context.js +0 -18
- package/es/components/user-selector/empty/group.js +0 -55
- package/es/components/user-selector/empty/index.js +0 -28
- package/es/components/user-selector/export-modules/depart-search-selector/result-part.js +0 -41
- package/es/components/user-selector/export-modules/group-selector/index.js +0 -170
- package/es/components/user-selector/export-modules/group-selector/searched-panel.js +0 -68
- package/es/components/user-selector/export-modules/multiple-user-selector--bak/index.js +0 -246
- package/es/components/user-selector/index.js +0 -25
- package/es/components/user-selector/layout/index.js +0 -25
- package/es/components/user-selector/loading/index.js +0 -18
- package/es/components/user-selector/request-apis.js +0 -180
- package/es/components/user-selector/searched-panel/index.js +0 -139
- package/es/components/user-selector/searched-panel/result-part.js +0 -43
- package/es/components/user-selector/select-tree/selected-tree/index.js +0 -91
- package/es/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +0 -48
- package/es/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +0 -27
- package/es/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +0 -57
- package/es/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +0 -93
- package/es/components/user-selector/utils.js +0 -139
- package/es/components/viewer/ImageListRender.js +0 -143
- package/es/components/viewer/index.js +0 -168
- package/es/components/word-cloud/index.js +0 -109
- package/es/components/word-cloud/request-apis.js +0 -26
- package/es/components-v1/animate/AnimateChild.js +0 -76
- package/es/components-v1/animate/animate.js +0 -148
- package/es/components-v1/animate/index.js +0 -13
- package/es/components-v1/dom/index.js +0 -30
- package/es/components-v1/placement/index.js +0 -13
- package/es/components-v1/placement/placement.js +0 -111
- package/es/components-v1/placement/placementInner.js +0 -139
- package/es/components-v1/pop/Pop.js +0 -246
- package/es/components-v1/pop/PopInner.js +0 -163
- package/es/components-v1/pop/index.js +0 -13
- package/es/components-v1/progress/CircleProgress.js +0 -152
- package/es/components-v1/progress/LineProgress.js +0 -83
- package/es/components-v1/progress/index.js +0 -80
- package/es/components-v1/select/Option.js +0 -94
- package/es/components-v1/select/index.js +0 -330
- package/es/components-v1/utils/animate/animate.js +0 -103
- package/es/components-v1/utils/animate/event.js +0 -79
- package/es/components-v1/utils/dom/index.js +0 -30
- package/es/components-v1/utils/placement/autoAdjustPlacement.js +0 -93
- package/es/components-v1/utils/placement/getContainerVisibleArea.js +0 -22
- package/es/components-v1/utils/placement/getExpectPlacement.js +0 -49
- package/es/components-v1/utils/placement/getPlacementInContainer.js +0 -26
- package/es/components-v1/utils/placement/placement.js +0 -76
- package/es/index.js +0 -777
- package/es/pages/appointment-demo/drop-down-box/index.js +0 -159
- package/es/pages/appointment-demo/index.js +0 -649
- package/es/pages/appointment-demo/input/index.js +0 -176
- package/es/pages/appointment-demo/popup/index.js +0 -113
- package/es/pages/appointment-demo/popup/placement.js +0 -44
- package/es/pages/group-management/components/checkbox/index.js +0 -28
- package/es/pages/group-management/components/input-form/index.js +0 -174
- package/es/pages/group-management/components/radio/index.js +0 -21
- package/es/pages/group-management/components/table/index.js +0 -174
- package/es/pages/group-management/groupInterface.js +0 -293
- package/es/pages/group-management/index.js +0 -13
- package/es/pages/group-management/page-view/empty.js +0 -111
- package/es/pages/group-management/page-view/importGroupStaff/index.js +0 -208
- package/es/pages/group-management/page-view/index.js +0 -412
- package/es/pages/group-management/table/index.js +0 -104
- package/es/pages/group-management/tree/add-group-dialog/index.js +0 -153
- package/es/pages/group-management/tree/delete-group-dialog/index.js +0 -82
- package/es/pages/group-management/tree/edit-group-dialog/index.js +0 -155
- package/es/pages/group-management/tree/group-form/index.js +0 -207
- package/es/pages/group-management/tree/index.js +0 -168
- package/es/pages/group-management/tree/operation-panel.js +0 -41
- package/es/pages/group-management/tree/trigger-render.js +0 -99
- package/es/pages/like-ranking/mock.js +0 -366
- package/es/pages/okr-map/export-modules/index.js +0 -1
- package/es/pages/okr-map/export-modules/okr-map/header/index.js +0 -182
- package/es/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +0 -47
- package/es/pages/okr-map/export-modules/okr-map/okr-map.js +0 -497
- package/es/pages/okr-map/export-modules/share-okr-page/header/index.js +0 -69
- package/es/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +0 -168
- package/es/pages/okr-map/hooks/useStorage.js +0 -96
- package/es/pages/okr-map/index.js +0 -18
- package/es/pages/okr-map/level2-search/depart.js +0 -53
- package/es/pages/okr-map/level2-search/group.js +0 -69
- package/es/pages/okr-map/level2-search/index.js +0 -51
- package/es/pages/okr-map/level2-search/level2-input.js +0 -46
- package/es/pages/okr-map/level2-search/user.js +0 -54
- package/es/pages/okr-map/no-okr/index.js +0 -24
- package/es/pages/okr-map/number-select/index.js +0 -81
- package/es/pages/okr-map/open-data/index.js +0 -115
- package/es/pages/okr-map/precls.js +0 -8
- package/es/pages/okr-map/request-apis.js +0 -76
- package/es/pages/okr-map/share-dialog/index.js +0 -122
- package/es/pages/okr-map/unsupport-ie/index.js +0 -83
- package/es/pages/okr-map/utils.js +0 -51
- package/es/utils/auth.js +0 -294
- package/es/utils/bs-global.js +0 -114
- package/es/utils/local-storage.js +0 -42
- package/es/utils/mblog.js +0 -33
- package/es/utils/mock-bsglobal.js +0 -1837
- package/es/utils/open-data.js +0 -341
- package/es/utils/request-v1.js +0 -115
- package/es/utils/request.js +0 -183
- package/es/utils/tools.js +0 -286
- package/yarn-error.log +0 -21252
|
@@ -1,428 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports["default"] = void 0;
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
|
-
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
-
|
|
14
|
-
var _context = require("./context");
|
|
15
|
-
|
|
16
|
-
var _header = _interopRequireDefault(require("./components/header"));
|
|
17
|
-
|
|
18
|
-
var _tabs = _interopRequireWildcard(require("../tabs"));
|
|
19
|
-
|
|
20
|
-
var _tabPanelContent = _interopRequireDefault(require("./components/tab-panel-content"));
|
|
21
|
-
|
|
22
|
-
var _baseInfo = _interopRequireDefault(require("./base-info"));
|
|
23
|
-
|
|
24
|
-
var _schedule = _interopRequireDefault(require("./schedule"));
|
|
25
|
-
|
|
26
|
-
var _requestApis = require("./request-apis");
|
|
27
|
-
|
|
28
|
-
var _okrReview = _interopRequireDefault(require("../okr-review"));
|
|
29
|
-
|
|
30
|
-
var _reportList = _interopRequireDefault(require("../eReport/eReportLists/reportList"));
|
|
31
|
-
|
|
32
|
-
var _cooperation = _interopRequireDefault(require("./cooperation"));
|
|
33
|
-
|
|
34
|
-
var _detailFooter = _interopRequireDefault(require("./detail-footer"));
|
|
35
|
-
|
|
36
|
-
var _eList = _interopRequireDefault(require("./e-list"));
|
|
37
|
-
|
|
38
|
-
var _okrList = _interopRequireDefault(require("./okr-list"));
|
|
39
|
-
|
|
40
|
-
var _detailHeader = _interopRequireDefault(require("./detail-header"));
|
|
41
|
-
|
|
42
|
-
var _context2 = _interopRequireDefault(require("../drawer-manager/context"));
|
|
43
|
-
|
|
44
|
-
var _errorPage = _interopRequireDefault(require("./error-page"));
|
|
45
|
-
|
|
46
|
-
var _loading = _interopRequireDefault(require("./loading"));
|
|
47
|
-
|
|
48
|
-
var _aoNice = _interopRequireDefault(require("./components/ao-nice"));
|
|
49
|
-
|
|
50
|
-
var _getLocale = require("../../utils/getLocale");
|
|
51
|
-
|
|
52
|
-
require("./index.scss");
|
|
53
|
-
|
|
54
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
55
|
-
|
|
56
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
57
|
-
|
|
58
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
59
|
-
|
|
60
|
-
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; }
|
|
61
|
-
|
|
62
|
-
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; }
|
|
63
|
-
|
|
64
|
-
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; }
|
|
65
|
-
|
|
66
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
67
|
-
|
|
68
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
69
|
-
|
|
70
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
71
|
-
|
|
72
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
73
|
-
|
|
74
|
-
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
75
|
-
|
|
76
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
77
|
-
|
|
78
|
-
var preCls = "okr-detail"; // E周报和复盘开关
|
|
79
|
-
|
|
80
|
-
var EWorkReport = BSGlobal.OkrAdvancedSetting ? BSGlobal.OkrAdvancedSetting.KRSetting.EWorkReport : false;
|
|
81
|
-
var OkrAnalyse = BSGlobal.OkrAdvancedSetting ? BSGlobal.OkrAdvancedSetting.KRSetting.OkrAnalyse : false;
|
|
82
|
-
var source = window.BSGlobal.tenantInfo.Source;
|
|
83
|
-
|
|
84
|
-
function OkrDetail(props) {
|
|
85
|
-
var okrId = props.okrId;
|
|
86
|
-
|
|
87
|
-
var _useState = (0, _react.useState)(true),
|
|
88
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
89
|
-
loading = _useState2[0],
|
|
90
|
-
setLoading = _useState2[1];
|
|
91
|
-
|
|
92
|
-
var _useState3 = (0, _react.useState)({}),
|
|
93
|
-
_useState4 = _slicedToArray(_useState3, 2),
|
|
94
|
-
okrInfo = _useState4[0],
|
|
95
|
-
setOkrInfo = _useState4[1];
|
|
96
|
-
|
|
97
|
-
var _useState5 = (0, _react.useState)(props.activeTabKey || "okr"),
|
|
98
|
-
_useState6 = _slicedToArray(_useState5, 2),
|
|
99
|
-
activeTabKey = _useState6[0],
|
|
100
|
-
setActiveTabKey = _useState6[1];
|
|
101
|
-
|
|
102
|
-
var drawerManagerContext = (0, _react.useContext)(_context2["default"]);
|
|
103
|
-
|
|
104
|
-
var _useState7 = (0, _react.useState)(""),
|
|
105
|
-
_useState8 = _slicedToArray(_useState7, 2),
|
|
106
|
-
errorMsg = _useState8[0],
|
|
107
|
-
setErrorMsg = _useState8[1];
|
|
108
|
-
|
|
109
|
-
var changeTabActive = function changeTabActive(key) {
|
|
110
|
-
if (!"okr,exec,progress,cooperation,eReport,review,baseInfo".match(key)) {
|
|
111
|
-
return console.log("\u672A\u627E\u5230\u5BF9\u5E94\u7684tab\u9875\u7B7E: ".concat(key));
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
drawerManagerContext && drawerManagerContext.saveProps({
|
|
115
|
-
activeTabKey: key
|
|
116
|
-
});
|
|
117
|
-
setActiveTabKey(key);
|
|
118
|
-
|
|
119
|
-
if (key == "cooperation") {
|
|
120
|
-
bottomReply.current.show(undefined, false);
|
|
121
|
-
} else {
|
|
122
|
-
bottomReply.current.hide();
|
|
123
|
-
}
|
|
124
|
-
};
|
|
125
|
-
|
|
126
|
-
(0, _react.useEffect)(function () {
|
|
127
|
-
setActiveTabKey(props.activeTabKey);
|
|
128
|
-
}, [props.activeTabKey]);
|
|
129
|
-
|
|
130
|
-
var _useState9 = (0, _react.useState)({}),
|
|
131
|
-
_useState10 = _slicedToArray(_useState9, 2),
|
|
132
|
-
generalPrincipalUser = _useState10[0],
|
|
133
|
-
setGeneralPrincipalUser = _useState10[1]; // 负责人
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
var _useState11 = (0, _react.useState)(),
|
|
137
|
-
_useState12 = _slicedToArray(_useState11, 2),
|
|
138
|
-
generalOkrClassify = _useState12[0],
|
|
139
|
-
setGeneralOkrClassify = _useState12[1]; // 类别
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
var _useState13 = (0, _react.useState)(),
|
|
143
|
-
_useState14 = _slicedToArray(_useState13, 2),
|
|
144
|
-
generalVisibility = _useState14[0],
|
|
145
|
-
setGeneralVisibility = _useState14[1]; // 可见范围
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
var _useState15 = (0, _react.useState)(),
|
|
149
|
-
_useState16 = _slicedToArray(_useState15, 2),
|
|
150
|
-
generalOkrType = _useState16[0],
|
|
151
|
-
setGeneralOkrType = _useState16[1]; // 目标类型
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
var _useState17 = (0, _react.useState)(false),
|
|
155
|
-
_useState18 = _slicedToArray(_useState17, 2),
|
|
156
|
-
showOkrEvalute = _useState18[0],
|
|
157
|
-
setShowOkrEvalute = _useState18[1];
|
|
158
|
-
|
|
159
|
-
var _useState19 = (0, _react.useState)(),
|
|
160
|
-
_useState20 = _slicedToArray(_useState19, 2),
|
|
161
|
-
generalCycle = _useState20[0],
|
|
162
|
-
setGeneralCycle = _useState20[1]; // 目标周期
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
var _useState21 = (0, _react.useState)(),
|
|
166
|
-
_useState22 = _slicedToArray(_useState21, 2),
|
|
167
|
-
generalParent = _useState22[0],
|
|
168
|
-
setGeneralParent = _useState22[1]; // 对齐目标
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
var _useState23 = (0, _react.useState)(),
|
|
172
|
-
_useState24 = _slicedToArray(_useState23, 2),
|
|
173
|
-
generalRoleType = _useState24[0],
|
|
174
|
-
setGeneralRoleType = _useState24[1]; // 计算元素的ref,用于实现 tabs 吸顶,点赞吸底
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
var tabRef = (0, _react.useRef)();
|
|
178
|
-
var tabsContnetRef = (0, _react.useRef)();
|
|
179
|
-
var bodyRef = (0, _react.useRef)();
|
|
180
|
-
var bottomReply = (0, _react.useRef)();
|
|
181
|
-
var communicationRef = (0, _react.useRef)();
|
|
182
|
-
var okrListRef = (0, _react.useRef)();
|
|
183
|
-
var onAfterReply = (0, _react.useCallback)(function () {
|
|
184
|
-
communicationRef && communicationRef.current && communicationRef.current.refresh();
|
|
185
|
-
setActiveTabKey("cooperation");
|
|
186
|
-
}, []);
|
|
187
|
-
|
|
188
|
-
var getData = function getData() {
|
|
189
|
-
(0, _requestApis.getOkrDetail)({
|
|
190
|
-
okrId: okrId
|
|
191
|
-
}).then(function (detailInfo) {
|
|
192
|
-
setOkrInfo(detailInfo);
|
|
193
|
-
setLoading(false);
|
|
194
|
-
})["catch"](function (e) {
|
|
195
|
-
setErrorMsg(e);
|
|
196
|
-
console.error(e);
|
|
197
|
-
});
|
|
198
|
-
};
|
|
199
|
-
|
|
200
|
-
var refreshAll = function refreshAll() {
|
|
201
|
-
getData();
|
|
202
|
-
};
|
|
203
|
-
|
|
204
|
-
(0, _react.useEffect)(function () {
|
|
205
|
-
setLoading(true);
|
|
206
|
-
getData();
|
|
207
|
-
}, []);
|
|
208
|
-
(0, _react.useEffect)(function () {
|
|
209
|
-
if (!okrInfo || !okrInfo.workId) return;
|
|
210
|
-
setGeneralPrincipalUser(okrInfo.principalUser); // 负责人
|
|
211
|
-
|
|
212
|
-
setGeneralOkrClassify(okrInfo.okrClassify); // 类别:承诺|愿景
|
|
213
|
-
|
|
214
|
-
setGeneralVisibility({
|
|
215
|
-
visibility: okrInfo.visibility,
|
|
216
|
-
visibilityScope: okrInfo.visibilityScope
|
|
217
|
-
});
|
|
218
|
-
var roleType = 0;
|
|
219
|
-
|
|
220
|
-
if (okrInfo.principalUser.userId == window.BSGlobal.loginUserInfo.Id) {
|
|
221
|
-
roleType = 1;
|
|
222
|
-
} else if (okrInfo.authority.roleRelation) {
|
|
223
|
-
roleType = okrInfo.authority.roleRelation.roleType;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
setGeneralRoleType(roleType);
|
|
227
|
-
setGeneralOkrType({
|
|
228
|
-
okrType: okrInfo.okrType,
|
|
229
|
-
departmentId: okrInfo.departmentId,
|
|
230
|
-
departmentName: okrInfo.departmentName,
|
|
231
|
-
groupId: okrInfo.groupId,
|
|
232
|
-
groupName: okrInfo.groupName
|
|
233
|
-
});
|
|
234
|
-
setGeneralCycle({
|
|
235
|
-
cycleType: okrInfo.cycleType,
|
|
236
|
-
annualNum: okrInfo.annualNum,
|
|
237
|
-
yqmNum: okrInfo.yqmnum,
|
|
238
|
-
// 默认当前季度
|
|
239
|
-
startDate: okrInfo.startDate,
|
|
240
|
-
endDate: okrInfo.endDate
|
|
241
|
-
}); // setGeneralParent({
|
|
242
|
-
// 'parentId': okrInfo.parentKrId || okrInfo.parentId,
|
|
243
|
-
// 'parentType': okrInfo.parentKrId ? 2 : 1, // 1:目标, 2: kr
|
|
244
|
-
// 'parentOkr': okrInfo.parentOkr,
|
|
245
|
-
// 'parentKr': okrInfo.parentKr
|
|
246
|
-
// })
|
|
247
|
-
}, [okrInfo]);
|
|
248
|
-
|
|
249
|
-
var onScrollHandler = function onScrollHandler() {
|
|
250
|
-
// tabs 粘顶
|
|
251
|
-
var tabsNav = tabsContnetRef.current.querySelector(".rc-tabs-nav");
|
|
252
|
-
if (bodyRef.current.scrollTop > 98) tabsNav.classList.add("okr-tabs-fixed-top");else tabsNav.classList.remove("okr-tabs-fixed-top");
|
|
253
|
-
};
|
|
254
|
-
|
|
255
|
-
var handleContainerMouseDown = (0, _react.useCallback)(function () {
|
|
256
|
-
if (activeTabKey == "cooperation") return;
|
|
257
|
-
bottomReply && bottomReply.current && bottomReply.current.hide();
|
|
258
|
-
}, [activeTabKey]);
|
|
259
|
-
|
|
260
|
-
var refreshKrs = function refreshKrs() {
|
|
261
|
-
var active = activeTabKey || "okr";
|
|
262
|
-
|
|
263
|
-
if (active == "okr") {
|
|
264
|
-
okrListRef.current && okrListRef.current.updateKrs();
|
|
265
|
-
}
|
|
266
|
-
};
|
|
267
|
-
|
|
268
|
-
if (errorMsg) return /*#__PURE__*/_react["default"].createElement(_errorPage["default"], {
|
|
269
|
-
message: errorMsg
|
|
270
|
-
});
|
|
271
|
-
return /*#__PURE__*/_react["default"].createElement(_context.CommonContext.Provider, {
|
|
272
|
-
value: _objectSpread(_objectSpread({}, _context.defaultConfig), {}, {
|
|
273
|
-
okrInfo: okrInfo,
|
|
274
|
-
changeTabActive: changeTabActive,
|
|
275
|
-
refreshAll: refreshAll,
|
|
276
|
-
setOkrInfo: setOkrInfo,
|
|
277
|
-
refreshKrs: refreshKrs
|
|
278
|
-
})
|
|
279
|
-
}, /*#__PURE__*/_react["default"].createElement(_context.GeneralDataContext.Provider, {
|
|
280
|
-
value: {
|
|
281
|
-
generalPrincipalUser: generalPrincipalUser,
|
|
282
|
-
setGeneralPrincipalUser: setGeneralPrincipalUser,
|
|
283
|
-
generalOkrClassify: generalOkrClassify,
|
|
284
|
-
setGeneralOkrClassify: setGeneralOkrClassify,
|
|
285
|
-
generalVisibility: generalVisibility,
|
|
286
|
-
setGeneralVisibility: setGeneralVisibility,
|
|
287
|
-
generalOkrType: generalOkrType,
|
|
288
|
-
setGeneralOkrType: setGeneralOkrType,
|
|
289
|
-
generalRoleType: generalRoleType,
|
|
290
|
-
setGeneralRoleType: setGeneralRoleType,
|
|
291
|
-
generalCycle: generalCycle,
|
|
292
|
-
setGeneralCycle: setGeneralCycle,
|
|
293
|
-
generalParent: generalParent,
|
|
294
|
-
setGeneralParent: setGeneralParent,
|
|
295
|
-
showOkrEvalute: showOkrEvalute,
|
|
296
|
-
setShowOkrEvalute: setShowOkrEvalute
|
|
297
|
-
}
|
|
298
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
299
|
-
className: (0, _classnames["default"])(preCls),
|
|
300
|
-
onMouseDown: handleContainerMouseDown
|
|
301
|
-
}, !loading ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_detailHeader["default"], {
|
|
302
|
-
detailInfo: okrInfo
|
|
303
|
-
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
304
|
-
className: (0, _classnames["default"])("".concat(preCls, "__body")),
|
|
305
|
-
onScroll: onScrollHandler,
|
|
306
|
-
ref: bodyRef
|
|
307
|
-
}, /*#__PURE__*/_react["default"].createElement(_header["default"], {
|
|
308
|
-
okrInfo: okrInfo
|
|
309
|
-
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
310
|
-
className: (0, _classnames["default"])("".concat(preCls, "__tabs-content")),
|
|
311
|
-
ref: tabsContnetRef
|
|
312
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
313
|
-
ref: tabRef
|
|
314
|
-
}, /*#__PURE__*/_react["default"].createElement(_tabs["default"], {
|
|
315
|
-
size: "big",
|
|
316
|
-
destroyInactiveTabPane: true,
|
|
317
|
-
activeKey: activeTabKey,
|
|
318
|
-
onChange: changeTabActive,
|
|
319
|
-
tabBarStyle: {
|
|
320
|
-
boxShadow: "0px 0px 24px 0px rgba(127, 145, 180, 0.2)"
|
|
321
|
-
}
|
|
322
|
-
}, /*#__PURE__*/_react["default"].createElement(_tabs.TabPane, {
|
|
323
|
-
tab: "OKRs",
|
|
324
|
-
key: "okr"
|
|
325
|
-
}, /*#__PURE__*/_react["default"].createElement(_tabPanelContent["default"], {
|
|
326
|
-
style: {
|
|
327
|
-
paddingTop: 5
|
|
328
|
-
}
|
|
329
|
-
}, /*#__PURE__*/_react["default"].createElement(_okrList["default"], {
|
|
330
|
-
okrId: okrId,
|
|
331
|
-
okrInfo: okrInfo,
|
|
332
|
-
ref: okrListRef
|
|
333
|
-
}))), /*#__PURE__*/_react["default"].createElement(_tabs.TabPane, {
|
|
334
|
-
tab: (0, _getLocale.getLocale)("OKR_MyO_Exec_Tab_Execution"),
|
|
335
|
-
key: "exec"
|
|
336
|
-
}, /*#__PURE__*/_react["default"].createElement(_tabPanelContent["default"], {
|
|
337
|
-
style: {
|
|
338
|
-
paddingTop: 10
|
|
339
|
-
}
|
|
340
|
-
}, /*#__PURE__*/_react["default"].createElement(_eList["default"], {
|
|
341
|
-
okrId: okrId,
|
|
342
|
-
okrInfo: okrInfo
|
|
343
|
-
}))), /*#__PURE__*/_react["default"].createElement(_tabs.TabPane, {
|
|
344
|
-
tab: (0, _getLocale.getLocale)("Feed_Tab_Title_Progress"),
|
|
345
|
-
key: "progress"
|
|
346
|
-
}, /*#__PURE__*/_react["default"].createElement(_tabPanelContent["default"], {
|
|
347
|
-
style: {
|
|
348
|
-
paddingTop: 0
|
|
349
|
-
}
|
|
350
|
-
}, /*#__PURE__*/_react["default"].createElement(_schedule["default"], {
|
|
351
|
-
okrInfo: okrInfo
|
|
352
|
-
}))), /*#__PURE__*/_react["default"].createElement(_tabs.TabPane, {
|
|
353
|
-
tab: (0, _getLocale.getLocale)("OKR_MyO_KRP_nteract"),
|
|
354
|
-
key: "cooperation"
|
|
355
|
-
}, /*#__PURE__*/_react["default"].createElement(_tabPanelContent["default"], {
|
|
356
|
-
style: {
|
|
357
|
-
marginRight: 32,
|
|
358
|
-
marginLeft: 32
|
|
359
|
-
}
|
|
360
|
-
}, /*#__PURE__*/_react["default"].createElement(_cooperation["default"], {
|
|
361
|
-
feedId: okrInfo.feedId,
|
|
362
|
-
defaultOperationRecordNum: 4,
|
|
363
|
-
onComment: function onComment() {
|
|
364
|
-
var _bottomReply$current;
|
|
365
|
-
|
|
366
|
-
return (_bottomReply$current = bottomReply.current).show.apply(_bottomReply$current, arguments);
|
|
367
|
-
},
|
|
368
|
-
communicationRef: communicationRef
|
|
369
|
-
}))), EWorkReport && source != 861 && /*#__PURE__*/_react["default"].createElement(_tabs.TabPane, {
|
|
370
|
-
tab: (0, _getLocale.getLocale)("OKR_MyO_Ew_Tab_Eweekly"),
|
|
371
|
-
key: "eReport"
|
|
372
|
-
}, /*#__PURE__*/_react["default"].createElement(_tabPanelContent["default"], {
|
|
373
|
-
style: {
|
|
374
|
-
marginRight: 32,
|
|
375
|
-
marginLeft: 32
|
|
376
|
-
}
|
|
377
|
-
}, /*#__PURE__*/_react["default"].createElement(_reportList["default"], {
|
|
378
|
-
okrId: okrInfo.workId,
|
|
379
|
-
okrName: okrInfo.workName,
|
|
380
|
-
isVisible: okrInfo.visibility
|
|
381
|
-
}))), OkrAnalyse && /*#__PURE__*/_react["default"].createElement(_tabs.TabPane, {
|
|
382
|
-
tab: (0, _getLocale.getLocale)("OKR_MyO_KRP_Review"),
|
|
383
|
-
key: "review"
|
|
384
|
-
}, /*#__PURE__*/_react["default"].createElement(_tabPanelContent["default"], {
|
|
385
|
-
style: {
|
|
386
|
-
marginRight: 32,
|
|
387
|
-
marginLeft: 32
|
|
388
|
-
}
|
|
389
|
-
}, /*#__PURE__*/_react["default"].createElement(_okrReview["default"], {
|
|
390
|
-
editAble: true,
|
|
391
|
-
feedId: okrInfo.feedId,
|
|
392
|
-
ObjData: {
|
|
393
|
-
ObjId: okrInfo.workId,
|
|
394
|
-
ObjName: okrInfo.workName,
|
|
395
|
-
ObjType: 62,
|
|
396
|
-
ObjIndex: 0
|
|
397
|
-
},
|
|
398
|
-
defaultRange: {
|
|
399
|
-
startDate: okrInfo.startDate,
|
|
400
|
-
endDate: okrInfo.endDate
|
|
401
|
-
}
|
|
402
|
-
}))), /*#__PURE__*/_react["default"].createElement(_tabs.TabPane, {
|
|
403
|
-
tab: (0, _getLocale.getLocale)("Per_Ass_New_title_text_BasicIn"),
|
|
404
|
-
key: "baseInfo"
|
|
405
|
-
}, /*#__PURE__*/_react["default"].createElement(_tabPanelContent["default"], {
|
|
406
|
-
style: {
|
|
407
|
-
paddingTop: 8
|
|
408
|
-
}
|
|
409
|
-
}, /*#__PURE__*/_react["default"].createElement(_baseInfo["default"], {
|
|
410
|
-
okrId: okrId,
|
|
411
|
-
detailInfo: okrInfo
|
|
412
|
-
}))))), /*#__PURE__*/_react["default"].createElement(_aoNice["default"], {
|
|
413
|
-
activeTab: activeTabKey,
|
|
414
|
-
okrInfo: okrInfo
|
|
415
|
-
}))), /*#__PURE__*/_react["default"].createElement(_detailFooter["default"], {
|
|
416
|
-
feedId: okrInfo.feedId,
|
|
417
|
-
ref: bottomReply,
|
|
418
|
-
onAfterSubmit: onAfterReply,
|
|
419
|
-
isFocusReply: props.activeTabKey === "cooperation"
|
|
420
|
-
})) : /*#__PURE__*/_react["default"].createElement(_loading["default"], {
|
|
421
|
-
type: "zone"
|
|
422
|
-
}))));
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
OkrDetail.EList = _eList["default"];
|
|
426
|
-
OkrDetail.CommonContext = _context.CommonContext;
|
|
427
|
-
var _default = OkrDetail;
|
|
428
|
-
exports["default"] = _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = _default;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
-
|
|
12
|
-
require("./index.scss");
|
|
13
|
-
|
|
14
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
-
|
|
16
|
-
var preCls = "okr-detail__loading";
|
|
17
|
-
|
|
18
|
-
function _default(props) {
|
|
19
|
-
var _props$type = props.type,
|
|
20
|
-
type = _props$type === void 0 ? "zone" : _props$type;
|
|
21
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
22
|
-
className: (0, _classnames["default"])(preCls)
|
|
23
|
-
}, type == "zone" && /*#__PURE__*/_react["default"].createElement("div", {
|
|
24
|
-
className: (0, _classnames["default"])("".concat(preCls, "-zone"))
|
|
25
|
-
}), type == "panel" && /*#__PURE__*/_react["default"].createElement("div", {
|
|
26
|
-
className: (0, _classnames["default"])("".concat(preCls, "-panel"))
|
|
27
|
-
}));
|
|
28
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports["default"] = _default;
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
|
-
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
-
|
|
14
|
-
var _getLocale = require("../../../utils/getLocale");
|
|
15
|
-
|
|
16
|
-
require("./index.scss");
|
|
17
|
-
|
|
18
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
-
|
|
20
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
21
|
-
|
|
22
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
23
|
-
|
|
24
|
-
var preCls = "okr-detail-okrs-list";
|
|
25
|
-
|
|
26
|
-
function _default(props) {
|
|
27
|
-
var _props$onClick = props.onClick,
|
|
28
|
-
onClick = _props$onClick === void 0 ? function () {} : _props$onClick;
|
|
29
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
30
|
-
className: (0, _classnames["default"])("".concat(preCls, "__align-to-add")),
|
|
31
|
-
onClick: onClick
|
|
32
|
-
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
33
|
-
className: (0, _classnames["default"])("".concat(preCls, "__align-to-add-prefix"), "tu-icon-add1")
|
|
34
|
-
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
35
|
-
className: (0, _classnames["default"])("".concat(preCls, "__align-to-add-text"))
|
|
36
|
-
}, (0, _getLocale.getLocale)("Per_Ma_form_newdetail_Addto")));
|
|
37
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports["default"] = _default;
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
|
-
var _heartIcon = _interopRequireDefault(require("./heart-icon.svg"));
|
|
13
|
-
|
|
14
|
-
var _style = require("./style");
|
|
15
|
-
|
|
16
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
-
|
|
18
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
-
|
|
20
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
|
-
|
|
22
|
-
function _default(_ref) {
|
|
23
|
-
var heartOnActive = _ref.heartOnActive,
|
|
24
|
-
setHeartOnActive = _ref.setHeartOnActive,
|
|
25
|
-
confidenceIndex = _ref.confidenceIndex,
|
|
26
|
-
editAble = _ref.editAble;
|
|
27
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
28
|
-
className: "kr-heart-wrapper ".concat(editAble ? "hover" : "", " ").concat(heartOnActive && editAble ? "active" : ""),
|
|
29
|
-
onClick: function onClick() {
|
|
30
|
-
return setHeartOnActive(true);
|
|
31
|
-
}
|
|
32
|
-
}, /*#__PURE__*/_react["default"].createElement(_style.Image, {
|
|
33
|
-
className: "kr-heart-icon",
|
|
34
|
-
src: _heartIcon["default"]
|
|
35
|
-
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
36
|
-
className: "kr-heart-middle"
|
|
37
|
-
}, confidenceIndex, " ", getLocale("Per_Set_Form_Quantifier_Points")));
|
|
38
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.removeKr = exports.moveNext = exports.moveFront = void 0;
|
|
7
|
-
|
|
8
|
-
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; }
|
|
9
|
-
|
|
10
|
-
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; }
|
|
11
|
-
|
|
12
|
-
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; }
|
|
13
|
-
|
|
14
|
-
var removeKr = function removeKr(krs, index) {
|
|
15
|
-
var newKrs = [];
|
|
16
|
-
|
|
17
|
-
for (var i = 0; i < krs.length; i++) {
|
|
18
|
-
if (krs[i].index !== index) newKrs.push(krs[i]);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
return newKrs;
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
exports.removeKr = removeKr;
|
|
25
|
-
|
|
26
|
-
var moveFront = function moveFront(krs, dragNode) {
|
|
27
|
-
var newKrs = removeKr(krs, dragNode.index);
|
|
28
|
-
newKrs.unshift(dragNode);
|
|
29
|
-
var pureNewKrs = newKrs.map(function (it) {
|
|
30
|
-
return it.data;
|
|
31
|
-
});
|
|
32
|
-
return pureNewKrs;
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
exports.moveFront = moveFront;
|
|
36
|
-
|
|
37
|
-
var moveNext = function moveNext(krs, dropNode, dragNode) {
|
|
38
|
-
var newDragNode = _objectSpread({}, dragNode);
|
|
39
|
-
|
|
40
|
-
var removedKrs = removeKr(krs, dragNode.index);
|
|
41
|
-
var newKrs = [];
|
|
42
|
-
|
|
43
|
-
for (var i = 0; i < removedKrs.length; i++) {
|
|
44
|
-
if (i > 0 && removedKrs[i - 1].index == dropNode.index) {
|
|
45
|
-
newKrs.push(newDragNode);
|
|
46
|
-
newKrs.push(removedKrs[i]);
|
|
47
|
-
} else {
|
|
48
|
-
newKrs.push(removedKrs[i]);
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
if (newKrs.length == krs.length - 1) {
|
|
53
|
-
newKrs.push(newDragNode);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
var pureNewKrs = newKrs.map(function (it) {
|
|
57
|
-
return it.data;
|
|
58
|
-
});
|
|
59
|
-
return pureNewKrs;
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
exports.moveNext = moveNext;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = _default;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
-
|
|
12
|
-
var _getLocale = require("../../../../utils/getLocale");
|
|
13
|
-
|
|
14
|
-
require("./index.scss");
|
|
15
|
-
|
|
16
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
-
|
|
18
|
-
var preCls = "okr-detail-olist-empty";
|
|
19
|
-
|
|
20
|
-
function _default(_ref) {
|
|
21
|
-
var onCreateKr = _ref.onCreateKr,
|
|
22
|
-
canEditOkr = _ref.canEditOkr,
|
|
23
|
-
_ref$style = _ref.style,
|
|
24
|
-
style = _ref$style === void 0 ? {} : _ref$style;
|
|
25
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
26
|
-
className: preCls,
|
|
27
|
-
style: style
|
|
28
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
29
|
-
className: (0, _classnames["default"])("".concat(preCls, "__icon"))
|
|
30
|
-
}, /*#__PURE__*/_react["default"].createElement("span", null)), /*#__PURE__*/_react["default"].createElement("div", {
|
|
31
|
-
className: (0, _classnames["default"])("".concat(preCls, "__desp"))
|
|
32
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
33
|
-
className: (0, _classnames["default"])("".concat(preCls, "__desp-h1"))
|
|
34
|
-
}, (0, _getLocale.getLocale)("OKR_MyO_Pop_developkro")), /*#__PURE__*/_react["default"].createElement("div", {
|
|
35
|
-
className: (0, _classnames["default"])("".concat(preCls, "__desp-h2"))
|
|
36
|
-
}, /*#__PURE__*/_react["default"].createElement("span", null, (0, _getLocale.getLocale)("OKR_MyO_Pop_understand")), /*#__PURE__*/_react["default"].createElement("a", {
|
|
37
|
-
href: "https://wiki.tita.com/pages/viewpage.action?pageId=852060",
|
|
38
|
-
target: "_blank",
|
|
39
|
-
rel: "noreferrer"
|
|
40
|
-
}, (0, _getLocale.getLocale)("OKR_MyO_Pop_Whatarekre")))), canEditOkr && /*#__PURE__*/_react["default"].createElement("div", {
|
|
41
|
-
className: (0, _classnames["default"])("".concat(preCls, "__action"))
|
|
42
|
-
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
43
|
-
className: (0, _classnames["default"])("".concat(preCls, "__action-btn")),
|
|
44
|
-
onClick: function onClick() {
|
|
45
|
-
return onCreateKr();
|
|
46
|
-
}
|
|
47
|
-
}, /*#__PURE__*/_react["default"].createElement("span", null, (0, _getLocale.getLocale)("OKR_MyO_Text_Addkeyr")))));
|
|
48
|
-
}
|