@titaui/pc 1.12.14 → 1.12.17-beta.1
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/attachments-preview/index.css +11 -0
- package/lib/components/attachments-preview/index.js +112 -0
- package/lib/components/auto-save/img/failed.svg +17 -0
- package/lib/components/auto-save/img/success.svg +16 -0
- package/lib/components/auto-save/index.css +39 -0
- package/lib/components/auto-save/index.js +78 -0
- package/lib/components/auto-save/interface.js +5 -0
- package/lib/components/color-date-picker/index.css +72 -0
- package/lib/components/color-date-picker/index.js +129 -0
- package/lib/components/color-date-picker/interface.js +14 -0
- package/lib/components/communication/index.js +6 -0
- package/lib/components/dialog-confirm/index.css +1 -0
- package/lib/components/dialog-confirm/index.js +5 -3
- package/lib/components/dialog-upload/img/doc.svg +1 -0
- package/lib/components/dialog-upload/img/other.svg +1 -0
- package/lib/components/dialog-upload/img/pdf.svg +1 -0
- package/lib/components/dialog-upload/img/ppt.svg +1 -0
- package/lib/components/dialog-upload/img/radio.svg +1 -0
- package/lib/components/dialog-upload/img/video.svg +1 -0
- package/lib/components/dialog-upload/img/xls.svg +1 -0
- package/lib/components/dialog-upload/index.css +77 -0
- package/lib/components/dialog-upload/index.js +332 -0
- package/lib/components/dialog-upload/type.js +35 -0
- package/lib/components/dialog-upload/uploaded-preview.css +77 -0
- package/lib/components/dialog-upload/uploaded-preview.js +132 -0
- package/lib/components/dialog-upload/util.js +131 -0
- package/lib/components/drawer/index.css +14 -5
- package/lib/components/drawer/index.js +5 -2
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/api.js +27 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/encourage.js +119 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/APP-shoucang-m.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/ascore.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curEfforts.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGood.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGreat.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/efforts.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/good.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/great.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/halfscore.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/loading.gif +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/score.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/top.svg +14 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.css +75 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.js +195 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/rate.js +143 -0
- 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/header/index.js +1 -5
- package/lib/components/dynamic/dynamic-item/components/okr-progress/constant.js +31 -0
- package/lib/components/dynamic/dynamic-item/components/okr-progress/index.css +171 -0
- package/lib/components/dynamic/dynamic-item/components/okr-progress/index.js +152 -0
- package/lib/components/dynamic/dynamic-item/components/okr-progress/interface.js +5 -0
- package/lib/components/dynamic/dynamic-item/components/okr-progress/request-api.js +10 -0
- package/lib/components/dynamic/dynamic-item/components/okr-progress/utils.js +10 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.css +8 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.js +26 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.css +8 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.js +26 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.css +197 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.js +222 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/request-api.js +20 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/util.js +134 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.css +10 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.js +60 -0
- package/lib/components/dynamic/dynamic-item/components/progress/index.css +25 -0
- package/lib/components/dynamic/dynamic-item/components/progress/index.js +71 -0
- package/lib/components/dynamic/dynamic-item/components/progress/interface.js +5 -0
- package/lib/components/dynamic/dynamic-item/components/schedule/index.css +35 -0
- package/lib/components/dynamic/dynamic-item/components/schedule/index.js +55 -0
- package/lib/components/dynamic/dynamic-item/components/schedule/interface.js +5 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/constant.js +45 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/evalute.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/fighting.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/happy.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/long-story.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/pressure.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/index.css +166 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +359 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/operate-record.js +49 -0
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.css +24 -0
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.js +52 -0
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/interface.js +5 -0
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.css +50 -0
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.js +65 -0
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/interface.js +5 -0
- package/lib/components/dynamic/dynamic-item/components/task-progress/constant.js +16 -0
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.css +201 -0
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.js +170 -0
- package/lib/components/dynamic/dynamic-item/components/task-progress/interface.js +5 -0
- package/lib/components/dynamic/dynamic-item/components/task-progress/utils.js +27 -0
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +3 -2
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-small.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/evaluate-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-small.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-small.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.css +68 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.js +50 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.css +43 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.js +87 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/constant.js +45 -0
- 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 +184 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +267 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/util.js +30 -0
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +3 -2
- package/lib/components/dynamic/dynamic-item/index.css +1 -0
- package/lib/components/dynamic/dynamic-item/index.js +27 -6
- package/lib/components/dynamic/dynamic-list/index.js +22 -5
- package/lib/components/form/form-fields/date/index.js +8 -7
- package/lib/components/help-card/image/liaojie1.svg +50 -0
- package/lib/components/help-card/index.css +4 -4
- package/lib/components/import-modal/helper.js +225 -0
- package/lib/components/import-modal/image/loading.gif +0 -0
- package/lib/components/import-modal/import-okr-modal/index.css +18 -0
- package/lib/components/import-modal/import-okr-modal/index.js +137 -0
- package/lib/components/import-modal/import-task-modal/index.css +18 -0
- package/lib/components/import-modal/import-task-modal/index.js +243 -0
- package/lib/components/import-modal/import-task-modal/search-form.js +141 -0
- package/lib/components/import-modal/index.css +30 -0
- package/lib/components/import-modal/index.js +20 -0
- package/lib/components/import-modal/radio.js +62 -0
- package/lib/components/import-modal/request-api.js +204 -0
- package/lib/components/import-modal/search/category-select.js +74 -0
- package/lib/components/import-modal/search/okr-classify-select.js +74 -0
- package/lib/components/import-modal/search/okr-status-select.js +74 -0
- package/lib/components/import-modal/search/okr-type-select.js +87 -0
- package/lib/components/import-modal/search/principal.js +135 -0
- package/lib/components/import-modal/search/relation.js +80 -0
- package/lib/components/import-modal/search/search-dropdown/index.css +50 -0
- package/lib/components/import-modal/search/search-dropdown/index.js +32 -0
- package/lib/components/import-modal/search/task-relation.js +80 -0
- package/lib/components/import-modal/search/task-status-select.js +87 -0
- package/lib/components/import-modal/search/work-relation.js +83 -0
- package/lib/components/import-modal/search/work-status-select.js +74 -0
- package/lib/components/import-modal/tree/okr-tree/index.css +61 -0
- package/lib/components/import-modal/tree/okr-tree/index.js +269 -0
- package/lib/components/import-modal/tree/okr-tree/search-form.js +169 -0
- package/lib/components/import-modal/tree/task-work-tree/index.css +124 -0
- package/lib/components/import-modal/tree/task-work-tree/index.js +190 -0
- package/lib/components/import-modal/tree-node/index.css +0 -0
- package/lib/components/import-modal/tree-node/index.js +51 -0
- package/lib/components/import-modal/tree-node/kr-node/index.css +65 -0
- package/lib/components/import-modal/tree-node/kr-node/index.js +112 -0
- package/lib/components/import-modal/tree-node/milestone-node/index.css +61 -0
- package/lib/components/import-modal/tree-node/milestone-node/index.js +118 -0
- package/lib/components/import-modal/tree-node/o-node/index.css +53 -0
- package/lib/components/import-modal/tree-node/o-node/index.js +142 -0
- package/lib/components/import-modal/tree-node/work-node/index.css +51 -0
- package/lib/components/import-modal/tree-node/work-node/index.js +108 -0
- package/lib/components/menus/components/menu-tree/images/summary-menu/caidan-enjoy.svg +14 -0
- package/lib/components/menus/components/menu-tree/images/summary-menu/my-setup.svg +18 -0
- package/lib/components/menus/components/menu-tree/images/summary-menu/my-zongjie.svg +15 -0
- package/lib/components/menus/components/menu-tree/images/summary-menu/zongjie-s.svg +15 -0
- package/lib/components/menus/components/menu-tree/tree-node/index.css +120 -0
- package/lib/components/menus/components/menu-tree/tree-node/index.js +22 -2
- package/lib/components/menus/components/menu-tree/tree-node/subordinates.js +78 -0
- package/lib/components/menus/components/menu-tree/tree-node/summary-share.js +78 -0
- package/lib/components/menus/export-modules/appraisal-menus/index.js +32 -14
- package/lib/components/menus/export-modules/appraisal-menus/menu-highlight.js +22 -6
- package/lib/components/menus/export-modules/appraisal-menus/menus.js +148 -47
- 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 +64 -61
- package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +2 -2
- package/lib/components/menus/export-modules/summary-menus/depart-menus/helper.js +56 -0
- package/lib/components/menus/export-modules/summary-menus/depart-menus/index.css +32 -0
- package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +231 -0
- package/lib/components/menus/export-modules/summary-menus/index.css +9 -0
- package/lib/components/menus/export-modules/summary-menus/index.js +136 -0
- package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +76 -0
- package/lib/components/menus/export-modules/summary-menus/menus.js +189 -0
- package/lib/components/menus/export-modules/summary-menus/request-api.js +17 -0
- package/lib/components/menus/export-modules/summary-menus/subordinate-menus/helper.js +28 -0
- package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.css +14 -0
- package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +201 -0
- package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +242 -0
- package/lib/components/menus/i18n.js +8 -0
- package/lib/components/menus/index.js +6 -0
- package/lib/components/menus/request-apis.js +8 -2
- package/lib/components/nav-top/components/app-center/images/chart.svg +22 -0
- package/lib/components/nav-top/components/app-center/images/file.svg +20 -0
- package/lib/components/nav-top/components/app-center/images/interview.svg +20 -0
- package/lib/components/nav-top/components/app-center/images/learning.svg +23 -0
- package/lib/components/nav-top/components/app-center/images/okr.svg +22 -0
- package/lib/components/nav-top/components/app-center/images/performance.svg +22 -0
- package/lib/components/nav-top/components/app-center/images/plan.svg +22 -0
- package/lib/components/nav-top/components/app-center/images/project.svg +23 -0
- package/lib/components/nav-top/components/app-center/images/summary.svg +23 -0
- package/lib/components/nav-top/components/app-center/images/yuyue.png +0 -0
- package/lib/components/nav-top/components/app-center/index.css +170 -0
- package/lib/components/nav-top/components/app-center/index.js +211 -0
- package/lib/components/nav-top/components/app-center/interface.js +19 -0
- package/lib/components/nav-top/components/menu/index.js +13 -13
- package/lib/components/nav-top/components/user-message/images/bell-1.svg +13 -0
- package/lib/components/nav-top/components/user-message/index.js +2 -2
- package/lib/components/nav-top/images/app-center.png +0 -0
- package/lib/components/nav-top/images/home.svg +16 -0
- package/lib/components/nav-top/index.css +61 -8
- package/lib/components/nav-top/index.js +74 -53
- package/lib/components/nav-top/utils.js +464 -1
- package/lib/components/new-confidence/constant.js +53 -0
- package/lib/components/new-confidence/img/1.svg +40 -0
- package/lib/components/new-confidence/img/10.svg +33 -0
- package/lib/components/new-confidence/img/2.svg +40 -0
- package/lib/components/new-confidence/img/3.svg +40 -0
- package/lib/components/new-confidence/img/4.svg +40 -0
- package/lib/components/new-confidence/img/5.svg +40 -0
- package/lib/components/new-confidence/img/6.svg +40 -0
- package/lib/components/new-confidence/img/7.svg +40 -0
- package/lib/components/new-confidence/img/8.svg +40 -0
- package/lib/components/new-confidence/img/9.svg +40 -0
- package/lib/components/new-confidence/index.css +62 -0
- package/lib/components/new-confidence/index.js +115 -0
- package/lib/components/new-confidence/interface.js +5 -0
- package/lib/components/okr-detail/components/header/o-avatar.js +12 -6
- package/lib/components/okr-flow/export-modal/color.png +0 -0
- package/lib/components/okr-flow/export-modal/index.css +28 -13
- package/lib/components/okr-flow/export-modal/index.js +82 -34
- package/lib/components/okr-flow/export-modal/trans1.png +0 -0
- package/lib/components/order-have-award/img/award.png +0 -0
- package/lib/components/order-have-award/index.css +5 -0
- package/lib/components/order-have-award/index.js +83 -0
- package/lib/components/order-have-award/interface.js +19 -0
- package/lib/components/period-selector/components/button/style.js +6 -6
- package/lib/components/period-selector/index.css +1 -0
- package/lib/components/period-selector/index.js +7 -2
- package/lib/components/picker/components/cross.svg +17 -0
- package/lib/components/picker/components/panels/date-panel/date-body.js +31 -19
- 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 +5 -0
- package/lib/components/picker/components/panels/month-panel/index.js +34 -4
- package/lib/components/picker/components/panels/month-panel/month-body.js +4 -5
- package/lib/components/picker/components/panels/month-panel/month-head.js +1 -1
- package/lib/components/picker/components/panels/week-panel/index.css +42 -0
- package/lib/components/picker/components/panels/week-panel/index.js +49 -0
- package/lib/components/picker/components/panels/week-panel/utils.js +124 -0
- package/lib/components/picker/components/panels/week-panel/week-body.js +71 -0
- package/lib/components/picker/components/panels/week-panel/week-head.js +80 -0
- package/lib/components/picker/components/panels/year-panel/index.css +5 -0
- package/lib/components/picker/components/panels/year-panel/index.js +34 -3
- package/lib/components/picker/components/panels/year-panel/year-body.js +10 -3
- package/lib/components/picker/components/picker-trigger/index.css +6 -1
- package/lib/components/picker/components/picker-trigger/index.js +16 -11
- package/lib/components/picker/context.js +17 -2
- package/lib/components/picker/index.css +29 -1
- package/lib/components/picker/index.js +3 -0
- package/lib/components/picker/picker-panels.js +98 -61
- package/lib/components/picker/picker.js +44 -30
- package/lib/components/picker/range-picker/components/picker-trigger/index.css +97 -0
- package/lib/components/picker/range-picker/components/picker-trigger/index.js +109 -0
- package/lib/components/picker/range-picker/components/placeholder/index.js +91 -0
- package/lib/components/picker/range-picker/components/select-input/index.js +72 -0
- package/lib/components/picker/range-picker/components/shortcuts/index.js +45 -0
- package/lib/components/picker/range-picker/index.css +158 -0
- package/lib/components/picker/range-picker/index.js +263 -0
- package/lib/components/picker/utils.js +168 -11
- package/lib/components/promise-confirm/index.css +0 -0
- package/lib/components/promise-confirm/index.js +117 -0
- package/lib/components/promise-confirm/interface.js +5 -0
- package/lib/components/rate/index.css +111 -0
- package/lib/components/rate/index.js +52 -0
- package/lib/components/regulation-setting-item/index.css +33 -0
- package/lib/components/regulation-setting-item/index.js +37 -0
- package/lib/components/rich-editor/schemas/list.js +0 -1
- package/lib/components/rich-editor-at/components/index.css +66 -0
- package/lib/components/rich-editor-at/components/index.js +189 -0
- package/lib/components/rich-editor-at/index.css +40 -0
- package/lib/components/rich-editor-at/index.js +113 -0
- package/lib/components/rich-editor-upload/index.css +11 -0
- package/lib/components/rich-editor-upload/index.js +87 -0
- package/lib/components/search-input/index.js +5 -0
- package/lib/components/select-layer/index.js +22 -8
- package/lib/components/select-tags/index.js +7 -1
- package/lib/components/task-relation-modal/helper.js +7 -62
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +1 -4
- package/lib/components/task-relation-modal/okr-relation/request-api.js +2 -6
- package/lib/components/task-relation-modal/request-api.js +14 -11
- package/lib/components/task-relation-modal/tree/work-tree/index.js +27 -31
- package/lib/components/task-relation-modal/tree/work-tree/search-form.js +26 -7
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +16 -16
- package/lib/components/textarea/index.js +7 -5
- package/lib/components/tooltip/tooltip.js +10 -5
- package/lib/components/user-selector/category-selector-panel/depart-tree.js +3 -1
- package/lib/components/user-selector/export-modules/field-tree-selector/index.css +11 -1
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +21 -3
- package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.css +4 -4
- package/lib/components/user-selector/request-apis.js +52 -22
- package/lib/components/user-selector/searched-panel/index.js +7 -1
- package/lib/components/write-summary-modal/index.css +79 -0
- package/lib/components/write-summary-modal/index.js +167 -0
- package/lib/components/write-summary-modal/interface.js +19 -0
- package/lib/components/write-summary-modal/request-api.js +18 -0
- package/lib/components/write-summary-modal/utils.js +31 -0
- package/lib/index.js +56 -0
- package/lib/pages/aha2021/index.css +7 -0
- package/lib/pages/aha2021/index.js +17 -11
- package/lib/pages/aha2021/new-menu-switcher/index.css +44 -0
- package/lib/pages/aha2021/new-menu-switcher/index.js +85 -0
- package/lib/pages/aha2021/new-menu-switcher/new-menu-bg.png +0 -0
- package/lib/pages/aha2021/request-api.js +15 -0
- package/lib/pages/okr-map/level2-search/user.js +1 -0
- package/lib/utils/bs-global.js +1 -1
- package/lib/utils/constant.js +14 -2
- package/lib/utils/helpers.js +56 -11
- package/lib/utils/planDataJson.js +1 -11115
- package/package.json +2 -1
|
@@ -17,7 +17,470 @@ var getMenus = function getMenus() {
|
|
|
17
17
|
navs.sort(function (pre, next) {
|
|
18
18
|
return pre.orderId - next.orderId;
|
|
19
19
|
});
|
|
20
|
-
return navs;
|
|
20
|
+
return navs; // const newNavigation = [
|
|
21
|
+
// {
|
|
22
|
+
// id: 21817,
|
|
23
|
+
// tenantId: 0,
|
|
24
|
+
// title: "发现",
|
|
25
|
+
// href: "#dynamic",
|
|
26
|
+
// iconName: "",
|
|
27
|
+
// type: "hash",
|
|
28
|
+
// orderId: 1,
|
|
29
|
+
// code: "dynamic",
|
|
30
|
+
// appId: 119,
|
|
31
|
+
// appCode: null,
|
|
32
|
+
// status: 0,
|
|
33
|
+
// groupId: 0,
|
|
34
|
+
// signUrl: null,
|
|
35
|
+
// domain: "",
|
|
36
|
+
// labelName: null,
|
|
37
|
+
// DataSource: null,
|
|
38
|
+
// defaultExpand: false,
|
|
39
|
+
// menuPoint: null,
|
|
40
|
+
// },
|
|
41
|
+
// {
|
|
42
|
+
// id: 21818,
|
|
43
|
+
// tenantId: 0,
|
|
44
|
+
// title: "OKR",
|
|
45
|
+
// href: "#okr/manage?relation=1",
|
|
46
|
+
// iconName: "okr",
|
|
47
|
+
// type: "hash",
|
|
48
|
+
// orderId: 2,
|
|
49
|
+
// code: "okr",
|
|
50
|
+
// appId: 113,
|
|
51
|
+
// appCode: null,
|
|
52
|
+
// status: 0,
|
|
53
|
+
// groupId: 0,
|
|
54
|
+
// signUrl: null,
|
|
55
|
+
// domain: "",
|
|
56
|
+
// labelName: null,
|
|
57
|
+
// DataSource: null,
|
|
58
|
+
// defaultExpand: false,
|
|
59
|
+
// subTitle: "目标对齐、复盘、案例库",
|
|
60
|
+
// children: [
|
|
61
|
+
// {
|
|
62
|
+
// id: 21001,
|
|
63
|
+
// tenantId: 0,
|
|
64
|
+
// title: "OKR",
|
|
65
|
+
// href: "#okr/manage?relation=1",
|
|
66
|
+
// iconName: "",
|
|
67
|
+
// type: "hash",
|
|
68
|
+
// orderId: 3,
|
|
69
|
+
// code: "",
|
|
70
|
+
// appId: 666,
|
|
71
|
+
// appCode: null,
|
|
72
|
+
// status: 0,
|
|
73
|
+
// groupId: 0,
|
|
74
|
+
// signUrl: null,
|
|
75
|
+
// domain: "",
|
|
76
|
+
// labelName: null,
|
|
77
|
+
// DataSource: null,
|
|
78
|
+
// defaultExpand: false,
|
|
79
|
+
// children: [
|
|
80
|
+
// ],
|
|
81
|
+
// menuPoint: null,
|
|
82
|
+
// }, {
|
|
83
|
+
// id: 21002,
|
|
84
|
+
// tenantId: 0,
|
|
85
|
+
// title: "对齐",
|
|
86
|
+
// href: "#okr/map",
|
|
87
|
+
// iconName: "",
|
|
88
|
+
// type: "hash",
|
|
89
|
+
// orderId: 3,
|
|
90
|
+
// code: "",
|
|
91
|
+
// appId: 666,
|
|
92
|
+
// appCode: null,
|
|
93
|
+
// status: 0,
|
|
94
|
+
// groupId: 0,
|
|
95
|
+
// signUrl: null,
|
|
96
|
+
// domain: "",
|
|
97
|
+
// labelName: null,
|
|
98
|
+
// DataSource: null,
|
|
99
|
+
// defaultExpand: false,
|
|
100
|
+
// children: [
|
|
101
|
+
// ],
|
|
102
|
+
// menuPoint: null,
|
|
103
|
+
// }, {
|
|
104
|
+
// id: 21003,
|
|
105
|
+
// tenantId: 0,
|
|
106
|
+
// title: "工作法",
|
|
107
|
+
// href: "#okr/panel",
|
|
108
|
+
// iconName: "",
|
|
109
|
+
// type: "hash",
|
|
110
|
+
// orderId: 3,
|
|
111
|
+
// code: "",
|
|
112
|
+
// appId: 666,
|
|
113
|
+
// appCode: null,
|
|
114
|
+
// status: 0,
|
|
115
|
+
// groupId: 0,
|
|
116
|
+
// signUrl: null,
|
|
117
|
+
// domain: "",
|
|
118
|
+
// labelName: null,
|
|
119
|
+
// DataSource: null,
|
|
120
|
+
// defaultExpand: false,
|
|
121
|
+
// children: [
|
|
122
|
+
// ],
|
|
123
|
+
// menuPoint: null,
|
|
124
|
+
// }, {
|
|
125
|
+
// id: 21004,
|
|
126
|
+
// tenantId: 0,
|
|
127
|
+
// title: "仪表盘",
|
|
128
|
+
// href: "#okr/chart",
|
|
129
|
+
// iconName: "",
|
|
130
|
+
// type: "hash",
|
|
131
|
+
// orderId: 3,
|
|
132
|
+
// code: "",
|
|
133
|
+
// appId: 666,
|
|
134
|
+
// appCode: null,
|
|
135
|
+
// status: 0,
|
|
136
|
+
// groupId: 0,
|
|
137
|
+
// signUrl: null,
|
|
138
|
+
// domain: "",
|
|
139
|
+
// labelName: null,
|
|
140
|
+
// DataSource: null,
|
|
141
|
+
// defaultExpand: false,
|
|
142
|
+
// children: [
|
|
143
|
+
// ],
|
|
144
|
+
// menuPoint: null,
|
|
145
|
+
// },
|
|
146
|
+
// ],
|
|
147
|
+
// menuPoint: null,
|
|
148
|
+
// },
|
|
149
|
+
// {
|
|
150
|
+
// id: 21819,
|
|
151
|
+
// tenantId: 0,
|
|
152
|
+
// title: "绩效考核",
|
|
153
|
+
// href: "#performance",
|
|
154
|
+
// iconName: "performance",
|
|
155
|
+
// type: "hash",
|
|
156
|
+
// orderId: 3,
|
|
157
|
+
// code: "performance",
|
|
158
|
+
// appId: 666,
|
|
159
|
+
// appCode: null,
|
|
160
|
+
// status: 0,
|
|
161
|
+
// groupId: 0,
|
|
162
|
+
// signUrl: null,
|
|
163
|
+
// domain: "",
|
|
164
|
+
// labelName: null,
|
|
165
|
+
// DataSource: null,
|
|
166
|
+
// defaultExpand: false,
|
|
167
|
+
// subTitle: "KPI/价值观/OKR 全场景考核",
|
|
168
|
+
// children: [
|
|
169
|
+
// {
|
|
170
|
+
// id: 22001,
|
|
171
|
+
// tenantId: 0,
|
|
172
|
+
// title: "我的考核",
|
|
173
|
+
// href: "#performance/my",
|
|
174
|
+
// iconName: "",
|
|
175
|
+
// type: "hash",
|
|
176
|
+
// orderId: 3,
|
|
177
|
+
// code: "",
|
|
178
|
+
// appId: 666,
|
|
179
|
+
// appCode: null,
|
|
180
|
+
// status: 0,
|
|
181
|
+
// groupId: 0,
|
|
182
|
+
// signUrl: null,
|
|
183
|
+
// domain: "",
|
|
184
|
+
// labelName: null,
|
|
185
|
+
// DataSource: null,
|
|
186
|
+
// defaultExpand: false,
|
|
187
|
+
// children: [
|
|
188
|
+
// ],
|
|
189
|
+
// menuPoint: null,
|
|
190
|
+
// }, {
|
|
191
|
+
// id: 22002,
|
|
192
|
+
// tenantId: 0,
|
|
193
|
+
// title: "考核管理",
|
|
194
|
+
// href: "#performance/manage",
|
|
195
|
+
// iconName: "",
|
|
196
|
+
// type: "hash",
|
|
197
|
+
// orderId: 3,
|
|
198
|
+
// code: "",
|
|
199
|
+
// appId: 666,
|
|
200
|
+
// appCode: null,
|
|
201
|
+
// status: 0,
|
|
202
|
+
// groupId: 0,
|
|
203
|
+
// signUrl: null,
|
|
204
|
+
// domain: "",
|
|
205
|
+
// labelName: null,
|
|
206
|
+
// DataSource: null,
|
|
207
|
+
// defaultExpand: false,
|
|
208
|
+
// children: [
|
|
209
|
+
// ],
|
|
210
|
+
// menuPoint: null,
|
|
211
|
+
// }, {
|
|
212
|
+
// id: 22003,
|
|
213
|
+
// tenantId: 0,
|
|
214
|
+
// title: "仪表盘",
|
|
215
|
+
// href: "#performance/dashboard",
|
|
216
|
+
// iconName: "",
|
|
217
|
+
// type: "hash",
|
|
218
|
+
// orderId: 3,
|
|
219
|
+
// code: "",
|
|
220
|
+
// appId: 666,
|
|
221
|
+
// appCode: null,
|
|
222
|
+
// status: 0,
|
|
223
|
+
// groupId: 0,
|
|
224
|
+
// signUrl: null,
|
|
225
|
+
// domain: "",
|
|
226
|
+
// labelName: null,
|
|
227
|
+
// DataSource: null,
|
|
228
|
+
// defaultExpand: false,
|
|
229
|
+
// children: [
|
|
230
|
+
// ],
|
|
231
|
+
// menuPoint: null,
|
|
232
|
+
// },
|
|
233
|
+
// ],
|
|
234
|
+
// menuPoint: null,
|
|
235
|
+
// },
|
|
236
|
+
// {
|
|
237
|
+
// id: 21820,
|
|
238
|
+
// tenantId: 0,
|
|
239
|
+
// title: "项目",
|
|
240
|
+
// href: "#work",
|
|
241
|
+
// iconName: "project",
|
|
242
|
+
// type: "hash",
|
|
243
|
+
// orderId: 4,
|
|
244
|
+
// code: "work",
|
|
245
|
+
// appId: 112,
|
|
246
|
+
// appCode: null,
|
|
247
|
+
// status: 0,
|
|
248
|
+
// groupId: 0,
|
|
249
|
+
// signUrl: null,
|
|
250
|
+
// domain: "",
|
|
251
|
+
// labelName: null,
|
|
252
|
+
// DataSource: null,
|
|
253
|
+
// defaultExpand: false,
|
|
254
|
+
// subTitle: "里程碑、甘特图、看板灵活管理",
|
|
255
|
+
// children: [
|
|
256
|
+
// {
|
|
257
|
+
// id: 21820,
|
|
258
|
+
// tenantId: 0,
|
|
259
|
+
// title: "项目",
|
|
260
|
+
// href: "#work",
|
|
261
|
+
// iconName: "project",
|
|
262
|
+
// type: "hash",
|
|
263
|
+
// orderId: 4,
|
|
264
|
+
// code: "",
|
|
265
|
+
// appId: 112,
|
|
266
|
+
// appCode: null,
|
|
267
|
+
// status: 0,
|
|
268
|
+
// groupId: 0,
|
|
269
|
+
// signUrl: null,
|
|
270
|
+
// domain: "",
|
|
271
|
+
// labelName: null,
|
|
272
|
+
// DataSource: null,
|
|
273
|
+
// defaultExpand: false,
|
|
274
|
+
// children: [
|
|
275
|
+
// ],
|
|
276
|
+
// menuPoint: null,
|
|
277
|
+
// },
|
|
278
|
+
// ],
|
|
279
|
+
// menuPoint: null,
|
|
280
|
+
// },
|
|
281
|
+
// {
|
|
282
|
+
// id: 21823,
|
|
283
|
+
// tenantId: 0,
|
|
284
|
+
// title: "计划表",
|
|
285
|
+
// href: "#plan",
|
|
286
|
+
// iconName: "plan",
|
|
287
|
+
// type: "hash",
|
|
288
|
+
// orderId: 5,
|
|
289
|
+
// code: "plan",
|
|
290
|
+
// appId: 116,
|
|
291
|
+
// appCode: null,
|
|
292
|
+
// status: 0,
|
|
293
|
+
// groupId: 0,
|
|
294
|
+
// signUrl: null,
|
|
295
|
+
// domain: "",
|
|
296
|
+
// labelName: null,
|
|
297
|
+
// DataSource: null,
|
|
298
|
+
// defaultExpand: false,
|
|
299
|
+
// subTitle: "按日周月追踪工作任务",
|
|
300
|
+
// children: [
|
|
301
|
+
// {
|
|
302
|
+
// id: 21823,
|
|
303
|
+
// tenantId: 0,
|
|
304
|
+
// title: "计划表",
|
|
305
|
+
// href: "#plan",
|
|
306
|
+
// iconName: "plan",
|
|
307
|
+
// type: "hash",
|
|
308
|
+
// orderId: 5,
|
|
309
|
+
// code: "",
|
|
310
|
+
// appId: 116,
|
|
311
|
+
// appCode: null,
|
|
312
|
+
// status: 0,
|
|
313
|
+
// groupId: 0,
|
|
314
|
+
// signUrl: null,
|
|
315
|
+
// domain: "",
|
|
316
|
+
// labelName: null,
|
|
317
|
+
// DataSource: null,
|
|
318
|
+
// defaultExpand: false,
|
|
319
|
+
// children: [
|
|
320
|
+
// ],
|
|
321
|
+
// menuPoint: null,
|
|
322
|
+
// key: "plan",
|
|
323
|
+
// },
|
|
324
|
+
// ],
|
|
325
|
+
// menuPoint: null,
|
|
326
|
+
// },
|
|
327
|
+
// {
|
|
328
|
+
// id: 21821,
|
|
329
|
+
// tenantId: 0,
|
|
330
|
+
// title: "总结",
|
|
331
|
+
// href: "#daily",
|
|
332
|
+
// iconName: "summary",
|
|
333
|
+
// type: "hash",
|
|
334
|
+
// orderId: 6,
|
|
335
|
+
// code: "",
|
|
336
|
+
// appId: 115,
|
|
337
|
+
// appCode: null,
|
|
338
|
+
// status: 0,
|
|
339
|
+
// groupId: 0,
|
|
340
|
+
// signUrl: null,
|
|
341
|
+
// domain: "",
|
|
342
|
+
// labelName: null,
|
|
343
|
+
// DataSource: null,
|
|
344
|
+
// defaultExpand: false,
|
|
345
|
+
// subTitle: "日报/周报/月报",
|
|
346
|
+
// children: [
|
|
347
|
+
// {
|
|
348
|
+
// id: 21821,
|
|
349
|
+
// tenantId: 0,
|
|
350
|
+
// title: "总结",
|
|
351
|
+
// href: "#daily",
|
|
352
|
+
// iconName: "summary",
|
|
353
|
+
// type: "hash",
|
|
354
|
+
// orderId: 6,
|
|
355
|
+
// code: "",
|
|
356
|
+
// appId: 115,
|
|
357
|
+
// appCode: null,
|
|
358
|
+
// status: 0,
|
|
359
|
+
// groupId: 0,
|
|
360
|
+
// signUrl: null,
|
|
361
|
+
// domain: "",
|
|
362
|
+
// labelName: null,
|
|
363
|
+
// DataSource: null,
|
|
364
|
+
// defaultExpand: false,
|
|
365
|
+
// children: [
|
|
366
|
+
// ],
|
|
367
|
+
// menuPoint: null,
|
|
368
|
+
// key: "summary",
|
|
369
|
+
// },
|
|
370
|
+
// ],
|
|
371
|
+
// menuPoint: null,
|
|
372
|
+
// key: "daily",
|
|
373
|
+
// },
|
|
374
|
+
// {
|
|
375
|
+
// id: 21822,
|
|
376
|
+
// tenantId: 0,
|
|
377
|
+
// title: "报表",
|
|
378
|
+
// href: "#report",
|
|
379
|
+
// iconName: "chart",
|
|
380
|
+
// type: "hash",
|
|
381
|
+
// orderId: 7,
|
|
382
|
+
// code: "",
|
|
383
|
+
// appId: 118,
|
|
384
|
+
// appCode: null,
|
|
385
|
+
// status: 0,
|
|
386
|
+
// groupId: 0,
|
|
387
|
+
// signUrl: null,
|
|
388
|
+
// domain: "",
|
|
389
|
+
// labelName: null,
|
|
390
|
+
// DataSource: null,
|
|
391
|
+
// defaultExpand: false,
|
|
392
|
+
// subTitle: "查看与导出全员数据",
|
|
393
|
+
// children: [
|
|
394
|
+
// {
|
|
395
|
+
// id: 21822,
|
|
396
|
+
// tenantId: 0,
|
|
397
|
+
// title: "报表",
|
|
398
|
+
// href: "#report",
|
|
399
|
+
// iconName: "chart",
|
|
400
|
+
// type: "hash",
|
|
401
|
+
// orderId: 7,
|
|
402
|
+
// code: "",
|
|
403
|
+
// appId: 118,
|
|
404
|
+
// appCode: null,
|
|
405
|
+
// status: 0,
|
|
406
|
+
// groupId: 0,
|
|
407
|
+
// signUrl: null,
|
|
408
|
+
// domain: "",
|
|
409
|
+
// labelName: null,
|
|
410
|
+
// DataSource: null,
|
|
411
|
+
// defaultExpand: false,
|
|
412
|
+
// children: [
|
|
413
|
+
// ],
|
|
414
|
+
// menuPoint: null,
|
|
415
|
+
// key: "report",
|
|
416
|
+
// },
|
|
417
|
+
// ],
|
|
418
|
+
// menuPoint: null,
|
|
419
|
+
// key: "report",
|
|
420
|
+
// },
|
|
421
|
+
// {
|
|
422
|
+
// id: 21831,
|
|
423
|
+
// tenantId: 0,
|
|
424
|
+
// title: "Learning",
|
|
425
|
+
// href: "500000126/eLearningHome#learning",
|
|
426
|
+
// iconName: "learning",
|
|
427
|
+
// type: "page",
|
|
428
|
+
// orderId: 8,
|
|
429
|
+
// code: "",
|
|
430
|
+
// appId: 120,
|
|
431
|
+
// appCode: null,
|
|
432
|
+
// status: 0,
|
|
433
|
+
// groupId: 0,
|
|
434
|
+
// signUrl: null,
|
|
435
|
+
// domain: "",
|
|
436
|
+
// labelName: null,
|
|
437
|
+
// DataSource: null,
|
|
438
|
+
// defaultExpand: false,
|
|
439
|
+
// subTitle: "OKR 和 Tita 使用学习中心",
|
|
440
|
+
// children: [
|
|
441
|
+
// ],
|
|
442
|
+
// menuPoint: null,
|
|
443
|
+
// key: "learning",
|
|
444
|
+
// },
|
|
445
|
+
// {
|
|
446
|
+
// appId: 101,
|
|
447
|
+
// children: [{
|
|
448
|
+
// id: 21831,
|
|
449
|
+
// tenantId: 0,
|
|
450
|
+
// title: "我的面谈",
|
|
451
|
+
// href: "#/interview",
|
|
452
|
+
// iconName: "learning",
|
|
453
|
+
// type: "hash",
|
|
454
|
+
// orderId: 8,
|
|
455
|
+
// code: "",
|
|
456
|
+
// appId: 120,
|
|
457
|
+
// appCode: null,
|
|
458
|
+
// status: 0,
|
|
459
|
+
// groupId: 0,
|
|
460
|
+
// signUrl: null,
|
|
461
|
+
// domain: "",
|
|
462
|
+
// labelName: null,
|
|
463
|
+
// DataSource: null,
|
|
464
|
+
// defaultExpand: false,
|
|
465
|
+
// children: [
|
|
466
|
+
// ],
|
|
467
|
+
// menuPoint: null,
|
|
468
|
+
// key: "learning",
|
|
469
|
+
// }],
|
|
470
|
+
// code: "interview",
|
|
471
|
+
// domain: "",
|
|
472
|
+
// href: "#/interview",
|
|
473
|
+
// iconName: "interview",
|
|
474
|
+
// id: 22827,
|
|
475
|
+
// menuPoint: null,
|
|
476
|
+
// orderId: 9,
|
|
477
|
+
// signUrl: null,
|
|
478
|
+
// tenantId: 0,
|
|
479
|
+
// title: "1 on 1",
|
|
480
|
+
// key: "interview",
|
|
481
|
+
// },
|
|
482
|
+
// ];
|
|
483
|
+
// return newNavigation;
|
|
21
484
|
};
|
|
22
485
|
|
|
23
486
|
exports.getMenus = getMenus;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.EConfidence = exports.ConfidencePointArr = exports.ConfidenceMapIcon = void 0;
|
|
7
|
+
|
|
8
|
+
var _ = _interopRequireDefault(require("./img/1.svg"));
|
|
9
|
+
|
|
10
|
+
var _2 = _interopRequireDefault(require("./img/2.svg"));
|
|
11
|
+
|
|
12
|
+
var _3 = _interopRequireDefault(require("./img/3.svg"));
|
|
13
|
+
|
|
14
|
+
var _4 = _interopRequireDefault(require("./img/4.svg"));
|
|
15
|
+
|
|
16
|
+
var _5 = _interopRequireDefault(require("./img/5.svg"));
|
|
17
|
+
|
|
18
|
+
var _6 = _interopRequireDefault(require("./img/6.svg"));
|
|
19
|
+
|
|
20
|
+
var _7 = _interopRequireDefault(require("./img/7.svg"));
|
|
21
|
+
|
|
22
|
+
var _8 = _interopRequireDefault(require("./img/8.svg"));
|
|
23
|
+
|
|
24
|
+
var _9 = _interopRequireDefault(require("./img/9.svg"));
|
|
25
|
+
|
|
26
|
+
var _10 = _interopRequireDefault(require("./img/10.svg"));
|
|
27
|
+
|
|
28
|
+
var _ConfidenceMapIcon;
|
|
29
|
+
|
|
30
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
31
|
+
|
|
32
|
+
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; }
|
|
33
|
+
|
|
34
|
+
var ConfidencePointArr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
35
|
+
exports.ConfidencePointArr = ConfidencePointArr;
|
|
36
|
+
var EConfidence;
|
|
37
|
+
exports.EConfidence = EConfidence;
|
|
38
|
+
|
|
39
|
+
(function (EConfidence) {
|
|
40
|
+
EConfidence[EConfidence["OnePoint"] = 1] = "OnePoint";
|
|
41
|
+
EConfidence[EConfidence["TwoPoint"] = 2] = "TwoPoint";
|
|
42
|
+
EConfidence[EConfidence["ThreePoint"] = 3] = "ThreePoint";
|
|
43
|
+
EConfidence[EConfidence["FourPoint"] = 4] = "FourPoint";
|
|
44
|
+
EConfidence[EConfidence["FivePoint"] = 5] = "FivePoint";
|
|
45
|
+
EConfidence[EConfidence["SixPoint"] = 6] = "SixPoint";
|
|
46
|
+
EConfidence[EConfidence["SevenPoint"] = 7] = "SevenPoint";
|
|
47
|
+
EConfidence[EConfidence["EightPoint"] = 8] = "EightPoint";
|
|
48
|
+
EConfidence[EConfidence["NinePoint"] = 9] = "NinePoint";
|
|
49
|
+
EConfidence[EConfidence["TenPoint"] = 10] = "TenPoint";
|
|
50
|
+
})(EConfidence || (exports.EConfidence = EConfidence = {}));
|
|
51
|
+
|
|
52
|
+
var ConfidenceMapIcon = (_ConfidenceMapIcon = {}, _defineProperty(_ConfidenceMapIcon, EConfidence.OnePoint, _["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.TwoPoint, _2["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.ThreePoint, _3["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.FourPoint, _4["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.FivePoint, _5["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.SixPoint, _6["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.SevenPoint, _7["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.EightPoint, _8["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.NinePoint, _9["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.TenPoint, _10["default"]), _ConfidenceMapIcon);
|
|
53
|
+
exports.ConfidenceMapIcon = ConfidenceMapIcon;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>1</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="97.5204612%" y1="50%" x2="0%" y2="50%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#FF5555" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#FFA5A5" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<path d="M6.38000728,0 C2.8873946,0 0,2.79020658 0,6.26612077 C0,7.06403507 0.17652194,7.99659741 0.448870077,8.69726591 C1.51052346,12.2130758 6.44305083,18.2198744 11.3427955,19.7832878 C18.2246295,15.544368 20.4941973,11.8739622 21.4575027,8.78453779 C21.7071552,7.98662348 21.7802857,7.24107231 21.7802857,6.33344478 C21.7802857,2.8575306 18.7592388,0 15.2666261,0 C13.5341893,0 11.9656658,0.693188051 10.8233167,1.81525504 C9.68096756,0.693188051 8.11244403,0 6.38000728,0 Z" id="path-2"></path>
|
|
10
|
+
<linearGradient x1="35.6067299%" y1="-7.3874199%" x2="39.8232883%" y2="80.1176065%" id="linearGradient-4">
|
|
11
|
+
<stop stop-color="#FFFFFF" stop-opacity="0.300000012" offset="5.24306633%"></stop>
|
|
12
|
+
<stop stop-color="#FFFFFF" stop-opacity="0" offset="81.7708313%"></stop>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<linearGradient x1="109.201964%" y1="-32.6093597%" x2="-34.6017883%" y2="143.225568%" id="linearGradient-5">
|
|
15
|
+
<stop stop-color="#FFFFFF" offset="7.84609392%"></stop>
|
|
16
|
+
<stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
</defs>
|
|
19
|
+
<g id="信心指数" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
20
|
+
<g transform="translate(-466.000000, -40.000000)" id="1">
|
|
21
|
+
<g transform="translate(466.000000, 40.000000)">
|
|
22
|
+
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
|
23
|
+
<g id="编组" transform="translate(1.000000, 2.000000)">
|
|
24
|
+
<g id="Union" transform="translate(0.219714, 0.216712)">
|
|
25
|
+
<g id="路径-3">
|
|
26
|
+
<mask id="mask-3" fill="white">
|
|
27
|
+
<use xlink:href="#path-2"></use>
|
|
28
|
+
</mask>
|
|
29
|
+
<use id="蒙版" fill="url(#linearGradient-1)" xlink:href="#path-2"></use>
|
|
30
|
+
<path d="M-0.226151355,18.4200861 C3.33323438,15.6910419 7.44985819,15.2359812 12.1237201,17.0549038 C16.797582,18.8738264 20.6277271,17.641334 23.6141555,13.3574264 L23.6141555,-0.664737388 L-0.226151355,-0.664737388 L-0.226151355,18.4200861 Z" fill="#FFD3D3" mask="url(#mask-3)"></path>
|
|
31
|
+
</g>
|
|
32
|
+
<path d="M6.38000728,0 C2.8873946,0 0,2.79020658 0,6.26612077 C0,7.06403507 0.17652194,7.99659741 0.448870077,8.69726591 C1.51052346,12.2130758 6.44305083,18.2198744 11.3427955,19.7832878 C18.2246295,15.544368 20.4941973,11.8739622 21.4575027,8.78453779 C21.7071552,7.98662348 21.7802857,7.24107231 21.7802857,6.33344478 C21.7802857,2.8575306 18.7592388,0 15.2666261,0 C13.5341893,0 11.9656658,0.693188051 10.8233167,1.81525504 C9.68096756,0.693188051 8.11244403,0 6.38000728,0 Z" stroke-opacity="0.3" stroke="#FFFFFF" stroke-width="0.5" stroke-dasharray="0"></path>
|
|
33
|
+
</g>
|
|
34
|
+
<path d="M6.8869768,1.71651047 C4.04105067,1.70395203 1.74386871,3.9927455 1.75648263,6.83153261 C1.76918964,9.66782078 4.08688702,11.9770628 6.93281315,11.9897248 C9.77622299,12.0022722 12.0734049,9.71347873 12.0608021,6.87719056 C12.048084,4.03840345 9.73038664,1.72916147 6.8869768,1.71651047 Z" id="Ellipse-170" fill="url(#linearGradient-4)" transform="translate(6.908642, 6.853118) rotate(-26.050000) translate(-6.908642, -6.853118) "></path>
|
|
35
|
+
<path d="M6.71275953,3.87516411 C5.4467279,4.12903387 4.758381,5.77118001 4.58781188,6.81893961" id="Vector-120" stroke="url(#linearGradient-5)" stroke-width="2.52174201" stroke-dasharray="0" transform="translate(5.650286, 5.347052) rotate(8.070000) translate(-5.650286, -5.347052) "></path>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
</g>
|
|
40
|
+
</svg>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>10</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="97.5204612%" y1="50%" x2="0%" y2="50%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#FF5555" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#FFA5A5" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient x1="35.6067299%" y1="-7.3874199%" x2="39.8232883%" y2="80.1176065%" id="linearGradient-2">
|
|
10
|
+
<stop stop-color="#FFFFFF" stop-opacity="0.300000012" offset="5.24306633%"></stop>
|
|
11
|
+
<stop stop-color="#FFFFFF" stop-opacity="0" offset="81.7708313%"></stop>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<linearGradient x1="109.201964%" y1="-32.6093597%" x2="-34.6017883%" y2="143.225568%" id="linearGradient-3">
|
|
14
|
+
<stop stop-color="#FFFFFF" offset="7.84609392%"></stop>
|
|
15
|
+
<stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
</defs>
|
|
18
|
+
<g id="信心指数" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
19
|
+
<g transform="translate(-466.000000, -364.000000)" id="10">
|
|
20
|
+
<g transform="translate(466.000000, 364.000000)">
|
|
21
|
+
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
|
22
|
+
<g id="编组" transform="translate(1.000000, 2.000000)">
|
|
23
|
+
<g id="Union" transform="translate(0.219714, 0.216712)">
|
|
24
|
+
<path d="M6.38000728,0 C2.8873946,0 0,2.79020658 0,6.26612077 C0,7.06403507 0.17652194,7.99659741 0.448870077,8.69726591 C1.51052346,12.2130758 6.44305083,18.2198744 11.3427955,19.7832878 C18.2246295,15.544368 20.4941973,11.8739622 21.4575027,8.78453779 C21.7071552,7.98662348 21.7802857,7.24107231 21.7802857,6.33344478 C21.7802857,2.8575306 18.7592388,0 15.2666261,0 C13.5341893,0 11.9656658,0.693188051 10.8233167,1.81525504 C9.68096756,0.693188051 8.11244403,0 6.38000728,0 Z" fill="url(#linearGradient-1)"></path>
|
|
25
|
+
<path d="M6.38000728,0 C2.8873946,0 0,2.79020658 0,6.26612077 C0,7.06403507 0.17652194,7.99659741 0.448870077,8.69726591 C1.51052346,12.2130758 6.44305083,18.2198744 11.3427955,19.7832878 C18.2246295,15.544368 20.4941973,11.8739622 21.4575027,8.78453779 C21.7071552,7.98662348 21.7802857,7.24107231 21.7802857,6.33344478 C21.7802857,2.8575306 18.7592388,0 15.2666261,0 C13.5341893,0 11.9656658,0.693188051 10.8233167,1.81525504 C9.68096756,0.693188051 8.11244403,0 6.38000728,0 Z" stroke-opacity="0.3" stroke="#FFFFFF" stroke-width="0.5" stroke-dasharray="0"></path>
|
|
26
|
+
</g>
|
|
27
|
+
<path d="M6.8869768,1.71651047 C4.04105067,1.70395203 1.74386871,3.9927455 1.75648263,6.83153261 C1.76918964,9.66782078 4.08688702,11.9770628 6.93281315,11.9897248 C9.77622299,12.0022722 12.0734049,9.71347873 12.0608021,6.87719056 C12.048084,4.03840345 9.73038664,1.72916147 6.8869768,1.71651047 Z" id="Ellipse-170" fill="url(#linearGradient-2)" transform="translate(6.908642, 6.853118) rotate(-26.050000) translate(-6.908642, -6.853118) "></path>
|
|
28
|
+
<path d="M6.71275953,3.87516411 C5.4467279,4.12903387 4.758381,5.77118001 4.58781188,6.81893961" id="Vector-120" stroke="url(#linearGradient-3)" stroke-width="2.52174201" stroke-dasharray="0" transform="translate(5.650286, 5.347052) rotate(8.070000) translate(-5.650286, -5.347052) "></path>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
</g>
|
|
33
|
+
</svg>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>2</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="97.5204612%" y1="50%" x2="0%" y2="50%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#FF5555" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#FFA5A5" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<path d="M6.38000728,0 C2.8873946,0 0,2.79020658 0,6.26612077 C0,7.06403507 0.17652194,7.99659741 0.448870077,8.69726591 C1.51052346,12.2130758 6.44305083,18.2198744 11.3427955,19.7832878 C18.2246295,15.544368 20.4941973,11.8739622 21.4575027,8.78453779 C21.7071552,7.98662348 21.7802857,7.24107231 21.7802857,6.33344478 C21.7802857,2.8575306 18.7592388,0 15.2666261,0 C13.5341893,0 11.9656658,0.693188051 10.8233167,1.81525504 C9.68096756,0.693188051 8.11244403,0 6.38000728,0 Z" id="path-2"></path>
|
|
10
|
+
<linearGradient x1="35.6067299%" y1="-7.3874199%" x2="39.8232883%" y2="80.1176065%" id="linearGradient-4">
|
|
11
|
+
<stop stop-color="#FFFFFF" stop-opacity="0.300000012" offset="5.24306633%"></stop>
|
|
12
|
+
<stop stop-color="#FFFFFF" stop-opacity="0" offset="81.7708313%"></stop>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<linearGradient x1="109.201964%" y1="-32.6093597%" x2="-34.6017883%" y2="143.225568%" id="linearGradient-5">
|
|
15
|
+
<stop stop-color="#FFFFFF" offset="7.84609392%"></stop>
|
|
16
|
+
<stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
</defs>
|
|
19
|
+
<g id="信心指数" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
20
|
+
<g transform="translate(-466.000000, -76.000000)" id="2">
|
|
21
|
+
<g transform="translate(466.000000, 76.000000)">
|
|
22
|
+
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
|
23
|
+
<g id="编组" transform="translate(1.000000, 2.000000)">
|
|
24
|
+
<g id="Union" transform="translate(0.219714, 0.216712)">
|
|
25
|
+
<g id="路径-3">
|
|
26
|
+
<mask id="mask-3" fill="white">
|
|
27
|
+
<use xlink:href="#path-2"></use>
|
|
28
|
+
</mask>
|
|
29
|
+
<use id="蒙版" fill="url(#linearGradient-1)" xlink:href="#path-2"></use>
|
|
30
|
+
<path d="M-0.226151355,16.1229121 C3.38633019,12.8465957 7.502954,12.3915349 12.1237201,14.7577298 C16.7444861,17.1239247 20.5746313,15.8914323 23.6141555,11.0602524 L23.6141555,-2.05311024 L-0.226151355,-2.05311024 L-0.226151355,16.1229121 Z" fill="#FFD3D3" mask="url(#mask-3)"></path>
|
|
31
|
+
</g>
|
|
32
|
+
<path d="M6.38000728,0 C2.8873946,0 0,2.79020658 0,6.26612077 C0,7.06403507 0.17652194,7.99659741 0.448870077,8.69726591 C1.51052346,12.2130758 6.44305083,18.2198744 11.3427955,19.7832878 C18.2246295,15.544368 20.4941973,11.8739622 21.4575027,8.78453779 C21.7071552,7.98662348 21.7802857,7.24107231 21.7802857,6.33344478 C21.7802857,2.8575306 18.7592388,0 15.2666261,0 C13.5341893,0 11.9656658,0.693188051 10.8233167,1.81525504 C9.68096756,0.693188051 8.11244403,0 6.38000728,0 Z" stroke-opacity="0.3" stroke="#FFFFFF" stroke-width="0.5" stroke-dasharray="0"></path>
|
|
33
|
+
</g>
|
|
34
|
+
<path d="M6.8869768,1.71651047 C4.04105067,1.70395203 1.74386871,3.9927455 1.75648263,6.83153261 C1.76918964,9.66782078 4.08688702,11.9770628 6.93281315,11.9897248 C9.77622299,12.0022722 12.0734049,9.71347873 12.0608021,6.87719056 C12.048084,4.03840345 9.73038664,1.72916147 6.8869768,1.71651047 Z" id="Ellipse-170" fill="url(#linearGradient-4)" transform="translate(6.908642, 6.853118) rotate(-26.050000) translate(-6.908642, -6.853118) "></path>
|
|
35
|
+
<path d="M6.71275953,3.87516411 C5.4467279,4.12903387 4.758381,5.77118001 4.58781188,6.81893961" id="Vector-120" stroke="url(#linearGradient-5)" stroke-width="2.52174201" stroke-dasharray="0" transform="translate(5.650286, 5.347052) rotate(8.070000) translate(-5.650286, -5.347052) "></path>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
</g>
|
|
40
|
+
</svg>
|