@qn-pandora/pandora-component 5.1.1 → 5.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +36 -36
- package/es/components/AutoComplete/style.css +17 -17
- package/es/components/AutoComplete/style.less +8 -8
- package/es/components/Breadcrumb/style.less +9 -9
- package/es/components/Button/style.css +69 -69
- package/es/components/Button/style.less +51 -51
- package/es/components/Card/RowExtra/style.less +8 -8
- package/es/components/Card/SearchInput/style.less +8 -8
- package/es/components/Card/style.css +11 -11
- package/es/components/Card/style.less +11 -11
- package/es/components/CheckTransformList/style.css +19 -19
- package/es/components/CheckTransformList/style.less +35 -35
- package/es/components/Checkbox/index.js +9 -1
- package/es/components/Checkbox/style.less +5 -5
- package/es/components/CheckboxList/style.css +5 -5
- package/es/components/CheckboxList/style.less +11 -11
- package/es/components/Collapse/style.css +1 -1
- package/es/components/Collapse/style.less +58 -58
- package/es/components/CollapsiblePanel/style.less +63 -63
- package/es/components/DateTimePicker/Base/index.d.ts +3 -0
- package/es/components/DateTimePicker/Base/index.js +51 -6
- package/es/components/DateTimePicker/Base/style.css +67 -61
- package/es/components/DateTimePicker/Base/style.less +167 -160
- package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/es/components/DateTimePicker/DisplayInput/index.js +3 -1
- package/es/components/DateTimePicker/DisplayInput/style.css +14 -14
- package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/es/components/DateTimePicker/constants.d.ts +9 -3
- package/es/components/DateTimePicker/constants.js +1 -0
- package/es/components/DateTimePicker/style.less +19 -19
- package/es/components/DateTimePicker/time.d.ts +1 -0
- package/es/components/DateTimePicker/time.js +1 -0
- package/es/components/DateTimePicker/transform.js +4 -2
- package/es/components/Descriptions/style.less +16 -16
- package/es/components/Drawer/CloseIcon/style.less +8 -8
- package/es/components/Drawer/index.d.ts +1 -1
- package/es/components/Drawer/style.less +69 -69
- package/es/components/FileResumable/index.js +2 -3
- package/es/components/FileResumable/style.css +8 -8
- package/es/components/FileResumable/style.less +94 -94
- package/es/components/FlameGraph/customTooltip.d.ts +22 -0
- package/es/components/FlameGraph/customTooltip.js +91 -0
- package/es/components/FlameGraph/index.d.ts +16 -0
- package/es/components/FlameGraph/index.js +96 -0
- package/es/components/FlameGraph/style.css +8 -0
- package/es/components/FlameGraph/style.less +14 -0
- package/es/components/Input/style.css +14 -14
- package/es/components/Input/style.less +12 -12
- package/es/components/KeyValuePair/style.less +25 -25
- package/es/components/Menu/Option.d.ts +1 -1
- package/es/components/Menu/Option.js +12 -4
- package/es/components/Menu/style.css +23 -23
- package/es/components/Menu/style.less +18 -18
- package/es/components/Modal/style.css +1 -1
- package/es/components/Modal/style.less +30 -30
- package/es/components/NameExplainTooltip/style.css +1 -1
- package/es/components/NameExplainTooltip/style.less +10 -10
- package/es/components/NameLimiter/style.less +19 -19
- package/es/components/OptionList/InlineOptionList/style.css +1 -1
- package/es/components/OptionList/InlineOptionList/style.less +16 -16
- package/es/components/OptionList/OptionItem/style.css +2 -2
- package/es/components/OptionList/OptionItem/style.less +25 -25
- package/es/components/OptionList/PopoverOptionList/style.css +3 -3
- package/es/components/OptionList/PopoverOptionList/style.less +30 -30
- package/es/components/OptionList/style.css +6 -6
- package/es/components/OptionList/style.less +3 -3
- package/es/components/RadioGroup/style.css +32 -32
- package/es/components/RadioGroup/style.less +41 -41
- package/es/components/RangeInput/style.css +29 -29
- package/es/components/RangeInput/style.less +37 -37
- package/es/components/RemarkName/style.less +2 -2
- package/es/components/Selector/style.css +17 -17
- package/es/components/Selector/style.less +99 -99
- package/es/components/Spin/style.css +2 -2
- package/es/components/Spin/style.less +26 -26
- package/es/components/Steps/ControlButton/style.less +5 -5
- package/es/components/Steps/style.css +16 -16
- package/es/components/Steps/style.less +48 -48
- package/es/components/Table/ColumnSetting/index.d.ts +1 -0
- package/es/components/Table/ColumnSetting/index.js +19 -14
- package/es/components/Table/ColumnSetting/style.less +50 -50
- package/es/components/Table/ColumnTag/style.css +4 -4
- package/es/components/Table/ColumnTag/style.less +40 -40
- package/es/components/Table/EmptyText.d.ts +7 -0
- package/es/components/Table/EmptyText.js +22 -0
- package/es/components/Table/ResizableTitle/style.less +25 -25
- package/es/components/Table/index.d.ts +11 -83
- package/es/components/Table/index.js +113 -286
- package/es/components/Table/style.css +54 -44
- package/es/components/Table/style.less +364 -345
- package/es/components/Table/type.d.ts +63 -0
- package/es/components/Table/type.js +5 -0
- package/es/components/Table/util.d.ts +58 -0
- package/es/components/Table/util.js +218 -0
- package/es/components/Tabs/style.css +10 -10
- package/es/components/Tabs/style.less +33 -33
- package/es/components/TagList/Tag/style.css +5 -5
- package/es/components/TagList/Tag/style.less +72 -72
- package/es/components/TagList/TagSwitch/style.css +1 -1
- package/es/components/TagList/TagSwitch/style.less +28 -28
- package/es/components/TagList/style.css +6 -6
- package/es/components/TagList/style.less +28 -28
- package/es/components/Timeline/TimelineItem/style.css +1 -1
- package/es/components/Timeline/TimelineItem/style.less +49 -49
- package/es/components/Timeline/style.less +23 -23
- package/es/components/TopologyChart/style.less +14 -14
- package/es/components/Transfer/List/style.less +19 -19
- package/es/components/Transfer/ListBody/style.less +18 -18
- package/es/components/Transfer/style.less +14 -14
- package/es/components/TreeSelector/style.css +21 -21
- package/es/components/TreeSelector/style.less +56 -56
- package/es/constants/language/datetime/en.js +4 -2
- package/es/constants/language/datetime/type.d.ts +4 -2
- package/es/constants/language/datetime/zh.js +4 -2
- package/es/index.css +6268 -6244
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/index.less +56 -55
- package/es/style/mixin.less +45 -45
- package/es/style/theme.less +416 -416
- package/lib/components/AutoComplete/style.css +17 -17
- package/lib/components/AutoComplete/style.less +8 -8
- package/lib/components/Breadcrumb/style.less +9 -9
- package/lib/components/Button/style.css +69 -69
- package/lib/components/Button/style.less +51 -51
- package/lib/components/Card/RowExtra/style.less +8 -8
- package/lib/components/Card/SearchInput/style.less +8 -8
- package/lib/components/Card/style.css +11 -11
- package/lib/components/Card/style.less +11 -11
- package/lib/components/CheckTransformList/style.css +19 -19
- package/lib/components/CheckTransformList/style.less +35 -35
- package/lib/components/Checkbox/index.js +9 -1
- package/lib/components/Checkbox/style.less +5 -5
- package/lib/components/CheckboxList/style.css +5 -5
- package/lib/components/CheckboxList/style.less +11 -11
- package/lib/components/Collapse/style.css +1 -1
- package/lib/components/Collapse/style.less +58 -58
- package/lib/components/CollapsiblePanel/style.less +63 -63
- package/lib/components/DateTimePicker/Base/index.d.ts +3 -0
- package/lib/components/DateTimePicker/Base/index.js +51 -6
- package/lib/components/DateTimePicker/Base/style.css +67 -61
- package/lib/components/DateTimePicker/Base/style.less +167 -160
- package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/lib/components/DateTimePicker/DisplayInput/index.js +3 -1
- package/lib/components/DateTimePicker/DisplayInput/style.css +14 -14
- package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/lib/components/DateTimePicker/constants.d.ts +9 -3
- package/lib/components/DateTimePicker/constants.js +1 -0
- package/lib/components/DateTimePicker/style.less +19 -19
- package/lib/components/DateTimePicker/time.d.ts +1 -0
- package/lib/components/DateTimePicker/time.js +1 -0
- package/lib/components/DateTimePicker/transform.js +4 -2
- package/lib/components/Descriptions/style.less +16 -16
- package/lib/components/Drawer/CloseIcon/style.less +8 -8
- package/lib/components/Drawer/index.d.ts +1 -1
- package/lib/components/Drawer/style.less +69 -69
- package/lib/components/FileResumable/index.js +2 -3
- package/lib/components/FileResumable/style.css +8 -8
- package/lib/components/FileResumable/style.less +94 -94
- package/lib/components/FlameGraph/customTooltip.d.ts +22 -0
- package/lib/components/FlameGraph/customTooltip.js +114 -0
- package/lib/components/FlameGraph/index.d.ts +16 -0
- package/lib/components/FlameGraph/index.js +117 -0
- package/lib/components/FlameGraph/style.css +8 -0
- package/lib/components/FlameGraph/style.less +14 -0
- package/lib/components/Input/style.css +14 -14
- package/lib/components/Input/style.less +12 -12
- package/lib/components/KeyValuePair/style.less +25 -25
- package/lib/components/Menu/Option.d.ts +1 -1
- package/lib/components/Menu/Option.js +17 -25
- package/lib/components/Menu/style.css +23 -23
- package/lib/components/Menu/style.less +18 -18
- package/lib/components/Modal/style.css +1 -1
- package/lib/components/Modal/style.less +30 -30
- package/lib/components/NameExplainTooltip/style.css +1 -1
- package/lib/components/NameExplainTooltip/style.less +10 -10
- package/lib/components/NameLimiter/style.less +19 -19
- package/lib/components/OptionList/InlineOptionList/style.css +1 -1
- package/lib/components/OptionList/InlineOptionList/style.less +16 -16
- package/lib/components/OptionList/OptionItem/style.css +2 -2
- package/lib/components/OptionList/OptionItem/style.less +25 -25
- package/lib/components/OptionList/PopoverOptionList/style.css +3 -3
- package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
- package/lib/components/OptionList/style.css +6 -6
- package/lib/components/OptionList/style.less +3 -3
- package/lib/components/RadioGroup/style.css +32 -32
- package/lib/components/RadioGroup/style.less +41 -41
- package/lib/components/RangeInput/style.css +29 -29
- package/lib/components/RangeInput/style.less +37 -37
- package/lib/components/RemarkName/style.less +2 -2
- package/lib/components/Selector/style.css +17 -17
- package/lib/components/Selector/style.less +99 -99
- package/lib/components/Spin/style.css +2 -2
- package/lib/components/Spin/style.less +26 -26
- package/lib/components/Steps/ControlButton/style.less +5 -5
- package/lib/components/Steps/style.css +16 -16
- package/lib/components/Steps/style.less +48 -48
- package/lib/components/Table/ColumnSetting/index.d.ts +1 -0
- package/lib/components/Table/ColumnSetting/index.js +19 -14
- package/lib/components/Table/ColumnSetting/style.less +50 -50
- package/lib/components/Table/ColumnTag/style.css +4 -4
- package/lib/components/Table/ColumnTag/style.less +40 -40
- package/lib/components/Table/EmptyText.d.ts +7 -0
- package/lib/components/Table/EmptyText.js +27 -0
- package/lib/components/Table/ResizableTitle/style.less +25 -25
- package/lib/components/Table/index.d.ts +11 -83
- package/lib/components/Table/index.js +117 -288
- package/lib/components/Table/style.css +54 -44
- package/lib/components/Table/style.less +364 -345
- package/lib/components/Table/type.d.ts +63 -0
- package/lib/components/Table/type.js +8 -0
- package/lib/components/Table/util.d.ts +58 -0
- package/lib/components/Table/util.js +227 -0
- package/lib/components/Tabs/style.css +10 -10
- package/lib/components/Tabs/style.less +33 -33
- package/lib/components/TagList/Tag/style.css +5 -5
- package/lib/components/TagList/Tag/style.less +72 -72
- package/lib/components/TagList/TagSwitch/style.css +1 -1
- package/lib/components/TagList/TagSwitch/style.less +28 -28
- package/lib/components/TagList/style.css +6 -6
- package/lib/components/TagList/style.less +28 -28
- package/lib/components/Timeline/TimelineItem/style.css +1 -1
- package/lib/components/Timeline/TimelineItem/style.less +49 -49
- package/lib/components/Timeline/style.less +23 -23
- package/lib/components/TopologyChart/style.less +14 -14
- package/lib/components/Transfer/List/style.less +19 -19
- package/lib/components/Transfer/ListBody/style.less +18 -18
- package/lib/components/Transfer/style.less +14 -14
- package/lib/components/TreeSelector/style.css +21 -21
- package/lib/components/TreeSelector/style.less +56 -56
- package/lib/constants/language/datetime/en.js +4 -2
- package/lib/constants/language/datetime/type.d.ts +4 -2
- package/lib/constants/language/datetime/zh.js +4 -2
- package/lib/index.css +4726 -4702
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -1
- package/lib/index.less +56 -55
- package/lib/style/mixin.less +45 -45
- package/lib/style/theme.less +416 -416
- package/package.json +7 -4
@@ -1,18 +1,18 @@
|
|
1
|
-
@import 'antd/lib/menu/style/index.less';
|
2
|
-
@import '../../style/theme.less';
|
3
|
-
|
4
|
-
.@{ant-prefix}-menu-vertical.@{ant-prefix}-menu-sub:not([class*='-active']),
|
5
|
-
.@{ant-prefix}-menu-vertical-left.@{ant-prefix}-menu-sub:not([class*='-active']),
|
6
|
-
.@{ant-prefix}-menu-vertical-right.@{ant-prefix}-menu-sub:not([class*='-active']) {
|
7
|
-
max-height: 320px;
|
8
|
-
}
|
9
|
-
.@{ant-prefix}-menu-item {
|
10
|
-
.@{sdk-prefix}-menu-item-a {
|
11
|
-
color: @font-color-7;
|
12
|
-
}
|
13
|
-
}
|
14
|
-
.@{ant-prefix}-menu-horizontal
|
15
|
-
> .@{ant-prefix}-menu-item
|
16
|
-
.@{sdk-prefix}-menu-item-a {
|
17
|
-
color: @font-color-7;
|
18
|
-
}
|
1
|
+
@import 'antd/lib/menu/style/index.less';
|
2
|
+
@import '../../style/theme.less';
|
3
|
+
|
4
|
+
.@{ant-prefix}-menu-vertical.@{ant-prefix}-menu-sub:not([class*='-active']),
|
5
|
+
.@{ant-prefix}-menu-vertical-left.@{ant-prefix}-menu-sub:not([class*='-active']),
|
6
|
+
.@{ant-prefix}-menu-vertical-right.@{ant-prefix}-menu-sub:not([class*='-active']) {
|
7
|
+
max-height: 320px;
|
8
|
+
}
|
9
|
+
.@{ant-prefix}-menu-item {
|
10
|
+
.@{sdk-prefix}-menu-item-a {
|
11
|
+
color: @font-color-7;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
.@{ant-prefix}-menu-horizontal
|
15
|
+
> .@{ant-prefix}-menu-item
|
16
|
+
.@{sdk-prefix}-menu-item-a {
|
17
|
+
color: @font-color-7;
|
18
|
+
}
|
@@ -1,30 +1,30 @@
|
|
1
|
-
@import 'antd/lib/modal/style/index.less';
|
2
|
-
@import '../../style/theme.less';
|
3
|
-
|
4
|
-
.@{sdk-prefix}-modal {
|
5
|
-
.@{ant-prefix}-modal-header {
|
6
|
-
border-color: @modal-header-border-color;
|
7
|
-
}
|
8
|
-
.@{ant-prefix}-modal-body {
|
9
|
-
max-height: 70vh;
|
10
|
-
overflow-y: auto;
|
11
|
-
background: @normal-color;
|
12
|
-
padding: 0px 60px;
|
13
|
-
padding-top: 24px;
|
14
|
-
border-radius: 0 0 2px 2px;
|
15
|
-
}
|
16
|
-
.@{ant-prefix}-modal-footer {
|
17
|
-
border: none;
|
18
|
-
padding: 32px 24px 24px 24px;
|
19
|
-
.@{ant-prefix}-btn {
|
20
|
-
min-width: 60px;
|
21
|
-
height: 32px;
|
22
|
-
margin-left: 12px;
|
23
|
-
font-size: 14px;
|
24
|
-
color: @text-color;
|
25
|
-
}
|
26
|
-
.@{ant-prefix}-btn-primary {
|
27
|
-
color: @normal-color;
|
28
|
-
}
|
29
|
-
}
|
30
|
-
}
|
1
|
+
@import 'antd/lib/modal/style/index.less';
|
2
|
+
@import '../../style/theme.less';
|
3
|
+
|
4
|
+
.@{sdk-prefix}-modal {
|
5
|
+
.@{ant-prefix}-modal-header {
|
6
|
+
border-color: @modal-header-border-color;
|
7
|
+
}
|
8
|
+
.@{ant-prefix}-modal-body {
|
9
|
+
max-height: 70vh;
|
10
|
+
overflow-y: auto;
|
11
|
+
background: @normal-color;
|
12
|
+
padding: 0px 60px;
|
13
|
+
padding-top: 24px;
|
14
|
+
border-radius: 0 0 2px 2px;
|
15
|
+
}
|
16
|
+
.@{ant-prefix}-modal-footer {
|
17
|
+
border: none;
|
18
|
+
padding: 32px 24px 24px 24px;
|
19
|
+
.@{ant-prefix}-btn {
|
20
|
+
min-width: 60px;
|
21
|
+
height: 32px;
|
22
|
+
margin-left: 12px;
|
23
|
+
font-size: 14px;
|
24
|
+
color: @text-color;
|
25
|
+
}
|
26
|
+
.@{ant-prefix}-btn-primary {
|
27
|
+
color: @normal-color;
|
28
|
+
}
|
29
|
+
}
|
30
|
+
}
|
@@ -1,10 +1,10 @@
|
|
1
|
-
@import '../../style/theme.less';
|
2
|
-
|
3
|
-
.@{sdk-prefix}-name-explain-icon {
|
4
|
-
color: @icon-color;
|
5
|
-
transition: color 0.3s;
|
6
|
-
&:hover,
|
7
|
-
.@{ant-prefix}-tooltip-open {
|
8
|
-
color: @theme-color;
|
9
|
-
}
|
10
|
-
}
|
1
|
+
@import '../../style/theme.less';
|
2
|
+
|
3
|
+
.@{sdk-prefix}-name-explain-icon {
|
4
|
+
color: @icon-color;
|
5
|
+
transition: color 0.3s;
|
6
|
+
&:hover,
|
7
|
+
.@{ant-prefix}-tooltip-open {
|
8
|
+
color: @theme-color;
|
9
|
+
}
|
10
|
+
}
|
@@ -1,19 +1,19 @@
|
|
1
|
-
@import 'antd/lib/tooltip/style/index.less';
|
2
|
-
@import '../../style/theme.less';
|
3
|
-
|
4
|
-
.@{sdk-prefix}-name-limit {
|
5
|
-
max-width: 100%;
|
6
|
-
display: inline-block;
|
7
|
-
vertical-align: top;
|
8
|
-
white-space: nowrap;
|
9
|
-
text-overflow: ellipsis;
|
10
|
-
overflow: hidden;
|
11
|
-
}
|
12
|
-
|
13
|
-
.@{sdk-prefix}-name-limit-tooltip {
|
14
|
-
.@{ant-prefix}-tooltip-inner {
|
15
|
-
max-width: 400px;
|
16
|
-
max-height: 200px;
|
17
|
-
overflow: auto;
|
18
|
-
}
|
19
|
-
}
|
1
|
+
@import 'antd/lib/tooltip/style/index.less';
|
2
|
+
@import '../../style/theme.less';
|
3
|
+
|
4
|
+
.@{sdk-prefix}-name-limit {
|
5
|
+
max-width: 100%;
|
6
|
+
display: inline-block;
|
7
|
+
vertical-align: top;
|
8
|
+
white-space: nowrap;
|
9
|
+
text-overflow: ellipsis;
|
10
|
+
overflow: hidden;
|
11
|
+
}
|
12
|
+
|
13
|
+
.@{sdk-prefix}-name-limit-tooltip {
|
14
|
+
.@{ant-prefix}-tooltip-inner {
|
15
|
+
max-width: 400px;
|
16
|
+
max-height: 200px;
|
17
|
+
overflow: auto;
|
18
|
+
}
|
19
|
+
}
|
@@ -1,16 +1,16 @@
|
|
1
|
-
@import 'antd/lib/divider/style/index.less';
|
2
|
-
@import '../../../style/theme.less';
|
3
|
-
|
4
|
-
.@{sdk-prefix}-popover-inline-list {
|
5
|
-
display: inline-block;
|
6
|
-
vertical-align: middle;
|
7
|
-
|
8
|
-
.@{sdk-prefix}-popover-inline-item {
|
9
|
-
display: inline-block;
|
10
|
-
height: 100%;
|
11
|
-
margin-right: 12px;
|
12
|
-
i {
|
13
|
-
color: @theme-color;
|
14
|
-
}
|
15
|
-
}
|
16
|
-
}
|
1
|
+
@import 'antd/lib/divider/style/index.less';
|
2
|
+
@import '../../../style/theme.less';
|
3
|
+
|
4
|
+
.@{sdk-prefix}-popover-inline-list {
|
5
|
+
display: inline-block;
|
6
|
+
vertical-align: middle;
|
7
|
+
|
8
|
+
.@{sdk-prefix}-popover-inline-item {
|
9
|
+
display: inline-block;
|
10
|
+
height: 100%;
|
11
|
+
margin-right: 12px;
|
12
|
+
i {
|
13
|
+
color: @theme-color;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
}
|
@@ -291,7 +291,7 @@
|
|
291
291
|
text-align: right;
|
292
292
|
}
|
293
293
|
.pandora-sdk-item {
|
294
|
-
color: #
|
294
|
+
color: #436bff;
|
295
295
|
cursor: pointer;
|
296
296
|
}
|
297
297
|
.pandora-sdk-item > .anticon {
|
@@ -306,7 +306,7 @@
|
|
306
306
|
color: #bfbfbf;
|
307
307
|
}
|
308
308
|
.pandora-sdk-item.pandora-sdk-active {
|
309
|
-
background: rgba(
|
309
|
+
background: rgba(67, 107, 255, 0.05);
|
310
310
|
}
|
311
311
|
.pandora-sdk-item a {
|
312
312
|
color: inherit;
|
@@ -1,25 +1,25 @@
|
|
1
|
-
@import 'antd/lib/tooltip/style/index.less';
|
2
|
-
@import '../../../style/theme.less';
|
3
|
-
|
4
|
-
.@{sdk-prefix}-item {
|
5
|
-
color: @theme-color;
|
6
|
-
cursor: pointer;
|
7
|
-
& > .anticon {
|
8
|
-
color: inherit;
|
9
|
-
}
|
10
|
-
&.@{sdk-prefix}-disabled {
|
11
|
-
color: @font-disable-color-2;
|
12
|
-
cursor: not-allowed;
|
13
|
-
pointer-events: none;
|
14
|
-
.anticon {
|
15
|
-
color: @font-disable-color-2;
|
16
|
-
}
|
17
|
-
}
|
18
|
-
&.@{sdk-prefix}-active {
|
19
|
-
background: @select-popover-hover-color;
|
20
|
-
}
|
21
|
-
a {
|
22
|
-
color: inherit;
|
23
|
-
cursor: inherit;
|
24
|
-
}
|
25
|
-
}
|
1
|
+
@import 'antd/lib/tooltip/style/index.less';
|
2
|
+
@import '../../../style/theme.less';
|
3
|
+
|
4
|
+
.@{sdk-prefix}-item {
|
5
|
+
color: @theme-color;
|
6
|
+
cursor: pointer;
|
7
|
+
& > .anticon {
|
8
|
+
color: inherit;
|
9
|
+
}
|
10
|
+
&.@{sdk-prefix}-disabled {
|
11
|
+
color: @font-disable-color-2;
|
12
|
+
cursor: not-allowed;
|
13
|
+
pointer-events: none;
|
14
|
+
.anticon {
|
15
|
+
color: @font-disable-color-2;
|
16
|
+
}
|
17
|
+
}
|
18
|
+
&.@{sdk-prefix}-active {
|
19
|
+
background: @select-popover-hover-color;
|
20
|
+
}
|
21
|
+
a {
|
22
|
+
color: inherit;
|
23
|
+
cursor: inherit;
|
24
|
+
}
|
25
|
+
}
|
@@ -354,7 +354,7 @@
|
|
354
354
|
.pandora-sdk-popover-item {
|
355
355
|
display: inline-block;
|
356
356
|
line-height: 18px;
|
357
|
-
color: #
|
357
|
+
color: #436bff;
|
358
358
|
vertical-align: middle;
|
359
359
|
cursor: pointer;
|
360
360
|
}
|
@@ -371,8 +371,8 @@
|
|
371
371
|
padding: 0 16px;
|
372
372
|
}
|
373
373
|
.pandora-sdk-popover-list .pandora-sdk-item:hover {
|
374
|
-
background: rgba(
|
375
|
-
color: #
|
374
|
+
background: rgba(67, 107, 255, 0.05);
|
375
|
+
color: #436bff;
|
376
376
|
}
|
377
377
|
.pandora-sdk-popover-list .pandora-sdk-item.pandora-sdk-disabled {
|
378
378
|
color: #bfbfbf;
|
@@ -1,30 +1,30 @@
|
|
1
|
-
@import 'antd/lib/popover/style/index.less';
|
2
|
-
@import '../../../style/theme.less';
|
3
|
-
|
4
|
-
.@{sdk-prefix}-popover-item {
|
5
|
-
display: inline-block;
|
6
|
-
line-height: 18px;
|
7
|
-
color: @theme-color;
|
8
|
-
vertical-align: middle;
|
9
|
-
cursor: pointer;
|
10
|
-
}
|
11
|
-
|
12
|
-
.@{sdk-prefix}-popover-list {
|
13
|
-
min-width: 120px;
|
14
|
-
padding: 4px 0;
|
15
|
-
line-height: 32px;
|
16
|
-
text-align: center;
|
17
|
-
font-size: 12px;
|
18
|
-
.@{sdk-prefix}-item {
|
19
|
-
color: @heading-color;
|
20
|
-
display: block;
|
21
|
-
padding: 0 16px;
|
22
|
-
&:hover {
|
23
|
-
background: @select-popover-hover-color;
|
24
|
-
color: @theme-color;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
.@{sdk-prefix}-item.@{sdk-prefix}-disabled {
|
28
|
-
color: @font-disable-color-2;
|
29
|
-
}
|
30
|
-
}
|
1
|
+
@import 'antd/lib/popover/style/index.less';
|
2
|
+
@import '../../../style/theme.less';
|
3
|
+
|
4
|
+
.@{sdk-prefix}-popover-item {
|
5
|
+
display: inline-block;
|
6
|
+
line-height: 18px;
|
7
|
+
color: @theme-color;
|
8
|
+
vertical-align: middle;
|
9
|
+
cursor: pointer;
|
10
|
+
}
|
11
|
+
|
12
|
+
.@{sdk-prefix}-popover-list {
|
13
|
+
min-width: 120px;
|
14
|
+
padding: 4px 0;
|
15
|
+
line-height: 32px;
|
16
|
+
text-align: center;
|
17
|
+
font-size: 12px;
|
18
|
+
.@{sdk-prefix}-item {
|
19
|
+
color: @heading-color;
|
20
|
+
display: block;
|
21
|
+
padding: 0 16px;
|
22
|
+
&:hover {
|
23
|
+
background: @select-popover-hover-color;
|
24
|
+
color: @theme-color;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
.@{sdk-prefix}-item.@{sdk-prefix}-disabled {
|
28
|
+
color: @font-disable-color-2;
|
29
|
+
}
|
30
|
+
}
|
@@ -139,7 +139,7 @@
|
|
139
139
|
margin-right: 12px;
|
140
140
|
}
|
141
141
|
.pandora-sdk-popover-inline-list .pandora-sdk-popover-inline-item i {
|
142
|
-
color: #
|
142
|
+
color: #436bff;
|
143
143
|
}
|
144
144
|
.ant-tooltip {
|
145
145
|
-webkit-box-sizing: border-box;
|
@@ -430,7 +430,7 @@
|
|
430
430
|
text-align: right;
|
431
431
|
}
|
432
432
|
.pandora-sdk-item {
|
433
|
-
color: #
|
433
|
+
color: #436bff;
|
434
434
|
cursor: pointer;
|
435
435
|
}
|
436
436
|
.pandora-sdk-item > .anticon {
|
@@ -445,7 +445,7 @@
|
|
445
445
|
color: #bfbfbf;
|
446
446
|
}
|
447
447
|
.pandora-sdk-item.pandora-sdk-active {
|
448
|
-
background: rgba(
|
448
|
+
background: rgba(67, 107, 255, 0.05);
|
449
449
|
}
|
450
450
|
.pandora-sdk-item a {
|
451
451
|
color: inherit;
|
@@ -803,7 +803,7 @@
|
|
803
803
|
.pandora-sdk-popover-item {
|
804
804
|
display: inline-block;
|
805
805
|
line-height: 18px;
|
806
|
-
color: #
|
806
|
+
color: #436bff;
|
807
807
|
vertical-align: middle;
|
808
808
|
cursor: pointer;
|
809
809
|
}
|
@@ -820,8 +820,8 @@
|
|
820
820
|
padding: 0 16px;
|
821
821
|
}
|
822
822
|
.pandora-sdk-popover-list .pandora-sdk-item:hover {
|
823
|
-
background: rgba(
|
824
|
-
color: #
|
823
|
+
background: rgba(67, 107, 255, 0.05);
|
824
|
+
color: #436bff;
|
825
825
|
}
|
826
826
|
.pandora-sdk-popover-list .pandora-sdk-item.pandora-sdk-disabled {
|
827
827
|
color: #bfbfbf;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
@import './InlineOptionList/style.less';
|
2
|
-
@import './OptionItem/style.less';
|
3
|
-
@import './PopoverOptionList/style.less';
|
1
|
+
@import './InlineOptionList/style.less';
|
2
|
+
@import './OptionItem/style.less';
|
3
|
+
@import './PopoverOptionList/style.less';
|
@@ -79,11 +79,11 @@
|
|
79
79
|
.ant-radio-wrapper:hover .ant-radio,
|
80
80
|
.ant-radio:hover .ant-radio-inner,
|
81
81
|
.ant-radio-input:focus + .ant-radio-inner {
|
82
|
-
border-color: #
|
82
|
+
border-color: #436bff;
|
83
83
|
}
|
84
84
|
.ant-radio-input:focus + .ant-radio-inner {
|
85
|
-
-webkit-box-shadow: 0 0 0 3px
|
86
|
-
box-shadow: 0 0 0 3px
|
85
|
+
-webkit-box-shadow: 0 0 0 3px rgba(67, 107, 255, 0.08);
|
86
|
+
box-shadow: 0 0 0 3px rgba(67, 107, 255, 0.08);
|
87
87
|
}
|
88
88
|
.ant-radio-checked::after {
|
89
89
|
position: absolute;
|
@@ -91,7 +91,7 @@
|
|
91
91
|
left: 0;
|
92
92
|
width: 100%;
|
93
93
|
height: 100%;
|
94
|
-
border: 1px solid #
|
94
|
+
border: 1px solid #436bff;
|
95
95
|
border-radius: 50%;
|
96
96
|
visibility: hidden;
|
97
97
|
-webkit-animation: antRadioEffect 0.36s ease-in-out;
|
@@ -128,7 +128,7 @@
|
|
128
128
|
height: 16px;
|
129
129
|
margin-top: -8px;
|
130
130
|
margin-left: -8px;
|
131
|
-
background-color: #
|
131
|
+
background-color: #436bff;
|
132
132
|
border-top: 0;
|
133
133
|
border-left: 0;
|
134
134
|
border-radius: 16px;
|
@@ -153,7 +153,7 @@
|
|
153
153
|
border-color: #e5e5e5;
|
154
154
|
}
|
155
155
|
.ant-radio-checked .ant-radio-inner {
|
156
|
-
border-color: #
|
156
|
+
border-color: #436bff;
|
157
157
|
}
|
158
158
|
.ant-radio-checked .ant-radio-inner::after {
|
159
159
|
-webkit-transform: scale(0.5);
|
@@ -250,11 +250,11 @@ span.ant-radio + * {
|
|
250
250
|
}
|
251
251
|
.ant-radio-button-wrapper:hover {
|
252
252
|
position: relative;
|
253
|
-
color: #
|
253
|
+
color: #436bff;
|
254
254
|
}
|
255
255
|
.ant-radio-button-wrapper:focus-within {
|
256
|
-
-webkit-box-shadow: 0 0 0 3px
|
257
|
-
box-shadow: 0 0 0 3px
|
256
|
+
-webkit-box-shadow: 0 0 0 3px rgba(67, 107, 255, 0.08);
|
257
|
+
box-shadow: 0 0 0 3px rgba(67, 107, 255, 0.08);
|
258
258
|
}
|
259
259
|
.ant-radio-button-wrapper .ant-radio-inner,
|
260
260
|
.ant-radio-button-wrapper input[type='checkbox'],
|
@@ -266,52 +266,52 @@ span.ant-radio + * {
|
|
266
266
|
}
|
267
267
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
268
268
|
z-index: 1;
|
269
|
-
color: #
|
269
|
+
color: #436bff;
|
270
270
|
background: #ffffff;
|
271
|
-
border-color: #
|
271
|
+
border-color: #436bff;
|
272
272
|
}
|
273
273
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
|
274
|
-
background-color: #
|
274
|
+
background-color: #436bff;
|
275
275
|
}
|
276
276
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
277
|
-
border-color: #
|
277
|
+
border-color: #436bff;
|
278
278
|
}
|
279
279
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
280
|
-
color: #
|
281
|
-
border-color: #
|
280
|
+
color: #436bff;
|
281
|
+
border-color: #436bff;
|
282
282
|
}
|
283
283
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
|
284
|
-
background-color: #
|
284
|
+
background-color: #436bff;
|
285
285
|
}
|
286
286
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
287
|
-
color: #
|
288
|
-
border-color: #
|
287
|
+
color: #436bff;
|
288
|
+
border-color: #436bff;
|
289
289
|
}
|
290
290
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
|
291
|
-
background-color: #
|
291
|
+
background-color: #436bff;
|
292
292
|
}
|
293
293
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
294
|
-
-webkit-box-shadow: 0 0 0 3px
|
295
|
-
box-shadow: 0 0 0 3px
|
294
|
+
-webkit-box-shadow: 0 0 0 3px rgba(67, 107, 255, 0.08);
|
295
|
+
box-shadow: 0 0 0 3px rgba(67, 107, 255, 0.08);
|
296
296
|
}
|
297
297
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
298
298
|
color: #ffffff;
|
299
|
-
background: #
|
300
|
-
border-color: #
|
299
|
+
background: #436bff;
|
300
|
+
border-color: #436bff;
|
301
301
|
}
|
302
302
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
303
303
|
color: #ffffff;
|
304
|
-
background: #
|
305
|
-
border-color: #
|
304
|
+
background: #436bff;
|
305
|
+
border-color: #436bff;
|
306
306
|
}
|
307
307
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
308
308
|
color: #ffffff;
|
309
|
-
background: #
|
310
|
-
border-color: #
|
309
|
+
background: #436bff;
|
310
|
+
border-color: #436bff;
|
311
311
|
}
|
312
312
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
313
|
-
-webkit-box-shadow: 0 0 0 3px
|
314
|
-
box-shadow: 0 0 0 3px
|
313
|
+
-webkit-box-shadow: 0 0 0 3px rgba(67, 107, 255, 0.08);
|
314
|
+
box-shadow: 0 0 0 3px rgba(67, 107, 255, 0.08);
|
315
315
|
}
|
316
316
|
.ant-radio-button-wrapper-disabled {
|
317
317
|
color: rgba(0, 0, 0, 0.25);
|
@@ -380,7 +380,7 @@ span.ant-radio + * {
|
|
380
380
|
border-radius: 0 2px 2px 0;
|
381
381
|
}
|
382
382
|
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
|
383
|
-
border-right-color: #
|
383
|
+
border-right-color: #436bff;
|
384
384
|
}
|
385
385
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
|
386
386
|
border-radius: 2px 0 0 2px;
|
@@ -409,8 +409,8 @@ span.ant-radio + * {
|
|
409
409
|
box-sizing: border-box;
|
410
410
|
}
|
411
411
|
.pandora-sdk-solid-radio-group .ant-radio .ant-radio-checked .ant-radio-inner {
|
412
|
-
border-color: #
|
412
|
+
border-color: #436bff;
|
413
413
|
}
|
414
414
|
.pandora-sdk-solid-radio-group .ant-radio .ant-radio-checked .ant-radio-inner::after {
|
415
|
-
background-color: #
|
415
|
+
background-color: #436bff;
|
416
416
|
}
|
@@ -1,41 +1,41 @@
|
|
1
|
-
@import 'antd/lib/radio/style/index.less';
|
2
|
-
@import '../../style/theme.less';
|
3
|
-
|
4
|
-
.@{sdk-prefix}-solid-radio-group {
|
5
|
-
.@{ant-prefix}-radio-button-wrapper:not(.@{sdk-prefix}-solid-radio-group
|
6
|
-
.@{ant-prefix}-radio-button-wrapper-checked) {
|
7
|
-
&::before {
|
8
|
-
background-color: @border-color-2;
|
9
|
-
}
|
10
|
-
}
|
11
|
-
.@{ant-prefix}-radio-button-wrapper {
|
12
|
-
padding: 0 12px;
|
13
|
-
&:not(&-checked) {
|
14
|
-
border-color: @input-border-color;
|
15
|
-
}
|
16
|
-
&:focus-within {
|
17
|
-
box-shadow: unset;
|
18
|
-
}
|
19
|
-
}
|
20
|
-
|
21
|
-
.@{ant-prefix}-radio {
|
22
|
-
&:not(&-checked) {
|
23
|
-
.@{ant-prefix}-radio-inner {
|
24
|
-
border-color: @input-border-color;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
|
28
|
-
.@{ant-prefix}-radio-inner {
|
29
|
-
box-sizing: border-box;
|
30
|
-
}
|
31
|
-
|
32
|
-
.@{ant-prefix}-radio-checked {
|
33
|
-
.@{ant-prefix}-radio-inner {
|
34
|
-
border-color: @theme-color;
|
35
|
-
&::after {
|
36
|
-
background-color: @theme-color;
|
37
|
-
}
|
38
|
-
}
|
39
|
-
}
|
40
|
-
}
|
41
|
-
}
|
1
|
+
@import 'antd/lib/radio/style/index.less';
|
2
|
+
@import '../../style/theme.less';
|
3
|
+
|
4
|
+
.@{sdk-prefix}-solid-radio-group {
|
5
|
+
.@{ant-prefix}-radio-button-wrapper:not(.@{sdk-prefix}-solid-radio-group
|
6
|
+
.@{ant-prefix}-radio-button-wrapper-checked) {
|
7
|
+
&::before {
|
8
|
+
background-color: @border-color-2;
|
9
|
+
}
|
10
|
+
}
|
11
|
+
.@{ant-prefix}-radio-button-wrapper {
|
12
|
+
padding: 0 12px;
|
13
|
+
&:not(&-checked) {
|
14
|
+
border-color: @input-border-color;
|
15
|
+
}
|
16
|
+
&:focus-within {
|
17
|
+
box-shadow: unset;
|
18
|
+
}
|
19
|
+
}
|
20
|
+
|
21
|
+
.@{ant-prefix}-radio {
|
22
|
+
&:not(&-checked) {
|
23
|
+
.@{ant-prefix}-radio-inner {
|
24
|
+
border-color: @input-border-color;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
|
28
|
+
.@{ant-prefix}-radio-inner {
|
29
|
+
box-sizing: border-box;
|
30
|
+
}
|
31
|
+
|
32
|
+
.@{ant-prefix}-radio-checked {
|
33
|
+
.@{ant-prefix}-radio-inner {
|
34
|
+
border-color: @theme-color;
|
35
|
+
&::after {
|
36
|
+
background-color: @theme-color;
|
37
|
+
}
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|