@trionesdev/antd-mobile-base-react 0.0.2-beta.2 → 0.0.2-beta.20
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/LICENSE +21 -21
- package/README.md +23 -23
- package/dist/Alert/alert.js +1 -1
- package/dist/Alert/style.scss +69 -69
- package/dist/Avatar/avatar.d.ts +4 -1
- package/dist/Avatar/avatar.js +19 -6
- package/dist/Avatar/style.scss +17 -16
- package/dist/Badge/style.scss +100 -100
- package/dist/Card/style.scss +35 -35
- package/dist/CascaderView/cascader-column-item.js +1 -1
- package/dist/CascaderView/style.scss +22 -22
- package/dist/Cell/CellGroup.js +53 -14
- package/dist/Cell/cell.js +52 -15
- package/dist/Cell/context.d.ts +19 -0
- package/dist/Cell/context.js +2 -0
- package/dist/Cell/styles.scss +81 -52
- package/dist/Cell/types.d.ts +30 -7
- package/dist/Checkbox/checkbox-button.d.ts +6 -2
- package/dist/Checkbox/checkbox-button.js +6 -18
- package/dist/Checkbox/checkbox-group.js +19 -4
- package/dist/Checkbox/checkbox-round.d.ts +8 -0
- package/dist/Checkbox/checkbox-round.js +35 -0
- package/dist/Checkbox/checkbox.js +49 -34
- package/dist/Checkbox/index.d.ts +0 -2
- package/dist/Checkbox/index.js +0 -2
- package/dist/Checkbox/index.scss +165 -151
- package/dist/Checkbox/types.d.ts +11 -1
- package/dist/ConfigProvider/config-provider.d.ts +1 -0
- package/dist/DemoBlock/index.scss +20 -20
- package/dist/DemoDescription/index.scss +3 -3
- package/dist/Descriptions/style.scss +65 -65
- package/dist/Divider/divider.d.ts +1 -1
- package/dist/Divider/divider.js +5 -3
- package/dist/Divider/style.scss +62 -62
- package/dist/Ellipsis/style.scss +13 -13
- package/dist/Empty/style.scss +29 -29
- package/dist/ErrorBlock/demo/base.js +2 -2
- package/dist/ErrorBlock/style.scss +62 -62
- package/dist/Footer/style.scss +55 -55
- package/dist/Form/ErrorList.d.ts +4 -0
- package/dist/Form/ErrorList.js +9 -0
- package/dist/Form/context.d.ts +5 -2
- package/dist/Form/context.js +2 -1
- package/dist/Form/form.d.ts +25 -12
- package/dist/Form/form.js +25 -13
- package/dist/Form/hooks/useForm.js +1 -8
- package/dist/Form/hooks/useFormContext.js +1 -2
- package/dist/Form/index.d.ts +8 -3
- package/dist/Form/index.js +7 -2
- package/dist/Form/styles.scss +11 -0
- package/dist/Form/types.d.ts +8 -0
- package/dist/FormCell/FormCell.d.ts +21 -0
- package/dist/FormCell/FormCell.js +56 -0
- package/dist/FormCell/index.d.ts +4 -0
- package/dist/FormCell/index.js +3 -0
- package/dist/FormCell/styles.scss +103 -0
- package/dist/Grid/style.scss +17 -17
- package/dist/Icon/demo/base.js +2 -2
- package/dist/IndexedStack/IndexedStack.d.ts +9 -0
- package/dist/IndexedStack/IndexedStack.js +27 -0
- package/dist/IndexedStack/index.d.ts +3 -0
- package/dist/IndexedStack/index.js +2 -0
- package/dist/InputNumber/input-number.d.ts +3 -2
- package/dist/InputNumber/input-number.js +48 -26
- package/dist/InputNumber/style.scss +100 -43
- package/dist/Loading/DotLoading.d.ts +7 -0
- package/dist/{Mask/mask-modal.js → Loading/DotLoading.js} +25 -25
- package/dist/{SpinLoading/spin-loading.d.ts → Loading/SpinLoading.d.ts} +0 -1
- package/dist/Loading/SpinLoading.js +69 -0
- package/dist/Loading/index.d.ts +6 -0
- package/dist/Loading/index.js +4 -0
- package/dist/Loading/style.scss +113 -0
- package/dist/NavBar/nav-bar.d.ts +1 -0
- package/dist/NavBar/nav-bar.js +3 -2
- package/dist/NavBar/style.scss +65 -61
- package/dist/NoticeBar/style.scss +130 -130
- package/dist/PageIndicator/style.scss +59 -59
- package/dist/Progress/Progress.d.ts +39 -0
- package/dist/Progress/Progress.js +56 -0
- package/dist/Progress/ProgressCircle.d.ts +15 -0
- package/dist/Progress/ProgressCircle.js +117 -0
- package/dist/Progress/ProgressLine.d.ts +15 -0
- package/dist/Progress/ProgressLine.js +87 -0
- package/dist/Progress/index.d.ts +3 -0
- package/dist/Progress/index.js +2 -0
- package/dist/Progress/style.scss +33 -0
- package/dist/Progress/types.d.ts +6 -0
- package/dist/Progress/types.js +2 -0
- package/dist/Radio/RadioGroup.js +3 -3
- package/dist/Radio/radio.js +1 -1
- package/dist/Radio/style.scss +154 -138
- package/dist/Radio/types.d.ts +6 -4
- package/dist/Rate/rate.js +1 -1
- package/dist/Rate/style.scss +37 -37
- package/dist/Result/demo/base.js +2 -2
- package/dist/Result/style.scss +73 -73
- package/dist/Result/use-result-icon.js +1 -1
- package/dist/SafeArea/style.scss +20 -18
- package/dist/Scaffold/style.scss +17 -16
- package/dist/Segmented/Segmented.d.ts +57 -0
- package/dist/Segmented/Segmented.js +82 -0
- package/dist/Segmented/index.d.ts +2 -0
- package/dist/Segmented/index.js +1 -0
- package/dist/Segmented/style.scss +75 -0
- package/dist/Skeleton/Skeleton.d.ts +86 -0
- package/dist/Skeleton/Skeleton.js +263 -0
- package/dist/Skeleton/index.d.ts +3 -0
- package/dist/Skeleton/index.js +2 -0
- package/dist/Skeleton/style.scss +215 -0
- package/dist/Space/space.d.ts +1 -0
- package/dist/Space/space.js +20 -6
- package/dist/Space/style.scss +101 -77
- package/dist/Stepper/index.d.ts +3 -0
- package/dist/Stepper/index.js +2 -0
- package/dist/Stepper/stepper.d.ts +14 -0
- package/dist/Stepper/stepper.js +92 -0
- package/dist/Stepper/style.scss +100 -0
- package/dist/Steps/HorizontalSteps.js +10 -3
- package/dist/Steps/VerticalSteps.js +5 -2
- package/dist/Steps/style.scss +153 -146
- package/dist/Steps/types.d.ts +2 -0
- package/dist/Switch/style.scss +127 -128
- package/dist/Switch/switch.d.ts +2 -0
- package/dist/Switch/switch.js +6 -5
- package/dist/TabBar/demo/base.js +2 -2
- package/dist/TabBar/index.js +2 -1
- package/dist/TabBar/index.scss +37 -36
- package/dist/Tabs/style.scss +108 -108
- package/dist/Tag/style.scss +110 -86
- package/dist/Tag/tag.d.ts +4 -1
- package/dist/Tag/tag.js +8 -2
- package/dist/WaterMark/style.scss +17 -17
- package/dist/index.d.ts +17 -26
- package/dist/index.js +8 -13
- package/dist/style/css-variable.scss +6 -0
- package/dist/style/style.scss +52 -52
- package/dist/style/theme-dark.scss +24 -24
- package/dist/style/theme-default.scss +54 -54
- package/dist/style/variable.scss +180 -168
- package/dist/types.d.ts +10 -1
- package/dist/utils/type.js +36 -36
- package/dist/utils/with-default-props.js +4 -4
- package/package.json +5 -8
- package/dist/ActionSheet/ActionSheet.d.ts +0 -25
- package/dist/ActionSheet/ActionSheet.js +0 -77
- package/dist/ActionSheet/index.d.ts +0 -3
- package/dist/ActionSheet/index.js +0 -2
- package/dist/ActionSheet/style.scss +0 -51
- package/dist/CascaderPicker/cascader-picker.d.ts +0 -27
- package/dist/CascaderPicker/cascader-picker.js +0 -88
- package/dist/CascaderPicker/index.d.ts +0 -3
- package/dist/CascaderPicker/index.js +0 -2
- package/dist/CascaderPicker/style.scss +0 -42
- package/dist/Form/FormItem/form-item-input.d.ts +0 -15
- package/dist/Form/FormItem/form-item-input.js +0 -39
- package/dist/Form/FormItem/form-item-label.d.ts +0 -13
- package/dist/Form/FormItem/form-item-label.js +0 -25
- package/dist/Form/FormItem/form-item.d.ts +0 -21
- package/dist/Form/FormItem/form-item.js +0 -70
- package/dist/Form/FormItem/index.d.ts +0 -5
- package/dist/Form/FormItem/index.js +0 -3
- package/dist/Form/style.scss +0 -45
- package/dist/Input/base-input.d.ts +0 -14
- package/dist/Input/base-input.js +0 -63
- package/dist/Input/index.d.ts +0 -12
- package/dist/Input/index.js +0 -9
- package/dist/Input/index.scss +0 -173
- package/dist/Input/input-affix-wrapper.d.ts +0 -8
- package/dist/Input/input-affix-wrapper.js +0 -50
- package/dist/Input/input-opt.d.ts +0 -16
- package/dist/Input/input-opt.js +0 -93
- package/dist/Input/input-password.d.ts +0 -7
- package/dist/Input/input-password.js +0 -47
- package/dist/Input/input.d.ts +0 -15
- package/dist/Input/input.js +0 -47
- package/dist/Input/textarea.d.ts +0 -13
- package/dist/Input/textarea.js +0 -45
- package/dist/Input/types.d.ts +0 -1
- package/dist/Input/types.js +0 -1
- package/dist/Mask/index.d.ts +0 -3
- package/dist/Mask/index.js +0 -2
- package/dist/Mask/mask-modal.d.ts +0 -45
- package/dist/Mask/mask.d.ts +0 -5
- package/dist/Mask/mask.js +0 -19
- package/dist/Mask/style.scss +0 -20
- package/dist/Picker/index.d.ts +0 -3
- package/dist/Picker/index.js +0 -2
- package/dist/Picker/picker.d.ts +0 -19
- package/dist/Picker/picker.js +0 -97
- package/dist/Picker/style.scss +0 -41
- package/dist/PickerView/index.d.ts +0 -4
- package/dist/PickerView/index.js +0 -2
- package/dist/PickerView/picker-view-column-item.d.ts +0 -7
- package/dist/PickerView/picker-view-column-item.js +0 -11
- package/dist/PickerView/picker-view-column.d.ts +0 -10
- package/dist/PickerView/picker-view-column.js +0 -117
- package/dist/PickerView/picker-view.d.ts +0 -12
- package/dist/PickerView/picker-view.js +0 -60
- package/dist/PickerView/style.scss +0 -72
- package/dist/PickerView/types.d.ts +0 -4
- package/dist/Popup/index.d.ts +0 -3
- package/dist/Popup/index.js +0 -2
- package/dist/Popup/popup-modal.d.ts +0 -52
- package/dist/Popup/popup-modal.js +0 -74
- package/dist/Popup/popup.d.ts +0 -4
- package/dist/Popup/popup.js +0 -56
- package/dist/Popup/style.scss +0 -53
- package/dist/ScrollView/index.d.ts +0 -4
- package/dist/ScrollView/index.js +0 -2
- package/dist/ScrollView/scroll-view.d.ts +0 -4
- package/dist/ScrollView/scroll-view.js +0 -55
- package/dist/ScrollView/style.scss +0 -19
- package/dist/ScrollView/types.d.ts +0 -26
- package/dist/ScrollView/types.js +0 -1
- package/dist/SideBar/SideBarContext.d.ts +0 -18
- package/dist/SideBar/SideBarContext.js +0 -2
- package/dist/SideBar/index.d.ts +0 -3
- package/dist/SideBar/index.js +0 -2
- package/dist/SideBar/side-bar.d.ts +0 -25
- package/dist/SideBar/side-bar.js +0 -351
- package/dist/SideBar/style.scss +0 -85
- package/dist/SideBar/types.d.ts +0 -7
- package/dist/SideBar/types.js +0 -1
- package/dist/SpinLoading/demo/base.d.ts +0 -3
- package/dist/SpinLoading/demo/base.js +0 -21
- package/dist/SpinLoading/index.d.ts +0 -3
- package/dist/SpinLoading/index.js +0 -2
- package/dist/SpinLoading/spin-loading.js +0 -59
- package/dist/SpinLoading/spin-loading.scss +0 -40
- package/dist/Tabs/demo/base.d.ts +0 -3
- package/dist/Tabs/demo/base.js +0 -59
- package/dist/Tag/demo/base.d.ts +0 -7
- package/dist/Tag/demo/base.js +0 -67
- package/dist/Tag/demo/style.scss +0 -8
- package/dist/Toast/index.d.ts +0 -5
- package/dist/Toast/index.js +0 -3
- package/dist/Toast/style.scss +0 -63
- package/dist/Toast/toast-modal.d.ts +0 -18
- package/dist/Toast/toast-modal.js +0 -112
- package/dist/Toast/toast.d.ts +0 -7
- package/dist/Toast/toast.js +0 -78
- package/dist/VerificationCodeInput/demo/base.d.ts +0 -3
- package/dist/VerificationCodeInput/demo/base.js +0 -11
- package/dist/VerificationCodeInput/index.d.ts +0 -3
- package/dist/VerificationCodeInput/index.js +0 -2
- package/dist/VerificationCodeInput/style.scss +0 -20
- package/dist/VerificationCodeInput/verification-code-input.d.ts +0 -24
- package/dist/VerificationCodeInput/verification-code-input.js +0 -99
- /package/dist/{PickerView → Form}/types.js +0 -0
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
/* prettier-ignore */
|
|
2
|
-
.triones-antm-page-indicator {
|
|
3
|
-
display: flex;
|
|
4
|
-
width: auto;
|
|
5
|
-
|
|
6
|
-
--dot-color: #ccc;
|
|
7
|
-
--active-dot-color: #1677ff;
|
|
8
|
-
--dot-size: 3PX;
|
|
9
|
-
--active-dot-size: 13PX;
|
|
10
|
-
--dot-border-radius: 1PX;
|
|
11
|
-
--active-dot-border-radius: var(--dot-border-radius);
|
|
12
|
-
--dot-spacing: 3PX;
|
|
13
|
-
|
|
14
|
-
&-dot {
|
|
15
|
-
display: block;
|
|
16
|
-
width: var(--dot-size);
|
|
17
|
-
height: var(--dot-size);
|
|
18
|
-
border-radius: var(--dot-border-radius);
|
|
19
|
-
background: var(--dot-color);
|
|
20
|
-
|
|
21
|
-
&:last-child {
|
|
22
|
-
margin-right: 0;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&-active {
|
|
26
|
-
border-radius: var(--active-dot-border-radius);
|
|
27
|
-
background: var(--active-dot-color);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&-color-white {
|
|
32
|
-
--dot-color: rgba(255, 255, 255, 50%);
|
|
33
|
-
--active-dot-color: #fff;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&-horizontal {
|
|
37
|
-
flex-direction: row;
|
|
38
|
-
|
|
39
|
-
.triones-antm-page-indicator-dot {
|
|
40
|
-
margin-right: var(--dot-spacing);
|
|
41
|
-
|
|
42
|
-
&-active {
|
|
43
|
-
width: var(--active-dot-size);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
&-vertical {
|
|
49
|
-
flex-direction: column;
|
|
50
|
-
|
|
51
|
-
.triones-antm-page-indicator-dot {
|
|
52
|
-
margin-bottom: var(--dot-spacing);
|
|
53
|
-
|
|
54
|
-
&-active {
|
|
55
|
-
height: var(--active-dot-size);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
.triones-antm-page-indicator {
|
|
3
|
+
display: flex;
|
|
4
|
+
width: auto;
|
|
5
|
+
|
|
6
|
+
--dot-color: #ccc;
|
|
7
|
+
--active-dot-color: #1677ff;
|
|
8
|
+
--dot-size: 3PX;
|
|
9
|
+
--active-dot-size: 13PX;
|
|
10
|
+
--dot-border-radius: 1PX;
|
|
11
|
+
--active-dot-border-radius: var(--dot-border-radius);
|
|
12
|
+
--dot-spacing: 3PX;
|
|
13
|
+
|
|
14
|
+
&-dot {
|
|
15
|
+
display: block;
|
|
16
|
+
width: var(--dot-size);
|
|
17
|
+
height: var(--dot-size);
|
|
18
|
+
border-radius: var(--dot-border-radius);
|
|
19
|
+
background: var(--dot-color);
|
|
20
|
+
|
|
21
|
+
&:last-child {
|
|
22
|
+
margin-right: 0;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&-active {
|
|
26
|
+
border-radius: var(--active-dot-border-radius);
|
|
27
|
+
background: var(--active-dot-color);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&-color-white {
|
|
32
|
+
--dot-color: rgba(255, 255, 255, 50%);
|
|
33
|
+
--active-dot-color: #fff;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&-horizontal {
|
|
37
|
+
flex-direction: row;
|
|
38
|
+
|
|
39
|
+
.triones-antm-page-indicator-dot {
|
|
40
|
+
margin-right: var(--dot-spacing);
|
|
41
|
+
|
|
42
|
+
&-active {
|
|
43
|
+
width: var(--active-dot-size);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&-vertical {
|
|
49
|
+
flex-direction: column;
|
|
50
|
+
|
|
51
|
+
.triones-antm-page-indicator-dot {
|
|
52
|
+
margin-bottom: var(--dot-spacing);
|
|
53
|
+
|
|
54
|
+
&-active {
|
|
55
|
+
height: var(--active-dot-size);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { Size } from "./types";
|
|
3
|
+
import "./style.scss";
|
|
4
|
+
import { PercentPositionAlign, ProgressStatus } from "./types";
|
|
5
|
+
import "./style.scss";
|
|
6
|
+
export type ProgressProps = {
|
|
7
|
+
/**
|
|
8
|
+
* @description 内容的模板函数
|
|
9
|
+
* @default percent => `${percent}%`
|
|
10
|
+
*/
|
|
11
|
+
format?: (percent: number) => string;
|
|
12
|
+
type?: 'line' | 'circle';
|
|
13
|
+
/**
|
|
14
|
+
* @description 百分比
|
|
15
|
+
* @default 0
|
|
16
|
+
*/
|
|
17
|
+
percent?: number;
|
|
18
|
+
size?: Size;
|
|
19
|
+
/**
|
|
20
|
+
* @description 是否显示进度数值或状态图标
|
|
21
|
+
* @default true
|
|
22
|
+
*/
|
|
23
|
+
showInfo?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @description 未完成的分段的颜色
|
|
26
|
+
*/
|
|
27
|
+
railColor?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @description 进度条的色彩
|
|
30
|
+
*/
|
|
31
|
+
strokeColor?: string;
|
|
32
|
+
strokeWidth?: number;
|
|
33
|
+
status?: ProgressStatus;
|
|
34
|
+
/**
|
|
35
|
+
* @description 进度数值位置
|
|
36
|
+
*/
|
|
37
|
+
percentPositionAlign?: PercentPositionAlign;
|
|
38
|
+
};
|
|
39
|
+
export declare const Progress: FC<ProgressProps>;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ProgressCircle } from "./ProgressCircle";
|
|
3
|
+
import "./style.scss";
|
|
4
|
+
import { ProgressLine } from "./ProgressLine";
|
|
5
|
+
import { exceptionColor, successColor } from "./types";
|
|
6
|
+
import "./style.scss";
|
|
7
|
+
export var Progress = function Progress(_ref) {
|
|
8
|
+
var format = _ref.format,
|
|
9
|
+
_ref$type = _ref.type,
|
|
10
|
+
type = _ref$type === void 0 ? 'line' : _ref$type,
|
|
11
|
+
_ref$percent = _ref.percent,
|
|
12
|
+
percent = _ref$percent === void 0 ? 0 : _ref$percent,
|
|
13
|
+
_ref$size = _ref.size,
|
|
14
|
+
size = _ref$size === void 0 ? 'medium' : _ref$size,
|
|
15
|
+
_ref$showInfo = _ref.showInfo,
|
|
16
|
+
showInfo = _ref$showInfo === void 0 ? true : _ref$showInfo,
|
|
17
|
+
_ref$railColor = _ref.railColor,
|
|
18
|
+
railColor = _ref$railColor === void 0 ? '#E5E5E5' : _ref$railColor,
|
|
19
|
+
_ref$strokeColor = _ref.strokeColor,
|
|
20
|
+
strokeColor = _ref$strokeColor === void 0 ? '#1777FF' : _ref$strokeColor,
|
|
21
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
22
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 6 : _ref$strokeWidth,
|
|
23
|
+
status = _ref.status,
|
|
24
|
+
percentPositionAlign = _ref.percentPositionAlign;
|
|
25
|
+
var handleComputedStrokeColor = function handleComputedStrokeColor() {
|
|
26
|
+
if (status === 'exception') {
|
|
27
|
+
return exceptionColor;
|
|
28
|
+
}
|
|
29
|
+
if (percent >= 100) {
|
|
30
|
+
return successColor;
|
|
31
|
+
}
|
|
32
|
+
return strokeColor;
|
|
33
|
+
};
|
|
34
|
+
if (type === 'line') {
|
|
35
|
+
return /*#__PURE__*/React.createElement(ProgressLine, {
|
|
36
|
+
format: format,
|
|
37
|
+
percent: percent,
|
|
38
|
+
size: size,
|
|
39
|
+
railColor: railColor,
|
|
40
|
+
strokeColor: handleComputedStrokeColor(),
|
|
41
|
+
status: status,
|
|
42
|
+
showInfo: showInfo,
|
|
43
|
+
percentPositionAlign: percentPositionAlign
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
return /*#__PURE__*/React.createElement(ProgressCircle, {
|
|
47
|
+
format: format,
|
|
48
|
+
percent: percent,
|
|
49
|
+
size: size,
|
|
50
|
+
railColor: railColor,
|
|
51
|
+
strokeColor: handleComputedStrokeColor(),
|
|
52
|
+
strokeWidth: strokeWidth,
|
|
53
|
+
showInfo: showInfo,
|
|
54
|
+
status: status
|
|
55
|
+
});
|
|
56
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { ProgressStatus, Size } from "./types";
|
|
3
|
+
type ProcessCircleProps = {
|
|
4
|
+
format?: (percent: number) => string;
|
|
5
|
+
percent?: number;
|
|
6
|
+
strokeWidth?: number;
|
|
7
|
+
size?: Size;
|
|
8
|
+
showInfo?: boolean;
|
|
9
|
+
railColor?: string;
|
|
10
|
+
strokeColor?: string;
|
|
11
|
+
strokeLineCap?: 'butt' | 'round' | 'square';
|
|
12
|
+
status?: ProgressStatus;
|
|
13
|
+
};
|
|
14
|
+
export declare const ProgressCircle: FC<ProcessCircleProps>;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,117 @@
|
|
|
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 React, { memo, useMemo } from "react";
|
|
8
|
+
import { exceptionColor, successColor } from "./types";
|
|
9
|
+
import classNames from "classnames";
|
|
10
|
+
import { CheckOutline, CloseOutline } from "@trionesdev/antd-mobile-icons-react";
|
|
11
|
+
export var ProgressCircle = /*#__PURE__*/memo(function (_ref) {
|
|
12
|
+
var format = _ref.format,
|
|
13
|
+
_ref$percent = _ref.percent,
|
|
14
|
+
percent = _ref$percent === void 0 ? 0 : _ref$percent,
|
|
15
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
16
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 6 : _ref$strokeWidth,
|
|
17
|
+
_ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? 'middle' : _ref$size,
|
|
19
|
+
_ref$showInfo = _ref.showInfo,
|
|
20
|
+
showInfo = _ref$showInfo === void 0 ? true : _ref$showInfo,
|
|
21
|
+
_ref$railColor = _ref.railColor,
|
|
22
|
+
railColor = _ref$railColor === void 0 ? '#E5E5E5' : _ref$railColor,
|
|
23
|
+
_ref$strokeColor = _ref.strokeColor,
|
|
24
|
+
strokeColor = _ref$strokeColor === void 0 ? '#1777FF' : _ref$strokeColor,
|
|
25
|
+
_ref$strokeLineCap = _ref.strokeLineCap,
|
|
26
|
+
strokeLineCap = _ref$strokeLineCap === void 0 ? 'round' : _ref$strokeLineCap,
|
|
27
|
+
status = _ref.status;
|
|
28
|
+
var clsPrefix = 'triones-antm-progress-circle';
|
|
29
|
+
var computedDiameter = useMemo(function () {
|
|
30
|
+
switch (size) {
|
|
31
|
+
case 'small':
|
|
32
|
+
return 50;
|
|
33
|
+
case 'medium':
|
|
34
|
+
return 100;
|
|
35
|
+
case 'large':
|
|
36
|
+
return 150;
|
|
37
|
+
default:
|
|
38
|
+
if (typeof size === 'number') {
|
|
39
|
+
return size;
|
|
40
|
+
}
|
|
41
|
+
return 50;
|
|
42
|
+
}
|
|
43
|
+
}, [size]);
|
|
44
|
+
var style = {
|
|
45
|
+
width: computedDiameter,
|
|
46
|
+
height: computedDiameter
|
|
47
|
+
};
|
|
48
|
+
var computedIconSize = function computedIconSize() {
|
|
49
|
+
var iconSize = (computedDiameter - strokeWidth) / 2 / 3;
|
|
50
|
+
if (iconSize < 24) {
|
|
51
|
+
return 24;
|
|
52
|
+
}
|
|
53
|
+
return iconSize;
|
|
54
|
+
};
|
|
55
|
+
var computePercentSize = function computePercentSize() {
|
|
56
|
+
var percentSize = (computedDiameter - strokeWidth) / 2 / 3;
|
|
57
|
+
if (percentSize < 10) {
|
|
58
|
+
return 10;
|
|
59
|
+
}
|
|
60
|
+
return percentSize || 10;
|
|
61
|
+
};
|
|
62
|
+
var handleIndicator = function handleIndicator() {
|
|
63
|
+
var iconSize = computedIconSize();
|
|
64
|
+
var percentSize = computePercentSize();
|
|
65
|
+
var indicatorColor = '#333';
|
|
66
|
+
if (status === 'exception') {
|
|
67
|
+
indicatorColor = exceptionColor;
|
|
68
|
+
}
|
|
69
|
+
if (percent >= 100) {
|
|
70
|
+
indicatorColor = successColor;
|
|
71
|
+
}
|
|
72
|
+
if (format) {
|
|
73
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
74
|
+
style: {
|
|
75
|
+
color: indicatorColor,
|
|
76
|
+
fontSize: percentSize
|
|
77
|
+
}
|
|
78
|
+
}, format(percent));
|
|
79
|
+
}
|
|
80
|
+
if (status === 'exception') {
|
|
81
|
+
return /*#__PURE__*/React.createElement(CloseOutline, {
|
|
82
|
+
style: {
|
|
83
|
+
color: indicatorColor,
|
|
84
|
+
fontSize: iconSize
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
}
|
|
88
|
+
if (percent >= 100) {
|
|
89
|
+
return /*#__PURE__*/React.createElement(CheckOutline, {
|
|
90
|
+
style: {
|
|
91
|
+
color: indicatorColor,
|
|
92
|
+
fontSize: iconSize
|
|
93
|
+
}
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
97
|
+
style: {
|
|
98
|
+
color: indicatorColor,
|
|
99
|
+
fontSize: percentSize
|
|
100
|
+
}
|
|
101
|
+
}, percent, "%");
|
|
102
|
+
};
|
|
103
|
+
var radius = (computedDiameter - strokeWidth) / 2;
|
|
104
|
+
var circumference = 2 * Math.PI * radius; // 圆周长
|
|
105
|
+
|
|
106
|
+
// 计算偏移量:(1 - 比例) * 周长
|
|
107
|
+
var offset = circumference - percent / 100 * circumference;
|
|
108
|
+
var svg = "<svg xmlns='http://www.w3.org/2000/svg' width=\"".concat(computedDiameter, "\" height=\"").concat(computedDiameter, "\">\n <circle\n cx=\"").concat(computedDiameter / 2, "\"\n cy=\"").concat(computedDiameter / 2, "\"\n r=\"").concat(radius, "\"\n stroke=\"#e5e7eb\"\n stroke-width=\"").concat(strokeWidth, "\"\n fill=\"transparent\"\n />\n <circle\n cx=\"").concat(computedDiameter / 2, "\"\n cy=\"").concat(computedDiameter / 2, "\"\n r=\"").concat(radius, "\"\n stroke=\"").concat(strokeColor, "\"\n stroke-width=\"").concat(strokeWidth, "\"\n fill=\"transparent\"\n stroke-dasharray=\"").concat(circumference, "\"\n stroke-dashoffset=\"").concat(offset, "\"\n stroke-linecap=\"").concat(strokeLineCap, "\"\n transform=\"rotate(-90, ").concat(computedDiameter / 2, ", ").concat(computedDiameter / 2, ")\"\n />\n</svg>");
|
|
109
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
110
|
+
className: classNames("".concat(clsPrefix)),
|
|
111
|
+
style: _objectSpread(_objectSpread({}, style), {}, {
|
|
112
|
+
backgroundImage: "url(\"data:image/svg+xml,".concat(encodeURIComponent(svg), "\")")
|
|
113
|
+
})
|
|
114
|
+
}, showInfo && computedDiameter > 20 && /*#__PURE__*/React.createElement("div", {
|
|
115
|
+
className: "".concat(clsPrefix, "-indicator")
|
|
116
|
+
}, handleIndicator()));
|
|
117
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Size } from "./types";
|
|
2
|
+
import { FC } from "react";
|
|
3
|
+
import { PercentPositionAlign, ProgressStatus } from "./types";
|
|
4
|
+
type ProgressLineProps = {
|
|
5
|
+
format?: (percent: number) => string;
|
|
6
|
+
percent?: number;
|
|
7
|
+
size?: Size;
|
|
8
|
+
showInfo?: boolean;
|
|
9
|
+
railColor?: string;
|
|
10
|
+
strokeColor?: string;
|
|
11
|
+
status?: ProgressStatus;
|
|
12
|
+
percentPositionAlign?: PercentPositionAlign;
|
|
13
|
+
};
|
|
14
|
+
export declare const ProgressLine: FC<ProgressLineProps>;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import classNames from "classnames";
|
|
3
|
+
import { exceptionColor, successColor } from "./types";
|
|
4
|
+
import { CloseCircleFill, CheckCircleFill } from "@trionesdev/antd-mobile-icons-react";
|
|
5
|
+
export var ProgressLine = function ProgressLine(_ref) {
|
|
6
|
+
var format = _ref.format,
|
|
7
|
+
_ref$percent = _ref.percent,
|
|
8
|
+
percent = _ref$percent === void 0 ? 0 : _ref$percent,
|
|
9
|
+
_ref$size = _ref.size,
|
|
10
|
+
size = _ref$size === void 0 ? 'medium' : _ref$size,
|
|
11
|
+
_ref$showInfo = _ref.showInfo,
|
|
12
|
+
showInfo = _ref$showInfo === void 0 ? true : _ref$showInfo,
|
|
13
|
+
_ref$railColor = _ref.railColor,
|
|
14
|
+
railColor = _ref$railColor === void 0 ? '#E5E5E5' : _ref$railColor,
|
|
15
|
+
_ref$strokeColor = _ref.strokeColor,
|
|
16
|
+
strokeColor = _ref$strokeColor === void 0 ? '#1777FF' : _ref$strokeColor,
|
|
17
|
+
status = _ref.status,
|
|
18
|
+
_ref$percentPositionA = _ref.percentPositionAlign,
|
|
19
|
+
percentPositionAlign = _ref$percentPositionA === void 0 ? 'end' : _ref$percentPositionA;
|
|
20
|
+
var clsPrefix = 'triones-antm-progress-line';
|
|
21
|
+
var handleComputeLineHeight = function handleComputeLineHeight() {
|
|
22
|
+
switch (size) {
|
|
23
|
+
case 'small':
|
|
24
|
+
return 6;
|
|
25
|
+
case 'medium':
|
|
26
|
+
return 8;
|
|
27
|
+
case 'large':
|
|
28
|
+
return 12;
|
|
29
|
+
default:
|
|
30
|
+
return size || 8;
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
var handleComputeInfoHeight = function handleComputeInfoHeight() {
|
|
34
|
+
var lineHeight = handleComputeLineHeight();
|
|
35
|
+
if (lineHeight <= 8) {
|
|
36
|
+
return 12;
|
|
37
|
+
} else if (lineHeight <= 12) {
|
|
38
|
+
return 14;
|
|
39
|
+
} else {
|
|
40
|
+
return 16;
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
var handleIndicator = function handleIndicator() {
|
|
44
|
+
if (format) {
|
|
45
|
+
return /*#__PURE__*/React.createElement("div", null, format(percent));
|
|
46
|
+
}
|
|
47
|
+
if (status === 'exception') {
|
|
48
|
+
return /*#__PURE__*/React.createElement(CloseCircleFill, {
|
|
49
|
+
style: {
|
|
50
|
+
color: exceptionColor,
|
|
51
|
+
fontSize: handleComputeInfoHeight()
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
if (percent >= 100) {
|
|
56
|
+
return /*#__PURE__*/React.createElement(CheckCircleFill, {
|
|
57
|
+
style: {
|
|
58
|
+
color: successColor,
|
|
59
|
+
fontSize: handleComputeInfoHeight()
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
64
|
+
style: {
|
|
65
|
+
fontSize: handleComputeInfoHeight()
|
|
66
|
+
}
|
|
67
|
+
}, percent, "%");
|
|
68
|
+
};
|
|
69
|
+
var info = /*#__PURE__*/React.createElement("div", {
|
|
70
|
+
className: classNames("".concat(clsPrefix, "-indicator"))
|
|
71
|
+
}, handleIndicator());
|
|
72
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
73
|
+
className: classNames(clsPrefix)
|
|
74
|
+
}, showInfo && percentPositionAlign === 'start' && info, /*#__PURE__*/React.createElement("div", {
|
|
75
|
+
className: classNames("".concat(clsPrefix, "-rail")),
|
|
76
|
+
style: {
|
|
77
|
+
backgroundColor: railColor
|
|
78
|
+
}
|
|
79
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
80
|
+
className: classNames("".concat(clsPrefix, "-track")),
|
|
81
|
+
style: {
|
|
82
|
+
width: "".concat(percent, "%"),
|
|
83
|
+
backgroundColor: strokeColor,
|
|
84
|
+
height: handleComputeLineHeight()
|
|
85
|
+
}
|
|
86
|
+
})), showInfo && percentPositionAlign === 'end' && info);
|
|
87
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
$progressLineCls: 'triones-antm-progress-line';
|
|
2
|
+
$progressCircleCls: 'triones-antm-progress-circle';
|
|
3
|
+
|
|
4
|
+
.#{$progressLineCls}{
|
|
5
|
+
width: 100%;
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
gap: 4Px;
|
|
9
|
+
&-rail{
|
|
10
|
+
flex: 1 auto;
|
|
11
|
+
border-radius: 90Px;
|
|
12
|
+
}
|
|
13
|
+
&-track{
|
|
14
|
+
border-radius: 90Px;
|
|
15
|
+
}
|
|
16
|
+
&-indicator{}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.#{$progressCircleCls} {
|
|
20
|
+
position: relative;
|
|
21
|
+
&-indicator {
|
|
22
|
+
position: absolute;
|
|
23
|
+
inset-block-start: 50%;
|
|
24
|
+
inset-inline-start: 0;
|
|
25
|
+
width: 100%;
|
|
26
|
+
margin: 0;
|
|
27
|
+
padding: 0;
|
|
28
|
+
line-height: 1;
|
|
29
|
+
white-space: normal;
|
|
30
|
+
text-align: center;
|
|
31
|
+
transform: translatey(-50%);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AntSize } from "..";
|
|
2
|
+
export type Size = AntSize | number;
|
|
3
|
+
export type ProgressStatus = 'normal' | 'active' | 'success' | 'exception';
|
|
4
|
+
export type PercentPositionAlign = 'start' | 'end';
|
|
5
|
+
export declare const successColor = "#53C31B";
|
|
6
|
+
export declare const exceptionColor = "#FF4D4F";
|
package/dist/Radio/RadioGroup.js
CHANGED
|
@@ -20,7 +20,7 @@ export var RadioGroup = function RadioGroup(_ref) {
|
|
|
20
20
|
labelPosition = _ref$labelPosition === void 0 ? 'right' : _ref$labelPosition,
|
|
21
21
|
_ref$direction = _ref.direction,
|
|
22
22
|
direction = _ref$direction === void 0 ? 'horizontal' : _ref$direction,
|
|
23
|
-
|
|
23
|
+
options = _ref.options;
|
|
24
24
|
var _useState = useState(defaultValue !== null && defaultValue !== void 0 ? defaultValue : value),
|
|
25
25
|
_useState2 = _slicedToArray(_useState, 2),
|
|
26
26
|
internalValue = _useState2[0],
|
|
@@ -44,14 +44,14 @@ export var RadioGroup = function RadioGroup(_ref) {
|
|
|
44
44
|
}
|
|
45
45
|
}, shape === 'button' ? /*#__PURE__*/React.createElement("div", {
|
|
46
46
|
className: classNames("".concat(classPrefix, "-button-group"))
|
|
47
|
-
}, children || (
|
|
47
|
+
}, children || (options === null || options === void 0 ? void 0 : options.map(function (item) {
|
|
48
48
|
return /*#__PURE__*/React.createElement(RadioButton, {
|
|
49
49
|
key: item.value,
|
|
50
50
|
value: item.value
|
|
51
51
|
}, item.label);
|
|
52
52
|
}))) : /*#__PURE__*/React.createElement("div", {
|
|
53
53
|
className: classNames("".concat(classPrefix, "-group"), "".concat(classPrefix, "-group-").concat(direction))
|
|
54
|
-
}, children || (
|
|
54
|
+
}, children || (options === null || options === void 0 ? void 0 : options.map(function (item) {
|
|
55
55
|
return /*#__PURE__*/React.createElement(Radio, {
|
|
56
56
|
key: item.value,
|
|
57
57
|
value: item.value
|
package/dist/Radio/radio.js
CHANGED
|
@@ -8,7 +8,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
8
8
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
9
9
|
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
10
10
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
11
|
-
import { CheckOutline } from
|
|
11
|
+
import { CheckOutline } from '@trionesdev/antd-mobile-icons-react';
|
|
12
12
|
import classNames from 'classnames';
|
|
13
13
|
import React, { useContext, useEffect, useMemo, useState } from 'react';
|
|
14
14
|
import { RadioGroupContext } from "./GroupContext";
|