@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
@@ -47,7 +47,7 @@
|
|
47
47
|
text-overflow: ellipsis;
|
48
48
|
}
|
49
49
|
.ant-input-affix-wrapper:hover {
|
50
|
-
border-color: #
|
50
|
+
border-color: #436bff;
|
51
51
|
border-right-width: 1px;
|
52
52
|
}
|
53
53
|
.ant-input-rtl .ant-input-affix-wrapper:hover {
|
@@ -56,9 +56,9 @@
|
|
56
56
|
}
|
57
57
|
.ant-input-affix-wrapper:focus,
|
58
58
|
.ant-input-affix-wrapper-focused {
|
59
|
-
border-color: #
|
60
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
61
|
-
box-shadow: 0 0 0 2px rgba(
|
59
|
+
border-color: #6b90ff;
|
60
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
61
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
62
62
|
border-right-width: 1px;
|
63
63
|
outline: 0;
|
64
64
|
}
|
@@ -124,7 +124,7 @@ textarea.ant-input-affix-wrapper {
|
|
124
124
|
direction: rtl;
|
125
125
|
}
|
126
126
|
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
127
|
-
border-color: #
|
127
|
+
border-color: #436bff;
|
128
128
|
border-right-width: 1px;
|
129
129
|
z-index: 1;
|
130
130
|
}
|
@@ -352,7 +352,7 @@ textarea.ant-input-affix-wrapper {
|
|
352
352
|
text-overflow: ellipsis;
|
353
353
|
}
|
354
354
|
.ant-input:hover {
|
355
|
-
border-color: #
|
355
|
+
border-color: #436bff;
|
356
356
|
border-right-width: 1px;
|
357
357
|
}
|
358
358
|
.ant-input-rtl .ant-input:hover {
|
@@ -361,9 +361,9 @@ textarea.ant-input-affix-wrapper {
|
|
361
361
|
}
|
362
362
|
.ant-input:focus,
|
363
363
|
.ant-input-focused {
|
364
|
-
border-color: #
|
365
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
366
|
-
box-shadow: 0 0 0 2px rgba(
|
364
|
+
border-color: #6b90ff;
|
365
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
366
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
367
367
|
border-right-width: 1px;
|
368
368
|
outline: 0;
|
369
369
|
}
|
@@ -517,7 +517,7 @@ textarea.ant-input {
|
|
517
517
|
}
|
518
518
|
.ant-input-group-addon .ant-select-open .ant-select-selector,
|
519
519
|
.ant-input-group-addon .ant-select-focused .ant-select-selector {
|
520
|
-
color: #
|
520
|
+
color: #436bff;
|
521
521
|
}
|
522
522
|
.ant-input-group-addon .ant-cascader-picker {
|
523
523
|
margin: -9px -12px;
|
@@ -846,11 +846,11 @@ textarea.ant-input {
|
|
846
846
|
}
|
847
847
|
.ant-input-search .ant-input:hover,
|
848
848
|
.ant-input-search .ant-input:focus {
|
849
|
-
border-color: #
|
849
|
+
border-color: #436bff;
|
850
850
|
}
|
851
851
|
.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
|
852
852
|
.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
|
853
|
-
border-left-color: #
|
853
|
+
border-left-color: #436bff;
|
854
854
|
}
|
855
855
|
.ant-input-search .ant-input-affix-wrapper {
|
856
856
|
border-radius: 0;
|
@@ -955,11 +955,11 @@ textarea.ant-input {
|
|
955
955
|
}
|
956
956
|
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover,
|
957
957
|
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover {
|
958
|
-
border-left-color: #
|
958
|
+
border-left-color: #436bff;
|
959
959
|
}
|
960
960
|
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
|
961
961
|
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
|
962
|
-
border-right-color: #
|
962
|
+
border-right-color: #436bff;
|
963
963
|
}
|
964
964
|
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child {
|
965
965
|
right: -1px;
|
@@ -1031,7 +1031,7 @@ textarea.ant-input {
|
|
1031
1031
|
text-overflow: ellipsis;
|
1032
1032
|
}
|
1033
1033
|
.ant-input-number-affix-wrapper:hover {
|
1034
|
-
border-color: #
|
1034
|
+
border-color: #436bff;
|
1035
1035
|
border-right-width: 1px;
|
1036
1036
|
}
|
1037
1037
|
.ant-input-rtl .ant-input-number-affix-wrapper:hover {
|
@@ -1040,9 +1040,9 @@ textarea.ant-input {
|
|
1040
1040
|
}
|
1041
1041
|
.ant-input-number-affix-wrapper:focus,
|
1042
1042
|
.ant-input-number-affix-wrapper-focused {
|
1043
|
-
border-color: #
|
1044
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
1045
|
-
box-shadow: 0 0 0 2px rgba(
|
1043
|
+
border-color: #6b90ff;
|
1044
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1045
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1046
1046
|
border-right-width: 1px;
|
1047
1047
|
outline: 0;
|
1048
1048
|
}
|
@@ -1108,7 +1108,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
1108
1108
|
direction: rtl;
|
1109
1109
|
}
|
1110
1110
|
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
1111
|
-
border-color: #
|
1111
|
+
border-color: #436bff;
|
1112
1112
|
border-right-width: 1px;
|
1113
1113
|
z-index: 1;
|
1114
1114
|
}
|
@@ -1297,7 +1297,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
1297
1297
|
text-overflow: ellipsis;
|
1298
1298
|
}
|
1299
1299
|
.ant-input-number:hover {
|
1300
|
-
border-color: #
|
1300
|
+
border-color: #436bff;
|
1301
1301
|
border-right-width: 1px;
|
1302
1302
|
}
|
1303
1303
|
.ant-input-rtl .ant-input-number:hover {
|
@@ -1306,9 +1306,9 @@ textarea.ant-input-number-affix-wrapper {
|
|
1306
1306
|
}
|
1307
1307
|
.ant-input-number:focus,
|
1308
1308
|
.ant-input-number-focused {
|
1309
|
-
border-color: #
|
1310
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
1311
|
-
box-shadow: 0 0 0 2px rgba(
|
1309
|
+
border-color: #6b90ff;
|
1310
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1311
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1312
1312
|
border-right-width: 1px;
|
1313
1313
|
outline: 0;
|
1314
1314
|
}
|
@@ -1462,7 +1462,7 @@ textarea.ant-input-number {
|
|
1462
1462
|
}
|
1463
1463
|
.ant-input-number-group-addon .ant-select-open .ant-select-selector,
|
1464
1464
|
.ant-input-number-group-addon .ant-select-focused .ant-select-selector {
|
1465
|
-
color: #
|
1465
|
+
color: #436bff;
|
1466
1466
|
}
|
1467
1467
|
.ant-input-number-group-addon .ant-cascader-picker {
|
1468
1468
|
margin: -9px -12px;
|
@@ -1727,7 +1727,7 @@ textarea.ant-input-number {
|
|
1727
1727
|
}
|
1728
1728
|
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
|
1729
1729
|
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
|
1730
|
-
color: #
|
1730
|
+
color: #6b90ff;
|
1731
1731
|
}
|
1732
1732
|
.ant-input-number-handler-up-inner,
|
1733
1733
|
.ant-input-number-handler-down-inner {
|
@@ -1778,7 +1778,7 @@ textarea.ant-input-number {
|
|
1778
1778
|
display: block;
|
1779
1779
|
}
|
1780
1780
|
.ant-input-number:hover {
|
1781
|
-
border-color: #
|
1781
|
+
border-color: #436bff;
|
1782
1782
|
border-right-width: 1px;
|
1783
1783
|
}
|
1784
1784
|
.ant-input-number:hover + .ant-form-item-children-icon {
|
@@ -1787,9 +1787,9 @@ textarea.ant-input-number {
|
|
1787
1787
|
transition: opacity 0.24s linear 0.24s;
|
1788
1788
|
}
|
1789
1789
|
.ant-input-number-focused {
|
1790
|
-
border-color: #
|
1791
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
1792
|
-
box-shadow: 0 0 0 2px rgba(
|
1790
|
+
border-color: #6b90ff;
|
1791
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1792
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1793
1793
|
border-right-width: 1px;
|
1794
1794
|
outline: 0;
|
1795
1795
|
}
|
@@ -1,37 +1,37 @@
|
|
1
|
-
@import 'antd/lib/input/style/index.less';
|
2
|
-
@import 'antd/lib/input-number/style/index.less';
|
3
|
-
@import '../../style/theme.less';
|
4
|
-
|
5
|
-
.@{sdk-prefix}-range-input {
|
6
|
-
position: relative;
|
7
|
-
.@{sdk-prefix}-range-input-symbol {
|
8
|
-
display: inline-block;
|
9
|
-
width: 40px;
|
10
|
-
line-height: 40px;
|
11
|
-
text-align: center;
|
12
|
-
}
|
13
|
-
|
14
|
-
.@{sdk-prefix}-range-input-input {
|
15
|
-
width: calc(~'50% - 20px');
|
16
|
-
text-align: center;
|
17
|
-
display: inline-block;
|
18
|
-
}
|
19
|
-
|
20
|
-
.@{sdk-prefix}-range-input-error {
|
21
|
-
color: @error-color;
|
22
|
-
line-height: 24px;
|
23
|
-
font-size: 12px;
|
24
|
-
}
|
25
|
-
|
26
|
-
.@{ant-prefix}-input-number {
|
27
|
-
width: 100%;
|
28
|
-
}
|
29
|
-
|
30
|
-
input::-webkit-outer-spin-button,
|
31
|
-
input::-webkit-inner-spin-button {
|
32
|
-
-webkit-appearance: none;
|
33
|
-
}
|
34
|
-
input[type='number'] {
|
35
|
-
-moz-appearance: textfield;
|
36
|
-
}
|
37
|
-
}
|
1
|
+
@import 'antd/lib/input/style/index.less';
|
2
|
+
@import 'antd/lib/input-number/style/index.less';
|
3
|
+
@import '../../style/theme.less';
|
4
|
+
|
5
|
+
.@{sdk-prefix}-range-input {
|
6
|
+
position: relative;
|
7
|
+
.@{sdk-prefix}-range-input-symbol {
|
8
|
+
display: inline-block;
|
9
|
+
width: 40px;
|
10
|
+
line-height: 40px;
|
11
|
+
text-align: center;
|
12
|
+
}
|
13
|
+
|
14
|
+
.@{sdk-prefix}-range-input-input {
|
15
|
+
width: calc(~'50% - 20px');
|
16
|
+
text-align: center;
|
17
|
+
display: inline-block;
|
18
|
+
}
|
19
|
+
|
20
|
+
.@{sdk-prefix}-range-input-error {
|
21
|
+
color: @error-color;
|
22
|
+
line-height: 24px;
|
23
|
+
font-size: 12px;
|
24
|
+
}
|
25
|
+
|
26
|
+
.@{ant-prefix}-input-number {
|
27
|
+
width: 100%;
|
28
|
+
}
|
29
|
+
|
30
|
+
input::-webkit-outer-spin-button,
|
31
|
+
input::-webkit-inner-spin-button {
|
32
|
+
-webkit-appearance: none;
|
33
|
+
}
|
34
|
+
input[type='number'] {
|
35
|
+
-moz-appearance: textfield;
|
36
|
+
}
|
37
|
+
}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
@import '../NameLimiter/style.less';
|
2
|
-
@import '../../style/theme.less';
|
1
|
+
@import '../NameLimiter/style.less';
|
2
|
+
@import '../../style/theme.less';
|
@@ -411,9 +411,9 @@
|
|
411
411
|
cursor: auto;
|
412
412
|
}
|
413
413
|
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
414
|
-
border-color: #
|
415
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
416
|
-
box-shadow: 0 0 0 2px rgba(
|
414
|
+
border-color: #6b90ff;
|
415
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
416
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
417
417
|
border-right-width: 1px;
|
418
418
|
outline: 0;
|
419
419
|
}
|
@@ -444,7 +444,7 @@
|
|
444
444
|
-webkit-appearance: none;
|
445
445
|
}
|
446
446
|
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
447
|
-
border-color: #
|
447
|
+
border-color: #436bff;
|
448
448
|
border-right-width: 1px;
|
449
449
|
}
|
450
450
|
.ant-select-selection-item {
|
@@ -669,15 +669,15 @@
|
|
669
669
|
flex: none;
|
670
670
|
}
|
671
671
|
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
|
672
|
-
background-color: rgba(
|
672
|
+
background-color: rgba(67, 107, 255, 0.05);
|
673
673
|
}
|
674
674
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
675
675
|
color: rgba(0, 0, 0, 0.65);
|
676
676
|
font-weight: 600;
|
677
|
-
background-color: rgba(
|
677
|
+
background-color: rgba(67, 107, 255, 0.05);
|
678
678
|
}
|
679
679
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
|
680
|
-
color: #
|
680
|
+
color: #436bff;
|
681
681
|
}
|
682
682
|
.ant-select-item-option-disabled {
|
683
683
|
color: rgba(0, 0, 0, 0.25);
|
@@ -849,7 +849,7 @@
|
|
849
849
|
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
|
850
850
|
.ant-checkbox:hover .ant-checkbox-inner,
|
851
851
|
.ant-checkbox-input:focus + .ant-checkbox-inner {
|
852
|
-
border-color: #
|
852
|
+
border-color: #436bff;
|
853
853
|
}
|
854
854
|
.ant-checkbox-checked::after {
|
855
855
|
position: absolute;
|
@@ -857,7 +857,7 @@
|
|
857
857
|
left: 0;
|
858
858
|
width: 100%;
|
859
859
|
height: 100%;
|
860
|
-
border: 1px solid #
|
860
|
+
border: 1px solid #436bff;
|
861
861
|
border-radius: 2px;
|
862
862
|
visibility: hidden;
|
863
863
|
-webkit-animation: antCheckboxEffect 0.36s ease-in-out;
|
@@ -928,8 +928,8 @@
|
|
928
928
|
content: ' ';
|
929
929
|
}
|
930
930
|
.ant-checkbox-checked .ant-checkbox-inner {
|
931
|
-
background-color: #
|
932
|
-
border-color: #
|
931
|
+
background-color: #436bff;
|
932
|
+
border-color: #436bff;
|
933
933
|
}
|
934
934
|
.ant-checkbox-disabled {
|
935
935
|
cursor: not-allowed;
|
@@ -1034,7 +1034,7 @@
|
|
1034
1034
|
left: 50%;
|
1035
1035
|
width: 8px;
|
1036
1036
|
height: 8px;
|
1037
|
-
background-color: #
|
1037
|
+
background-color: #436bff;
|
1038
1038
|
border: 0;
|
1039
1039
|
-webkit-transform: translate(-50%, -50%) scale(1);
|
1040
1040
|
transform: translate(-50%, -50%) scale(1);
|
@@ -1119,11 +1119,11 @@
|
|
1119
1119
|
color: #d9d9d9;
|
1120
1120
|
}
|
1121
1121
|
.pandora-sdk-selector-dropdown .ant-select-item-option-selected {
|
1122
|
-
color: #
|
1122
|
+
color: #436bff;
|
1123
1123
|
font-weight: 400;
|
1124
1124
|
}
|
1125
1125
|
.pandora-sdk-selector-dropdown .ant-select-item-option:hover {
|
1126
|
-
color: #
|
1126
|
+
color: #436bff;
|
1127
1127
|
}
|
1128
1128
|
.pandora-sdk-selector-dropdown .ant-select-item-group {
|
1129
1129
|
color: #d9d9d9;
|
@@ -1137,7 +1137,7 @@
|
|
1137
1137
|
text-overflow: unset;
|
1138
1138
|
}
|
1139
1139
|
.pandora-sdk-selector-dropdown .pandora-sdk-selector-create-option {
|
1140
|
-
color: #
|
1140
|
+
color: #436bff;
|
1141
1141
|
cursor: default;
|
1142
1142
|
}
|
1143
1143
|
.pandora-sdk-selector-dropdown .pandora-sdk-selector-create-option::before,
|
@@ -1145,10 +1145,10 @@
|
|
1145
1145
|
content: none;
|
1146
1146
|
}
|
1147
1147
|
.pandora-sdk-selector-dropdown .pandora-sdk-selector-create-option a {
|
1148
|
-
color: #
|
1148
|
+
color: #436bff;
|
1149
1149
|
}
|
1150
1150
|
.pandora-sdk-selector-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state .anticon-check.anticon {
|
1151
|
-
color: #
|
1151
|
+
color: #436bff;
|
1152
1152
|
}
|
1153
1153
|
.pandora-sdk-selector-create-lint {
|
1154
1154
|
display: block;
|
@@ -1,99 +1,99 @@
|
|
1
|
-
@import 'antd/lib/select/style/index.less';
|
2
|
-
@import 'antd/lib/checkbox/style/index.less';
|
3
|
-
@import '../../style/theme.less';
|
4
|
-
@import '../../style/mixin.less';
|
5
|
-
|
6
|
-
.@{sdk-prefix}-selector {
|
7
|
-
width: 100%;
|
8
|
-
color: @font-color-7;
|
9
|
-
.@{ant-prefix}-select-selection {
|
10
|
-
background: @select-bg;
|
11
|
-
&:hover {
|
12
|
-
.@{ant-prefix}-select-selection__clear + .@{ant-prefix}-select-arrow {
|
13
|
-
opacity: 0;
|
14
|
-
}
|
15
|
-
}
|
16
|
-
}
|
17
|
-
&.@{ant-prefix}-select-multiple {
|
18
|
-
.@{ant-prefix}-select-selection-item {
|
19
|
-
color: @font-color-6;
|
20
|
-
background: @select-selection-bg;
|
21
|
-
border: none;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
.@{ant-prefix}-select-selection-item-remove {
|
25
|
-
color: @font-disable-color;
|
26
|
-
}
|
27
|
-
.@{ant-prefix}-select-selection--single {
|
28
|
-
height: 32px;
|
29
|
-
}
|
30
|
-
.@{ant-prefix}-select-selection__rendered {
|
31
|
-
line-height: 30px;
|
32
|
-
}
|
33
|
-
.@{ant-prefix}-select-selection__clear {
|
34
|
-
background: @select-bg;
|
35
|
-
color: @font-color-6;
|
36
|
-
i {
|
37
|
-
color: inherit;
|
38
|
-
}
|
39
|
-
}
|
40
|
-
}
|
41
|
-
|
42
|
-
.@{sdk-prefix}-selector-dropdown {
|
43
|
-
.@{ant-prefix}-select-dropdown-menu {
|
44
|
-
margin: 0;
|
45
|
-
.scrollbar();
|
46
|
-
}
|
47
|
-
.@{ant-prefix}-select-item-option-disabled {
|
48
|
-
color: @font-disable-color;
|
49
|
-
}
|
50
|
-
.@{ant-prefix}-select-item-option-selected {
|
51
|
-
color: @theme-color;
|
52
|
-
font-weight: 400;
|
53
|
-
}
|
54
|
-
.@{ant-prefix}-select-item-option:hover {
|
55
|
-
color: @theme-color;
|
56
|
-
}
|
57
|
-
|
58
|
-
.@{ant-prefix}-select-item-group {
|
59
|
-
color: @font-disable-color;
|
60
|
-
}
|
61
|
-
&.@{sdk-prefix}-selector-no-ellipsis {
|
62
|
-
.@{ant-prefix}-select-dropdown-menu {
|
63
|
-
display: inline-block;
|
64
|
-
min-width: 100%;
|
65
|
-
}
|
66
|
-
.@{ant-prefix}-select-dropdown-menu-item {
|
67
|
-
overflow: unset;
|
68
|
-
text-overflow: unset;
|
69
|
-
}
|
70
|
-
}
|
71
|
-
|
72
|
-
.@{sdk-prefix}-selector-create-option {
|
73
|
-
color: @theme-color;
|
74
|
-
cursor: default;
|
75
|
-
&::before,
|
76
|
-
&::after {
|
77
|
-
content: none;
|
78
|
-
}
|
79
|
-
a {
|
80
|
-
color: @theme-color;
|
81
|
-
}
|
82
|
-
}
|
83
|
-
.@{ant-prefix}-select-item-option-selected:not(.@{ant-prefix}-select-item-option-disabled)
|
84
|
-
.@{ant-prefix}-select-item-option-state {
|
85
|
-
.anticon-check {
|
86
|
-
&.anticon {
|
87
|
-
color: @theme-color;
|
88
|
-
}
|
89
|
-
}
|
90
|
-
}
|
91
|
-
}
|
92
|
-
|
93
|
-
.@{sdk-prefix}-selector-create-lint {
|
94
|
-
display: block;
|
95
|
-
}
|
96
|
-
|
97
|
-
.@{sdk-prefix}-close-icon {
|
98
|
-
color: @border-color-1;
|
99
|
-
}
|
1
|
+
@import 'antd/lib/select/style/index.less';
|
2
|
+
@import 'antd/lib/checkbox/style/index.less';
|
3
|
+
@import '../../style/theme.less';
|
4
|
+
@import '../../style/mixin.less';
|
5
|
+
|
6
|
+
.@{sdk-prefix}-selector {
|
7
|
+
width: 100%;
|
8
|
+
color: @font-color-7;
|
9
|
+
.@{ant-prefix}-select-selection {
|
10
|
+
background: @select-bg;
|
11
|
+
&:hover {
|
12
|
+
.@{ant-prefix}-select-selection__clear + .@{ant-prefix}-select-arrow {
|
13
|
+
opacity: 0;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
}
|
17
|
+
&.@{ant-prefix}-select-multiple {
|
18
|
+
.@{ant-prefix}-select-selection-item {
|
19
|
+
color: @font-color-6;
|
20
|
+
background: @select-selection-bg;
|
21
|
+
border: none;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
.@{ant-prefix}-select-selection-item-remove {
|
25
|
+
color: @font-disable-color;
|
26
|
+
}
|
27
|
+
.@{ant-prefix}-select-selection--single {
|
28
|
+
height: 32px;
|
29
|
+
}
|
30
|
+
.@{ant-prefix}-select-selection__rendered {
|
31
|
+
line-height: 30px;
|
32
|
+
}
|
33
|
+
.@{ant-prefix}-select-selection__clear {
|
34
|
+
background: @select-bg;
|
35
|
+
color: @font-color-6;
|
36
|
+
i {
|
37
|
+
color: inherit;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
.@{sdk-prefix}-selector-dropdown {
|
43
|
+
.@{ant-prefix}-select-dropdown-menu {
|
44
|
+
margin: 0;
|
45
|
+
.scrollbar();
|
46
|
+
}
|
47
|
+
.@{ant-prefix}-select-item-option-disabled {
|
48
|
+
color: @font-disable-color;
|
49
|
+
}
|
50
|
+
.@{ant-prefix}-select-item-option-selected {
|
51
|
+
color: @theme-color;
|
52
|
+
font-weight: 400;
|
53
|
+
}
|
54
|
+
.@{ant-prefix}-select-item-option:hover {
|
55
|
+
color: @theme-color;
|
56
|
+
}
|
57
|
+
|
58
|
+
.@{ant-prefix}-select-item-group {
|
59
|
+
color: @font-disable-color;
|
60
|
+
}
|
61
|
+
&.@{sdk-prefix}-selector-no-ellipsis {
|
62
|
+
.@{ant-prefix}-select-dropdown-menu {
|
63
|
+
display: inline-block;
|
64
|
+
min-width: 100%;
|
65
|
+
}
|
66
|
+
.@{ant-prefix}-select-dropdown-menu-item {
|
67
|
+
overflow: unset;
|
68
|
+
text-overflow: unset;
|
69
|
+
}
|
70
|
+
}
|
71
|
+
|
72
|
+
.@{sdk-prefix}-selector-create-option {
|
73
|
+
color: @theme-color;
|
74
|
+
cursor: default;
|
75
|
+
&::before,
|
76
|
+
&::after {
|
77
|
+
content: none;
|
78
|
+
}
|
79
|
+
a {
|
80
|
+
color: @theme-color;
|
81
|
+
}
|
82
|
+
}
|
83
|
+
.@{ant-prefix}-select-item-option-selected:not(.@{ant-prefix}-select-item-option-disabled)
|
84
|
+
.@{ant-prefix}-select-item-option-state {
|
85
|
+
.anticon-check {
|
86
|
+
&.anticon {
|
87
|
+
color: @theme-color;
|
88
|
+
}
|
89
|
+
}
|
90
|
+
}
|
91
|
+
}
|
92
|
+
|
93
|
+
.@{sdk-prefix}-selector-create-lint {
|
94
|
+
display: block;
|
95
|
+
}
|
96
|
+
|
97
|
+
.@{sdk-prefix}-close-icon {
|
98
|
+
color: @border-color-1;
|
99
|
+
}
|
@@ -16,7 +16,7 @@
|
|
16
16
|
font-feature-settings: 'tnum';
|
17
17
|
position: absolute;
|
18
18
|
display: none;
|
19
|
-
color: #
|
19
|
+
color: #436bff;
|
20
20
|
font-size: 0;
|
21
21
|
text-align: center;
|
22
22
|
vertical-align: middle;
|
@@ -129,7 +129,7 @@
|
|
129
129
|
display: block;
|
130
130
|
width: 9px;
|
131
131
|
height: 9px;
|
132
|
-
background-color: #
|
132
|
+
background-color: #436bff;
|
133
133
|
border-radius: 100%;
|
134
134
|
-webkit-transform: scale(0.75);
|
135
135
|
transform: scale(0.75);
|
@@ -1,26 +1,26 @@
|
|
1
|
-
@import 'antd/lib/spin/style/index.less';
|
2
|
-
@import '../../style/theme.less';
|
3
|
-
|
4
|
-
.@{sdk-prefix}-spin-container {
|
5
|
-
position: relative;
|
6
|
-
width: 100%;
|
7
|
-
height: 100%;
|
8
|
-
.@{sdk-prefix}-spin-loading {
|
9
|
-
position: absolute;
|
10
|
-
width: 60px;
|
11
|
-
height: 60px;
|
12
|
-
top: 50%;
|
13
|
-
left: 50%;
|
14
|
-
transform: translate(-50%, -50%);
|
15
|
-
}
|
16
|
-
.@{ant-prefix}-spin-container {
|
17
|
-
height: 100%;
|
18
|
-
> div {
|
19
|
-
height: 100%;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
}
|
23
|
-
|
24
|
-
.@{sdk-prefix}-spin-hide {
|
25
|
-
visibility: hidden;
|
26
|
-
}
|
1
|
+
@import 'antd/lib/spin/style/index.less';
|
2
|
+
@import '../../style/theme.less';
|
3
|
+
|
4
|
+
.@{sdk-prefix}-spin-container {
|
5
|
+
position: relative;
|
6
|
+
width: 100%;
|
7
|
+
height: 100%;
|
8
|
+
.@{sdk-prefix}-spin-loading {
|
9
|
+
position: absolute;
|
10
|
+
width: 60px;
|
11
|
+
height: 60px;
|
12
|
+
top: 50%;
|
13
|
+
left: 50%;
|
14
|
+
transform: translate(-50%, -50%);
|
15
|
+
}
|
16
|
+
.@{ant-prefix}-spin-container {
|
17
|
+
height: 100%;
|
18
|
+
> div {
|
19
|
+
height: 100%;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
.@{sdk-prefix}-spin-hide {
|
25
|
+
visibility: hidden;
|
26
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
@import '../../../style/theme.less';
|
2
|
-
|
3
|
-
.@{sdk-prefix}-prev-button {
|
4
|
-
margin-right: 10px;
|
5
|
-
}
|
1
|
+
@import '../../../style/theme.less';
|
2
|
+
|
3
|
+
.@{sdk-prefix}-prev-button {
|
4
|
+
margin-right: 10px;
|
5
|
+
}
|