sea-chart 1.1.135 → 1.1.136
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;
|
|
@@ -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
|
-
}
|
|
@@ -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))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sea-chart",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.136",
|
|
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.2",
|
|
106
106
|
"ejs": "3.1.10",
|
|
107
107
|
"eslint": "^6.8.0",
|
|
108
108
|
"eslint-config-react-app": "^5.0.2",
|