tntd 2.8.45 → 2.8.46
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/es/alert/alert.js +153 -0
- package/es/alert/alert.js.map +1 -0
- package/es/alert/alert.less +128 -0
- package/es/cascader/cascader.js +84 -0
- package/es/cascader/cascader.js.map +1 -0
- package/es/cascader/cascader.less +16 -0
- package/es/checkbox/check.png +0 -0
- package/es/checkbox/checkbox.js +100 -0
- package/es/checkbox/checkbox.js.map +1 -0
- package/es/checkbox/checkbox.less +69 -0
- package/es/date-picker/DatePicker.js +163 -0
- package/es/date-picker/DatePicker.js.map +1 -0
- package/es/date-picker/index.less +294 -0
- package/es/input-number/inputNumber.js +89 -0
- package/es/input-number/inputNumber.js.map +1 -0
- package/es/input-number/inputNumber.less +12 -0
- package/es/modal/index.less +36 -0
- package/es/modal/modal.js +5 -3
- package/es/modal/modal.js.map +1 -1
- package/es/modal/modal.less +16 -0
- package/es/popconfirm/index.less +32 -0
- package/es/popconfirm/popconfirm.js +96 -0
- package/es/popconfirm/popconfirm.js.map +1 -0
- package/es/popover/index.less +57 -0
- package/es/popover/popover.js +90 -0
- package/es/popover/popover.js.map +1 -0
- package/es/progress/progress.js +185 -0
- package/es/progress/progress.js.map +1 -0
- package/es/progress/progress.less +82 -0
- package/es/query-form/Field/Composition/FieldPopover.js +466 -0
- package/es/query-form/Field/Composition/FieldPopover.js.map +1 -0
- package/es/query-form/Field/Composition/FieldPopover.less +41 -0
- package/es/query-form/Field/Composition/Select.js +260 -0
- package/es/query-form/Field/Composition/Select.js.map +1 -0
- package/es/query-form/Field/Composition/SelectInput.js +112 -0
- package/es/query-form/Field/Composition/SelectInput.js.map +1 -0
- package/es/query-form/Field/Composition/ValueTag.js +241 -0
- package/es/query-form/Field/Composition/ValueTag.js.map +1 -0
- package/es/query-form/Field/Composition/index.js +448 -0
- package/es/query-form/Field/Composition/index.js.map +1 -0
- package/es/query-form/Field/Composition/index.less +167 -0
- package/es/query-form/Field/Composition/utils.js +173 -0
- package/es/query-form/Field/Composition/utils.js.map +1 -0
- package/es/query-form-backup/Field/Composition/FieldPopover.less +35 -0
- package/es/query-form-backup/Field/Composition/index.less +114 -0
- package/es/query-form-backup/index.less +90 -0
- package/es/query-form-v2/index.less +133 -0
- package/es/radio/radio.js +110 -0
- package/es/radio/radio.js.map +1 -0
- package/es/radio/radio.less +43 -0
- package/es/spin/spin.js +79 -0
- package/es/spin/spin.js.map +1 -0
- package/es/spin/spin.less +9 -0
- package/es/steps/assets/background_left.svg +12 -0
- package/es/steps/assets/background_right.svg +12 -0
- package/es/steps/assets/horizontal_line.svg +3 -0
- package/es/steps/assets/vertical_line.svg +3 -0
- package/es/steps/stepStyle/icon.less +51 -0
- package/es/steps/stepStyle/progress-dot.less +10 -0
- package/es/steps/stepStyle/variables.less +8 -0
- package/es/steps/stepStyle/vertical.less +41 -0
- package/es/switch/index.less +45 -0
- package/es/tabs/tabs.less +125 -0
- package/es/time-picker/TimePicker.js +90 -0
- package/es/time-picker/TimePicker.js.map +1 -0
- package/es/time-picker/index.less +38 -0
- package/es/tntd-action/Action.js +219 -0
- package/es/tntd-action/Action.js.map +1 -0
- package/es/tntd-action/index.less +61 -0
- package/es/tntd-select/index.less +7 -0
- package/lib/alert/alert.d.ts +12 -0
- package/lib/alert/alert.d.ts.map +1 -0
- package/lib/alert/alert.js +153 -0
- package/lib/alert/alert.js.map +1 -0
- package/lib/alert/alert.less +128 -0
- package/lib/cascader/cascader.d.ts +10 -0
- package/lib/cascader/cascader.d.ts.map +1 -0
- package/lib/cascader/cascader.js +84 -0
- package/lib/cascader/cascader.js.map +1 -0
- package/lib/cascader/cascader.less +16 -0
- package/lib/checkbox/check.png +0 -0
- package/lib/checkbox/checkbox.d.ts +16 -0
- package/lib/checkbox/checkbox.d.ts.map +1 -0
- package/lib/checkbox/checkbox.js +100 -0
- package/lib/checkbox/checkbox.js.map +1 -0
- package/lib/checkbox/checkbox.less +69 -0
- package/lib/date-picker/DatePicker.d.ts +21 -0
- package/lib/date-picker/DatePicker.d.ts.map +1 -0
- package/lib/date-picker/DatePicker.js +163 -0
- package/lib/date-picker/DatePicker.js.map +1 -0
- package/lib/date-picker/index.less +294 -0
- package/lib/input-number/inputNumber.d.ts +10 -0
- package/lib/input-number/inputNumber.d.ts.map +1 -0
- package/lib/input-number/inputNumber.js +89 -0
- package/lib/input-number/inputNumber.js.map +1 -0
- package/lib/input-number/inputNumber.less +12 -0
- package/lib/modal/index.less +36 -0
- package/lib/modal/modal.d.ts +1 -0
- package/lib/modal/modal.d.ts.map +1 -1
- package/lib/modal/modal.js +5 -3
- package/lib/modal/modal.js.map +1 -1
- package/lib/modal/modal.less +16 -0
- package/lib/popconfirm/index.less +32 -0
- package/lib/popconfirm/popconfirm.d.ts +8 -0
- package/lib/popconfirm/popconfirm.d.ts.map +1 -0
- package/lib/popconfirm/popconfirm.js +96 -0
- package/lib/popconfirm/popconfirm.js.map +1 -0
- package/lib/popover/index.less +57 -0
- package/lib/popover/popover.d.ts +14 -0
- package/lib/popover/popover.d.ts.map +1 -0
- package/lib/popover/popover.js +90 -0
- package/lib/popover/popover.js.map +1 -0
- package/lib/progress/progress.d.ts +12 -0
- package/lib/progress/progress.d.ts.map +1 -0
- package/lib/progress/progress.js +185 -0
- package/lib/progress/progress.js.map +1 -0
- package/lib/progress/progress.less +82 -0
- package/lib/query-form/Field/Composition/FieldPopover.d.ts +19 -0
- package/lib/query-form/Field/Composition/FieldPopover.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/FieldPopover.js +466 -0
- package/lib/query-form/Field/Composition/FieldPopover.js.map +1 -0
- package/lib/query-form/Field/Composition/FieldPopover.less +41 -0
- package/lib/query-form/Field/Composition/Select.d.ts +4 -0
- package/lib/query-form/Field/Composition/Select.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/Select.js +260 -0
- package/lib/query-form/Field/Composition/Select.js.map +1 -0
- package/lib/query-form/Field/Composition/SelectInput.d.ts +3 -0
- package/lib/query-form/Field/Composition/SelectInput.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/SelectInput.js +112 -0
- package/lib/query-form/Field/Composition/SelectInput.js.map +1 -0
- package/lib/query-form/Field/Composition/ValueTag.d.ts +13 -0
- package/lib/query-form/Field/Composition/ValueTag.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/ValueTag.js +241 -0
- package/lib/query-form/Field/Composition/ValueTag.js.map +1 -0
- package/lib/query-form/Field/Composition/index.d.ts +15 -0
- package/lib/query-form/Field/Composition/index.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/index.js +448 -0
- package/lib/query-form/Field/Composition/index.js.map +1 -0
- package/lib/query-form/Field/Composition/index.less +167 -0
- package/lib/query-form/Field/Composition/utils.d.ts +21 -0
- package/lib/query-form/Field/Composition/utils.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/utils.js +173 -0
- package/lib/query-form/Field/Composition/utils.js.map +1 -0
- package/lib/query-form-backup/Field/Composition/FieldPopover.less +35 -0
- package/lib/query-form-backup/Field/Composition/index.less +114 -0
- package/lib/query-form-backup/index.less +90 -0
- package/lib/query-form-v2/index.less +133 -0
- package/lib/radio/radio.d.ts +17 -0
- package/lib/radio/radio.d.ts.map +1 -0
- package/lib/radio/radio.js +110 -0
- package/lib/radio/radio.js.map +1 -0
- package/lib/radio/radio.less +43 -0
- package/lib/spin/spin.d.ts +9 -0
- package/lib/spin/spin.d.ts.map +1 -0
- package/lib/spin/spin.js +79 -0
- package/lib/spin/spin.js.map +1 -0
- package/lib/spin/spin.less +9 -0
- package/lib/steps/assets/background_left.svg +12 -0
- package/lib/steps/assets/background_right.svg +12 -0
- package/lib/steps/assets/horizontal_line.svg +3 -0
- package/lib/steps/assets/vertical_line.svg +3 -0
- package/lib/steps/stepStyle/icon.less +51 -0
- package/lib/steps/stepStyle/progress-dot.less +10 -0
- package/lib/steps/stepStyle/variables.less +8 -0
- package/lib/steps/stepStyle/vertical.less +41 -0
- package/lib/switch/index.less +45 -0
- package/lib/tabs/tabs.less +125 -0
- package/lib/time-picker/TimePicker.d.ts +9 -0
- package/lib/time-picker/TimePicker.d.ts.map +1 -0
- package/lib/time-picker/TimePicker.js +90 -0
- package/lib/time-picker/TimePicker.js.map +1 -0
- package/lib/time-picker/index.less +38 -0
- package/lib/tntd-action/Action.d.ts +6 -0
- package/lib/tntd-action/Action.d.ts.map +1 -0
- package/lib/tntd-action/Action.js +219 -0
- package/lib/tntd-action/Action.js.map +1 -0
- package/lib/tntd-action/index.less +61 -0
- package/lib/tntd-select/index.less +7 -0
- package/package.json +2 -2
- package/es/array-input/utils.js +0 -414
- package/es/array-input/utils.js.map +0 -1
- package/lib/array-input/utils.d.ts +0 -2
- package/lib/array-input/utils.d.ts.map +0 -1
- package/lib/array-input/utils.js +0 -414
- package/lib/array-input/utils.js.map +0 -1
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
.tnt-queryform {
|
|
2
|
+
display: flex;
|
|
3
|
+
|
|
4
|
+
&-extra {
|
|
5
|
+
line-height: 32px;
|
|
6
|
+
margin-left: 12px;
|
|
7
|
+
& > * {
|
|
8
|
+
margin-left: 8px;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&-actions {
|
|
13
|
+
align-items: center;
|
|
14
|
+
display: inline-block;
|
|
15
|
+
height: 32px;
|
|
16
|
+
line-height: 32px;
|
|
17
|
+
|
|
18
|
+
& > *:not(.expand-link) {
|
|
19
|
+
margin-right: 10px;
|
|
20
|
+
}
|
|
21
|
+
& > .expand-link {
|
|
22
|
+
padding: 0;
|
|
23
|
+
margin-right: 0;
|
|
24
|
+
}
|
|
25
|
+
& > .ant-badge {
|
|
26
|
+
.tnt-icon {
|
|
27
|
+
margin-right: 8px;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ant-form {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
margin-bottom: 12px;
|
|
35
|
+
display: flex;
|
|
36
|
+
flex: 1;
|
|
37
|
+
&.ant-form-inline {
|
|
38
|
+
flex-wrap: unset;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
& > div:nth-child(1) {
|
|
42
|
+
height: 32px;
|
|
43
|
+
overflow: hidden;
|
|
44
|
+
.ant-form-item-label {
|
|
45
|
+
label {
|
|
46
|
+
// bottom: 4px;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&.expanded {
|
|
52
|
+
& > div:nth-child(1) {
|
|
53
|
+
height: auto !important;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
&.showMore {
|
|
58
|
+
& > div:nth-child(1) {
|
|
59
|
+
.ant-form-item {
|
|
60
|
+
margin-bottom: 12px;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
& > div:nth-child(2) {
|
|
66
|
+
display: flex;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&.ant-form-inline .ant-form-item {
|
|
70
|
+
margin-right: 10px;
|
|
71
|
+
display: inline-block;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.ant-form-item-control {
|
|
75
|
+
// min-width: 160px;
|
|
76
|
+
line-height: unset;
|
|
77
|
+
.ant-calendar-picker-input {
|
|
78
|
+
padding: 0 11px;
|
|
79
|
+
}
|
|
80
|
+
.ant-form-item-children {
|
|
81
|
+
& > .ant-input,
|
|
82
|
+
& > .ant-input-affix-wrapper {
|
|
83
|
+
width: 160px;
|
|
84
|
+
// width: 200px;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&-drawer {
|
|
91
|
+
margin-top: 50px;
|
|
92
|
+
&.large-size {
|
|
93
|
+
margin-top: 60px;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
&.ant-drawer.ant-drawer-open {
|
|
97
|
+
.ant-drawer-mask {
|
|
98
|
+
opacity: 0;
|
|
99
|
+
background: unset;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
.ant-drawer-body {
|
|
103
|
+
.ant-form-item {
|
|
104
|
+
display: block;
|
|
105
|
+
margin-right: 0;
|
|
106
|
+
margin-bottom: 20px;
|
|
107
|
+
width: 100%;
|
|
108
|
+
}
|
|
109
|
+
.ant-form-item-label {
|
|
110
|
+
display: block;
|
|
111
|
+
text-align: left;
|
|
112
|
+
line-height: 22px;
|
|
113
|
+
margin-bottom: 10px;
|
|
114
|
+
}
|
|
115
|
+
.ant-form-item-control-wrapper,
|
|
116
|
+
.ant-form-item-control,
|
|
117
|
+
.ant-calendar-picker,
|
|
118
|
+
.ant-input {
|
|
119
|
+
min-width: 100%;
|
|
120
|
+
width: 100%;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
& > .ant-btn {
|
|
124
|
+
display: block;
|
|
125
|
+
width: 100%;
|
|
126
|
+
margin-bottom: 10px;
|
|
127
|
+
&.ant-btn-primary {
|
|
128
|
+
margin-top: 20px;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { RadioGroupProps as AntdRadioGroupProps, RadioProps as AntdRadioProps } from 'antd/lib/radio';
|
|
2
|
+
import AntdRadio from 'antd/lib/radio';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
export * from 'antd/lib/radio';
|
|
5
|
+
export declare type RadioProps = AntdRadioProps & {
|
|
6
|
+
desc?: string | React.ReactNode;
|
|
7
|
+
};
|
|
8
|
+
export declare type RadioGroupProps = AntdRadioGroupProps & {
|
|
9
|
+
readonly?: boolean;
|
|
10
|
+
};
|
|
11
|
+
interface RadioComponent extends React.ForwardRefExoticComponent<RadioProps & React.RefAttributes<AntdRadio>> {
|
|
12
|
+
Group: React.FC<RadioGroupProps>;
|
|
13
|
+
Button: typeof AntdRadio.Button;
|
|
14
|
+
}
|
|
15
|
+
declare const Radio: RadioComponent;
|
|
16
|
+
export default Radio;
|
|
17
|
+
//# sourceMappingURL=radio.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../src/radio/radio.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EACV,eAAe,IAAI,mBAAmB,EACtC,UAAU,IAAI,cAAc,EAC7B,MAAM,eAAe,CAAA;AACtB,OAAO,SAAS,MAAM,eAAe,CAAA;AAGrC,OAAO,KAAqB,MAAM,OAAO,CAAA;AAIzC,cAAc,eAAe,CAAA;AAE7B,oBAAY,UAAU,GAAG,cAAc,GAAG;IACxC,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAA;CAChC,CAAA;AACD,oBAAY,eAAe,GAAG,mBAAmB,GAAG;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,UAAU,cACR,SAAQ,KAAK,CAAC,yBAAyB,CAAC,UAAU,GAAG,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IACpF,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAAC,CAAA;IAChC,MAAM,EAAE,OAAO,SAAS,CAAC,MAAM,CAAA;CAChC;AAID,QAAA,MAAM,KAAK,gBAiBS,CAAA;AAqBpB,eAAe,KAAK,CAAA"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(o) {
|
|
4
|
+
"@babel/helpers - typeof";
|
|
5
|
+
|
|
6
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
7
|
+
return typeof o;
|
|
8
|
+
} : function (o) {
|
|
9
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
10
|
+
}, _typeof(o);
|
|
11
|
+
}
|
|
12
|
+
Object.defineProperty(exports, "__esModule", {
|
|
13
|
+
value: true
|
|
14
|
+
});
|
|
15
|
+
var _exportNames = {};
|
|
16
|
+
exports["default"] = void 0;
|
|
17
|
+
var _configProvider = require("antd/lib/config-provider");
|
|
18
|
+
var _radio = _interopRequireWildcard(require("antd/lib/radio"));
|
|
19
|
+
Object.keys(_radio).forEach(function (key) {
|
|
20
|
+
if (key === "default" || key === "__esModule") return;
|
|
21
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
22
|
+
if (key in exports && exports[key] === _radio[key]) return;
|
|
23
|
+
Object.defineProperty(exports, key, {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function get() {
|
|
26
|
+
return _radio[key];
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
31
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
32
|
+
var _connect = require("../connect");
|
|
33
|
+
var _previewText = require("../preview-text");
|
|
34
|
+
function _interopRequireDefault(obj) {
|
|
35
|
+
return obj && obj.__esModule ? obj : {
|
|
36
|
+
"default": obj
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function _getRequireWildcardCache(e) {
|
|
40
|
+
if ("function" != typeof WeakMap) return null;
|
|
41
|
+
var r = new WeakMap(),
|
|
42
|
+
t = new WeakMap();
|
|
43
|
+
return (_getRequireWildcardCache = function _getRequireWildcardCache(e) {
|
|
44
|
+
return e ? t : r;
|
|
45
|
+
})(e);
|
|
46
|
+
}
|
|
47
|
+
function _interopRequireWildcard(e, r) {
|
|
48
|
+
if (!r && e && e.__esModule) return e;
|
|
49
|
+
if (null === e || "object" != _typeof(e) && "function" != typeof e) return {
|
|
50
|
+
"default": e
|
|
51
|
+
};
|
|
52
|
+
var t = _getRequireWildcardCache(r);
|
|
53
|
+
if (t && t.has(e)) return t.get(e);
|
|
54
|
+
var n = {
|
|
55
|
+
__proto__: null
|
|
56
|
+
},
|
|
57
|
+
a = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
58
|
+
for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) {
|
|
59
|
+
var i = a ? Object.getOwnPropertyDescriptor(e, u) : null;
|
|
60
|
+
i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u];
|
|
61
|
+
}
|
|
62
|
+
return n["default"] = e, t && t.set(e, n), n;
|
|
63
|
+
}
|
|
64
|
+
var __rest = void 0 && (void 0).__rest || function (s, e) {
|
|
65
|
+
var t = {};
|
|
66
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
|
67
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
68
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
|
69
|
+
}
|
|
70
|
+
return t;
|
|
71
|
+
};
|
|
72
|
+
/*
|
|
73
|
+
* @Author: 周泽飞 zefei.zhou@tongdun.net
|
|
74
|
+
* @Date: 2024-03-14 16:55:05
|
|
75
|
+
* @LastEditors: 周泽飞 zefei.zhou@tongdun.net
|
|
76
|
+
* @LastEditTime: 2024-03-14 17:00:03
|
|
77
|
+
* @FilePath: /tntd/packages/tntd/src/radio/radio.tsx
|
|
78
|
+
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
79
|
+
*/
|
|
80
|
+
|
|
81
|
+
var tntPrefixCls = 'tnt-radio';
|
|
82
|
+
var Radio = (0, _react.forwardRef)(function (_a, ref) {
|
|
83
|
+
var className = _a.className,
|
|
84
|
+
children = _a.children,
|
|
85
|
+
desc = _a.desc,
|
|
86
|
+
rest = __rest(_a, ["className", "children", "desc"]);
|
|
87
|
+
return _react["default"].createElement(_configProvider.ConfigConsumer, null, function () {
|
|
88
|
+
return _react["default"].createElement(_radio["default"], Object.assign({}, rest, {
|
|
89
|
+
ref: ref,
|
|
90
|
+
className: (0, _classnames["default"])(className, tntPrefixCls)
|
|
91
|
+
}), children ? _react["default"].createElement("span", {
|
|
92
|
+
className: "".concat(tntPrefixCls, "-children")
|
|
93
|
+
}, _react["default"].createElement("span", null, children), !!desc && _react["default"].createElement("span", {
|
|
94
|
+
className: "".concat(tntPrefixCls, "-desc")
|
|
95
|
+
}, desc)) : undefined);
|
|
96
|
+
});
|
|
97
|
+
});
|
|
98
|
+
var RadioGroup = (0, _react.forwardRef)(function (_a, ref) {
|
|
99
|
+
var className = _a.className,
|
|
100
|
+
rest = __rest(_a, ["className"]);
|
|
101
|
+
return _react["default"].createElement(_configProvider.ConfigConsumer, null, function () {
|
|
102
|
+
return _react["default"].createElement(_radio["default"].Group, Object.assign({}, rest, {
|
|
103
|
+
ref: ref,
|
|
104
|
+
className: (0, _classnames["default"])(className, "".concat(tntPrefixCls, "-group"))
|
|
105
|
+
}));
|
|
106
|
+
});
|
|
107
|
+
});
|
|
108
|
+
Radio.Group = (0, _connect.connectReadonlyComponent)(RadioGroup, _previewText.PreviewText.Select);
|
|
109
|
+
Radio.Button = _radio["default"].Button;
|
|
110
|
+
var _default = exports["default"] = Radio;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio.js","sourceRoot":"","sources":["../../src/radio/radio.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;GAOG;AACH,6DAAwD;AAKxD,0DAAqC;AAErC,4DAAmC;AACnC,+CAAyC;AACzC,wCAAqD;AACrD,kDAA6C;AAE7C,gDAA6B;AAe7B,MAAM,YAAY,GAAG,WAAW,CAAA;AAEhC,MAAM,KAAK,GAAG,IAAA,kBAAU,EAAwB,CAAC,EAAsC,EAAE,GAAG,EAAE,EAAE;QAA/C,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,OAAW,EAAN,IAAI,cAApC,iCAAsC,CAAF;IACnF,OAAO,CACL,8BAAC,gCAAc,QACZ,GAAG,EAAE;QACJ,OAAO,CACL,8BAAC,eAAS,oBAAK,IAAI,IAAE,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,IAAA,oBAAU,EAAC,SAAS,EAAE,YAAY,CAAC,KAC1E,QAAQ,CAAC,CAAC,CAAC,CACV,wCAAM,SAAS,EAAE,GAAG,YAAY,WAAW;YACzC,4CAAO,QAAQ,CAAQ;YACtB,CAAC,CAAC,IAAI,IAAI,wCAAM,SAAS,EAAE,GAAG,YAAY,OAAO,IAAG,IAAI,CAAQ,CAC5D,CACR,CAAC,CAAC,CAAC,SAAS,CACH,CACb,CAAA;IACH,CAAC,CACc,CAClB,CAAA;AACH,CAAC,CAAmB,CAAA;AAEpB,MAAM,UAAU,GAAG,IAAA,kBAAU,EAAkC,CAAC,EAAsB,EAAE,GAAG,EAAE,EAAE;QAA/B,EAAE,SAAS,OAAW,EAAN,IAAI,cAApB,aAAsB,CAAF;IAClF,OAAO,CACL,8BAAC,gCAAc,QACZ,GAAG,EAAE;QACJ,OAAO,CACL,8BAAC,eAAS,CAAC,KAAK,oBACV,IAAI,IACR,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,IAAA,oBAAU,EAAC,SAAS,EAAE,GAAG,YAAY,QAAQ,CAAC,IACzD,CACH,CAAA;IACH,CAAC,CACc,CAClB,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,KAAK,CAAC,KAAK,GAAG,IAAA,kCAAwB,EAAC,UAAU,EAAE,0BAAW,CAAC,MAAM,CAAC,CAAA;AACtE,KAAK,CAAC,MAAM,GAAG,eAAS,CAAC,MAAM,CAAA;AAE/B,kBAAe,KAAK,CAAA","sourcesContent":["/*\n * @Author: 周泽飞 zefei.zhou@tongdun.net\n * @Date: 2024-03-14 16:55:05\n * @LastEditors: 周泽飞 zefei.zhou@tongdun.net\n * @LastEditTime: 2024-03-14 17:00:03\n * @FilePath: /tntd/packages/tntd/src/radio/radio.tsx\n * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n */\nimport { ConfigConsumer } from 'antd/lib/config-provider'\nimport type {\n RadioGroupProps as AntdRadioGroupProps,\n RadioProps as AntdRadioProps,\n} from 'antd/lib/radio'\nimport AntdRadio from 'antd/lib/radio'\nimport type AntdRadioGroup from 'antd/lib/radio/group'\nimport classNames from 'classnames'\nimport React, { forwardRef } from 'react'\nimport { connectReadonlyComponent } from '../connect'\nimport { PreviewText } from '../preview-text'\n\nexport * from 'antd/lib/radio'\n\nexport type RadioProps = AntdRadioProps & {\n desc?: string | React.ReactNode\n}\nexport type RadioGroupProps = AntdRadioGroupProps & {\n readonly?: boolean\n}\n\ninterface RadioComponent\n extends React.ForwardRefExoticComponent<RadioProps & React.RefAttributes<AntdRadio>> {\n Group: React.FC<RadioGroupProps>\n Button: typeof AntdRadio.Button\n}\n\nconst tntPrefixCls = 'tnt-radio'\n\nconst Radio = forwardRef<AntdRadio, RadioProps>(({ className, children, desc, ...rest }, ref) => {\n return (\n <ConfigConsumer>\n {() => {\n return (\n <AntdRadio {...rest} ref={ref} className={classNames(className, tntPrefixCls)}>\n {children ? (\n <span className={`${tntPrefixCls}-children`}>\n <span>{children}</span>\n {!!desc && <span className={`${tntPrefixCls}-desc`}>{desc}</span>}\n </span>\n ) : undefined}\n </AntdRadio>\n )\n }}\n </ConfigConsumer>\n )\n}) as RadioComponent\n\nconst RadioGroup = forwardRef<AntdRadioGroup, RadioGroupProps>(({ className, ...rest }, ref) => {\n return (\n <ConfigConsumer>\n {() => {\n return (\n <AntdRadio.Group\n {...rest}\n ref={ref}\n className={classNames(className, `${tntPrefixCls}-group`)}\n />\n )\n }}\n </ConfigConsumer>\n )\n})\n\nRadio.Group = connectReadonlyComponent(RadioGroup, PreviewText.Select)\nRadio.Button = AntdRadio.Button\n\nexport default Radio\n"]}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
@radio-prefix-cls: ~'@{ant-prefix}-radio';
|
|
2
|
+
@radio-inner-prefix-cls: ~'@{radio-prefix-cls}-inner';
|
|
3
|
+
|
|
4
|
+
// 选中状态
|
|
5
|
+
.tnt-radio,
|
|
6
|
+
.tnt-radio-group {
|
|
7
|
+
.@{radio-prefix-cls}-checked {
|
|
8
|
+
.@{radio-inner-prefix-cls} {
|
|
9
|
+
border-color: @radio-dot-color;
|
|
10
|
+
background-color: @radio-dot-color;
|
|
11
|
+
&::after {
|
|
12
|
+
@radio-dot-size: calc(@radio-size - 12px);
|
|
13
|
+
|
|
14
|
+
width: @radio-dot-size;
|
|
15
|
+
height: @radio-dot-size;
|
|
16
|
+
top: calc((@radio-size - @radio-dot-size) / 2 - 1px);
|
|
17
|
+
left: calc((@radio-size - @radio-dot-size) / 2 - 1px);
|
|
18
|
+
background-color: @radio-button-bg;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&.@{radio-prefix-cls}-disabled {
|
|
23
|
+
.@{radio-inner-prefix-cls} {
|
|
24
|
+
border-color: @checkbox-check-disabled-color !important;
|
|
25
|
+
background-color: @checkbox-check-disabled-color;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.tnt-radio {
|
|
32
|
+
& > span:nth-of-type(2) {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
&-children {
|
|
36
|
+
display: flex;
|
|
37
|
+
flex-direction: column;
|
|
38
|
+
}
|
|
39
|
+
&-desc {
|
|
40
|
+
font-size: @font-size-sm;
|
|
41
|
+
color: @bg-color-spotilight-tint-50;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SpinProps as AntdSpinProps } from 'antd/lib/spin';
|
|
3
|
+
import { default as AntdSpin } from 'antd/lib/spin';
|
|
4
|
+
import './spin.less';
|
|
5
|
+
interface SpinComponent extends React.ForwardRefExoticComponent<AntdSpinProps & React.RefAttributes<AntdSpin>> {
|
|
6
|
+
}
|
|
7
|
+
export declare const Spin: SpinComponent;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=spin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spin.d.ts","sourceRoot":"","sources":["../../src/spin/spin.tsx"],"names":[],"mappings":"AASA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,KAAK,EAAE,SAAS,IAAI,aAAa,EAAE,MAAM,cAAc,CAAA;AAE9D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAA;AAGlD,OAAO,aAAa,CAAA;AAEpB,UAAU,aACR,SAAQ,KAAK,CAAC,yBAAyB,CAAC,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE3F,eAAO,MAAM,IAAI,eAgBE,CAAA"}
|
package/lib/spin/spin.js
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(o) {
|
|
4
|
+
"@babel/helpers - typeof";
|
|
5
|
+
|
|
6
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
7
|
+
return typeof o;
|
|
8
|
+
} : function (o) {
|
|
9
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
10
|
+
}, _typeof(o);
|
|
11
|
+
}
|
|
12
|
+
Object.defineProperty(exports, "__esModule", {
|
|
13
|
+
value: true
|
|
14
|
+
});
|
|
15
|
+
exports.Spin = void 0;
|
|
16
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
17
|
+
var _configProvider = require("antd/lib/config-provider");
|
|
18
|
+
var _spin = _interopRequireDefault(require("antd/lib/spin"));
|
|
19
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
20
|
+
require("./spin.less");
|
|
21
|
+
function _interopRequireDefault(obj) {
|
|
22
|
+
return obj && obj.__esModule ? obj : {
|
|
23
|
+
"default": obj
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
function _getRequireWildcardCache(e) {
|
|
27
|
+
if ("function" != typeof WeakMap) return null;
|
|
28
|
+
var r = new WeakMap(),
|
|
29
|
+
t = new WeakMap();
|
|
30
|
+
return (_getRequireWildcardCache = function _getRequireWildcardCache(e) {
|
|
31
|
+
return e ? t : r;
|
|
32
|
+
})(e);
|
|
33
|
+
}
|
|
34
|
+
function _interopRequireWildcard(e, r) {
|
|
35
|
+
if (!r && e && e.__esModule) return e;
|
|
36
|
+
if (null === e || "object" != _typeof(e) && "function" != typeof e) return {
|
|
37
|
+
"default": e
|
|
38
|
+
};
|
|
39
|
+
var t = _getRequireWildcardCache(r);
|
|
40
|
+
if (t && t.has(e)) return t.get(e);
|
|
41
|
+
var n = {
|
|
42
|
+
__proto__: null
|
|
43
|
+
},
|
|
44
|
+
a = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
45
|
+
for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) {
|
|
46
|
+
var i = a ? Object.getOwnPropertyDescriptor(e, u) : null;
|
|
47
|
+
i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u];
|
|
48
|
+
}
|
|
49
|
+
return n["default"] = e, t && t.set(e, n), n;
|
|
50
|
+
}
|
|
51
|
+
/*
|
|
52
|
+
* @Author: 周泽飞 zefei.zhou@tongdun.net
|
|
53
|
+
* @Date: 2024-07-19 18:49:24
|
|
54
|
+
* @LastEditors: 周泽飞 zefei.zhou@tongdun.net
|
|
55
|
+
* @LastEditTime: 2024-07-19 18:54:42
|
|
56
|
+
* @FilePath: /tntd/packages/tntd/src/spin/spin.tsx
|
|
57
|
+
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
58
|
+
*/
|
|
59
|
+
var __rest = void 0 && (void 0).__rest || function (s, e) {
|
|
60
|
+
var t = {};
|
|
61
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
|
62
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
63
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
|
64
|
+
}
|
|
65
|
+
return t;
|
|
66
|
+
};
|
|
67
|
+
var Spin = exports.Spin = (0, _react.forwardRef)(function (props, ref) {
|
|
68
|
+
var className = props.className,
|
|
69
|
+
wrapperClassName = props.wrapperClassName,
|
|
70
|
+
restProps = __rest(props, ["className", "wrapperClassName"]);
|
|
71
|
+
return _react["default"].createElement(_configProvider.ConfigConsumer, null, function () {
|
|
72
|
+
return _react["default"].createElement(_spin["default"], Object.assign({
|
|
73
|
+
wrapperClassName: (0, _classnames["default"])('tnt-spin-nested', wrapperClassName || ''),
|
|
74
|
+
className: (0, _classnames["default"])('tnt-spin', className || '')
|
|
75
|
+
}, restProps, {
|
|
76
|
+
ref: ref
|
|
77
|
+
}));
|
|
78
|
+
});
|
|
79
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spin.js","sourceRoot":"","sources":["../../src/spin/spin.tsx"],"names":[],"mappings":";AAAA;;;;;;;GAOG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,+CAAyC;AAEzC,6DAAwD;AACxD,wDAAkD;AAClD,4DAAmC;AAEnC,uBAAoB;AAKP,QAAA,IAAI,GAAG,IAAA,kBAAU,EAA0B,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IACrE,MAAM,EAAE,SAAS,EAAE,gBAAgB,KAAmB,KAAK,EAAnB,SAAS,UAAK,KAAK,EAArD,iCAA6C,CAAQ,CAAA;IAC3D,OAAO,CACL,8BAAC,gCAAc,QACZ,GAAG,EAAE;QACJ,OAAO,CACL,8BAAC,cAAQ,kBACP,gBAAgB,EAAE,IAAA,oBAAU,EAAC,iBAAiB,EAAE,gBAAgB,IAAI,EAAE,CAAC,EACvE,SAAS,EAAE,IAAA,oBAAU,EAAC,UAAU,EAAE,SAAS,IAAI,EAAE,CAAC,IAC9C,SAAS,IACb,GAAG,EAAE,GAAG,IACR,CACH,CAAA;IACH,CAAC,CACc,CAClB,CAAA;AACH,CAAC,CAAkB,CAAA","sourcesContent":["/*\n * @Author: 周泽飞 zefei.zhou@tongdun.net\n * @Date: 2024-07-19 18:49:24\n * @LastEditors: 周泽飞 zefei.zhou@tongdun.net\n * @LastEditTime: 2024-07-19 18:54:42\n * @FilePath: /tntd/packages/tntd/src/spin/spin.tsx\n * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n */\n\nimport React, { forwardRef } from 'react'\nimport type { SpinProps as AntdSpinProps } from 'antd/lib/spin'\nimport { ConfigConsumer } from 'antd/lib/config-provider'\nimport { default as AntdSpin } from 'antd/lib/spin'\nimport classNames from 'classnames'\n\nimport './spin.less'\n\ninterface SpinComponent\n extends React.ForwardRefExoticComponent<AntdSpinProps & React.RefAttributes<AntdSpin>> {}\n\nexport const Spin = forwardRef<AntdSpin, AntdSpinProps>((props, ref) => {\n const { className, wrapperClassName, ...restProps } = props\n return (\n <ConfigConsumer>\n {() => {\n return (\n <AntdSpin\n wrapperClassName={classNames('tnt-spin-nested', wrapperClassName || '')}\n className={classNames('tnt-spin', className || '')}\n {...restProps}\n ref={ref}\n />\n )\n }}\n </ConfigConsumer>\n )\n}) as SpinComponent\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="162" height="77" viewBox="0 0 162 77" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Ellipse 27" filter="url(#filter0_f_5274_1997)">
|
|
3
|
+
<ellipse class="test" cx="36.5" cy="-21.5" rx="78.5" ry="51.5" fill="#126BFB" fill-opacity="0.15"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<filter id="filter0_f_5274_1997" x="-89" y="-120" width="251" height="197" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
7
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
8
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
9
|
+
<feGaussianBlur stdDeviation="23.5" result="effect1_foregroundBlur_5274_1997"/>
|
|
10
|
+
</filter>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="131" height="80" viewBox="0 0 131 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Ellipse 28" filter="url(#filter0_f_5274_1888)">
|
|
3
|
+
<circle cx="118" cy="100" r="71" fill="#126BFB" fill-opacity="0.08"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<filter id="filter0_f_5274_1888" x="0" y="-18" width="236" height="236" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
7
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
8
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
9
|
+
<feGaussianBlur stdDeviation="23.5" result="effect1_foregroundBlur_5274_1888"/>
|
|
10
|
+
</filter>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.@{tnt-steps-cls}:not(.@{steps-prefix-cls}-dot).@{steps-prefix-cls}{
|
|
2
|
+
.@{steps-prefix-cls}-item{
|
|
3
|
+
&-icon{
|
|
4
|
+
border: none;
|
|
5
|
+
font-weight: 500;
|
|
6
|
+
margin: 2px 12px 2px 0;
|
|
7
|
+
width: @td-steps-icon-size;
|
|
8
|
+
height: @td-steps-icon-size;
|
|
9
|
+
line-height: @td-steps-icon-size;
|
|
10
|
+
border-radius:@td-steps-icon-size;
|
|
11
|
+
>.@{steps-prefix-cls}-icon{
|
|
12
|
+
top:0;
|
|
13
|
+
i{
|
|
14
|
+
font-size: @td-steps-icon-size;
|
|
15
|
+
font-weight: normal;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
&-finish.@{step-prefix-cls}-default-icon,
|
|
20
|
+
&-error.@{step-prefix-cls}-default-icon {
|
|
21
|
+
.@{steps-prefix-cls}-item-icon {
|
|
22
|
+
background-color: transparent;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&-wait.@{step-prefix-cls}-default-icon {
|
|
27
|
+
.@{steps-prefix-cls}-item-icon {
|
|
28
|
+
background-color: @fill-color-tertiary;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
&-small {
|
|
36
|
+
.@{steps-prefix-cls}-item{
|
|
37
|
+
&-icon{
|
|
38
|
+
width: @td-steps-small-icon-size;
|
|
39
|
+
height: @td-steps-small-icon-size;
|
|
40
|
+
line-height: @td-steps-small-icon-size;
|
|
41
|
+
border-radius:@td-steps-small-icon-size;
|
|
42
|
+
>.@{steps-prefix-cls}-icon{
|
|
43
|
+
i{
|
|
44
|
+
font-size: @td-steps-small-icon-size;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
.@{tnt-steps-cls}.@{steps-prefix-cls}-vertical:not(.@{steps-prefix-cls}-dot):not(.@{steps-prefix-cls}-navigation):not(.@{steps-prefix-cls}-small).@{steps-prefix-cls}{
|
|
2
|
+
.@{steps-prefix-cls}-item{
|
|
3
|
+
&-icon >.@{steps-prefix-cls}-icon{
|
|
4
|
+
i{
|
|
5
|
+
vertical-align: middle;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
&-content {
|
|
10
|
+
min-height: 94px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
> .@{steps-prefix-cls}-item-container > .@{steps-prefix-cls}-item-tail{
|
|
14
|
+
padding: calc(@td-steps-icon-size + 15px) 0 15px;
|
|
15
|
+
left: 18px;
|
|
16
|
+
&::after{
|
|
17
|
+
width:0;
|
|
18
|
+
border-radius: 2px;
|
|
19
|
+
background-color: transparent;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&-finish > .@{steps-prefix-cls}-item-container > .@{steps-prefix-cls}-item-tail {
|
|
24
|
+
&::after {
|
|
25
|
+
border-left: 2px solid @finish-border-color;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&-wait, &-error, &-process {
|
|
30
|
+
> .@{steps-prefix-cls}-item-container > .@{steps-prefix-cls}-item-tail {
|
|
31
|
+
&::after {
|
|
32
|
+
border-left: 2px solid transparent;
|
|
33
|
+
background-color: @border-color;
|
|
34
|
+
mask: url(../assets/vertical_line.svg) repeat-y 0 0;
|
|
35
|
+
-webkit-mask:url(../assets/vertical_line.svg) repeat-y 0 0;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
@switch-prefix-cls: ~'@{ant-prefix}-switch';
|
|
2
|
+
|
|
3
|
+
.@{switch-prefix-cls} {
|
|
4
|
+
&-small {
|
|
5
|
+
min-width: 36px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
&-checked {
|
|
9
|
+
&:hover {
|
|
10
|
+
background-color: @blue-5;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
// &-disabled {
|
|
15
|
+
// background-color: @blue-5;
|
|
16
|
+
// }
|
|
17
|
+
|
|
18
|
+
&-wrap {
|
|
19
|
+
display: flex;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&-text-wrap {
|
|
23
|
+
margin-left: @margin-xs;
|
|
24
|
+
font-weight: 400;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&-text {
|
|
28
|
+
font-size: 14px;
|
|
29
|
+
color: @text-color;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&-text-disabled {
|
|
33
|
+
color: @text-color-tertiary;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&-subtext {
|
|
37
|
+
font-size: 12px;
|
|
38
|
+
color: tint(@text-color, 50%);
|
|
39
|
+
line-height: 20px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&-subtext-disabled {
|
|
43
|
+
color: @text-color-tertiary;
|
|
44
|
+
}
|
|
45
|
+
}
|