@titaui/pc 1.12.7-beta.4 → 1.12.9-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/change-okr-modal/Item.js +19 -18
- package/lib/components/change-okr-modal/styledComponents.js +9 -9
- package/lib/components/create-okr-modal/createSuccessCmp.js +47 -19
- package/lib/components/create-okr-modal/fields/index.css +14 -3
- package/lib/components/create-okr-modal/fields/o-new-name.js +31 -20
- package/lib/components/create-okr-modal/fields/okr-case.js +7 -5
- package/lib/components/create-okr-modal/fields/okr-parent.js +7 -5
- package/lib/components/create-okr-modal/index.js +215 -142
- package/lib/components/create-okr-modal/kr-items/index.css +23 -13
- package/lib/components/create-okr-modal/kr-items/krDatas.js +96 -76
- package/lib/components/create-okr-modal/kr-items/krItem.js +54 -57
- package/lib/components/create-okr-modal/style.js +5 -5
- package/lib/components/dynamic/components/title/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +17 -17
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +9 -9
- package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/index.js +4 -15
- package/lib/components/eReport/eReportLists/reportList.js +29 -30
- package/lib/components/eReport/eReportShare/style.js +1 -1
- package/lib/components/edit-kr-wight/EditKrWightModal.js +11 -9
- package/lib/components/menus/components/menu-tree/tree-node/index.css +0 -120
- package/lib/components/menus/components/menu-tree/tree-node/index.js +2 -22
- package/lib/components/menus/i18n.js +0 -8
- package/lib/components/menus/index.js +0 -6
- package/lib/components/nav-top/components/menu/index.js +4 -4
- package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +1 -1
- package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +3 -3
- package/lib/components/okr-detail/components/ao-nice/index.css +0 -1
- package/lib/components/okr-detail/components/header/edit-name.js +76 -39
- package/lib/components/okr-detail/components/header/index.css +122 -41
- package/lib/components/okr-detail/components/header/index.js +45 -48
- package/lib/components/{dynamic/dynamic-item/components/progress/components/okr-progress/index.js → okr-detail/components/header/o-classify.js} +84 -152
- package/lib/components/okr-detail/components/header/o-name.js +7 -5
- package/lib/components/okr-detail/components/o-progress-update/index.js +2 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +3 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.css +66 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +174 -64
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +9 -9
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +15 -13
- package/lib/components/okr-detail/components/tab-panel-content/index.css +1 -0
- package/lib/components/okr-detail/detail-header/index.js +11 -5
- package/lib/components/okr-detail/okr-list/create-kr-item/index.css +17 -0
- package/lib/components/okr-detail/okr-list/create-kr-item/index.js +75 -53
- package/lib/components/okr-detail/okr-list/index.css +9 -0
- package/lib/components/okr-detail/okr-list/index.js +25 -25
- package/lib/components/okr-detail/request-apis.js +73 -69
- package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -1
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +34 -32
- package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +3 -1
- package/lib/components/okr-flow/child-node/kr-node.js +3 -1
- package/lib/components/okr-flow/child-node/work-node.js +3 -1
- 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 +57 -14
- package/lib/components/okr-flow/export-modal/trans1.png +0 -0
- package/lib/components/okr-progress/components/kr-progress/index.js +5 -3
- package/lib/components/okr-progress/components/o-progress/index.js +3 -1
- package/lib/components/okr-progress/components/o-progress-update/index.js +2 -2
- package/lib/components/okr-progress/components/sub-o-progress/index.js +3 -1
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +3 -3
- package/lib/components/okr-share/common-painter/openDataPainter.js +9 -6
- package/lib/components/okr-share/common-painter/utils.js +187 -36
- package/lib/components/okr-share/index.css +5 -4
- package/lib/components/okr-share/pink-card/card.js +3 -3
- package/lib/components/okr-share/pink-card/drawKrs.js +97 -18
- package/lib/components/okr-share/pink-card/index.js +20 -12
- package/lib/components/open-data-painter/index.js +6 -5
- package/lib/components/period-selector/components/button/style.js +1 -1
- package/lib/components/period-selector/index.css +1 -0
- package/lib/components/period-selector/index.js +7 -2
- package/lib/components/picker/components/picker-trigger/index.js +2 -47
- package/lib/components/picker/picker-panels.js +4 -45
- package/lib/components/picker/picker.js +3 -7
- package/lib/components/search-input/index.js +0 -5
- package/lib/components/search-key-handle/index.js +12 -10
- package/lib/components/select-layer/index.js +22 -8
- package/lib/components/task-relation-modal/helper.js +1 -56
- 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/okr-relation/tree/task-tree/index.css +2 -2
- package/lib/components/task-relation-modal/request-api.js +5 -2
- 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 +22 -3
- package/lib/components/task-relation-modal/tree-node/kr-node/index.js +4 -4
- package/lib/components/task-relation-modal/tree-node/o-node/index.js +8 -8
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +11 -11
- package/lib/components/textarea/index.js +5 -7
- package/lib/components/tooltip/tooltip.js +9 -4
- package/lib/components/upload/components/uploadedPreview.js +17 -17
- package/lib/components/upload/index.js +23 -23
- 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 +2 -1
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +31 -17
- package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.css +1 -1
- package/lib/components/user-selector/searched-panel/index.js +4 -4
- package/lib/components/wechat-btn/index.css +5 -1
- package/lib/components-v1/userSelector/components/SingleMode.js +7 -5
- package/lib/index.js +0 -48
- package/lib/pages/home/components/data-list/table/columns/krName.js +3 -1
- package/lib/pages/home/components/data-list/table/columns/okrName.js +4 -2
- package/lib/pages/new-okr-list/header/index.js +15 -15
- package/lib/utils/bs-global.js +1 -1
- package/lib/utils/constant.js +2 -8
- package/lib/utils/helpers.js +11 -56
- package/lib/utils/hooks.js +5 -5
- package/lib/utils/open-data.js +216 -66
- package/lib/utils/tita-okr-cycle.js +3 -3
- package/package.json +2 -2
- package/lib/components/attachments-preview/index.css +0 -11
- package/lib/components/attachments-preview/index.js +0 -112
- package/lib/components/auto-save/img/failed.svg +0 -17
- package/lib/components/auto-save/img/success.svg +0 -16
- package/lib/components/auto-save/index.css +0 -39
- package/lib/components/auto-save/index.js +0 -78
- package/lib/components/auto-save/interface.js +0 -5
- package/lib/components/color-date-picker/index.css +0 -65
- package/lib/components/color-date-picker/index.js +0 -123
- package/lib/components/color-date-picker/interface.js +0 -14
- package/lib/components/dialog-upload/img/doc.svg +0 -1
- package/lib/components/dialog-upload/img/other.svg +0 -1
- package/lib/components/dialog-upload/img/pdf.svg +0 -1
- package/lib/components/dialog-upload/img/ppt.svg +0 -1
- package/lib/components/dialog-upload/img/radio.svg +0 -1
- package/lib/components/dialog-upload/img/video.svg +0 -1
- package/lib/components/dialog-upload/img/xls.svg +0 -1
- package/lib/components/dialog-upload/index.css +0 -77
- package/lib/components/dialog-upload/index.js +0 -332
- package/lib/components/dialog-upload/type.js +0 -35
- package/lib/components/dialog-upload/uploaded-preview.css +0 -77
- package/lib/components/dialog-upload/uploaded-preview.js +0 -132
- package/lib/components/dialog-upload/util.js +0 -131
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/encourage.js +0 -119
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/APP-shoucang-m.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/ascore.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curEfforts.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGood.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGreat.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/efforts.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/good.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/great.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/halfscore.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/loading.gif +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/score.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/top.svg +0 -14
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.css +0 -68
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.js +0 -118
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/rate.js +0 -143
- package/lib/components/dynamic/dynamic-item/components/header/img/evalute.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/header/img/fighting.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/header/img/happy.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/header/img/long-story.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/header/img/pressure.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/okr-progress/index.css +0 -170
- package/lib/components/dynamic/dynamic-item/components/okr-progress/index.js +0 -120
- package/lib/components/dynamic/dynamic-item/components/okr-progress/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/okr-progress/request-api.js +0 -10
- package/lib/components/dynamic/dynamic-item/components/okr-progress/utils.js +0 -10
- package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.css +0 -8
- package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.js +0 -26
- package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.css +0 -8
- package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.js +0 -26
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.css +0 -197
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/request-api.js +0 -20
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/util.js +0 -134
- package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.css +0 -10
- package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.js +0 -60
- package/lib/components/dynamic/dynamic-item/components/progress/index.css +0 -25
- package/lib/components/dynamic/dynamic-item/components/progress/index.js +0 -71
- package/lib/components/dynamic/dynamic-item/components/progress/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/schedule/index.css +0 -31
- package/lib/components/dynamic/dynamic-item/components/schedule/index.js +0 -59
- package/lib/components/dynamic/dynamic-item/components/schedule/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/evalute.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/fighting.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/happy.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/long-story.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/pressure.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/index.css +0 -136
- package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +0 -364
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.css +0 -24
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.js +0 -52
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.css +0 -50
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.js +0 -65
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.css +0 -201
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.js +0 -95
- package/lib/components/dynamic/dynamic-item/components/task-progress/interface.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/task-progress/utils.js +0 -10
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-small.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/evaluate-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-small.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-small.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.css +0 -32
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.js +0 -43
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.css +0 -37
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.js +0 -79
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/evalute.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/fighting.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/happy.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/long-story.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/pressure.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.css +0 -155
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +0 -155
- package/lib/components/import-modal/helper.js +0 -179
- package/lib/components/import-modal/image/loading.gif +0 -0
- package/lib/components/import-modal/import-okr-modal/index.css +0 -18
- package/lib/components/import-modal/import-okr-modal/index.js +0 -132
- package/lib/components/import-modal/import-task-modal/index.css +0 -18
- package/lib/components/import-modal/import-task-modal/index.js +0 -240
- package/lib/components/import-modal/import-task-modal/search-form.js +0 -135
- package/lib/components/import-modal/index.css +0 -30
- package/lib/components/import-modal/index.js +0 -20
- package/lib/components/import-modal/radio.js +0 -62
- package/lib/components/import-modal/request-api.js +0 -204
- package/lib/components/import-modal/search/category-select.js +0 -74
- package/lib/components/import-modal/search/okr-classify-select.js +0 -74
- package/lib/components/import-modal/search/okr-status-select.js +0 -74
- package/lib/components/import-modal/search/okr-type-select.js +0 -87
- package/lib/components/import-modal/search/principal.js +0 -135
- package/lib/components/import-modal/search/relation.js +0 -77
- package/lib/components/import-modal/search/search-dropdown/index.css +0 -50
- package/lib/components/import-modal/search/search-dropdown/index.js +0 -32
- package/lib/components/import-modal/search/task-relation.js +0 -83
- package/lib/components/import-modal/search/task-status-select.js +0 -87
- package/lib/components/import-modal/search/work-relation.js +0 -83
- package/lib/components/import-modal/search/work-status-select.js +0 -74
- package/lib/components/import-modal/tree/okr-tree/index.css +0 -61
- package/lib/components/import-modal/tree/okr-tree/index.js +0 -267
- package/lib/components/import-modal/tree/okr-tree/search-form.js +0 -161
- package/lib/components/import-modal/tree/task-work-tree/index.css +0 -123
- package/lib/components/import-modal/tree/task-work-tree/index.js +0 -187
- package/lib/components/import-modal/tree-node/index.css +0 -0
- package/lib/components/import-modal/tree-node/index.js +0 -51
- package/lib/components/import-modal/tree-node/kr-node/index.css +0 -58
- package/lib/components/import-modal/tree-node/kr-node/index.js +0 -108
- package/lib/components/import-modal/tree-node/milestone-node/index.css +0 -61
- package/lib/components/import-modal/tree-node/milestone-node/index.js +0 -118
- package/lib/components/import-modal/tree-node/o-node/index.css +0 -46
- package/lib/components/import-modal/tree-node/o-node/index.js +0 -138
- package/lib/components/import-modal/tree-node/work-node/index.css +0 -51
- package/lib/components/import-modal/tree-node/work-node/index.js +0 -108
- package/lib/components/menus/components/menu-tree/images/summary-menu/caidan-enjoy.svg +0 -14
- package/lib/components/menus/components/menu-tree/images/summary-menu/my-setup.svg +0 -18
- package/lib/components/menus/components/menu-tree/images/summary-menu/my-zongjie.svg +0 -15
- package/lib/components/menus/components/menu-tree/images/summary-menu/zongjie-s.svg +0 -15
- package/lib/components/menus/components/menu-tree/tree-node/subordinates.js +0 -74
- package/lib/components/menus/components/menu-tree/tree-node/summary-share.js +0 -74
- package/lib/components/menus/export-modules/summary-menus/depart-menus/helper.js +0 -56
- package/lib/components/menus/export-modules/summary-menus/depart-menus/index.css +0 -32
- package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +0 -201
- package/lib/components/menus/export-modules/summary-menus/index.css +0 -9
- package/lib/components/menus/export-modules/summary-menus/index.js +0 -134
- package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +0 -76
- package/lib/components/menus/export-modules/summary-menus/menus.js +0 -199
- package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +0 -199
- package/lib/components/new-confidence/constant.js +0 -53
- package/lib/components/new-confidence/img/1.svg +0 -40
- package/lib/components/new-confidence/img/10.svg +0 -33
- package/lib/components/new-confidence/img/2.svg +0 -40
- package/lib/components/new-confidence/img/3.svg +0 -40
- package/lib/components/new-confidence/img/4.svg +0 -40
- package/lib/components/new-confidence/img/5.svg +0 -40
- package/lib/components/new-confidence/img/6.svg +0 -40
- package/lib/components/new-confidence/img/7.svg +0 -40
- package/lib/components/new-confidence/img/8.svg +0 -40
- package/lib/components/new-confidence/img/9.svg +0 -40
- package/lib/components/new-confidence/index.css +0 -62
- package/lib/components/new-confidence/index.js +0 -115
- package/lib/components/new-confidence/interface.js +0 -5
- package/lib/components/picker/components/panels/week-panel/index.css +0 -42
- package/lib/components/picker/components/panels/week-panel/index.js +0 -49
- package/lib/components/picker/components/panels/week-panel/utils.js +0 -45
- package/lib/components/picker/components/panels/week-panel/week-body.js +0 -79
- package/lib/components/picker/components/panels/week-panel/week-head.js +0 -80
- package/lib/components/rate/index.js +0 -50
- package/lib/components/regulation-setting-item/index.css +0 -33
- package/lib/components/regulation-setting-item/index.js +0 -37
- package/lib/components/rich-editor-at/components/index.css +0 -66
- package/lib/components/rich-editor-at/components/index.js +0 -188
- package/lib/components/rich-editor-at/index.css +0 -40
- package/lib/components/rich-editor-at/index.js +0 -108
- package/lib/components/rich-editor-upload/index.css +0 -11
- package/lib/components/rich-editor-upload/index.js +0 -84
- package/lib/utils/planDataJson.js +0 -11115
package/lib/utils/hooks.js
CHANGED
|
@@ -24,15 +24,15 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
24
24
|
function parseUrl(fragmentStr) {
|
|
25
25
|
var queryObject = {};
|
|
26
26
|
if (!fragmentStr) return queryObject;
|
|
27
|
-
var markIndex = fragmentStr.indexOf(
|
|
27
|
+
var markIndex = fragmentStr.indexOf('?'); // contain query string in fragments
|
|
28
28
|
|
|
29
29
|
if (markIndex > -1) {
|
|
30
30
|
// build query object
|
|
31
31
|
var queryString = fragmentStr.slice(markIndex + 1);
|
|
32
|
-
var queryArray = queryString.split(
|
|
32
|
+
var queryArray = queryString.split('&');
|
|
33
33
|
|
|
34
34
|
for (var i = 0; i < queryArray.length; i += 1) {
|
|
35
|
-
var queryPair = queryArray[i].split(
|
|
35
|
+
var queryPair = queryArray[i].split('=');
|
|
36
36
|
queryObject[queryPair[0]] = decodeURIComponent(queryPair[1]);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -64,9 +64,9 @@ function useQuery(name) {
|
|
|
64
64
|
}
|
|
65
65
|
}, []);
|
|
66
66
|
(0, _react.useEffect)(function () {
|
|
67
|
-
window.addEventListener(
|
|
67
|
+
window.addEventListener('hashchange', hashChangeHandler);
|
|
68
68
|
return function () {
|
|
69
|
-
window.removeEventListener(
|
|
69
|
+
window.removeEventListener('hashchange', hashChangeHandler);
|
|
70
70
|
};
|
|
71
71
|
}, []);
|
|
72
72
|
return state;
|
package/lib/utils/open-data.js
CHANGED
|
@@ -5,16 +5,24 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
|
-
exports.parseTag = exports.parseString = exports.parseHtmlAndTextTag = exports.isWxTrial = exports.isWechat = exports.isPlatform = exports.getSource = exports.getOpenId = exports["default"] = exports.OpenUserName = exports.OpenDepartmentName = void 0;
|
|
8
|
+
exports.parseTag = exports.parseStringV2 = exports.parseString = exports.parseOpenDataStringToImg = exports.parseHtmlAndTextTag = exports.isWxTrial = exports.isWechat = exports.isPlatform = exports.getSource = exports.getOpenId = exports["default"] = exports.OpenUserName = exports.OpenDepartmentName = void 0;
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
|
|
12
12
|
var _bsGlobal = require("./bs-global");
|
|
13
13
|
|
|
14
|
+
var _openDataPainter = require("../components/open-data-painter");
|
|
15
|
+
|
|
14
16
|
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); }
|
|
15
17
|
|
|
16
18
|
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; }
|
|
17
19
|
|
|
20
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
21
|
+
|
|
22
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
23
|
+
|
|
24
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
25
|
+
|
|
18
26
|
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; }
|
|
19
27
|
|
|
20
28
|
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; }
|
|
@@ -65,8 +73,8 @@ exports.getOpenId = getOpenId;
|
|
|
65
73
|
function openData(p) {
|
|
66
74
|
if (getSource() == WX_SOURCE || getUA().includes(WX_UA_STR)) {
|
|
67
75
|
return function (p) {
|
|
68
|
-
if (p.id === undefined) return p.name || null;
|
|
69
|
-
var openId = getOpenId(p.id, p.type);
|
|
76
|
+
if (p.id === undefined && p.corpId === undefined) return p.name || null;
|
|
77
|
+
var openId = p.corpId || getOpenId(p.id, p.type);
|
|
70
78
|
if (!openId) return p.name || p.id || null;
|
|
71
79
|
var ref = (0, _react.useRef)(null);
|
|
72
80
|
(0, _react.useEffect)(function () {
|
|
@@ -79,11 +87,10 @@ function openData(p) {
|
|
|
79
87
|
});
|
|
80
88
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
81
89
|
style: {
|
|
82
|
-
display: 'inline
|
|
90
|
+
display: 'inline',
|
|
83
91
|
position: 'relative',
|
|
84
92
|
overflow: 'hidden',
|
|
85
|
-
textOverflow: 'ellipsis'
|
|
86
|
-
verticalAlign: 'middle'
|
|
93
|
+
textOverflow: 'ellipsis'
|
|
87
94
|
}
|
|
88
95
|
}, /*#__PURE__*/_react["default"].createElement("ww-open-data", {
|
|
89
96
|
ref: ref,
|
|
@@ -223,12 +230,14 @@ var parseString = function parseString(str) {
|
|
|
223
230
|
var strReg = /\[\w+?\:\w+?\]/;
|
|
224
231
|
var openDatas = [];
|
|
225
232
|
var matchStr = reg.exec(str);
|
|
233
|
+
if (!matchStr) return parseStringV2(str);
|
|
226
234
|
|
|
227
235
|
while (matchStr != null) {
|
|
228
236
|
var OpenDataCompoent = openDataMap[matchStr[2]];
|
|
229
237
|
|
|
230
238
|
if (!OpenDataCompoent) {
|
|
231
|
-
|
|
239
|
+
var v2Paresed = parseStringV2(matchStr[0]);
|
|
240
|
+
openDatas.push( /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, v2Paresed));
|
|
232
241
|
} else {
|
|
233
242
|
openDatas.push( /*#__PURE__*/_react["default"].createElement("span", null, /*#__PURE__*/_react["default"].createElement(OpenDataCompoent, {
|
|
234
243
|
id: matchStr[1]
|
|
@@ -238,7 +247,57 @@ var parseString = function parseString(str) {
|
|
|
238
247
|
matchStr = reg.exec(str);
|
|
239
248
|
}
|
|
240
249
|
|
|
241
|
-
var commonStrs = str.split(strReg);
|
|
250
|
+
var commonStrs = str === null || str === void 0 ? void 0 : str.split(strReg);
|
|
251
|
+
var renderData = [];
|
|
252
|
+
|
|
253
|
+
for (var i = 0; i < commonStrs.length; i++) {
|
|
254
|
+
var _v2Paresed = parseStringV2(commonStrs[i]);
|
|
255
|
+
|
|
256
|
+
renderData.push( /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, _v2Paresed)); // renderData.push(
|
|
257
|
+
// <span dangerouslySetInnerHTML={{ __html: commonStrs[i] }} />,
|
|
258
|
+
// )
|
|
259
|
+
|
|
260
|
+
renderData.push(openDatas[i]);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
return renderData;
|
|
264
|
+
};
|
|
265
|
+
|
|
266
|
+
exports.parseString = parseString;
|
|
267
|
+
var openDataMapV2 = {
|
|
268
|
+
userName: OpenUserName,
|
|
269
|
+
departmentName: OpenDepartmentName
|
|
270
|
+
};
|
|
271
|
+
|
|
272
|
+
var parseStringV2 = function parseStringV2(str) {
|
|
273
|
+
// @ts-ignore
|
|
274
|
+
var source = window.BSGlobal.tenantInfo.Source;
|
|
275
|
+
var ua = navigator.userAgent.toLowerCase();
|
|
276
|
+
if (source != 860 && ua.indexOf('micromessenger') == -1) return /*#__PURE__*/_react["default"].createElement("span", {
|
|
277
|
+
dangerouslySetInnerHTML: {
|
|
278
|
+
__html: str
|
|
279
|
+
}
|
|
280
|
+
});
|
|
281
|
+
var reg = /\$(userName|departmentName)\=(.+?)\$/g;
|
|
282
|
+
var strReg = /\$(?:userName|departmentName)\=.+?\$/;
|
|
283
|
+
var openDatas = [];
|
|
284
|
+
var matchStr = reg.exec(str);
|
|
285
|
+
|
|
286
|
+
while (matchStr != null) {
|
|
287
|
+
var OpenDataCompoent = openDataMapV2[matchStr[1]];
|
|
288
|
+
|
|
289
|
+
if (!OpenDataCompoent) {
|
|
290
|
+
openDatas.push(matchStr[0]);
|
|
291
|
+
} else {
|
|
292
|
+
openDatas.push( /*#__PURE__*/_react["default"].createElement("span", null, /*#__PURE__*/_react["default"].createElement(OpenDataCompoent, {
|
|
293
|
+
corpId: matchStr[2]
|
|
294
|
+
})));
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
matchStr = reg.exec(str);
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
var commonStrs = (str === null || str === void 0 ? void 0 : str.split(strReg)) || [];
|
|
242
301
|
var renderData = [];
|
|
243
302
|
|
|
244
303
|
for (var i = 0; i < commonStrs.length; i++) {
|
|
@@ -253,33 +312,163 @@ var parseString = function parseString(str) {
|
|
|
253
312
|
return renderData;
|
|
254
313
|
};
|
|
255
314
|
|
|
256
|
-
exports.
|
|
315
|
+
exports.parseStringV2 = parseStringV2;
|
|
316
|
+
|
|
317
|
+
var parseOpenDataStringToImg = /*#__PURE__*/function () {
|
|
318
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(str) {
|
|
319
|
+
var font,
|
|
320
|
+
reg,
|
|
321
|
+
strReg,
|
|
322
|
+
openDatas,
|
|
323
|
+
matchStr,
|
|
324
|
+
commonStrs,
|
|
325
|
+
renderData,
|
|
326
|
+
i,
|
|
327
|
+
_args = arguments;
|
|
328
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
329
|
+
while (1) {
|
|
330
|
+
switch (_context.prev = _context.next) {
|
|
331
|
+
case 0:
|
|
332
|
+
font = _args.length > 1 && _args[1] !== undefined ? _args[1] : {
|
|
333
|
+
lineHeight: 20,
|
|
334
|
+
fontSize: 18,
|
|
335
|
+
fontWeight: '500',
|
|
336
|
+
color: '#3f4755'
|
|
337
|
+
};
|
|
338
|
+
font = _objectSpread(_objectSpread({}, {
|
|
339
|
+
lineHeight: 20,
|
|
340
|
+
fontSize: 18,
|
|
341
|
+
fontWeight: '500',
|
|
342
|
+
color: '#3f4755'
|
|
343
|
+
}), font || {});
|
|
344
|
+
reg = /\$(userName|departmentName)\=(.+?)\$/g;
|
|
345
|
+
strReg = /\$(?:userName|departmentName)\=.+?\$/;
|
|
346
|
+
openDatas = [];
|
|
347
|
+
matchStr = reg.exec(str);
|
|
348
|
+
|
|
349
|
+
case 6:
|
|
350
|
+
if (!(matchStr != null)) {
|
|
351
|
+
_context.next = 15;
|
|
352
|
+
break;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
_context.t0 = openDatas;
|
|
356
|
+
_context.next = 10;
|
|
357
|
+
return getCanvasImg(matchStr[2], matchStr[1], font);
|
|
358
|
+
|
|
359
|
+
case 10:
|
|
360
|
+
_context.t1 = _context.sent;
|
|
361
|
+
|
|
362
|
+
_context.t0.push.call(_context.t0, _context.t1);
|
|
363
|
+
|
|
364
|
+
matchStr = reg.exec(str);
|
|
365
|
+
_context.next = 6;
|
|
366
|
+
break;
|
|
367
|
+
|
|
368
|
+
case 15:
|
|
369
|
+
commonStrs = (str === null || str === void 0 ? void 0 : str.split(strReg)) || [];
|
|
370
|
+
renderData = [];
|
|
371
|
+
|
|
372
|
+
for (i = 0; i < commonStrs.length; i++) {
|
|
373
|
+
renderData.push( /*#__PURE__*/_react["default"].createElement("span", {
|
|
374
|
+
dangerouslySetInnerHTML: {
|
|
375
|
+
__html: commonStrs[i]
|
|
376
|
+
}
|
|
377
|
+
}));
|
|
378
|
+
renderData.push(openDatas[i]);
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
return _context.abrupt("return", renderData);
|
|
382
|
+
|
|
383
|
+
case 19:
|
|
384
|
+
case "end":
|
|
385
|
+
return _context.stop();
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
}, _callee);
|
|
389
|
+
}));
|
|
390
|
+
|
|
391
|
+
return function parseOpenDataStringToImg(_x) {
|
|
392
|
+
return _ref.apply(this, arguments);
|
|
393
|
+
};
|
|
394
|
+
}();
|
|
395
|
+
|
|
396
|
+
exports.parseOpenDataStringToImg = parseOpenDataStringToImg;
|
|
397
|
+
|
|
398
|
+
var getCanvasImg = /*#__PURE__*/function () {
|
|
399
|
+
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(id, type, _ref2) {
|
|
400
|
+
var lineHeight, fontSize, fontWeight, color, font, canvas, ctx, name, img, _ctx$measureText, width, actualWidth, src;
|
|
401
|
+
|
|
402
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
403
|
+
while (1) {
|
|
404
|
+
switch (_context2.prev = _context2.next) {
|
|
405
|
+
case 0:
|
|
406
|
+
lineHeight = _ref2.lineHeight, fontSize = _ref2.fontSize, fontWeight = _ref2.fontWeight, color = _ref2.color;
|
|
407
|
+
font = "".concat(fontWeight, " ").concat(fontSize, "px/").concat(lineHeight, "px arial,sans-serif");
|
|
408
|
+
canvas = document.createElement('canvas');
|
|
409
|
+
ctx = canvas.getContext('2d');
|
|
410
|
+
|
|
411
|
+
if (ctx) {
|
|
412
|
+
_context2.next = 6;
|
|
413
|
+
break;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
return _context2.abrupt("return", null);
|
|
417
|
+
|
|
418
|
+
case 6:
|
|
419
|
+
_context2.next = 8;
|
|
420
|
+
return (0, _openDataPainter.getOpenData)({
|
|
421
|
+
openId: id,
|
|
422
|
+
type: type
|
|
423
|
+
});
|
|
424
|
+
|
|
425
|
+
case 8:
|
|
426
|
+
name = _context2.sent;
|
|
427
|
+
img = document.createElement('img');
|
|
428
|
+
ctx.font = font; // const fitStr = fittingString(ctx, name, 92);
|
|
429
|
+
|
|
430
|
+
_ctx$measureText = ctx.measureText(name || ''), width = _ctx$measureText.width;
|
|
431
|
+
actualWidth = Math.min(width, 92);
|
|
432
|
+
(0, _openDataPainter.setSize)(canvas, ctx, actualWidth, lineHeight);
|
|
433
|
+
ctx.textBaseline = 'middle';
|
|
434
|
+
ctx.font = font;
|
|
435
|
+
ctx.fillStyle = color;
|
|
436
|
+
ctx.fillText(name || '', 0, lineHeight / 2);
|
|
437
|
+
src = canvas.toDataURL();
|
|
438
|
+
return _context2.abrupt("return", /*#__PURE__*/_react["default"].createElement("img", {
|
|
439
|
+
src: src,
|
|
440
|
+
width: actualWidth,
|
|
441
|
+
height: lineHeight
|
|
442
|
+
}));
|
|
443
|
+
|
|
444
|
+
case 20:
|
|
445
|
+
case "end":
|
|
446
|
+
return _context2.stop();
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
}, _callee2);
|
|
450
|
+
}));
|
|
451
|
+
|
|
452
|
+
return function getCanvasImg(_x2, _x3, _x4) {
|
|
453
|
+
return _ref3.apply(this, arguments);
|
|
454
|
+
};
|
|
455
|
+
}();
|
|
257
456
|
|
|
258
457
|
var parseHtmlAndTextTag = function parseHtmlAndTextTag(str) {
|
|
259
458
|
var reg = /<\w+[\w\W]*?(userId|departmentId)=["'](\S+?)["'][\w\W]*?>@([\w\W]*?)<\/\w+>/g;
|
|
260
459
|
var strReg = /<\w+[\w\s"'\/=\:\.]*?(?:userId|departmentId)=["']\S+?["'][\w\s"'\/=\:\.]*?>[\w\W]*?<\/\w+?>/;
|
|
261
460
|
var openDatas = [];
|
|
262
461
|
var matchStr = reg.exec(str);
|
|
263
|
-
var openDatareg = /\[(\w+?)\:(\w+?)\]/g;
|
|
264
|
-
var openDataStrReg = /\[\w+?\:\w+?\]/;
|
|
265
|
-
var openDataMatchStr = openDatareg.exec(str);
|
|
266
|
-
var hasMatchStr = false;
|
|
267
462
|
var renderData = [];
|
|
463
|
+
if (matchStr == null) return parseString(str);
|
|
268
464
|
|
|
269
465
|
while (matchStr != null) {
|
|
270
466
|
if (matchStr) {
|
|
271
|
-
hasMatchStr = true;
|
|
272
467
|
var OpenDataCompoent = matchStr[1] == 'userId' ? OpenUserName : OpenDepartmentName;
|
|
273
468
|
|
|
274
469
|
if (!OpenDataCompoent) {
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
__html: matchStr[0]
|
|
278
|
-
},
|
|
279
|
-
onClick: function onClick(e) {
|
|
280
|
-
return e.stopPropagation();
|
|
281
|
-
}
|
|
282
|
-
}));
|
|
470
|
+
var strParsed = parseString(matchStr[0]);
|
|
471
|
+
openDatas.push( /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, strParsed));
|
|
283
472
|
} else {
|
|
284
473
|
openDatas.push( /*#__PURE__*/_react["default"].createElement("span", {
|
|
285
474
|
style: {
|
|
@@ -299,56 +488,17 @@ var parseHtmlAndTextTag = function parseHtmlAndTextTag(str) {
|
|
|
299
488
|
}
|
|
300
489
|
}
|
|
301
490
|
|
|
302
|
-
|
|
303
|
-
var commonStrs = str.split(strReg);
|
|
304
|
-
|
|
305
|
-
for (var i = 0; i < commonStrs.length; i++) {
|
|
306
|
-
renderData.push( /*#__PURE__*/_react["default"].createElement("span", {
|
|
307
|
-
dangerouslySetInnerHTML: {
|
|
308
|
-
__html: commonStrs[i]
|
|
309
|
-
}
|
|
310
|
-
}));
|
|
311
|
-
renderData.push(openDatas[i]);
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
while (openDataMatchStr != null) {
|
|
316
|
-
if (openDataMatchStr) {
|
|
317
|
-
var _OpenDataCompoent = openDataMap[openDataMatchStr[2]];
|
|
318
|
-
|
|
319
|
-
if (!_OpenDataCompoent) {
|
|
320
|
-
openDatas.push(openDataMatchStr[0]);
|
|
321
|
-
} else {
|
|
322
|
-
openDatas.push( /*#__PURE__*/_react["default"].createElement("span", null, /*#__PURE__*/_react["default"].createElement(_OpenDataCompoent, {
|
|
323
|
-
id: openDataMatchStr[1]
|
|
324
|
-
})));
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
openDataMatchStr = openDatareg.exec(str);
|
|
328
|
-
}
|
|
329
|
-
}
|
|
491
|
+
var commonStrs = str.split(strReg);
|
|
330
492
|
|
|
331
|
-
var
|
|
493
|
+
for (var i = 0; i < commonStrs.length; i++) {
|
|
494
|
+
var _strParsed = parseString(commonStrs[i]);
|
|
332
495
|
|
|
333
|
-
|
|
334
|
-
renderData.push(
|
|
335
|
-
dangerouslySetInnerHTML: {
|
|
336
|
-
__html: newCommonStrs[_i]
|
|
337
|
-
}
|
|
338
|
-
}));
|
|
339
|
-
renderData.push(openDatas[_i]);
|
|
496
|
+
renderData.push( /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, _strParsed));
|
|
497
|
+
renderData.push(openDatas[i]);
|
|
340
498
|
}
|
|
341
499
|
|
|
342
500
|
return renderData.filter(function (item) {
|
|
343
501
|
return item !== undefined;
|
|
344
|
-
}).map(function (item) {
|
|
345
|
-
if (typeof item === 'string') {
|
|
346
|
-
return item.replace(',', '');
|
|
347
|
-
} else {
|
|
348
|
-
return item;
|
|
349
|
-
}
|
|
350
|
-
}).filter(function (item) {
|
|
351
|
-
return item !== '';
|
|
352
502
|
});
|
|
353
503
|
};
|
|
354
504
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@titaui/pc",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.9-beta.1",
|
|
4
4
|
"nameCN": "",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
"@titaui/rc-trigger": "5.2.5",
|
|
79
79
|
"@titaui/react-flow-renderer": "9.5.4",
|
|
80
80
|
"@titaui/request": "^1.0.1",
|
|
81
|
+
"@titaui/rich-editor": "^0.1.46",
|
|
81
82
|
"@titaui/toast": "1.0.0",
|
|
82
83
|
"@types/color": "3.0.3",
|
|
83
84
|
"@types/prosemirror-commands": "1.0.4",
|
|
@@ -124,7 +125,6 @@
|
|
|
124
125
|
"rc-overflow": "1.2.2",
|
|
125
126
|
"rc-pagination": "3.1.6",
|
|
126
127
|
"rc-queue-anim": "1.4.1",
|
|
127
|
-
"rc-rate": "^2.9.2",
|
|
128
128
|
"rc-select": "12.1.13",
|
|
129
129
|
"rc-switch": "3.2.2",
|
|
130
130
|
"rc-table": "7.13.2",
|
|
@@ -1,112 +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 _imgViewer = _interopRequireDefault(require("../img-viewer"));
|
|
13
|
-
|
|
14
|
-
var _dialogUpload = _interopRequireDefault(require("../dialog-upload"));
|
|
15
|
-
|
|
16
|
-
var _util = require("../dialog-upload/util");
|
|
17
|
-
|
|
18
|
-
var _uploadedPreview = _interopRequireDefault(require("../dialog-upload/uploaded-preview"));
|
|
19
|
-
|
|
20
|
-
require("./index.css");
|
|
21
|
-
|
|
22
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
23
|
-
|
|
24
|
-
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); }
|
|
25
|
-
|
|
26
|
-
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; }
|
|
27
|
-
|
|
28
|
-
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; }
|
|
29
|
-
|
|
30
|
-
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; }
|
|
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 prefix = 'attachments-preview';
|
|
35
|
-
|
|
36
|
-
var AttachmentsPreview = function AttachmentsPreview(props) {
|
|
37
|
-
var attachments = props.attachments,
|
|
38
|
-
_props$enableDelete = props.enableDelete,
|
|
39
|
-
enableDelete = _props$enableDelete === void 0 ? true : _props$enableDelete,
|
|
40
|
-
onChange = props.onChange,
|
|
41
|
-
onUploadFile = props.onUploadFile,
|
|
42
|
-
_props$enableUploadFi = props.enableUploadFile,
|
|
43
|
-
enableUploadFile = _props$enableUploadFi === void 0 ? true : _props$enableUploadFi;
|
|
44
|
-
var previewRef = (0, _react.useRef)();
|
|
45
|
-
|
|
46
|
-
var onSubmithandler = function onSubmithandler(index, option) {
|
|
47
|
-
switch (option) {
|
|
48
|
-
case 'cancel':
|
|
49
|
-
case 'delete':
|
|
50
|
-
{
|
|
51
|
-
onChange(attachments.filter(function (f) {
|
|
52
|
-
return f.Id != attachments[index].Id;
|
|
53
|
-
}));
|
|
54
|
-
break;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
case 'preview':
|
|
58
|
-
{
|
|
59
|
-
if ((0, _util.isImg)(attachments[index].MediaType)) {
|
|
60
|
-
var i = attachments.filter(function (f) {
|
|
61
|
-
return (0, _util.isImg)(f.MediaType);
|
|
62
|
-
}).findIndex(function (f) {
|
|
63
|
-
return f.Id == attachments[index].Id;
|
|
64
|
-
});
|
|
65
|
-
previewRef.current.show(i);
|
|
66
|
-
} else {
|
|
67
|
-
window.open(attachments[index].ClientUrl);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
break;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
case 'download':
|
|
74
|
-
{
|
|
75
|
-
window.open(attachments[index].DownloadUrl);
|
|
76
|
-
break;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
if (!attachments.length && !enableUploadFile) return null;
|
|
82
|
-
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_imgViewer["default"], {
|
|
83
|
-
data: attachments.filter(function (f) {
|
|
84
|
-
return (0, _util.isImg)(f.MediaType);
|
|
85
|
-
}).map(function (f) {
|
|
86
|
-
return _objectSpread(_objectSpread({}, f), {}, {
|
|
87
|
-
previewUrl: f.ClientUrl
|
|
88
|
-
});
|
|
89
|
-
}),
|
|
90
|
-
ref: previewRef,
|
|
91
|
-
showDownload: true
|
|
92
|
-
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
93
|
-
className: prefix
|
|
94
|
-
}, attachments.map(function (item, index) {
|
|
95
|
-
return /*#__PURE__*/_react["default"].createElement(_uploadedPreview["default"], {
|
|
96
|
-
className: "".concat(prefix, "__item"),
|
|
97
|
-
key: index,
|
|
98
|
-
index: index,
|
|
99
|
-
uploadResultItem: _objectSpread(_objectSpread({}, item), {}, {
|
|
100
|
-
uploadStatus: 3,
|
|
101
|
-
percentComplete: 100,
|
|
102
|
-
Deleteable: enableDelete
|
|
103
|
-
}),
|
|
104
|
-
onSubmit: onSubmithandler
|
|
105
|
-
});
|
|
106
|
-
}), enableUploadFile && /*#__PURE__*/_react["default"].createElement(_dialogUpload["default"], {
|
|
107
|
-
onSubmit: onUploadFile
|
|
108
|
-
})));
|
|
109
|
-
};
|
|
110
|
-
|
|
111
|
-
var _default = AttachmentsPreview;
|
|
112
|
-
exports["default"] = _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="10px" height="10px" viewBox="0 0 10 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>切片</title>
|
|
4
|
-
<g id="3、写总结" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="2、写总结-默认" transform="translate(-1892.000000, -545.000000)" fill="#FFFFFF">
|
|
6
|
-
<g id="编组-8" transform="translate(1855.000000, 540.000000)">
|
|
7
|
-
<g id="编组-25" transform="translate(36.000000, 1.000000)">
|
|
8
|
-
<g id="编组-2" transform="translate(0.000000, 3.000000)">
|
|
9
|
-
<g id="canceled" transform="translate(1.500000, 1.500000)">
|
|
10
|
-
<path d="M2.10266504,1.57233496 L4.4885,3.9585 L6.87563582,1.57233496 C7.00116148,1.44680929 7.19353713,1.42887705 7.33816279,1.51853824 L7.4059659,1.57233496 C7.55241251,1.71878157 7.55241251,1.95621843 7.4059659,2.10266504 L7.4059659,2.10266504 L5.0195,4.4885 L7.4059659,6.87563582 C7.55241251,7.02208243 7.55241251,7.25951929 7.4059659,7.4059659 C7.25951929,7.55241251 7.02208243,7.55241251 6.87563582,7.4059659 L4.4885,5.0195 L2.10266504,7.4059659 C1.97713938,7.53149157 1.78476373,7.5494238 1.64013807,7.45976262 L1.57233496,7.4059659 C1.42588835,7.25951929 1.42588835,7.02208243 1.57233496,6.87563582 L1.57233496,6.87563582 L3.9585,4.4885 L1.57233496,2.10266504 C1.42588835,1.95621843 1.42588835,1.71878157 1.57233496,1.57233496 C1.71878157,1.42588835 1.95621843,1.42588835 2.10266504,1.57233496 Z" id="形状结合"></path>
|
|
11
|
-
</g>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="10px" height="10px" viewBox="0 0 10 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>切片</title>
|
|
4
|
-
<g id="3、写总结" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="4、写总结-填写内容后" transform="translate(-57.000000, -23.000000)">
|
|
6
|
-
<g id="编组-25" transform="translate(56.000000, 19.000000)">
|
|
7
|
-
<g id="编组-2" transform="translate(0.000000, 3.000000)">
|
|
8
|
-
<g id="finished" transform="translate(1.500000, 1.006729)">
|
|
9
|
-
<rect id="矩形" x="0" y="0.493270771" width="9" height="9"></rect>
|
|
10
|
-
<path d="M1.6125,1.65577077 C1.8160965,1.65577077 1.98179744,1.81802093 1.98735593,2.02027434 L1.9875,2.03077077 L1.9875,4.82720422 C1.9875,5.11323548 2.21624071,5.34584148 2.50077581,5.35207589 L2.5125,5.35220422 L7.3875,5.35220422 C7.59460678,5.35220422 7.7625,5.52009744 7.7625,5.72720422 C7.7625,5.93080072 7.60024985,6.09650166 7.39799643,6.10206015 L7.3875,6.10220422 L2.5125,6.10220422 C1.81537857,6.10220422 1.24893007,5.54272693 1.23767081,4.84828868 L1.2375,4.82720422 L1.2375,2.03077077 C1.2375,1.82366399 1.40539322,1.65577077 1.6125,1.65577077 Z" id="路径" fill="#FFFFFF" fill-rule="nonzero" transform="translate(4.500000, 3.878987) rotate(-45.000000) translate(-4.500000, -3.878987) "></path>
|
|
11
|
-
</g>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
</g>
|
|
16
|
-
</svg>
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
.titaui-auto-save {
|
|
2
|
-
display: inline-flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.titaui-auto-save__icon-wrapper {
|
|
7
|
-
display: inline-flex;
|
|
8
|
-
align-items: center;
|
|
9
|
-
justify-content: center;
|
|
10
|
-
width: 12px;
|
|
11
|
-
height: 12px;
|
|
12
|
-
min-width: 12px;
|
|
13
|
-
border-radius: 50%;
|
|
14
|
-
color: #ffffff;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.titaui-auto-save__icon-wrapper--success {
|
|
18
|
-
background: #5ad8a6;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.titaui-auto-save__icon-wrapper--failed {
|
|
22
|
-
background: #F05E5E;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.titaui-auto-save__icon {
|
|
26
|
-
width: 10px;
|
|
27
|
-
height: 10px;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.titaui-auto-save__text {
|
|
31
|
-
margin-left: 4px;
|
|
32
|
-
font-size: 12px;
|
|
33
|
-
color: #a4acb9;
|
|
34
|
-
line-height: 18px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.titaui-auto-save__text--loading {
|
|
38
|
-
margin-left: 0;
|
|
39
|
-
}
|