@antv/s2-vue 2.2.0-beta.1 → 2.2.0
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/dist/s2-vue.min.js +1 -1
- package/dist/s2-vue.min.js.map +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.js +1 -1
- package/esm/index.js.map +1 -1
- package/esm/style.css +37 -37
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/style.css +172 -172
- package/package.json +1 -1
package/esm/index.d.ts
CHANGED
|
@@ -3,4 +3,4 @@ export * from './components';
|
|
|
3
3
|
export * from './components-extra';
|
|
4
4
|
export { useSpreadSheetInstance } from './context/SpreadSheetContext';
|
|
5
5
|
export * from './hooks/useExpose';
|
|
6
|
-
export declare const version = "@antv/s2-vue-v2.2.0
|
|
6
|
+
export declare const version = "@antv/s2-vue-v2.2.0";
|
package/esm/index.js
CHANGED
|
@@ -51,7 +51,7 @@ import { default as default30 } from "./components-extra/theme-panel/ThemePanel.
|
|
|
51
51
|
import { generateColorTheme } from "./components-extra/theme-panel/utils.js";
|
|
52
52
|
import { useSpreadSheetInstance } from "./context/SpreadSheetContext.js";
|
|
53
53
|
import { useExpose } from "./hooks/useExpose.js";
|
|
54
|
-
const version = "@antv/s2-vue-v2.2.0
|
|
54
|
+
const version = "@antv/s2-vue-v2.2.0";
|
|
55
55
|
export {
|
|
56
56
|
default15 as AdvancedSort,
|
|
57
57
|
BASIC_SHEET_THEME_TYPE_COLOR_RELATIONS,
|
package/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import './utils/extendLocale';\n\nexport * from './common-extra';\nexport * from './components';\nexport * from './components-extra';\nexport { useSpreadSheetInstance } from './context/SpreadSheetContext';\nexport * from './hooks/useExpose';\n\nexport const version = '@antv/s2-vue-v2.2.0
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import './utils/extendLocale';\n\nexport * from './common-extra';\nexport * from './components';\nexport * from './components-extra';\nexport { useSpreadSheetInstance } from './context/SpreadSheetContext';\nexport * from './hooks/useExpose';\n\nexport const version = '@antv/s2-vue-v2.2.0';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQO,MAAM,UAAU;"}
|
package/esm/style.css
CHANGED
|
@@ -266,32 +266,6 @@
|
|
|
266
266
|
.antv-s2-advanced-sort-custom-modal .antv-s2-advanced-sort-card-content .ant-card-body .antv-s2-advanced-sort-split-value:nth-child(odd) {
|
|
267
267
|
background: var(--antv-s2-block-background, #f7f9fb);
|
|
268
268
|
}
|
|
269
|
-
.antv-s2-frozen-panel {
|
|
270
|
-
width: 400px;
|
|
271
|
-
}
|
|
272
|
-
.antv-s2-frozen-panel-container {
|
|
273
|
-
display: flex;
|
|
274
|
-
align-items: center;
|
|
275
|
-
justify-content: space-between;
|
|
276
|
-
}
|
|
277
|
-
.antv-s2-frozen-panel-container:not(:last-of-type) {
|
|
278
|
-
margin-bottom: 6px;
|
|
279
|
-
}
|
|
280
|
-
.antv-s2-frozen-panel-container-group {
|
|
281
|
-
color: rgba(0, 0, 0, 0.43);
|
|
282
|
-
}
|
|
283
|
-
.antv-s2-frozen-panel-container-group:not(:last-of-type) {
|
|
284
|
-
margin-right: 12px;
|
|
285
|
-
}
|
|
286
|
-
.antv-s2-frozen-panel-container .ant-checkbox-wrapper {
|
|
287
|
-
margin-right: 50px;
|
|
288
|
-
color: #535455;
|
|
289
|
-
}
|
|
290
|
-
.antv-s2-frozen-panel-container .ant-input-number.antv-s2-frozen-input-number {
|
|
291
|
-
width: 50px;
|
|
292
|
-
margin: 0 4px;
|
|
293
|
-
border-radius: 4px;
|
|
294
|
-
}
|
|
295
269
|
.antv-s2-drill-down {
|
|
296
270
|
width: 260px;
|
|
297
271
|
min-height: 20px;
|
|
@@ -356,6 +330,35 @@
|
|
|
356
330
|
padding: 12px;
|
|
357
331
|
font-size: 12px;
|
|
358
332
|
}
|
|
333
|
+
.antv-s2-frozen-panel {
|
|
334
|
+
width: 400px;
|
|
335
|
+
}
|
|
336
|
+
.antv-s2-frozen-panel-container {
|
|
337
|
+
display: flex;
|
|
338
|
+
align-items: center;
|
|
339
|
+
justify-content: space-between;
|
|
340
|
+
}
|
|
341
|
+
.antv-s2-frozen-panel-container:not(:last-of-type) {
|
|
342
|
+
margin-bottom: 6px;
|
|
343
|
+
}
|
|
344
|
+
.antv-s2-frozen-panel-container-group {
|
|
345
|
+
color: rgba(0, 0, 0, 0.43);
|
|
346
|
+
}
|
|
347
|
+
.antv-s2-frozen-panel-container-group:not(:last-of-type) {
|
|
348
|
+
margin-right: 12px;
|
|
349
|
+
}
|
|
350
|
+
.antv-s2-frozen-panel-container .ant-checkbox-wrapper {
|
|
351
|
+
margin-right: 50px;
|
|
352
|
+
color: #535455;
|
|
353
|
+
}
|
|
354
|
+
.antv-s2-frozen-panel-container .ant-input-number.antv-s2-frozen-input-number {
|
|
355
|
+
width: 50px;
|
|
356
|
+
margin: 0 4px;
|
|
357
|
+
border-radius: 4px;
|
|
358
|
+
}
|
|
359
|
+
.antv-s2-text-align-panel {
|
|
360
|
+
width: 340px;
|
|
361
|
+
}
|
|
359
362
|
.antv-s2-color-box {
|
|
360
363
|
display: inline-flex;
|
|
361
364
|
box-sizing: border-box;
|
|
@@ -380,9 +383,6 @@
|
|
|
380
383
|
color: rgba(0, 0, 0, 0.45);
|
|
381
384
|
font-size: 14px;
|
|
382
385
|
}
|
|
383
|
-
.antv-s2-text-align-panel {
|
|
384
|
-
width: 340px;
|
|
385
|
-
}
|
|
386
386
|
.antv-s2-switcher-dimension {
|
|
387
387
|
background-color: transparent;
|
|
388
388
|
display: flex;
|
|
@@ -1244,14 +1244,6 @@
|
|
|
1244
1244
|
height: 12px;
|
|
1245
1245
|
fill: var(--antv-s2-font);
|
|
1246
1246
|
}
|
|
1247
|
-
.antv-s2-drag-copy-mask {
|
|
1248
|
-
position: absolute;
|
|
1249
|
-
top: -4px;
|
|
1250
|
-
left: -4px;
|
|
1251
|
-
z-index: 9;
|
|
1252
|
-
background-color: rgba(194, 213, 254, 0.5);
|
|
1253
|
-
cursor: crosshair;
|
|
1254
|
-
}
|
|
1255
1247
|
.antv-s2-drag-copy-point {
|
|
1256
1248
|
position: absolute;
|
|
1257
1249
|
z-index: 9;
|
|
@@ -1261,3 +1253,11 @@
|
|
|
1261
1253
|
cursor: crosshair;
|
|
1262
1254
|
user-select: none;
|
|
1263
1255
|
}
|
|
1256
|
+
.antv-s2-drag-copy-mask {
|
|
1257
|
+
position: absolute;
|
|
1258
|
+
top: -4px;
|
|
1259
|
+
left: -4px;
|
|
1260
|
+
z-index: 9;
|
|
1261
|
+
background-color: rgba(194, 213, 254, 0.5);
|
|
1262
|
+
cursor: crosshair;
|
|
1263
|
+
}
|
package/lib/index.js
CHANGED
|
@@ -53,7 +53,7 @@ const ThemePanel_vue_vue_type_script_setup_true_lang = require("./components-ext
|
|
|
53
53
|
const utils$1 = require("./components-extra/theme-panel/utils.js");
|
|
54
54
|
const SpreadSheetContext = require("./context/SpreadSheetContext.js");
|
|
55
55
|
const useExpose = require("./hooks/useExpose.js");
|
|
56
|
-
const version = "@antv/s2-vue-v2.2.0
|
|
56
|
+
const version = "@antv/s2-vue-v2.2.0";
|
|
57
57
|
exports.BASIC_SHEET_THEME_TYPE_COLOR_RELATIONS = theme.BASIC_SHEET_THEME_TYPE_COLOR_RELATIONS;
|
|
58
58
|
exports.DEFAULT_THEME_COLOR_LIST = theme.DEFAULT_THEME_COLOR_LIST;
|
|
59
59
|
exports.HISTORY_COLOR_LIST_MAX_COUNT = theme.HISTORY_COLOR_LIST_MAX_COUNT;
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import './utils/extendLocale';\n\nexport * from './common-extra';\nexport * from './components';\nexport * from './components-extra';\nexport { useSpreadSheetInstance } from './context/SpreadSheetContext';\nexport * from './hooks/useExpose';\n\nexport const version = '@antv/s2-vue-v2.2.0
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import './utils/extendLocale';\n\nexport * from './common-extra';\nexport * from './components';\nexport * from './components-extra';\nexport { useSpreadSheetInstance } from './context/SpreadSheetContext';\nexport * from './hooks/useExpose';\n\nexport const version = '@antv/s2-vue-v2.2.0';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/style.css
CHANGED
|
@@ -135,137 +135,6 @@
|
|
|
135
135
|
white-space: nowrap;
|
|
136
136
|
max-width: 64px;
|
|
137
137
|
}
|
|
138
|
-
.antv-s2-advanced-sort {
|
|
139
|
-
display: inline-block;
|
|
140
|
-
}
|
|
141
|
-
.antv-s2-advanced-sort-btn.ant-btn {
|
|
142
|
-
display: flex;
|
|
143
|
-
align-items: center;
|
|
144
|
-
}
|
|
145
|
-
.antv-s2-advanced-sort-btn.ant-btn .antv-s2-icon {
|
|
146
|
-
padding-top: 2px;
|
|
147
|
-
}
|
|
148
|
-
.antv-s2-advanced-sort-modal {
|
|
149
|
-
min-width: 640px;
|
|
150
|
-
}
|
|
151
|
-
.antv-s2-advanced-sort-modal .ant-modal-content,
|
|
152
|
-
.antv-s2-advanced-sort-modal .ant-modal-header {
|
|
153
|
-
background-color: var(--antv-s2-container-background, #fff);
|
|
154
|
-
}
|
|
155
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-sider-layout.ant-layout-sider {
|
|
156
|
-
border-right: 1px solid var(--antv-s2-border, #f0f0f0);
|
|
157
|
-
background: var(--antv-s2-container-background, #fff);
|
|
158
|
-
}
|
|
159
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-sider-layout .antv-s2-advanced-sort-title {
|
|
160
|
-
font-size: 12px;
|
|
161
|
-
padding: 8px 16px 8px 0;
|
|
162
|
-
border-bottom: 1px solid var(--antv-s2-border, #f0f0f0);
|
|
163
|
-
}
|
|
164
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-sider-layout .antv-s2-advanced-sort-dimension-item {
|
|
165
|
-
height: 32px;
|
|
166
|
-
padding: 8px 6px 8px 0;
|
|
167
|
-
cursor: pointer;
|
|
168
|
-
align-items: center;
|
|
169
|
-
color: var(--antv-s2-font-65, rgba(0, 0, 0, 0.65));
|
|
170
|
-
font-size: 12px;
|
|
171
|
-
overflow: hidden;
|
|
172
|
-
text-overflow: ellipsis;
|
|
173
|
-
white-space: nowrap;
|
|
174
|
-
}
|
|
175
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout {
|
|
176
|
-
background: var(--antv-s2-container-background, #fff);
|
|
177
|
-
}
|
|
178
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-title {
|
|
179
|
-
font-size: 12px;
|
|
180
|
-
padding: 8px 16px;
|
|
181
|
-
border-bottom: 1px solid var(--antv-s2-border, #f0f0f0);
|
|
182
|
-
}
|
|
183
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form {
|
|
184
|
-
padding: 8px 0 0 16px;
|
|
185
|
-
}
|
|
186
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-form-item-label > label,
|
|
187
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-select,
|
|
188
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-select-item,
|
|
189
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-form label {
|
|
190
|
-
font-size: 12px;
|
|
191
|
-
}
|
|
192
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-radio-group {
|
|
193
|
-
margin-left: 16px;
|
|
194
|
-
font-size: 12px;
|
|
195
|
-
}
|
|
196
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-form-item {
|
|
197
|
-
margin-bottom: 4px;
|
|
198
|
-
}
|
|
199
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-form-item .ant-cascader-picker,
|
|
200
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-form-item .ant-select {
|
|
201
|
-
width: 120px;
|
|
202
|
-
}
|
|
203
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-form-item-control-input-content {
|
|
204
|
-
display: flex;
|
|
205
|
-
align-items: center;
|
|
206
|
-
}
|
|
207
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-rule-end {
|
|
208
|
-
margin-left: 16px;
|
|
209
|
-
font-size: 12px;
|
|
210
|
-
}
|
|
211
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-rule-end label {
|
|
212
|
-
font-size: 12px;
|
|
213
|
-
margin: 0;
|
|
214
|
-
}
|
|
215
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-rule-end-delete {
|
|
216
|
-
cursor: pointer;
|
|
217
|
-
right: 0;
|
|
218
|
-
position: absolute;
|
|
219
|
-
}
|
|
220
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-field-prefix {
|
|
221
|
-
position: relative;
|
|
222
|
-
padding: 0 6px;
|
|
223
|
-
color: var(--antv-s2-font-65, rgba(0, 0, 0, 0.65));
|
|
224
|
-
font-weight: 400;
|
|
225
|
-
font-size: 12px;
|
|
226
|
-
text-align: center;
|
|
227
|
-
background-color: var(--antv-s2-block-background, #fafafa);
|
|
228
|
-
border: 1px solid var(--antv-s2-border, #f0f0f0);
|
|
229
|
-
border-radius: 4px 0 0 4px;
|
|
230
|
-
height: 24px;
|
|
231
|
-
display: inline-block;
|
|
232
|
-
line-height: 21px;
|
|
233
|
-
margin-left: 8px;
|
|
234
|
-
}
|
|
235
|
-
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-field-prefix + .ant-select .ant-select-selector {
|
|
236
|
-
border-radius: 0 4px 4px 0;
|
|
237
|
-
}
|
|
238
|
-
.antv-s2-advanced-sort-modal .ant-cascader-menus {
|
|
239
|
-
height: 100px;
|
|
240
|
-
}
|
|
241
|
-
.antv-s2-advanced-sort-modal .ant-cascader-menus ul {
|
|
242
|
-
height: 104px;
|
|
243
|
-
}
|
|
244
|
-
.antv-s2-advanced-sort-modal .ant-cascader-menu-item,
|
|
245
|
-
.antv-s2-advanced-sort-modal .ant-cascader-picker-label {
|
|
246
|
-
font-size: 12px;
|
|
247
|
-
}
|
|
248
|
-
.antv-s2-advanced-sort-custom-modal .antv-s2-advanced-sort-card-content .ant-card-body {
|
|
249
|
-
padding: 0;
|
|
250
|
-
font-size: 12px;
|
|
251
|
-
}
|
|
252
|
-
.antv-s2-advanced-sort-custom-modal .antv-s2-advanced-sort-card-content .ant-card-body .antv-s2-advanced-sort-split-value {
|
|
253
|
-
height: 32px;
|
|
254
|
-
color: var(--antv-s2-font-65, #333);
|
|
255
|
-
line-height: 32px;
|
|
256
|
-
padding: 0 10px 0 7px;
|
|
257
|
-
}
|
|
258
|
-
.antv-s2-advanced-sort-custom-modal .antv-s2-advanced-sort-card-content .ant-card-body .antv-s2-advanced-sort-split-value .antv-s2-advanced-sort-split-icon {
|
|
259
|
-
float: right;
|
|
260
|
-
cursor: pointer;
|
|
261
|
-
width: 30px;
|
|
262
|
-
}
|
|
263
|
-
.antv-s2-advanced-sort-custom-modal .antv-s2-advanced-sort-card-content .ant-card-body .antv-s2-advanced-sort-split-value .antv-s2-advanced-sort-split-icon svg {
|
|
264
|
-
fill: var(--antv-s2-font-65);
|
|
265
|
-
}
|
|
266
|
-
.antv-s2-advanced-sort-custom-modal .antv-s2-advanced-sort-card-content .ant-card-body .antv-s2-advanced-sort-split-value:nth-child(odd) {
|
|
267
|
-
background: var(--antv-s2-block-background, #f7f9fb);
|
|
268
|
-
}
|
|
269
138
|
.antv-s2-strategy-sheet-tooltip {
|
|
270
139
|
line-height: 20px;
|
|
271
140
|
font-size: 12px;
|
|
@@ -512,9 +381,6 @@
|
|
|
512
381
|
.antv-s2-strategy-sheet-tooltip.antv-s2-strategy-sheet-tooltip-data .antv-s2-strategy-sheet-tooltip-derived-values li.derived-value-item .derived-value-group .derived-value-original {
|
|
513
382
|
margin-left: 4px;
|
|
514
383
|
}
|
|
515
|
-
.antv-s2-text-align-panel {
|
|
516
|
-
width: 340px;
|
|
517
|
-
}
|
|
518
384
|
.antv-s2-drill-down {
|
|
519
385
|
width: 260px;
|
|
520
386
|
min-height: 20px;
|
|
@@ -605,30 +471,9 @@
|
|
|
605
471
|
margin: 0 4px;
|
|
606
472
|
border-radius: 4px;
|
|
607
473
|
}
|
|
608
|
-
.antv-s2-
|
|
609
|
-
display: inline-flex;
|
|
610
|
-
box-sizing: border-box;
|
|
611
|
-
width: 20px;
|
|
612
|
-
height: 20px;
|
|
613
|
-
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
614
|
-
border-radius: 2px;
|
|
615
|
-
cursor: pointer;
|
|
616
|
-
transition: all 0.3s;
|
|
617
|
-
}
|
|
618
|
-
.antv-s2-color-box:hover {
|
|
619
|
-
transform: scale(1.1);
|
|
620
|
-
}
|
|
621
|
-
.antv-s2-theme-panel {
|
|
474
|
+
.antv-s2-text-align-panel {
|
|
622
475
|
width: 340px;
|
|
623
476
|
}
|
|
624
|
-
.antv-s2-theme-panel-custom-color {
|
|
625
|
-
margin-top: 8px;
|
|
626
|
-
}
|
|
627
|
-
.antv-s2-theme-panel-custom-color-title {
|
|
628
|
-
margin-right: 8px;
|
|
629
|
-
color: rgba(0, 0, 0, 0.45);
|
|
630
|
-
font-size: 14px;
|
|
631
|
-
}
|
|
632
477
|
.antv-s2-switcher-dimension {
|
|
633
478
|
background-color: transparent;
|
|
634
479
|
display: flex;
|
|
@@ -1005,6 +850,161 @@
|
|
|
1005
850
|
.antv-s2-switcher-switcher-overlay .ant-popover-inner-content {
|
|
1006
851
|
padding: 16px;
|
|
1007
852
|
}
|
|
853
|
+
.antv-s2-color-box {
|
|
854
|
+
display: inline-flex;
|
|
855
|
+
box-sizing: border-box;
|
|
856
|
+
width: 20px;
|
|
857
|
+
height: 20px;
|
|
858
|
+
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
859
|
+
border-radius: 2px;
|
|
860
|
+
cursor: pointer;
|
|
861
|
+
transition: all 0.3s;
|
|
862
|
+
}
|
|
863
|
+
.antv-s2-color-box:hover {
|
|
864
|
+
transform: scale(1.1);
|
|
865
|
+
}
|
|
866
|
+
.antv-s2-theme-panel {
|
|
867
|
+
width: 340px;
|
|
868
|
+
}
|
|
869
|
+
.antv-s2-theme-panel-custom-color {
|
|
870
|
+
margin-top: 8px;
|
|
871
|
+
}
|
|
872
|
+
.antv-s2-theme-panel-custom-color-title {
|
|
873
|
+
margin-right: 8px;
|
|
874
|
+
color: rgba(0, 0, 0, 0.45);
|
|
875
|
+
font-size: 14px;
|
|
876
|
+
}
|
|
877
|
+
.antv-s2-advanced-sort {
|
|
878
|
+
display: inline-block;
|
|
879
|
+
}
|
|
880
|
+
.antv-s2-advanced-sort-btn.ant-btn {
|
|
881
|
+
display: flex;
|
|
882
|
+
align-items: center;
|
|
883
|
+
}
|
|
884
|
+
.antv-s2-advanced-sort-btn.ant-btn .antv-s2-icon {
|
|
885
|
+
padding-top: 2px;
|
|
886
|
+
}
|
|
887
|
+
.antv-s2-advanced-sort-modal {
|
|
888
|
+
min-width: 640px;
|
|
889
|
+
}
|
|
890
|
+
.antv-s2-advanced-sort-modal .ant-modal-content,
|
|
891
|
+
.antv-s2-advanced-sort-modal .ant-modal-header {
|
|
892
|
+
background-color: var(--antv-s2-container-background, #fff);
|
|
893
|
+
}
|
|
894
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-sider-layout.ant-layout-sider {
|
|
895
|
+
border-right: 1px solid var(--antv-s2-border, #f0f0f0);
|
|
896
|
+
background: var(--antv-s2-container-background, #fff);
|
|
897
|
+
}
|
|
898
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-sider-layout .antv-s2-advanced-sort-title {
|
|
899
|
+
font-size: 12px;
|
|
900
|
+
padding: 8px 16px 8px 0;
|
|
901
|
+
border-bottom: 1px solid var(--antv-s2-border, #f0f0f0);
|
|
902
|
+
}
|
|
903
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-sider-layout .antv-s2-advanced-sort-dimension-item {
|
|
904
|
+
height: 32px;
|
|
905
|
+
padding: 8px 6px 8px 0;
|
|
906
|
+
cursor: pointer;
|
|
907
|
+
align-items: center;
|
|
908
|
+
color: var(--antv-s2-font-65, rgba(0, 0, 0, 0.65));
|
|
909
|
+
font-size: 12px;
|
|
910
|
+
overflow: hidden;
|
|
911
|
+
text-overflow: ellipsis;
|
|
912
|
+
white-space: nowrap;
|
|
913
|
+
}
|
|
914
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout {
|
|
915
|
+
background: var(--antv-s2-container-background, #fff);
|
|
916
|
+
}
|
|
917
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-title {
|
|
918
|
+
font-size: 12px;
|
|
919
|
+
padding: 8px 16px;
|
|
920
|
+
border-bottom: 1px solid var(--antv-s2-border, #f0f0f0);
|
|
921
|
+
}
|
|
922
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form {
|
|
923
|
+
padding: 8px 0 0 16px;
|
|
924
|
+
}
|
|
925
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-form-item-label > label,
|
|
926
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-select,
|
|
927
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-select-item,
|
|
928
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-form label {
|
|
929
|
+
font-size: 12px;
|
|
930
|
+
}
|
|
931
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-radio-group {
|
|
932
|
+
margin-left: 16px;
|
|
933
|
+
font-size: 12px;
|
|
934
|
+
}
|
|
935
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-form-item {
|
|
936
|
+
margin-bottom: 4px;
|
|
937
|
+
}
|
|
938
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-form-item .ant-cascader-picker,
|
|
939
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-form-item .ant-select {
|
|
940
|
+
width: 120px;
|
|
941
|
+
}
|
|
942
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-custom-form.ant-form .ant-form-item-control-input-content {
|
|
943
|
+
display: flex;
|
|
944
|
+
align-items: center;
|
|
945
|
+
}
|
|
946
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-rule-end {
|
|
947
|
+
margin-left: 16px;
|
|
948
|
+
font-size: 12px;
|
|
949
|
+
}
|
|
950
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-rule-end label {
|
|
951
|
+
font-size: 12px;
|
|
952
|
+
margin: 0;
|
|
953
|
+
}
|
|
954
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-rule-end-delete {
|
|
955
|
+
cursor: pointer;
|
|
956
|
+
right: 0;
|
|
957
|
+
position: absolute;
|
|
958
|
+
}
|
|
959
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-field-prefix {
|
|
960
|
+
position: relative;
|
|
961
|
+
padding: 0 6px;
|
|
962
|
+
color: var(--antv-s2-font-65, rgba(0, 0, 0, 0.65));
|
|
963
|
+
font-weight: 400;
|
|
964
|
+
font-size: 12px;
|
|
965
|
+
text-align: center;
|
|
966
|
+
background-color: var(--antv-s2-block-background, #fafafa);
|
|
967
|
+
border: 1px solid var(--antv-s2-border, #f0f0f0);
|
|
968
|
+
border-radius: 4px 0 0 4px;
|
|
969
|
+
height: 24px;
|
|
970
|
+
display: inline-block;
|
|
971
|
+
line-height: 21px;
|
|
972
|
+
margin-left: 8px;
|
|
973
|
+
}
|
|
974
|
+
.antv-s2-advanced-sort-modal .antv-s2-advanced-sort-content-layout .antv-s2-advanced-sort-field-prefix + .ant-select .ant-select-selector {
|
|
975
|
+
border-radius: 0 4px 4px 0;
|
|
976
|
+
}
|
|
977
|
+
.antv-s2-advanced-sort-modal .ant-cascader-menus {
|
|
978
|
+
height: 100px;
|
|
979
|
+
}
|
|
980
|
+
.antv-s2-advanced-sort-modal .ant-cascader-menus ul {
|
|
981
|
+
height: 104px;
|
|
982
|
+
}
|
|
983
|
+
.antv-s2-advanced-sort-modal .ant-cascader-menu-item,
|
|
984
|
+
.antv-s2-advanced-sort-modal .ant-cascader-picker-label {
|
|
985
|
+
font-size: 12px;
|
|
986
|
+
}
|
|
987
|
+
.antv-s2-advanced-sort-custom-modal .antv-s2-advanced-sort-card-content .ant-card-body {
|
|
988
|
+
padding: 0;
|
|
989
|
+
font-size: 12px;
|
|
990
|
+
}
|
|
991
|
+
.antv-s2-advanced-sort-custom-modal .antv-s2-advanced-sort-card-content .ant-card-body .antv-s2-advanced-sort-split-value {
|
|
992
|
+
height: 32px;
|
|
993
|
+
color: var(--antv-s2-font-65, #333);
|
|
994
|
+
line-height: 32px;
|
|
995
|
+
padding: 0 10px 0 7px;
|
|
996
|
+
}
|
|
997
|
+
.antv-s2-advanced-sort-custom-modal .antv-s2-advanced-sort-card-content .ant-card-body .antv-s2-advanced-sort-split-value .antv-s2-advanced-sort-split-icon {
|
|
998
|
+
float: right;
|
|
999
|
+
cursor: pointer;
|
|
1000
|
+
width: 30px;
|
|
1001
|
+
}
|
|
1002
|
+
.antv-s2-advanced-sort-custom-modal .antv-s2-advanced-sort-card-content .ant-card-body .antv-s2-advanced-sort-split-value .antv-s2-advanced-sort-split-icon svg {
|
|
1003
|
+
fill: var(--antv-s2-font-65);
|
|
1004
|
+
}
|
|
1005
|
+
.antv-s2-advanced-sort-custom-modal .antv-s2-advanced-sort-card-content .ant-card-body .antv-s2-advanced-sort-split-value:nth-child(odd) {
|
|
1006
|
+
background: var(--antv-s2-block-background, #f7f9fb);
|
|
1007
|
+
}
|
|
1008
1008
|
.antv-s2-drill-down[data-v-51804a8c] {
|
|
1009
1009
|
width: 260px;
|
|
1010
1010
|
min-height: 20px;
|
|
@@ -1069,6 +1069,14 @@
|
|
|
1069
1069
|
padding: 12px;
|
|
1070
1070
|
font-size: 12px;
|
|
1071
1071
|
}
|
|
1072
|
+
.antv-s2-reset-btn {
|
|
1073
|
+
color: #3572f9;
|
|
1074
|
+
cursor: pointer;
|
|
1075
|
+
padding-left: 8px;
|
|
1076
|
+
}
|
|
1077
|
+
.antv-s2-reset-btn-text {
|
|
1078
|
+
margin-left: 4px;
|
|
1079
|
+
}
|
|
1072
1080
|
.antv-s2-radio-group {
|
|
1073
1081
|
color: #3572f9;
|
|
1074
1082
|
cursor: pointer;
|
|
@@ -1111,14 +1119,6 @@
|
|
|
1111
1119
|
flex-direction: column;
|
|
1112
1120
|
align-items: flex-start;
|
|
1113
1121
|
}
|
|
1114
|
-
.antv-s2-reset-btn {
|
|
1115
|
-
color: #3572f9;
|
|
1116
|
-
cursor: pointer;
|
|
1117
|
-
padding-left: 8px;
|
|
1118
|
-
}
|
|
1119
|
-
.antv-s2-reset-btn-text {
|
|
1120
|
-
margin-left: 4px;
|
|
1121
|
-
}
|
|
1122
1122
|
.antv-s2-reset-group {
|
|
1123
1123
|
width: 340px;
|
|
1124
1124
|
}
|
|
@@ -1244,6 +1244,14 @@
|
|
|
1244
1244
|
height: 12px;
|
|
1245
1245
|
fill: var(--antv-s2-font);
|
|
1246
1246
|
}
|
|
1247
|
+
.antv-s2-drag-copy-mask {
|
|
1248
|
+
position: absolute;
|
|
1249
|
+
top: -4px;
|
|
1250
|
+
left: -4px;
|
|
1251
|
+
z-index: 9;
|
|
1252
|
+
background-color: rgba(194, 213, 254, 0.5);
|
|
1253
|
+
cursor: crosshair;
|
|
1254
|
+
}
|
|
1247
1255
|
.antv-s2-drag-copy-point {
|
|
1248
1256
|
position: absolute;
|
|
1249
1257
|
z-index: 9;
|
|
@@ -1253,11 +1261,3 @@
|
|
|
1253
1261
|
cursor: crosshair;
|
|
1254
1262
|
user-select: none;
|
|
1255
1263
|
}
|
|
1256
|
-
.antv-s2-drag-copy-mask {
|
|
1257
|
-
position: absolute;
|
|
1258
|
-
top: -4px;
|
|
1259
|
-
left: -4px;
|
|
1260
|
-
z-index: 9;
|
|
1261
|
-
background-color: rgba(194, 213, 254, 0.5);
|
|
1262
|
-
cursor: crosshair;
|
|
1263
|
-
}
|