@titaui/pc 1.10.4 → 1.10.6-3.beta-2
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/.eslintrc.js +2 -2
- package/.prettierignore +1 -1
- package/lib/components/book-demo/utils.js +4 -0
- package/lib/components/button/default-button/index.css +10 -4
- package/lib/components/button/default-button/index.js +13 -2
- package/lib/components/change-okr-modal/index.js +108 -87
- package/lib/components/checkbox/index.css +1 -0
- package/lib/components/communication/CommunicationRecord.js +22 -16
- package/lib/components/communication/index.css +50 -10
- package/lib/components/communication/index.js +86 -30
- package/lib/components/communication/style.js +8 -6
- package/lib/components/create-okr-modal/fields/o-new-name.js +31 -21
- package/lib/components/create-okr-modal/fields/okr-parent.js +1 -5
- package/lib/components/create-okr-modal/kr-items/krDatas.js +16 -16
- package/lib/components/{dynamic/components/dangerous-html → dangerous-html}/index.js +0 -0
- package/lib/components/dialog/index.css +4 -1
- package/lib/components/dialog/index.js +1 -1
- package/lib/components/dialog-confirm/index.css +1 -1
- package/lib/components/drawer-manager/index.js +6 -1
- package/lib/components/dynamic/components/first-level-tabs/index.css +12 -2
- package/lib/components/dynamic/components/first-level-tabs/index.js +19 -6
- package/lib/components/dynamic/components/obj-status/index.css +3 -19
- package/lib/components/dynamic/components/obj-status/index.js +7 -8
- package/lib/components/dynamic/components/obj-status/utils.js +37 -0
- package/lib/components/dynamic/components/percent/index.css +1 -1
- package/lib/components/dynamic/components/title/index.css +21 -22
- package/lib/components/dynamic/components/title/index.js +20 -8
- package/lib/components/dynamic/constant.js +12 -2
- package/lib/components/dynamic/dynamic-item/components/feed-operate/index.css +71 -0
- package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +112 -0
- package/lib/components/dynamic/dynamic-item/components/header/index.css +8 -7
- package/lib/components/dynamic/dynamic-item/components/header/index.js +13 -7
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align-kr.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align-o.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.css +44 -27
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +43 -31
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.css +5 -33
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +6 -32
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.css +58 -18
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +31 -21
- package/lib/components/dynamic/dynamic-item/dynamic-chart/index.css +4 -0
- package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +102 -0
- package/lib/components/dynamic/dynamic-item/dynamic-chart/utils.js +61 -0
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.css +56 -44
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +52 -44
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.css +39 -27
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +25 -29
- package/lib/components/dynamic/dynamic-item/dynamic-learning/img/dynamic-share-course.png +0 -0
- package/lib/components/dynamic/dynamic-item/{dynamic-share-to-dynamic → dynamic-learning}/img/jiantou-right@3x.png +0 -0
- package/lib/components/dynamic/dynamic-item/{dynamic-share-to-dynamic → dynamic-learning}/img/user-photo.png +0 -0
- package/lib/components/dynamic/dynamic-item/{dynamic-share-to-dynamic → dynamic-learning}/index.css +10 -18
- package/lib/components/dynamic/dynamic-item/{dynamic-share-to-dynamic → dynamic-learning}/index.js +15 -30
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +9 -2
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.css +31 -14
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +14 -25
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.css +25 -40
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +10 -29
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.css +25 -40
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +13 -30
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.css +13 -55
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +33 -80
- package/lib/components/dynamic/dynamic-item/dynamic-progress/utils.js +72 -0
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.css +35 -28
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +13 -24
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-kr.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-o.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-project.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-task.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela.svg +23 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.css +56 -31
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +78 -34
- package/lib/components/dynamic/dynamic-item/{dynamic-replay → dynamic-reply}/index.css +29 -32
- package/lib/components/dynamic/dynamic-item/{dynamic-replay → dynamic-reply}/index.js +12 -18
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.css +20 -22
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +42 -29
- package/lib/components/dynamic/dynamic-item/dynamic-reward/img/reward.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.css +8 -3
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +23 -66
- package/lib/components/dynamic/dynamic-item/dynamic-reward/utils.js +28 -0
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.css +8 -19
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +59 -36
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.css +32 -28
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +11 -25
- package/lib/components/dynamic/dynamic-item/index.css +59 -4
- package/lib/components/dynamic/dynamic-item/index.js +148 -17
- package/lib/components/dynamic/dynamic-like-ranking/item.js +1 -1
- package/lib/components/dynamic/dynamic-list/index.js +2 -1
- package/lib/components/dynamic/dynamic-topping/item.js +8 -4
- package/lib/components/dynamic/dynamic.js +1 -1
- package/lib/components/dynamic/img/dynamic-operate.png +0 -0
- package/lib/components/dynamic/img/dynamic-point.svg +13 -0
- package/lib/components/dynamic/img/dynamic-reward-hover.svg +1 -0
- package/lib/components/dynamic/img/dynamic-reward-normal.svg +1 -0
- package/lib/components/dynamic/util.js +41 -81
- package/lib/components/e-status-dropdown/index.css +3 -0
- package/lib/components/e-status-dropdown/index.js +94 -0
- package/lib/components/file-list/components/single-file/index.css +14 -12
- package/lib/components/file-list/components/single-file/index.js +1 -1
- package/lib/components/file-list/index.css +1 -0
- package/lib/components/follower-visitor/index.js +6 -4
- package/lib/components/grid-layout/okr-progress/index.js +20 -30
- package/lib/components/help-card/image/not-try.png +0 -0
- package/lib/components/help-card/image/try.png +0 -0
- package/lib/components/help-card/index.css +31 -2
- package/lib/components/help-card/index.js +54 -17
- package/lib/components/invite-people/img/invite-people.svg +62 -0
- package/lib/components/invite-people/index.css +1 -1
- package/lib/components/mblog/context.js +3 -1
- package/lib/components/mblog/index.css +7 -0
- package/lib/components/mblog/index.js +45 -9
- package/lib/components/mblog/style.js +4 -4
- package/lib/components/menus/export-modules/demo-menus/index.js +2 -2
- package/lib/components/menus/export-modules/demo-menus/menu-highlight.js +25 -1
- package/lib/components/menus/export-modules/demo-menus/menus.js +60 -11
- package/lib/components/menus/export-modules/manage-menus/constant.js +1 -1
- package/lib/components/menus/export-modules/manage-menus/index.css +3 -0
- package/lib/components/menus/images/okr-gongsi.svg +17 -0
- package/lib/components/nav-top/components/menu/index.css +24 -0
- package/lib/components/nav-top/components/menu/index.js +9 -1
- package/lib/components/nav-top/components/user-message/components/reply/index.js +9 -8
- package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +15 -5
- package/lib/components/nav-top/components/user-message/index.css +4 -3
- package/lib/components/nav-top/components/user-message/index.js +33 -6
- package/lib/components/nav-top/request.apis.js +8 -2
- package/lib/components/nav-top/useGlobalValue.js +14 -0
- package/lib/components/okr-detail/components/header/o-score.js +4 -6
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.css +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +27 -13
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +7 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +8 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +7 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/index.css +20 -1
- package/lib/components/okr-detail/e-list/index.js +23 -7
- package/lib/components/okr-detail/e-list/util.js +7 -2
- package/lib/components/okr-detail/index.js +2 -0
- package/lib/components/okr-detail/okr-list/index.js +1 -5
- package/lib/components/okr-flow/export-modal/index.js +3 -3
- package/lib/components/okr-progress-detail/index.js +5 -1
- package/lib/components/okr-progress-modal/helper.js +20 -27
- package/lib/components/okr-share/common-painter/openDataPainter.js +34 -27
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +40 -36
- package/lib/components/open-data-painter/index.js +5 -1
- package/lib/components/progress/circle-progress/index.css +1 -0
- package/lib/components/progress/circle-progress/index.js +8 -3
- package/lib/components/rich-editor/basic/schema.js +47 -0
- package/lib/components/rich-editor/consts/events.js +12 -0
- package/lib/components/rich-editor/enums.js +42 -0
- package/lib/components/rich-editor/index.js +58 -0
- package/lib/components/rich-editor/keymap.js +119 -0
- package/lib/components/rich-editor/keymaps/index.js +241 -0
- package/lib/components/rich-editor/models/controller.js +18 -0
- package/lib/components/rich-editor/models/editor.js +47 -0
- package/lib/components/rich-editor/models/plugin.js +20 -0
- package/lib/components/rich-editor/models/schema.js +121 -0
- package/lib/components/rich-editor/plugins/block/block-quote/commond.js +27 -0
- package/lib/components/rich-editor/plugins/block/block-quote/index.js +128 -0
- package/lib/components/rich-editor/plugins/block/heading/commonds.js +31 -0
- package/lib/components/rich-editor/plugins/block/heading/index.js +190 -0
- package/lib/components/rich-editor/plugins/block/index.js +57 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/conversions.js +172 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/indent-list-items-selected.js +163 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/indent-list.js +59 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-forward.js +74 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/index.js +45 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-paragraph.js +104 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-parent-nested-list.js +92 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-nested-list-with-parent-list-item.js +89 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-paragraph-with-list.js +48 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-sibling-list-items.js +61 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/merge-lists.js +34 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/outdent-list-items-selected.js +289 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/wrap-and-join-lists.js +180 -0
- package/lib/components/rich-editor/plugins/block/lists/baseCommand.js +328 -0
- package/lib/components/rich-editor/plugins/block/lists/commond/indent-list.js +60 -0
- package/lib/components/rich-editor/plugins/block/lists/commond/index.js +396 -0
- package/lib/components/rich-editor/plugins/block/lists/commond/join-list-item-forward.js +45 -0
- package/lib/components/rich-editor/plugins/block/lists/commond/listBackspace.js +302 -0
- package/lib/components/rich-editor/plugins/block/lists/commond/outdent-list.js +43 -0
- package/lib/components/rich-editor/plugins/block/lists/index.js +224 -0
- package/lib/components/rich-editor/plugins/block/lists/messages.js +38 -0
- package/lib/components/rich-editor/plugins/block/lists/pm-plugins/input-rule.js +152 -0
- package/lib/components/rich-editor/plugins/block/lists/pm-plugins/keymap.js +33 -0
- package/lib/components/rich-editor/plugins/block/lists/pm-plugins/main.js +94 -0
- package/lib/components/rich-editor/plugins/block/lists/styles.js +15 -0
- package/lib/components/rich-editor/plugins/block/lists/transforms.js +347 -0
- package/lib/components/rich-editor/plugins/block/lists/utils/analytics.js +48 -0
- package/lib/components/rich-editor/plugins/block/lists/utils/find.js +126 -0
- package/lib/components/rich-editor/plugins/block/lists/utils/indentation.js +87 -0
- package/lib/components/rich-editor/plugins/block/lists/utils/node.js +144 -0
- package/lib/components/rich-editor/plugins/block/lists/utils/replace-content.js +31 -0
- package/lib/components/rich-editor/plugins/block/lists/utils/selection.js +201 -0
- package/lib/components/rich-editor/plugins/block/lists/utils.js +52 -0
- package/lib/components/rich-editor/plugins/block/paragraph/index.js +91 -0
- package/lib/components/rich-editor/plugins/core/index.js +90 -0
- package/lib/components/rich-editor/plugins/core/pm-plugins/focus-handler.js +67 -0
- package/lib/components/rich-editor/plugins/core/pm-plugins/keymap.js +29 -0
- package/lib/components/rich-editor/plugins/core/pm-plugins/reactNodeView.js +80 -0
- package/lib/components/rich-editor/plugins/extension/alignment/commond.js +24 -0
- package/lib/components/rich-editor/plugins/extension/alignment/index.js +113 -0
- package/lib/components/rich-editor/plugins/extension/alignment/utils.js +19 -0
- package/lib/components/rich-editor/plugins/extension/index.js +18 -0
- package/lib/components/rich-editor/plugins/extension/placeholder/index.js +126 -0
- package/lib/components/rich-editor/plugins/extension/placeholder/styles.js +19 -0
- package/lib/components/rich-editor/plugins/index.js +44 -0
- package/lib/components/rich-editor/plugins/inline/color/commond.js +128 -0
- package/lib/components/rich-editor/plugins/inline/color/consts.js +43 -0
- package/lib/components/rich-editor/plugins/inline/color/index.css +61 -0
- package/lib/components/rich-editor/plugins/inline/color/index.js +217 -0
- package/lib/components/rich-editor/plugins/inline/color/selector.js +252 -0
- package/lib/components/rich-editor/plugins/inline/color/util.js +25 -0
- package/lib/components/rich-editor/plugins/inline/delete-line/index.js +149 -0
- package/lib/components/rich-editor/plugins/inline/em/index.js +93 -0
- package/lib/components/rich-editor/plugins/inline/index.js +83 -0
- package/lib/components/rich-editor/plugins/inline/link/commands.js +256 -0
- package/lib/components/rich-editor/plugins/inline/link/index.js +149 -0
- package/lib/components/rich-editor/plugins/inline/link/pm-plugins/fake-cursor-for-toolbar.js +77 -0
- package/lib/components/rich-editor/plugins/inline/link/pm-plugins/main.js +293 -0
- package/lib/components/rich-editor/plugins/inline/link/ui/index.css +84 -0
- package/lib/components/rich-editor/plugins/inline/link/ui/linkEditor.js +150 -0
- package/lib/components/rich-editor/plugins/inline/link/ui/linkToolbar.js +101 -0
- package/lib/components/rich-editor/plugins/inline/link/ui/toolbarBtn.js +117 -0
- package/lib/components/rich-editor/plugins/inline/link/utils.js +33 -0
- package/lib/components/rich-editor/plugins/inline/strong/index.js +139 -0
- package/lib/components/rich-editor/plugins/inline/under-line/index.js +147 -0
- package/lib/components/rich-editor/plugins/util.js +284 -0
- package/lib/components/rich-editor/react/reactNodeView.js +383 -0
- package/lib/components/rich-editor/react/uiProvider.js +185 -0
- package/lib/components/rich-editor/schemas/basic.js +309 -0
- package/lib/components/rich-editor/schemas/index.js +19 -0
- package/lib/components/rich-editor/schemas/list.js +342 -0
- package/lib/components/rich-editor/types/commond.js +5 -0
- package/lib/components/rich-editor/types/index.js +18 -0
- package/lib/components/rich-editor/ui/Popup/index.js +247 -0
- package/lib/components/rich-editor/ui/Popup/utils.js +399 -0
- package/lib/components/rich-editor/ui/editor/index.css +178 -0
- package/lib/components/rich-editor/ui/editor/index.js +153 -0
- package/lib/components/rich-editor/ui/normal-toolbar/index.css +34 -0
- package/lib/components/rich-editor/ui/normal-toolbar/index.js +109 -0
- package/lib/components/rich-editor/utils/browser.js +35 -0
- package/lib/components/rich-editor/utils/commands.js +266 -0
- package/lib/components/rich-editor/utils/document.js +211 -0
- package/lib/components/rich-editor/utils/event.js +79 -0
- package/lib/components/rich-editor/utils/helpers.js +16 -0
- package/lib/components/rich-editor/utils/mark.js +168 -0
- package/lib/components/rich-editor/utils/slice.js +85 -0
- package/lib/components/rich-editor/utils/toolbar.js +228 -0
- package/lib/components/search-key-handle/index.js +7 -2
- package/lib/components/superset-charts/components/chart/index.js +54 -0
- package/lib/components/superset-charts/fetch-assets-and-append/append-assets.js +106 -0
- package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +131 -0
- package/lib/components/superset-charts/fetch-assets-and-append/index.js +79 -0
- package/lib/components/superset-charts/index.js +13 -0
- package/lib/components/superset-charts/interface.js +5 -0
- package/lib/components/superset-charts/utils/axios.js +94 -0
- package/lib/components/toast/index.js +5 -17
- package/lib/components/upload/index.js +4 -2
- package/lib/components/upload/util.js +2 -0
- package/lib/components/user-selector/empty/index.css +6 -6
- package/lib/components/user-selector/selected-panel/index.css +3 -3
- package/lib/components/video-modal/components/video-box/index.css +240 -0
- package/lib/components/video-modal/components/video-box/index.js +334 -0
- package/lib/components/video-modal/img/bigFaqi.png +0 -0
- package/lib/components/video-modal/img/close.png +0 -0
- package/lib/components/video-modal/img/full.svg +21 -0
- package/lib/components/video-modal/img/muted.svg +14 -0
- package/lib/components/video-modal/img/not-muted.svg +22 -0
- package/lib/components/video-modal/img/pause.svg +13 -0
- package/lib/components/video-modal/img/play.svg +18 -0
- package/lib/components/video-modal/img/small.svg +22 -0
- package/lib/components/video-modal/index.css +83 -0
- package/lib/components/video-modal/index.js +182 -0
- package/lib/components/video-modal/utils.js +25 -0
- package/lib/components/weekly-report/common-painter/openDataPainter.js +5 -1
- package/lib/hooks/useGlobalState.js +63 -0
- package/lib/index.js +40 -0
- package/lib/pages/aha2021/img/canceled.svg +13 -0
- package/lib/pages/aha2021/img/not-try.png +0 -0
- package/lib/pages/aha2021/img/try.png +0 -0
- package/lib/pages/aha2021/index.css +52 -0
- package/lib/pages/aha2021/index.js +73 -14
- package/lib/pages/new-okr-list/header/index.js +2 -1
- package/lib/pages/new-okr-list/index.js +3 -3
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +0 -5
- package/lib/pages/pay/image/success.png +0 -0
- package/lib/pages/pay/index.css +79 -0
- package/lib/pages/pay/index.js +66 -0
- package/lib/utils/bs-global.js +13 -9
- package/lib/utils/helpers.js +7 -1
- package/lib/utils/open-data.js +2 -1
- package/lib/utils/tools.js +11 -2
- package/package.json +120 -101
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align.svg +0 -22
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-relative.svg +0 -22
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/img/dynamic-milestone.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/img/okrs-icon.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/img/plan-icon.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-project/img/dynamic-project.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-relative.svg +0 -22
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/img/guanlian.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/img/task-icon.png +0 -0
- package/lib/components/invite-people/img/invite-people.png +0 -0
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.getJwtToken = exports["default"] = void 0;
|
|
7
|
+
exports.setToken = setToken;
|
|
8
|
+
|
|
9
|
+
var _axios = _interopRequireDefault(require("axios"));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
12
|
+
|
|
13
|
+
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; }
|
|
14
|
+
|
|
15
|
+
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; }
|
|
16
|
+
|
|
17
|
+
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; }
|
|
18
|
+
|
|
19
|
+
var requestDomain = function requestDomain() {
|
|
20
|
+
if (!window.location.hostname.match(/dev/)) return "";
|
|
21
|
+
return "".concat(window.location.protocol, "//www.tita.gift");
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
var tenantId = window.BSGlobal && window.BSGlobal.tenantInfo.Id || 0;
|
|
25
|
+
var userId = window.BSGlobal && window.BSGlobal.loginUserInfo.Id || 0;
|
|
26
|
+
|
|
27
|
+
function getToken() {
|
|
28
|
+
return localStorage.getItem("DEMOFREE_TOKEN") || "";
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function clearToken() {
|
|
32
|
+
localStorage.removeItem("DEMOFREE_TOKEN");
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
function setToken(token) {
|
|
36
|
+
localStorage.setItem("DEMOFREE_TOKEN", token);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
var getJwtToken = function getJwtToken() {
|
|
40
|
+
return _axios["default"].get("".concat(requestDomain(), "/api/v1/").concat(tenantId, "/").concat(userId, "/const/skynetToken")).then(function (res) {
|
|
41
|
+
if (res.data.Data) {
|
|
42
|
+
setToken(JSON.parse(res.data.Data.obj).token);
|
|
43
|
+
return JSON.parse(res.data.Data.obj).token;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
return "";
|
|
47
|
+
});
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
exports.getJwtToken = getJwtToken;
|
|
51
|
+
|
|
52
|
+
var instance = _axios["default"].create({
|
|
53
|
+
timeout: 10 * 1000
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
var beforeRequest = function beforeRequest(config) {
|
|
57
|
+
var copyConfig = _objectSpread({}, config);
|
|
58
|
+
|
|
59
|
+
copyConfig.headers.authorization = "Bearer ".concat(getToken());
|
|
60
|
+
return copyConfig;
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
var beforeResponse = function beforeResponse(res) {
|
|
64
|
+
var config = res.config;
|
|
65
|
+
config.retry = 3;
|
|
66
|
+
config.retryCount = config.retryCount || 0;
|
|
67
|
+
|
|
68
|
+
if (res.data.code === 401) {
|
|
69
|
+
// 401错误表示未登录授权或者token失效
|
|
70
|
+
clearToken();
|
|
71
|
+
|
|
72
|
+
if (config.retryCount <= config.retry) {
|
|
73
|
+
config.retryCount += 1;
|
|
74
|
+
return getJwtToken().then(function () {
|
|
75
|
+
return instance.request(res.config);
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
return Promise.reject(res);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
return res.data;
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
var requestError = function requestError(error) {
|
|
86
|
+
return Promise.reject(error);
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
instance.interceptors.request.use(beforeRequest, requestError);
|
|
90
|
+
instance.interceptors.response.use(beforeResponse, function (error) {
|
|
91
|
+
throw new Error(error);
|
|
92
|
+
});
|
|
93
|
+
var _default = instance;
|
|
94
|
+
exports["default"] = _default;
|
|
@@ -47,8 +47,8 @@ function _getInstance() {
|
|
|
47
47
|
style: {
|
|
48
48
|
top: "36px",
|
|
49
49
|
left: "50%",
|
|
50
|
-
position: "
|
|
51
|
-
// 'transform': 'translate(-50%, 0)'
|
|
50
|
+
position: "fixed",
|
|
51
|
+
// 'transform': 'translate(-50%, 0)',
|
|
52
52
|
borderRadius: 12
|
|
53
53
|
},
|
|
54
54
|
maxCount: 1,
|
|
@@ -90,11 +90,7 @@ var Toast = /*#__PURE__*/function () {
|
|
|
90
90
|
while (1) {
|
|
91
91
|
switch (_context.prev = _context.next) {
|
|
92
92
|
case 0:
|
|
93
|
-
options = _args.length > 1 && _args[1] !== undefined ? _args[1] : {
|
|
94
|
-
style: {
|
|
95
|
-
position: "fixed"
|
|
96
|
-
}
|
|
97
|
-
};
|
|
93
|
+
options = _args.length > 1 && _args[1] !== undefined ? _args[1] : {};
|
|
98
94
|
key = (0, _uuid["default"])();
|
|
99
95
|
_context.next = 4;
|
|
100
96
|
return getInstance();
|
|
@@ -136,11 +132,7 @@ var Toast = /*#__PURE__*/function () {
|
|
|
136
132
|
while (1) {
|
|
137
133
|
switch (_context2.prev = _context2.next) {
|
|
138
134
|
case 0:
|
|
139
|
-
options = _args2.length > 1 && _args2[1] !== undefined ? _args2[1] : {
|
|
140
|
-
style: {
|
|
141
|
-
position: "fixed"
|
|
142
|
-
}
|
|
143
|
-
};
|
|
135
|
+
options = _args2.length > 1 && _args2[1] !== undefined ? _args2[1] : {};
|
|
144
136
|
key = (0, _uuid["default"])();
|
|
145
137
|
_context2.next = 4;
|
|
146
138
|
return getInstance();
|
|
@@ -181,11 +173,7 @@ var Toast = /*#__PURE__*/function () {
|
|
|
181
173
|
while (1) {
|
|
182
174
|
switch (_context3.prev = _context3.next) {
|
|
183
175
|
case 0:
|
|
184
|
-
options = _args3.length > 1 && _args3[1] !== undefined ? _args3[1] : {
|
|
185
|
-
style: {
|
|
186
|
-
position: "fixed"
|
|
187
|
-
}
|
|
188
|
-
};
|
|
176
|
+
options = _args3.length > 1 && _args3[1] !== undefined ? _args3[1] : {};
|
|
189
177
|
key = (0, _uuid["default"])();
|
|
190
178
|
_context3.next = 4;
|
|
191
179
|
return getInstance();
|
|
@@ -501,11 +501,13 @@ var Upload = /*#__PURE__*/function (_PureComponent) {
|
|
|
501
501
|
return Upload;
|
|
502
502
|
}(_react.PureComponent);
|
|
503
503
|
|
|
504
|
-
|
|
504
|
+
Upload.Preview = _uploadedPreview["default"];
|
|
505
505
|
Upload.defaultProps = {
|
|
506
506
|
fileNumLimit: 20,
|
|
507
507
|
fileSizeLimit: 50,
|
|
508
508
|
filesTotal: 50,
|
|
509
509
|
multiple: true,
|
|
510
510
|
attachmentPreviewBox: "MBlog__attachmentViewBox"
|
|
511
|
-
};
|
|
511
|
+
};
|
|
512
|
+
var _default = Upload;
|
|
513
|
+
exports["default"] = _default;
|
|
@@ -22,6 +22,8 @@ var _xls = _interopRequireDefault(require("./img/xls.svg"));
|
|
|
22
22
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
23
23
|
|
|
24
24
|
var getFileSize = function getFileSize(fileSize) {
|
|
25
|
+
if (!fileSize) return '';
|
|
26
|
+
|
|
25
27
|
if (fileSize < 1024) {
|
|
26
28
|
return "".concat(fileSize, "B");
|
|
27
29
|
}
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
|
|
15
15
|
.add-group {
|
|
16
16
|
display: inline-block;
|
|
17
|
-
color: #
|
|
17
|
+
color: #2879ff;
|
|
18
18
|
font-size: 14px;
|
|
19
|
-
border: 1px solid #
|
|
19
|
+
border: 1px solid #2879ff;
|
|
20
20
|
background: #fff;
|
|
21
21
|
border-radius: 2px;
|
|
22
22
|
margin-top: 8px;
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.add-group:hover {
|
|
27
|
-
color: #
|
|
28
|
-
border-color: #
|
|
27
|
+
color: #5c8eff;
|
|
28
|
+
border-color: #5c8eff;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.empty-tip {
|
|
32
32
|
font-size: 14px;
|
|
33
|
-
margin:
|
|
34
|
-
color: #
|
|
33
|
+
margin: 10px auto;
|
|
34
|
+
color: #6f7886;
|
|
35
35
|
text-align: center;
|
|
36
36
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
.persel-selected-panel__result-clear {
|
|
21
21
|
float: right;
|
|
22
22
|
cursor: pointer;
|
|
23
|
-
color: #
|
|
23
|
+
color: #2879ff;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.persel-selected-panel__content {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
|
|
33
33
|
.persel-selected-panel .empty-tip {
|
|
34
34
|
font-size: 14px;
|
|
35
|
-
margin:
|
|
36
|
-
color: #
|
|
35
|
+
margin: 10px auto;
|
|
36
|
+
color: #6f7886;
|
|
37
37
|
text-align: center;
|
|
38
38
|
}
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
.titaui-pc-video-box__box {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
position: relative;
|
|
5
|
+
border-bottom-right-radius: 24px;
|
|
6
|
+
border-bottom-left-radius: 24px;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
cursor: pointer;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.titaui-pc-video-box__box:hover .titaui-pc-video-box__mask1 {
|
|
12
|
+
opacity: 1;
|
|
13
|
+
transition: 0.5s;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.titaui-pc-video-box__box:hover .titaui-pc-video-box__mask2 {
|
|
17
|
+
opacity: 1;
|
|
18
|
+
transition: 0.5s;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.titaui-pc-video-box__box:hover .titaui-pc-video-box__progress {
|
|
22
|
+
opacity: 1;
|
|
23
|
+
transition: 0.5s;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.titaui-pc-video-box__mouseMove {
|
|
27
|
+
width: 100%;
|
|
28
|
+
height: 30px;
|
|
29
|
+
position: absolute;
|
|
30
|
+
bottom: 40px;
|
|
31
|
+
z-index: 12;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.titaui-pc-video-box__mouseMove:hover .titaui-pc-video-box__progress {
|
|
35
|
+
height: 4px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.titaui-pc-video-box__mouseMove--small {
|
|
39
|
+
height: 20px;
|
|
40
|
+
bottom: 30px;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.titaui-pc-video-box__progress {
|
|
44
|
+
opacity: 0;
|
|
45
|
+
transition: 0.5s;
|
|
46
|
+
position: absolute;
|
|
47
|
+
bottom: 14px;
|
|
48
|
+
width: 100%;
|
|
49
|
+
height: 2px;
|
|
50
|
+
background: #ffffff;
|
|
51
|
+
z-index: 2;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.titaui-pc-video-box__progress--small {
|
|
55
|
+
bottom: 12px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.titaui-pc-video-box__progress-current {
|
|
59
|
+
position: absolute;
|
|
60
|
+
left: 0;
|
|
61
|
+
bottom: 0;
|
|
62
|
+
background: #77be16;
|
|
63
|
+
height: 100%;
|
|
64
|
+
z-index: 3;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.titaui-pc-video-box__progress-current-dot {
|
|
68
|
+
position: absolute;
|
|
69
|
+
right: 0;
|
|
70
|
+
bottom: -2px;
|
|
71
|
+
width: 8px;
|
|
72
|
+
height: 8px;
|
|
73
|
+
border-radius: 50%;
|
|
74
|
+
background: #77be16;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.titaui-pc-video-box__controls {
|
|
78
|
+
width: 100%;
|
|
79
|
+
display: flex;
|
|
80
|
+
align-items: center;
|
|
81
|
+
justify-content: space-between;
|
|
82
|
+
padding: 16px 32px 16px 32px;
|
|
83
|
+
box-sizing: border-box;
|
|
84
|
+
position: absolute;
|
|
85
|
+
bottom: 0;
|
|
86
|
+
z-index: 2;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.titaui-pc-video-box__controls--small {
|
|
90
|
+
padding: 10px 12px;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.titaui-pc-video-box__controls-left {
|
|
94
|
+
display: inline-flex;
|
|
95
|
+
align-items: center;
|
|
96
|
+
justify-content: center;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.titaui-pc-video-box__controls-button {
|
|
100
|
+
width: 24px;
|
|
101
|
+
height: 24px;
|
|
102
|
+
border-radius: 12px;
|
|
103
|
+
display: inline-flex;
|
|
104
|
+
align-items: center;
|
|
105
|
+
justify-content: center;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.titaui-pc-video-box__controls-button:hover {
|
|
109
|
+
background: rgba(20, 28, 40, 0.6);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.titaui-pc-video-box__controls-play {
|
|
113
|
+
display: inline-flex;
|
|
114
|
+
align-items: center;
|
|
115
|
+
cursor: pointer;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.titaui-pc-video-box__controls-play img {
|
|
119
|
+
width: 16px;
|
|
120
|
+
height: 16px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.titaui-pc-video-box__controls-time {
|
|
124
|
+
font-size: 12px;
|
|
125
|
+
color: #ffffff;
|
|
126
|
+
line-height: 18px;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.titaui-pc-video-box__controls-time:nth-of-type(1) {
|
|
130
|
+
margin-left: 6px;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.titaui-pc-video-box__controls-muted {
|
|
134
|
+
width: 16px;
|
|
135
|
+
height: 16px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.titaui-pc-video-box__controls-volume {
|
|
139
|
+
display: inline-flex;
|
|
140
|
+
align-items: center;
|
|
141
|
+
justify-content: space-between;
|
|
142
|
+
padding: 0 8px;
|
|
143
|
+
box-sizing: border-box;
|
|
144
|
+
width: 72px;
|
|
145
|
+
height: 22px;
|
|
146
|
+
background: rgba(20, 28, 40, 0.6);
|
|
147
|
+
border-radius: 12px;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.titaui-pc-video-box__controls-volume-progress {
|
|
151
|
+
position: relative;
|
|
152
|
+
width: 34px;
|
|
153
|
+
height: 2px;
|
|
154
|
+
background: rgba(255, 255, 255, 0.4);
|
|
155
|
+
border-radius: 1px;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.titaui-pc-video-box__controls-volume-progress--hidden {
|
|
159
|
+
display: none;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.titaui-pc-video-box__controls-volume-current {
|
|
163
|
+
position: absolute;
|
|
164
|
+
bottom: 0;
|
|
165
|
+
left: 0;
|
|
166
|
+
height: 2px;
|
|
167
|
+
background: rgba(255, 255, 255, 0.6);
|
|
168
|
+
border-radius: 1px;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.titaui-pc-video-box__controls-volume-current::after {
|
|
172
|
+
content: '';
|
|
173
|
+
position: absolute;
|
|
174
|
+
right: 0;
|
|
175
|
+
bottom: -1px;
|
|
176
|
+
width: 4px;
|
|
177
|
+
height: 4px;
|
|
178
|
+
border-radius: 50%;
|
|
179
|
+
background: #ffffff;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.titaui-pc-video-box__controls-volume-current--hidden {
|
|
183
|
+
display: none;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.titaui-pc-video-box__controls-right {
|
|
187
|
+
display: inline-flex;
|
|
188
|
+
align-items: center;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.titaui-pc-video-box__title {
|
|
192
|
+
width: 100%;
|
|
193
|
+
height: 100%;
|
|
194
|
+
display: flex;
|
|
195
|
+
align-items: center;
|
|
196
|
+
justify-content: space-between;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.titaui-pc-video-box__mask1 {
|
|
200
|
+
opacity: 0;
|
|
201
|
+
transition: 0.5s;
|
|
202
|
+
position: absolute;
|
|
203
|
+
top: 0;
|
|
204
|
+
padding: 0 16px;
|
|
205
|
+
box-sizing: border-box;
|
|
206
|
+
width: 100%;
|
|
207
|
+
height: 62px;
|
|
208
|
+
background: linear-gradient(0deg, rgba(20, 28, 40, 0) 0%, #5a6068 100%);
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.titaui-pc-video-box__mask1--small {
|
|
212
|
+
height: 42px;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.titaui-pc-video-box__mask1-title {
|
|
216
|
+
font-size: 12px;
|
|
217
|
+
font-weight: normal;
|
|
218
|
+
color: #ffffff;
|
|
219
|
+
line-height: 18px;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.titaui-pc-video-box__mask1-close {
|
|
223
|
+
width: 14px;
|
|
224
|
+
height: 14px;
|
|
225
|
+
cursor: pointer;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.titaui-pc-video-box__mask2 {
|
|
229
|
+
opacity: 0;
|
|
230
|
+
transition: 0.5s;
|
|
231
|
+
position: absolute;
|
|
232
|
+
bottom: 0;
|
|
233
|
+
width: 100%;
|
|
234
|
+
height: 62px;
|
|
235
|
+
background: linear-gradient(180deg, rgba(20, 28, 40, 0) 0%, #5a6068 100%);
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.titaui-pc-video-box__mask2--small {
|
|
239
|
+
height: 42px;
|
|
240
|
+
}
|