sea-chart 1.1.135 → 1.1.137
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.
|
@@ -82,39 +82,6 @@
|
|
|
82
82
|
color: #fff;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
.statistic-color-rule-filters .filter-term input {
|
|
86
|
-
display: flex;
|
|
87
|
-
width: 100%;
|
|
88
|
-
height: 30px;
|
|
89
|
-
background-color: #ffffff;
|
|
90
|
-
padding-left: 8px;
|
|
91
|
-
padding-right: 8px;
|
|
92
|
-
outline: none;
|
|
93
|
-
border-radius: 3px;
|
|
94
|
-
font-size: 0.875rem;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.statistic-color-rule-filters .custom-select:hover,
|
|
98
|
-
.statistic-color-rule-filters .filter-term input:hover {
|
|
99
|
-
border-color: rgb(179, 179, 179);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.statistic-color-rule-filters .filter-term input.disabled:hover {
|
|
103
|
-
border-color: rgba(0, 40, 100, 0.12);
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.statistic-color-rule-filters .filter-term input:hover:focus {
|
|
107
|
-
border-color: #1991eb;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.statistic-color-rule-filters .filter-term input:focus {
|
|
111
|
-
color: #495057;
|
|
112
|
-
background-color: #fff;
|
|
113
|
-
border-color: #1991eb;
|
|
114
|
-
outline: 0;
|
|
115
|
-
box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
|
|
116
|
-
}
|
|
117
|
-
|
|
118
85
|
.statistic-color-rule-filters .filter-term .date-picker-container input:focus {
|
|
119
86
|
color: #495057;
|
|
120
87
|
background-color: #fff;
|
|
@@ -155,7 +122,7 @@
|
|
|
155
122
|
.statistic-color-rule-filters .delete-filter .dtable-icon-fork-number {
|
|
156
123
|
display: inline-block;
|
|
157
124
|
font-size: 12px;
|
|
158
|
-
color:
|
|
125
|
+
color: var(--bs-icon-color);
|
|
159
126
|
}
|
|
160
127
|
|
|
161
128
|
.statistic-color-rule-filters .popover-add-tool {
|
|
@@ -193,18 +160,6 @@
|
|
|
193
160
|
|
|
194
161
|
.filter-header-icon .dtable-font {
|
|
195
162
|
font-size: 14px;
|
|
196
|
-
color:
|
|
163
|
+
color: var(--bs-icon-secondary-color);
|
|
197
164
|
cursor: default;
|
|
198
165
|
}
|
|
199
|
-
|
|
200
|
-
.statistic-color-rule-filters .custom-select,
|
|
201
|
-
.statistic-color-rule-filters .filter-term,
|
|
202
|
-
.statistic-color-rule-filters .filter-term input,
|
|
203
|
-
.statistic-color-rule-filters .filter-item .condition>div,
|
|
204
|
-
.statistic-color-rule-filters .filter-item .filter-term input:focus {
|
|
205
|
-
height: 30px;
|
|
206
|
-
line-height: 30px;
|
|
207
|
-
background-color: #f5f5f5;
|
|
208
|
-
border-color: rgba(0, 40, 100, 0.12);
|
|
209
|
-
box-shadow: unset;
|
|
210
|
-
}
|
|
@@ -44,8 +44,6 @@
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.sorts-list .delete-sort {
|
|
47
|
-
width: 12px;
|
|
48
|
-
height: 20px;
|
|
49
47
|
margin-right: 14px;
|
|
50
48
|
text-align: center;
|
|
51
49
|
}
|
|
@@ -57,14 +55,9 @@
|
|
|
57
55
|
.delete-sort .dtable-icon-fork-number {
|
|
58
56
|
display: inline-block;
|
|
59
57
|
font-size: 12px;
|
|
60
|
-
color: #999;
|
|
61
58
|
cursor: pointer;
|
|
62
59
|
}
|
|
63
60
|
|
|
64
|
-
.sorts-list .delete-sort .dtable-icon-fork-number:hover {
|
|
65
|
-
color: #555555;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
61
|
.sort-popover .popover-add-tool {
|
|
69
62
|
border-top: none;
|
|
70
63
|
color: #666666;
|
|
@@ -167,6 +167,9 @@ class SortPopover extends Component {
|
|
|
167
167
|
readonly
|
|
168
168
|
} = this.props;
|
|
169
169
|
let selectedColumn = {
|
|
170
|
+
value: {
|
|
171
|
+
column
|
|
172
|
+
},
|
|
170
173
|
label: /*#__PURE__*/React.createElement(Fragment, null, /*#__PURE__*/React.createElement("span", {
|
|
171
174
|
className: "filter-header-icon"
|
|
172
175
|
}, /*#__PURE__*/React.createElement(_DTableColumnIcon, {
|
|
@@ -179,6 +182,9 @@ class SortPopover extends Component {
|
|
|
179
182
|
};
|
|
180
183
|
let selectedTypeShow = sort.sort_type;
|
|
181
184
|
let selectedSortType = selectedTypeShow && {
|
|
185
|
+
value: {
|
|
186
|
+
sortType: selectedTypeShow
|
|
187
|
+
},
|
|
182
188
|
label: /*#__PURE__*/React.createElement("span", {
|
|
183
189
|
className: "select-option-name"
|
|
184
190
|
}, intl.get(selectedTypeShow))
|
|
@@ -187,7 +193,7 @@ class SortPopover extends Component {
|
|
|
187
193
|
key: 'sort-item-' + index,
|
|
188
194
|
className: "sort-item"
|
|
189
195
|
}, !readonly && /*#__PURE__*/React.createElement("div", {
|
|
190
|
-
className: "delete-sort",
|
|
196
|
+
className: "delete-sort seatable-icon-btn",
|
|
191
197
|
onClick: event => this.deleteSort(event, index)
|
|
192
198
|
}, /*#__PURE__*/React.createElement("i", {
|
|
193
199
|
className: "dtable-font dtable-icon-fork-number"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
|
|
53
53
|
.sea-chart-settings .sea-chart-y-axis-title-expand-icon {
|
|
54
54
|
margin-right: 7px;
|
|
55
|
-
color:
|
|
55
|
+
color: var(--bs-icon-color);
|
|
56
56
|
cursor: pointer;
|
|
57
57
|
font-size: 12px;
|
|
58
58
|
}
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.sea-chart-settings .sea-chart-y-axis-title .dtable-icon-fork-number {
|
|
65
|
-
color:
|
|
65
|
+
color: var(--bs-icon-color);
|
|
66
66
|
cursor: pointer;
|
|
67
67
|
font-size: 14px;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
.sea-chart-settings .sea-chart-y-axis-title .dtable-icon-fork-number:hover {
|
|
71
|
-
color:
|
|
72
|
-
}
|
|
71
|
+
color: var(--bs-icon-color);
|
|
72
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sea-chart",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.137",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@antv/data-set": "0.11.8",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"dotenv": "6.2.0",
|
|
103
103
|
"dotenv-expand": "5.1.0",
|
|
104
104
|
"dtable-store": "~6.0.11",
|
|
105
|
-
"dtable-ui-component": "
|
|
105
|
+
"dtable-ui-component": "7.0.4",
|
|
106
106
|
"ejs": "3.1.10",
|
|
107
107
|
"eslint": "^6.8.0",
|
|
108
108
|
"eslint-config-react-app": "^5.0.2",
|