@oceanbase/ui 1.0.0-alpha.3 → 1.0.0-alpha.5
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/dist/ui.min.css +1 -1
- package/dist/ui.min.js +1 -1
- package/es/Action/Group.js +121 -15
- package/es/Action/Item.d.ts +6 -15
- package/es/Action/Item.js +85 -128
- package/es/Action/index.d.ts +6 -3
- package/es/Action/style/index.js +8 -4
- package/es/BasicLayout/locale/ja-JP.d.ts +13 -0
- package/es/BasicLayout/locale/ja-JP.js +12 -0
- package/es/BasicLayout/style/index.js +35 -23
- package/es/BatchOperationBar/index.d.ts +0 -1
- package/es/BatchOperationBar/index.js +17 -13
- package/es/BatchOperationBar/locale/ja-JP.d.ts +7 -0
- package/es/BatchOperationBar/locale/ja-JP.js +6 -0
- package/es/BatchOperationBar/style/index.d.ts +10 -0
- package/es/BatchOperationBar/style/index.js +51 -0
- package/es/Boundary/Components/Code.js +11 -5
- package/es/Boundary/Components/Exception.js +85 -74
- package/es/Boundary/Components/Function.js +11 -5
- package/es/Boundary/index.d.ts +0 -1
- package/es/Boundary/index.js +0 -1
- package/es/Boundary/locale/ja-JP.d.ts +11 -0
- package/es/Boundary/locale/ja-JP.js +10 -0
- package/es/Boundary/style/index.d.ts +10 -0
- package/es/Boundary/style/index.js +46 -0
- package/es/ContentWithIcon/index.d.ts +0 -1
- package/es/ContentWithIcon/index.js +29 -29
- package/es/ContentWithIcon/style/index.d.ts +10 -0
- package/es/ContentWithIcon/style/index.js +26 -0
- package/es/DateRanger/PickerPanel.js +5 -4
- package/es/DateRanger/Ranger.d.ts +0 -1
- package/es/DateRanger/Ranger.js +13 -8
- package/es/DateRanger/locale/ja-JP.d.ts +56 -0
- package/es/DateRanger/locale/ja-JP.js +20 -0
- package/es/DateRanger/style/index.d.ts +10 -0
- package/es/DateRanger/style/index.js +126 -0
- package/es/Dialog/Anchor.d.ts +2 -10
- package/es/Dialog/Anchor.js +67 -96
- package/es/Dialog/index.d.ts +0 -1
- package/es/Dialog/index.js +537 -578
- package/es/Dialog/locale/ja-JP.d.ts +5 -0
- package/es/Dialog/locale/ja-JP.js +4 -0
- package/es/Dialog/style/index.d.ts +10 -0
- package/es/Dialog/style/index.js +97 -0
- package/es/DocDialog/locale/ja-JP.d.ts +2 -0
- package/es/DocDialog/locale/ja-JP.js +1 -0
- package/es/FooterToolbar/style/index.js +7 -1
- package/es/FullscreenBox/index.d.ts +0 -1
- package/es/FullscreenBox/index.js +46 -37
- package/es/FullscreenBox/locale/ja-JP.d.ts +2 -0
- package/es/FullscreenBox/locale/ja-JP.js +1 -0
- package/es/FullscreenBox/style/index.d.ts +10 -0
- package/es/FullscreenBox/style/index.js +53 -0
- package/es/GraphToolbar/index.d.ts +0 -1
- package/es/GraphToolbar/index.js +19 -16
- package/es/GraphToolbar/locale/ja-JP.d.ts +9 -0
- package/es/GraphToolbar/locale/ja-JP.js +8 -0
- package/es/GraphToolbar/style/index.d.ts +10 -0
- package/es/GraphToolbar/style/index.js +60 -0
- package/es/Highlight/DiffView/index.d.ts +0 -1
- package/es/Highlight/DiffView/index.js +5 -5
- package/es/Highlight/JsonView.d.ts +0 -1
- package/es/Highlight/JsonView.js +5 -5
- package/es/Highlight/index.d.ts +0 -1
- package/es/Highlight/index.js +23 -23
- package/es/Highlight/locale/ja-JP.d.ts +4 -0
- package/es/Highlight/locale/ja-JP.js +3 -0
- package/es/Highlight/style/index.d.ts +10 -0
- package/es/Highlight/style/index.js +213 -0
- package/es/LocaleDropdown/index.js +4 -2
- package/es/Login/ActivateForm.d.ts +0 -1
- package/es/Login/ActivateForm.js +12 -9
- package/es/Login/LoginForm.d.ts +0 -1
- package/es/Login/LoginForm.js +20 -15
- package/es/Login/RegisterForm.d.ts +0 -1
- package/es/Login/RegisterForm.js +14 -11
- package/es/Login/index.d.ts +0 -1
- package/es/Login/index.js +24 -22
- package/es/Login/locale/ja-JP.d.ts +28 -0
- package/es/Login/locale/ja-JP.js +27 -0
- package/es/Login/style/index.d.ts +10 -0
- package/es/Login/style/index.js +182 -0
- package/es/NavMenu/index.d.ts +1 -2
- package/es/NavMenu/index.js +11 -8
- package/es/NavMenu/style/index.d.ts +10 -0
- package/es/NavMenu/style/index.js +47 -0
- package/es/PageContainer/locale/ja-JP.d.ts +4 -0
- package/es/PageContainer/locale/ja-JP.js +3 -0
- package/es/PageContainer/style/index.js +5 -5
- package/es/Password/locale/ja-JP.d.ts +13 -0
- package/es/Password/locale/ja-JP.js +12 -0
- package/es/Ranger/QuickPicker.js +8 -4
- package/es/Ranger/Ranger.d.ts +0 -1
- package/es/Ranger/Ranger.js +12 -9
- package/es/Ranger/locale/ja-JP.d.ts +28 -0
- package/es/Ranger/locale/ja-JP.js +29 -0
- package/es/Ranger/style/index.d.ts +10 -0
- package/es/Ranger/style/index.js +44 -0
- package/es/SideTip/index.d.ts +0 -1
- package/es/SideTip/index.js +24 -22
- package/es/SideTip/locale/ja-JP.d.ts +2 -0
- package/es/SideTip/locale/ja-JP.js +1 -0
- package/es/SideTip/style/index.d.ts +10 -0
- package/es/SideTip/style/index.js +162 -0
- package/es/TagSelect/Group.d.ts +6 -6
- package/es/TagSelect/Group.js +5 -3
- package/es/TagSelect/Item.js +5 -3
- package/es/TaskGraph/Graph/style/index.d.ts +10 -0
- package/es/TaskGraph/Graph/style/index.js +28 -0
- package/es/TaskGraph/Graph.d.ts +0 -1
- package/es/TaskGraph/Graph.js +26 -10
- package/es/TaskGraph/index.d.ts +0 -1
- package/es/TaskGraph/index.js +10 -7
- package/es/TaskGraph/locale/ja-JP.d.ts +13 -0
- package/es/TaskGraph/locale/ja-JP.js +12 -0
- package/es/TaskGraph/style/index.d.ts +10 -0
- package/es/TaskGraph/style/index.js +102 -0
- package/es/Welcome/index.d.ts +0 -1
- package/es/Welcome/index.js +30 -26
- package/es/Welcome/locale/ja-JP.d.ts +5 -0
- package/es/Welcome/locale/ja-JP.js +4 -0
- package/es/Welcome/step/style/index.d.ts +10 -0
- package/es/Welcome/step/style/index.js +44 -0
- package/es/Welcome/step.d.ts +0 -1
- package/es/Welcome/step.js +17 -14
- package/es/Welcome/style/index.d.ts +10 -0
- package/es/Welcome/style/index.js +141 -0
- package/es/index.d.ts +0 -1
- package/es/index.js +0 -1
- package/es/locale/ja-JP.d.ts +3 -0
- package/es/locale/ja-JP.js +42 -0
- package/lib/Action/Group.js +85 -20
- package/lib/Action/Item.d.ts +6 -15
- package/lib/Action/Item.js +66 -81
- package/lib/Action/index.d.ts +6 -3
- package/lib/Action/style/index.js +16 -1
- package/lib/BasicLayout/locale/ja-JP.d.ts +13 -0
- package/lib/BasicLayout/locale/ja-JP.js +36 -0
- package/lib/BasicLayout/style/index.js +32 -23
- package/lib/BatchOperationBar/index.d.ts +0 -1
- package/lib/BatchOperationBar/index.js +54 -50
- package/lib/BatchOperationBar/locale/ja-JP.d.ts +7 -0
- package/lib/BatchOperationBar/locale/ja-JP.js +30 -0
- package/lib/BatchOperationBar/style/index.d.ts +10 -0
- package/lib/BatchOperationBar/style/index.js +82 -0
- package/lib/Boundary/Components/Code.js +23 -17
- package/lib/Boundary/Components/Exception.js +40 -29
- package/lib/Boundary/Components/Function.js +18 -12
- package/lib/Boundary/index.d.ts +0 -1
- package/lib/Boundary/index.js +0 -1
- package/lib/Boundary/locale/ja-JP.d.ts +11 -0
- package/lib/Boundary/locale/ja-JP.js +34 -0
- package/lib/Boundary/style/index.d.ts +10 -0
- package/lib/Boundary/style/index.js +74 -0
- package/lib/ContentWithIcon/index.d.ts +0 -1
- package/lib/ContentWithIcon/index.js +35 -32
- package/lib/ContentWithIcon/style/index.d.ts +10 -0
- package/lib/ContentWithIcon/style/index.js +57 -0
- package/lib/DateRanger/PickerPanel.js +2 -2
- package/lib/DateRanger/Ranger.d.ts +0 -1
- package/lib/DateRanger/Ranger.js +353 -348
- package/lib/DateRanger/locale/ja-JP.d.ts +56 -0
- package/lib/DateRanger/locale/ja-JP.js +49 -0
- package/lib/DateRanger/style/index.d.ts +10 -0
- package/lib/DateRanger/style/index.js +195 -0
- package/lib/Dialog/Anchor.d.ts +2 -10
- package/lib/Dialog/Anchor.js +58 -60
- package/lib/Dialog/index.d.ts +0 -1
- package/lib/Dialog/index.js +446 -422
- package/lib/Dialog/locale/ja-JP.d.ts +5 -0
- package/lib/Dialog/locale/ja-JP.js +28 -0
- package/lib/Dialog/style/index.d.ts +10 -0
- package/lib/Dialog/style/index.js +135 -0
- package/lib/DocDialog/locale/ja-JP.d.ts +2 -0
- package/lib/DocDialog/locale/ja-JP.js +25 -0
- package/lib/FooterToolbar/style/index.js +7 -1
- package/lib/FullscreenBox/index.d.ts +0 -1
- package/lib/FullscreenBox/index.js +47 -38
- package/lib/FullscreenBox/locale/ja-JP.d.ts +2 -0
- package/lib/FullscreenBox/locale/ja-JP.js +25 -0
- package/lib/FullscreenBox/style/index.d.ts +10 -0
- package/lib/FullscreenBox/style/index.js +86 -0
- package/lib/GraphToolbar/index.d.ts +0 -1
- package/lib/GraphToolbar/index.js +69 -66
- package/lib/GraphToolbar/locale/ja-JP.d.ts +9 -0
- package/lib/GraphToolbar/locale/ja-JP.js +32 -0
- package/lib/GraphToolbar/style/index.d.ts +10 -0
- package/lib/GraphToolbar/style/index.js +91 -0
- package/lib/Highlight/DiffView/index.d.ts +0 -1
- package/lib/Highlight/DiffView/index.js +3 -3
- package/lib/Highlight/JsonView.d.ts +0 -1
- package/lib/Highlight/JsonView.js +3 -3
- package/lib/Highlight/index.d.ts +0 -1
- package/lib/Highlight/index.js +32 -29
- package/lib/Highlight/locale/ja-JP.d.ts +4 -0
- package/lib/Highlight/locale/ja-JP.js +27 -0
- package/lib/Highlight/style/index.d.ts +10 -0
- package/lib/Highlight/style/index.js +293 -0
- package/lib/LocaleDropdown/index.js +2 -1
- package/lib/Login/ActivateForm.d.ts +0 -1
- package/lib/Login/ActivateForm.js +17 -9
- package/lib/Login/LoginForm.d.ts +0 -1
- package/lib/Login/LoginForm.js +25 -13
- package/lib/Login/RegisterForm.d.ts +0 -1
- package/lib/Login/RegisterForm.js +17 -9
- package/lib/Login/index.d.ts +0 -1
- package/lib/Login/index.js +96 -94
- package/lib/Login/locale/ja-JP.d.ts +28 -0
- package/lib/Login/locale/ja-JP.js +51 -0
- package/lib/Login/style/index.d.ts +10 -0
- package/lib/Login/style/index.js +267 -0
- package/lib/NavMenu/index.d.ts +1 -2
- package/lib/NavMenu/index.js +20 -17
- package/lib/NavMenu/style/index.d.ts +10 -0
- package/lib/NavMenu/style/index.js +78 -0
- package/lib/PageContainer/locale/ja-JP.d.ts +4 -0
- package/lib/PageContainer/locale/ja-JP.js +27 -0
- package/lib/PageContainer/style/index.js +5 -5
- package/lib/Password/locale/ja-JP.d.ts +13 -0
- package/lib/Password/locale/ja-JP.js +36 -0
- package/lib/Ranger/QuickPicker.js +4 -2
- package/lib/Ranger/Ranger.d.ts +0 -1
- package/lib/Ranger/Ranger.js +48 -45
- package/lib/Ranger/locale/ja-JP.d.ts +28 -0
- package/lib/Ranger/locale/ja-JP.js +53 -0
- package/lib/Ranger/style/index.d.ts +10 -0
- package/lib/Ranger/style/index.js +82 -0
- package/lib/SideTip/index.d.ts +0 -1
- package/lib/SideTip/index.js +46 -38
- package/lib/SideTip/locale/ja-JP.d.ts +2 -0
- package/lib/SideTip/locale/ja-JP.js +25 -0
- package/lib/SideTip/style/index.d.ts +10 -0
- package/lib/SideTip/style/index.js +211 -0
- package/lib/TagSelect/Group.d.ts +6 -6
- package/lib/TagSelect/Group.js +3 -2
- package/lib/TagSelect/Item.js +3 -2
- package/lib/TaskGraph/Graph/style/index.d.ts +10 -0
- package/lib/TaskGraph/Graph/style/index.js +56 -0
- package/lib/TaskGraph/Graph.d.ts +0 -1
- package/lib/TaskGraph/Graph.js +16 -7
- package/lib/TaskGraph/index.d.ts +0 -1
- package/lib/TaskGraph/index.js +6 -5
- package/lib/TaskGraph/locale/ja-JP.d.ts +13 -0
- package/lib/TaskGraph/locale/ja-JP.js +36 -0
- package/lib/TaskGraph/style/index.d.ts +10 -0
- package/lib/TaskGraph/style/index.js +143 -0
- package/lib/Welcome/index.d.ts +0 -1
- package/lib/Welcome/index.js +64 -59
- package/lib/Welcome/locale/ja-JP.d.ts +5 -0
- package/lib/Welcome/locale/ja-JP.js +28 -0
- package/lib/Welcome/step/style/index.d.ts +10 -0
- package/lib/Welcome/step/style/index.js +74 -0
- package/lib/Welcome/step.d.ts +0 -1
- package/lib/Welcome/step.js +17 -13
- package/lib/Welcome/style/index.d.ts +10 -0
- package/lib/Welcome/style/index.js +188 -0
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -1
- package/lib/locale/ja-JP.d.ts +3 -0
- package/lib/locale/ja-JP.js +71 -0
- package/package.json +6 -9
- package/es/BatchOperationBar/index.less +0 -46
- package/es/BatchOperationBar/index.less.d.ts +0 -15
- package/es/Boundary/index.less +0 -36
- package/es/ContentWithIcon/index.less +0 -21
- package/es/DateRanger/index.less +0 -180
- package/es/Dialog/index.less +0 -116
- package/es/FullscreenBox/index.less +0 -49
- package/es/GraphToolbar/index.less +0 -65
- package/es/Highlight/index.less +0 -381
- package/es/Login/index.less +0 -268
- package/es/NavMenu/index.less +0 -50
- package/es/Ranger/index.less +0 -57
- package/es/SideTip/index.less +0 -180
- package/es/TaskGraph/graph.less +0 -23
- package/es/TaskGraph/index.less +0 -117
- package/es/Welcome/index.less +0 -185
- package/es/index.less +0 -1
- package/es/variable.less +0 -54
- package/lib/BatchOperationBar/index.less +0 -46
- package/lib/BatchOperationBar/index.less.d.ts +0 -15
- package/lib/Boundary/index.less +0 -36
- package/lib/ContentWithIcon/index.less +0 -21
- package/lib/DateRanger/index.less +0 -180
- package/lib/Dialog/index.less +0 -116
- package/lib/FullscreenBox/index.less +0 -49
- package/lib/GraphToolbar/index.less +0 -65
- package/lib/Highlight/index.less +0 -381
- package/lib/Login/index.less +0 -268
- package/lib/NavMenu/index.less +0 -50
- package/lib/Ranger/index.less +0 -57
- package/lib/SideTip/index.less +0 -180
- package/lib/TaskGraph/graph.less +0 -23
- package/lib/TaskGraph/index.less +0 -117
- package/lib/Welcome/index.less +0 -185
- package/lib/index.less +0 -1
- package/lib/variable.less +0 -54
package/es/Welcome/step.js
CHANGED
|
@@ -1,48 +1,51 @@
|
|
|
1
|
-
import { Col } from '@oceanbase/design';
|
|
2
|
-
import React from 'react';
|
|
1
|
+
import { Col, ConfigProvider } from '@oceanbase/design';
|
|
2
|
+
import React, { useContext } from 'react';
|
|
3
3
|
import LocaleWrapper from "../locale/LocaleWrapper";
|
|
4
|
-
import
|
|
5
|
-
import "./index.less";
|
|
4
|
+
import useStyle from "./step/style";
|
|
6
5
|
import zhCN from "./locale/zh-CN";
|
|
7
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
7
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
|
-
var prefix = getPrefix('welcome-step');
|
|
10
8
|
var WelcomeStep = function WelcomeStep(props) {
|
|
11
9
|
var title = props.title,
|
|
12
10
|
description = props.description,
|
|
13
11
|
operations = props.operations,
|
|
14
12
|
imgUrl = props.imgUrl,
|
|
15
13
|
locale = props.locale;
|
|
16
|
-
|
|
14
|
+
var _useContext = useContext(ConfigProvider.ConfigContext),
|
|
15
|
+
getPrefixCls = _useContext.getPrefixCls;
|
|
16
|
+
var prefixCls = getPrefixCls('welcome-step');
|
|
17
|
+
var _useStyle = useStyle(prefixCls),
|
|
18
|
+
wrapSSR = _useStyle.wrapSSR;
|
|
19
|
+
return wrapSSR( /*#__PURE__*/_jsxs(Col, {
|
|
17
20
|
span: 11,
|
|
18
|
-
className:
|
|
21
|
+
className: prefixCls,
|
|
19
22
|
children: [/*#__PURE__*/_jsx("div", {
|
|
20
|
-
className: "".concat(
|
|
23
|
+
className: "".concat(prefixCls, "-left"),
|
|
21
24
|
children: /*#__PURE__*/_jsx("img", {
|
|
22
25
|
src: imgUrl,
|
|
23
26
|
alt: "",
|
|
24
27
|
width: "60"
|
|
25
28
|
})
|
|
26
29
|
}), /*#__PURE__*/_jsxs("div", {
|
|
27
|
-
className: "".concat(
|
|
30
|
+
className: "".concat(prefixCls, "-right"),
|
|
28
31
|
children: [/*#__PURE__*/_jsx("h3", {
|
|
29
|
-
className: "".concat(
|
|
32
|
+
className: "".concat(prefixCls, "-title"),
|
|
30
33
|
children: title
|
|
31
34
|
}), /*#__PURE__*/_jsx("p", {
|
|
32
|
-
className: "".concat(
|
|
35
|
+
className: "".concat(prefixCls, "-description"),
|
|
33
36
|
children: description
|
|
34
37
|
}), operations && /*#__PURE__*/_jsx("div", {
|
|
35
|
-
className: "".concat(
|
|
38
|
+
className: "".concat(prefixCls, "-operations"),
|
|
36
39
|
children: operations === null || operations === void 0 ? void 0 : operations.map(function (operation, index) {
|
|
37
40
|
return /*#__PURE__*/_jsx("span", {
|
|
38
41
|
onClick: operation.onClick,
|
|
39
|
-
className: "".concat(
|
|
42
|
+
className: "".concat(prefixCls, "-operation"),
|
|
40
43
|
children: operation.text || locale.defaultOperation
|
|
41
44
|
}, index);
|
|
42
45
|
})
|
|
43
46
|
})]
|
|
44
47
|
})]
|
|
45
|
-
}, title);
|
|
48
|
+
}, title));
|
|
46
49
|
};
|
|
47
50
|
export default LocaleWrapper({
|
|
48
51
|
componentName: 'WelcomeStep',
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GenerateStyle } from '@oceanbase/design/es/theme';
|
|
3
|
+
import type { OBToken } from '../../_util/genComponentStyleHook';
|
|
4
|
+
export type WelcomeToken = OBToken;
|
|
5
|
+
export declare const genWelcomeStyle: GenerateStyle<WelcomeToken>;
|
|
6
|
+
declare const _default: (prefixCls: string) => {
|
|
7
|
+
wrapSSR: (node: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) => import("react").JSX.Element;
|
|
8
|
+
hashId: string;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
3
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
4
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
5
|
+
import { genComponentStyleHook } from "../../_util/genComponentStyleHook";
|
|
6
|
+
export var genWelcomeStyle = function genWelcomeStyle(token) {
|
|
7
|
+
var componentCls = token.componentCls,
|
|
8
|
+
antCls = token.antCls,
|
|
9
|
+
colorBgContainer = token.colorBgContainer,
|
|
10
|
+
colorText = token.colorText,
|
|
11
|
+
colorTextSecondary = token.colorTextSecondary,
|
|
12
|
+
colorTextTertiary = token.colorTextTertiary,
|
|
13
|
+
colorTextQuaternary = token.colorTextQuaternary,
|
|
14
|
+
colorPrimary = token.colorPrimary;
|
|
15
|
+
return _defineProperty(_defineProperty(_defineProperty({}, "".concat(componentCls, "-container"), _defineProperty(_defineProperty(_defineProperty({
|
|
16
|
+
height: '100%',
|
|
17
|
+
paddingBottom: '0 !important',
|
|
18
|
+
backgroundColor: colorBgContainer,
|
|
19
|
+
'.tech-page-container-content': {
|
|
20
|
+
padding: '0 !important'
|
|
21
|
+
}
|
|
22
|
+
}, "".concat(componentCls, "-page-header"), _defineProperty(_defineProperty({
|
|
23
|
+
height: 272,
|
|
24
|
+
paddingTop: 72,
|
|
25
|
+
paddingLeft: 100,
|
|
26
|
+
color: colorBgContainer,
|
|
27
|
+
backgroundRepeat: 'no-repeat',
|
|
28
|
+
backgroundSize: '100% 100%',
|
|
29
|
+
p: {
|
|
30
|
+
textAlign: 'justify'
|
|
31
|
+
},
|
|
32
|
+
img: {
|
|
33
|
+
width: 80
|
|
34
|
+
}
|
|
35
|
+
}, "".concat(componentCls, "-title"), {
|
|
36
|
+
fontSize: 32,
|
|
37
|
+
fontFamily: 'SFProText-Medium'
|
|
38
|
+
}), "".concat(componentCls, "-description"), {
|
|
39
|
+
marginTop: 16,
|
|
40
|
+
marginBottom: 32,
|
|
41
|
+
fontFamily: 'SFProText-Regular',
|
|
42
|
+
opacity: 0.85
|
|
43
|
+
})), "".concat(componentCls, "-introduce"), _defineProperty(_defineProperty({
|
|
44
|
+
margin: '0 32px',
|
|
45
|
+
marginTop: -48,
|
|
46
|
+
marginBottom: 40
|
|
47
|
+
}, "".concat(antCls, "-card-body"), {
|
|
48
|
+
padding: '48px 68px',
|
|
49
|
+
boxShadow: '0 1px 40px 2px rgba(28, 116, 230, 0.1)'
|
|
50
|
+
}), "".concat(componentCls, "-item"), {
|
|
51
|
+
display: 'flex',
|
|
52
|
+
img: {
|
|
53
|
+
marginRight: 12
|
|
54
|
+
},
|
|
55
|
+
'.title': {
|
|
56
|
+
color: colorText,
|
|
57
|
+
fontSize: 16,
|
|
58
|
+
fontFamily: 'PingFangSC-Medium'
|
|
59
|
+
},
|
|
60
|
+
'.description': {
|
|
61
|
+
marginTop: 4,
|
|
62
|
+
color: colorTextSecondary,
|
|
63
|
+
fontFamily: 'SFProText-Regular'
|
|
64
|
+
}
|
|
65
|
+
})), "".concat(componentCls, "-content"), _defineProperty(_defineProperty({
|
|
66
|
+
padding: '0 32px',
|
|
67
|
+
paddingBottom: 90
|
|
68
|
+
}, "".concat(componentCls, "-left"), _defineProperty(_defineProperty({
|
|
69
|
+
padding: '0 36px',
|
|
70
|
+
borderRight: '1px solid #e8e8e8'
|
|
71
|
+
}, "".concat(componentCls, "-item"), _defineProperty(_defineProperty(_defineProperty({
|
|
72
|
+
display: 'flex',
|
|
73
|
+
padding: '24px 24px'
|
|
74
|
+
}, "".concat(componentCls, "-order-wrapper"), _defineProperty({}, "".concat(componentCls, "-order"), {
|
|
75
|
+
width: 24,
|
|
76
|
+
height: 24,
|
|
77
|
+
marginRight: 12,
|
|
78
|
+
color: colorTextQuaternary,
|
|
79
|
+
textAlign: 'center',
|
|
80
|
+
border: "1px solid ".concat(colorTextQuaternary),
|
|
81
|
+
borderRadius: 24
|
|
82
|
+
})), "".concat(componentCls, "-title"), {
|
|
83
|
+
marginTop: 0,
|
|
84
|
+
color: colorText,
|
|
85
|
+
fontSize: 16
|
|
86
|
+
}), "".concat(componentCls, "-description"), {
|
|
87
|
+
marginTop: 8,
|
|
88
|
+
color: colorTextTertiary
|
|
89
|
+
})), "".concat(componentCls, "-btn-wrapper"), {
|
|
90
|
+
marginRight: 24,
|
|
91
|
+
marginLeft: 60
|
|
92
|
+
})), "".concat(componentCls, "-right"), _defineProperty(_defineProperty(_defineProperty({
|
|
93
|
+
padding: '24px 64px'
|
|
94
|
+
}, "".concat(componentCls, "-title"), {
|
|
95
|
+
marginBottom: 16,
|
|
96
|
+
color: colorText,
|
|
97
|
+
fontSize: 16,
|
|
98
|
+
fontFamily: 'PingFangSC-Medium'
|
|
99
|
+
}), "".concat(antCls, "-btn"), {
|
|
100
|
+
marginRight: 12,
|
|
101
|
+
marginBottom: 12,
|
|
102
|
+
background: 'rgba(24, 144, 255, 0.06)',
|
|
103
|
+
border: 'none'
|
|
104
|
+
}), "".concat(componentCls, "-more"), {
|
|
105
|
+
background: 'rgba(0, 0, 0, 0.04)'
|
|
106
|
+
})))), "".concat(componentCls, "-step"), _defineProperty(_defineProperty(_defineProperty({
|
|
107
|
+
display: 'flex',
|
|
108
|
+
marginBottom: 30,
|
|
109
|
+
padding: '20px 30px 20px 0',
|
|
110
|
+
background: colorBgContainer,
|
|
111
|
+
border: '1px solid rgba(0, 0, 0, 0.06)',
|
|
112
|
+
borderRadius: 2,
|
|
113
|
+
'&:hover': {
|
|
114
|
+
boxShadow: '0 4px 16px 0',
|
|
115
|
+
cursor: 'pointer'
|
|
116
|
+
},
|
|
117
|
+
'&:nth-child(even)': {
|
|
118
|
+
marginRight: 0
|
|
119
|
+
}
|
|
120
|
+
}, "".concat(componentCls, "-step-left"), {
|
|
121
|
+
padding: '0 20px'
|
|
122
|
+
}), "".concat(componentCls, "-step-right"), _defineProperty(_defineProperty({}, "".concat(componentCls, "-step-title"), {
|
|
123
|
+
color: colorText,
|
|
124
|
+
fontSize: 16,
|
|
125
|
+
lineHeight: 24
|
|
126
|
+
}), "".concat(componentCls, "-step-description"), {
|
|
127
|
+
color: colorTextTertiary
|
|
128
|
+
})), "".concat(componentCls, "-step-operations"), {
|
|
129
|
+
color: colorPrimary,
|
|
130
|
+
fontSize: 14,
|
|
131
|
+
lineHeight: 22
|
|
132
|
+
})), '.borderRight', {
|
|
133
|
+
borderRight: '1px solid #e8e8e8'
|
|
134
|
+
});
|
|
135
|
+
};
|
|
136
|
+
export default (function (prefixCls) {
|
|
137
|
+
var useStyle = genComponentStyleHook('Welcome', function (token) {
|
|
138
|
+
return [genWelcomeStyle(token)];
|
|
139
|
+
});
|
|
140
|
+
return useStyle(prefixCls);
|
|
141
|
+
});
|
package/es/index.d.ts
CHANGED
package/es/index.js
CHANGED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import jaJP from '@oceanbase/design/es/locale/ja-JP';
|
|
8
|
+
import BasicLayout from "../BasicLayout/locale/ja-JP";
|
|
9
|
+
import BatchOperationBar from "../BatchOperationBar/locale/ja-JP";
|
|
10
|
+
import Boundary from "../Boundary/locale/ja-JP";
|
|
11
|
+
import Dialog from "../Dialog/locale/ja-JP";
|
|
12
|
+
import DocDialog from "../DocDialog/locale/ja-JP";
|
|
13
|
+
import FullscreenBox from "../FullscreenBox/locale/ja-JP";
|
|
14
|
+
import GraphToolbar from "../GraphToolbar/locale/ja-JP";
|
|
15
|
+
import Highlight from "../Highlight/locale/ja-JP";
|
|
16
|
+
import Login from "../Login/locale/ja-JP";
|
|
17
|
+
import PageContainer from "../PageContainer/locale/ja-JP";
|
|
18
|
+
import Password from "../Password/locale/ja-JP";
|
|
19
|
+
import Ranger from "../Ranger/locale/ja-JP";
|
|
20
|
+
import DateRanger from "../DateRanger/locale/ja-JP";
|
|
21
|
+
import SideTip from "../SideTip/locale/ja-JP";
|
|
22
|
+
import TaskGraph from "../TaskGraph/locale/ja-JP";
|
|
23
|
+
import Welcome from "../Welcome/locale/ja-JP";
|
|
24
|
+
export default _objectSpread(_objectSpread({}, jaJP), {}, {
|
|
25
|
+
// 业务组件
|
|
26
|
+
BasicLayout: BasicLayout,
|
|
27
|
+
PageContainer: PageContainer,
|
|
28
|
+
Login: Login,
|
|
29
|
+
Welcome: Welcome,
|
|
30
|
+
GraphToolbar: GraphToolbar,
|
|
31
|
+
TaskGraph: TaskGraph,
|
|
32
|
+
Ranger: Ranger,
|
|
33
|
+
Password: Password,
|
|
34
|
+
Boundary: Boundary,
|
|
35
|
+
Dialog: Dialog,
|
|
36
|
+
SideTip: SideTip,
|
|
37
|
+
DocDialog: DocDialog,
|
|
38
|
+
Highlight: Highlight,
|
|
39
|
+
FullscreenBox: FullscreenBox,
|
|
40
|
+
BatchOperationBar: BatchOperationBar,
|
|
41
|
+
DateRanger: DateRanger
|
|
42
|
+
});
|
package/lib/Action/Group.js
CHANGED
|
@@ -49,6 +49,64 @@ var getOrder = ({ type, fixed }) => {
|
|
|
49
49
|
}
|
|
50
50
|
return order;
|
|
51
51
|
};
|
|
52
|
+
var findActionComponent = (element, depth = 0) => {
|
|
53
|
+
var _a, _b, _c;
|
|
54
|
+
if (!import_react.default.isValidElement(element)) {
|
|
55
|
+
return null;
|
|
56
|
+
}
|
|
57
|
+
if (((_a = element.type) == null ? void 0 : _a.__DISPLAY_NAME) === "button" || ((_b = element.type) == null ? void 0 : _b.__DISPLAY_NAME) === "link") {
|
|
58
|
+
return { action: element, wrapper: null };
|
|
59
|
+
}
|
|
60
|
+
if (depth > 10) {
|
|
61
|
+
return null;
|
|
62
|
+
}
|
|
63
|
+
const elementChildren = (_c = element.props) == null ? void 0 : _c.children;
|
|
64
|
+
if (elementChildren) {
|
|
65
|
+
const child = import_react.default.Children.only(elementChildren);
|
|
66
|
+
if (import_react.default.isValidElement(child)) {
|
|
67
|
+
const result = findActionComponent(child, depth + 1);
|
|
68
|
+
if (result) {
|
|
69
|
+
return { action: result.action, wrapper: element };
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
return null;
|
|
74
|
+
};
|
|
75
|
+
var renderMenuItemContent = (action, actionProps, enableLoading) => {
|
|
76
|
+
const { loading, children, tooltip } = actionProps;
|
|
77
|
+
const result = findActionComponent(action);
|
|
78
|
+
if (!result) {
|
|
79
|
+
const content2 = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
80
|
+
loading && enableLoading && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.LoadingOutlined, {}),
|
|
81
|
+
" ",
|
|
82
|
+
children || action
|
|
83
|
+
] });
|
|
84
|
+
return tooltip ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_design.Tooltip, { title: tooltip, children: content2 }) : content2;
|
|
85
|
+
}
|
|
86
|
+
const { action: actualAction, wrapper } = result;
|
|
87
|
+
const newAction = import_react.default.cloneElement(actualAction, {
|
|
88
|
+
...actualAction.props,
|
|
89
|
+
...actionProps,
|
|
90
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
91
|
+
loading && enableLoading && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.LoadingOutlined, {}),
|
|
92
|
+
" ",
|
|
93
|
+
children || actualAction.props.children
|
|
94
|
+
] })
|
|
95
|
+
});
|
|
96
|
+
if (wrapper) {
|
|
97
|
+
const wrapperProps = wrapper.props;
|
|
98
|
+
return import_react.default.cloneElement(wrapper, {
|
|
99
|
+
...wrapperProps,
|
|
100
|
+
children: newAction
|
|
101
|
+
});
|
|
102
|
+
}
|
|
103
|
+
const content = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
104
|
+
loading && enableLoading && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.LoadingOutlined, {}),
|
|
105
|
+
" ",
|
|
106
|
+
children || actualAction.props.children
|
|
107
|
+
] });
|
|
108
|
+
return tooltip ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_design.Tooltip, { title: tooltip, children: content }) : content;
|
|
109
|
+
};
|
|
52
110
|
var Group_default = ({
|
|
53
111
|
prefixCls: customizePrefixCls,
|
|
54
112
|
size = 3,
|
|
@@ -125,34 +183,41 @@ var Group_default = ({
|
|
|
125
183
|
placement: dropDownPlacement,
|
|
126
184
|
overlay: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_design.Menu, { className: `${prefixCls}-more-menu`, children: ellipsisActions.map((action, index) => {
|
|
127
185
|
const actionKey = action.key;
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
186
|
+
const actionResult = findActionComponent(action);
|
|
187
|
+
const actualAction = (actionResult == null ? void 0 : actionResult.action) || action;
|
|
188
|
+
const actionProps = actualAction.props;
|
|
189
|
+
const actionDisabled = actionProps.loading || ((0, import_lodash.isBoolean)(actionProps.disabled) ? actionProps.disabled : getDefaultDisabled(action.key));
|
|
190
|
+
const menuItemProps = (0, import_lodash.omit)(actionProps, [
|
|
191
|
+
"disabled",
|
|
192
|
+
"loading",
|
|
193
|
+
"tooltip",
|
|
194
|
+
"visible",
|
|
195
|
+
"fixed",
|
|
196
|
+
"enableLoading",
|
|
197
|
+
"onClick",
|
|
198
|
+
"children",
|
|
199
|
+
"danger"
|
|
200
|
+
]);
|
|
201
|
+
const handleMenuItemClick = (info) => {
|
|
202
|
+
var _a;
|
|
203
|
+
if (actionResult == null ? void 0 : actionResult.wrapper) {
|
|
204
|
+
return;
|
|
205
|
+
}
|
|
206
|
+
(_a = actionProps.onClick) == null ? void 0 : _a.call(actionProps, info.domEvent);
|
|
207
|
+
};
|
|
134
208
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
135
209
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
136
210
|
import_design.Menu.Item,
|
|
137
211
|
{
|
|
138
|
-
onClick:
|
|
139
|
-
var _a, _b;
|
|
140
|
-
(_b = (_a = action.props).onClick) == null ? void 0 : _b.call(
|
|
141
|
-
_a,
|
|
142
|
-
domEvent
|
|
143
|
-
);
|
|
144
|
-
},
|
|
145
|
-
...(0, import_lodash.omit)(action.props, ["disabled"]),
|
|
212
|
+
onClick: handleMenuItemClick,
|
|
146
213
|
disabled: actionDisabled,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
action.props.children || action
|
|
151
|
-
] })
|
|
214
|
+
danger: !!actionProps.danger,
|
|
215
|
+
...menuItemProps,
|
|
216
|
+
children: renderMenuItemContent(action, actionProps, enableLoading)
|
|
152
217
|
},
|
|
153
218
|
actionKey ?? index.toString()
|
|
154
219
|
),
|
|
155
|
-
|
|
220
|
+
actionProps.divider && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_design.Menu.Divider, {})
|
|
156
221
|
] });
|
|
157
222
|
}) }),
|
|
158
223
|
children: moreDom
|
package/lib/Action/Item.d.ts
CHANGED
|
@@ -12,18 +12,9 @@ export interface BaseProps extends ButtonProps {
|
|
|
12
12
|
loading?: boolean;
|
|
13
13
|
divider?: boolean;
|
|
14
14
|
}
|
|
15
|
-
export declare
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
export declare class ActionLink extends React.PureComponent<BaseProps> {
|
|
23
|
-
static __DISPLAY_NAME: string;
|
|
24
|
-
state: {
|
|
25
|
-
loading: boolean;
|
|
26
|
-
disabled: boolean;
|
|
27
|
-
};
|
|
28
|
-
render(): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
29
|
-
}
|
|
15
|
+
export declare const ActionButton: React.FC<BaseProps> & {
|
|
16
|
+
__DISPLAY_NAME?: string;
|
|
17
|
+
};
|
|
18
|
+
export declare const ActionLink: React.FC<BaseProps> & {
|
|
19
|
+
__DISPLAY_NAME?: string;
|
|
20
|
+
};
|
package/lib/Action/Item.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
var __create = Object.create;
|
|
2
1
|
var __defProp = Object.defineProperty;
|
|
3
2
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
6
4
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
5
|
var __export = (target, all) => {
|
|
8
6
|
for (var name in all)
|
|
@@ -16,14 +14,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
14
|
}
|
|
17
15
|
return to;
|
|
18
16
|
};
|
|
19
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
-
mod
|
|
26
|
-
));
|
|
27
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
18
|
|
|
29
19
|
// src/Action/Item.tsx
|
|
@@ -35,80 +25,75 @@ __export(Item_exports, {
|
|
|
35
25
|
module.exports = __toCommonJS(Item_exports);
|
|
36
26
|
var import_icons = require("@oceanbase/icons");
|
|
37
27
|
var import_design = require("@oceanbase/design");
|
|
38
|
-
var import_react =
|
|
28
|
+
var import_react = require("react");
|
|
39
29
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
40
|
-
var ActionButton =
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
30
|
+
var ActionButton = ({
|
|
31
|
+
children,
|
|
32
|
+
onClick,
|
|
33
|
+
enableLoading = true,
|
|
34
|
+
tooltip,
|
|
35
|
+
loading,
|
|
36
|
+
...restProps
|
|
37
|
+
}) => {
|
|
38
|
+
const [internalLoading, setInternalLoading] = (0, import_react.useState)(false);
|
|
39
|
+
const handleClick = (e) => {
|
|
40
|
+
const handle = onClick == null ? void 0 : onClick(e);
|
|
41
|
+
if (enableLoading && (handle == null ? void 0 : handle.then)) {
|
|
42
|
+
setInternalLoading(true);
|
|
43
|
+
handle.then(() => {
|
|
44
|
+
setInternalLoading(false);
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_design.Tooltip, { placement: "top", title: tooltip, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
49
|
+
import_design.Button,
|
|
50
|
+
{
|
|
51
|
+
loading: enableLoading && (loading || internalLoading),
|
|
52
|
+
onClick: handleClick,
|
|
53
|
+
...restProps,
|
|
54
|
+
children
|
|
55
|
+
}
|
|
56
|
+
) });
|
|
67
57
|
};
|
|
68
58
|
ActionButton.__DISPLAY_NAME = "button";
|
|
69
|
-
var ActionLink =
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
children
|
|
108
|
-
] })
|
|
109
|
-
}
|
|
110
|
-
);
|
|
111
|
-
}
|
|
59
|
+
var ActionLink = ({
|
|
60
|
+
disabled,
|
|
61
|
+
onClick,
|
|
62
|
+
children,
|
|
63
|
+
enableLoading = true,
|
|
64
|
+
tooltip,
|
|
65
|
+
loading,
|
|
66
|
+
type,
|
|
67
|
+
style,
|
|
68
|
+
...restProps
|
|
69
|
+
}) => {
|
|
70
|
+
const [internalLoading, setInternalLoading] = (0, import_react.useState)(false);
|
|
71
|
+
const [internalDisabled, setInternalDisabled] = (0, import_react.useState)(false);
|
|
72
|
+
const handleClick = (e) => {
|
|
73
|
+
const handle = onClick == null ? void 0 : onClick(e);
|
|
74
|
+
if (enableLoading && (handle == null ? void 0 : handle.then)) {
|
|
75
|
+
setInternalLoading(true);
|
|
76
|
+
setInternalDisabled(true);
|
|
77
|
+
handle.then(() => {
|
|
78
|
+
setInternalLoading(false);
|
|
79
|
+
setInternalDisabled(false);
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
};
|
|
83
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
84
|
+
import_design.Typography.Link,
|
|
85
|
+
{
|
|
86
|
+
style: { padding: 0, ...style },
|
|
87
|
+
disabled: loading || disabled || internalDisabled,
|
|
88
|
+
onClick: handleClick,
|
|
89
|
+
...restProps,
|
|
90
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_design.Tooltip, { placement: "top", title: tooltip, children: [
|
|
91
|
+
loading || internalDisabled ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.LoadingOutlined, {}) : "",
|
|
92
|
+
" ",
|
|
93
|
+
children
|
|
94
|
+
] })
|
|
95
|
+
}
|
|
96
|
+
);
|
|
112
97
|
};
|
|
113
98
|
ActionLink.__DISPLAY_NAME = "link";
|
|
114
99
|
// Annotate the CommonJS export names for ESM import in node:
|
package/lib/Action/index.d.ts
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { ActionButton, ActionLink } from './Item';
|
|
3
2
|
export type { GroupProps as ActionGroupProps } from './Group';
|
|
4
3
|
declare const _default: {
|
|
5
4
|
Group: ({ prefixCls: customizePrefixCls, size, children, dropDownPlacement, shouldVisible, shouldDisabled, enableLoading, moreText, moreType, buttonSize, }: import("./Group").GroupProps) => import("react").JSX.Element;
|
|
6
|
-
Button:
|
|
7
|
-
|
|
5
|
+
Button: import("react").FC<import("./Item").BaseProps> & {
|
|
6
|
+
__DISPLAY_NAME?: string;
|
|
7
|
+
};
|
|
8
|
+
Link: import("react").FC<import("./Item").BaseProps> & {
|
|
9
|
+
__DISPLAY_NAME?: string;
|
|
10
|
+
};
|
|
8
11
|
};
|
|
9
12
|
export default _default;
|
|
@@ -32,7 +32,6 @@ var genActionStyle = (token) => {
|
|
|
32
32
|
const margin = `-${paddingVertical}px -${paddingHorizontal}px`;
|
|
33
33
|
return {
|
|
34
34
|
[`${componentCls}-more-menu`]: {
|
|
35
|
-
background: "red",
|
|
36
35
|
[`${antCls}-dropdown-menu-item`]: {
|
|
37
36
|
[`${antCls}-typography`]: {
|
|
38
37
|
display: "block",
|
|
@@ -61,6 +60,22 @@ var genActionStyle = (token) => {
|
|
|
61
60
|
[`${antCls}-wave`]: {
|
|
62
61
|
display: "none"
|
|
63
62
|
}
|
|
63
|
+
},
|
|
64
|
+
// 确保 danger 状态的样式能够正确显示,不覆盖 Menu.Item 的默认 danger 颜色
|
|
65
|
+
[`&${antCls}-dropdown-menu-item-danger`]: {
|
|
66
|
+
[`${antCls}-typography`]: {
|
|
67
|
+
[`&:not(${antCls}-typography-disabled)`]: {
|
|
68
|
+
color: "unset"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
[`${antCls}-btn`]: {
|
|
72
|
+
[`&:not(:disabled):not(${antCls}-btn-disabled)`]: {
|
|
73
|
+
color: "unset",
|
|
74
|
+
[`&:hover`]: {
|
|
75
|
+
color: "unset"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
64
79
|
}
|
|
65
80
|
}
|
|
66
81
|
}
|