@antv/s2-vue 2.2.0-alpha.3 → 2.2.0-beta.1
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 +221 -221
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/style.css +237 -237
- 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-beta.1";
|
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-beta.1";
|
|
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-beta.1';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQO,MAAM,UAAU;"}
|
package/esm/style.css
CHANGED
|
@@ -1,32 +1,3 @@
|
|
|
1
|
-
.antv-s2-spin.ant-spin-nested-loading,
|
|
2
|
-
.antv-s2-spin > .ant-spin-container {
|
|
3
|
-
height: 100%;
|
|
4
|
-
}
|
|
5
|
-
.antv-s2-wrapper {
|
|
6
|
-
padding: 0;
|
|
7
|
-
margin: 0;
|
|
8
|
-
display: flex;
|
|
9
|
-
flex-direction: column;
|
|
10
|
-
height: 100%;
|
|
11
|
-
}
|
|
12
|
-
.antv-s2-container {
|
|
13
|
-
overflow: auto;
|
|
14
|
-
flex: 1 1 auto;
|
|
15
|
-
}
|
|
16
|
-
.antv-s2-container canvas {
|
|
17
|
-
display: block;
|
|
18
|
-
}
|
|
19
|
-
.antv-s2-pagination {
|
|
20
|
-
display: flex;
|
|
21
|
-
align-items: center;
|
|
22
|
-
z-index: 1024;
|
|
23
|
-
}
|
|
24
|
-
.antv-s2-pagination-count {
|
|
25
|
-
margin-left: 12px;
|
|
26
|
-
text-overflow: ellipsis;
|
|
27
|
-
white-space: nowrap;
|
|
28
|
-
max-width: 64px;
|
|
29
|
-
}
|
|
30
1
|
.antv-s2-tooltip-tips,
|
|
31
2
|
.antv-s2-tooltip-name {
|
|
32
3
|
padding: 12px;
|
|
@@ -135,6 +106,192 @@
|
|
|
135
106
|
.ant-dropdown-menu-item.operation-item {
|
|
136
107
|
font-size: 12px;
|
|
137
108
|
}
|
|
109
|
+
.antv-s2-spin.ant-spin-nested-loading,
|
|
110
|
+
.antv-s2-spin > .ant-spin-container {
|
|
111
|
+
height: 100%;
|
|
112
|
+
}
|
|
113
|
+
.antv-s2-wrapper {
|
|
114
|
+
padding: 0;
|
|
115
|
+
margin: 0;
|
|
116
|
+
display: flex;
|
|
117
|
+
flex-direction: column;
|
|
118
|
+
height: 100%;
|
|
119
|
+
}
|
|
120
|
+
.antv-s2-container {
|
|
121
|
+
overflow: auto;
|
|
122
|
+
flex: 1 1 auto;
|
|
123
|
+
}
|
|
124
|
+
.antv-s2-container canvas {
|
|
125
|
+
display: block;
|
|
126
|
+
}
|
|
127
|
+
.antv-s2-pagination {
|
|
128
|
+
display: flex;
|
|
129
|
+
align-items: center;
|
|
130
|
+
z-index: 1024;
|
|
131
|
+
}
|
|
132
|
+
.antv-s2-pagination-count {
|
|
133
|
+
margin-left: 12px;
|
|
134
|
+
text-overflow: ellipsis;
|
|
135
|
+
white-space: nowrap;
|
|
136
|
+
max-width: 64px;
|
|
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
|
+
.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
|
+
}
|
|
138
295
|
.antv-s2-drill-down {
|
|
139
296
|
width: 260px;
|
|
140
297
|
min-height: 20px;
|
|
@@ -199,6 +356,33 @@
|
|
|
199
356
|
padding: 12px;
|
|
200
357
|
font-size: 12px;
|
|
201
358
|
}
|
|
359
|
+
.antv-s2-color-box {
|
|
360
|
+
display: inline-flex;
|
|
361
|
+
box-sizing: border-box;
|
|
362
|
+
width: 20px;
|
|
363
|
+
height: 20px;
|
|
364
|
+
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
365
|
+
border-radius: 2px;
|
|
366
|
+
cursor: pointer;
|
|
367
|
+
transition: all 0.3s;
|
|
368
|
+
}
|
|
369
|
+
.antv-s2-color-box:hover {
|
|
370
|
+
transform: scale(1.1);
|
|
371
|
+
}
|
|
372
|
+
.antv-s2-theme-panel {
|
|
373
|
+
width: 340px;
|
|
374
|
+
}
|
|
375
|
+
.antv-s2-theme-panel-custom-color {
|
|
376
|
+
margin-top: 8px;
|
|
377
|
+
}
|
|
378
|
+
.antv-s2-theme-panel-custom-color-title {
|
|
379
|
+
margin-right: 8px;
|
|
380
|
+
color: rgba(0, 0, 0, 0.45);
|
|
381
|
+
font-size: 14px;
|
|
382
|
+
}
|
|
383
|
+
.antv-s2-text-align-panel {
|
|
384
|
+
width: 340px;
|
|
385
|
+
}
|
|
202
386
|
.antv-s2-switcher-dimension {
|
|
203
387
|
background-color: transparent;
|
|
204
388
|
display: flex;
|
|
@@ -575,35 +759,6 @@
|
|
|
575
759
|
.antv-s2-switcher-switcher-overlay .ant-popover-inner-content {
|
|
576
760
|
padding: 16px;
|
|
577
761
|
}
|
|
578
|
-
.antv-s2-text-align-panel {
|
|
579
|
-
width: 340px;
|
|
580
|
-
}
|
|
581
|
-
.antv-s2-frozen-panel {
|
|
582
|
-
width: 400px;
|
|
583
|
-
}
|
|
584
|
-
.antv-s2-frozen-panel-container {
|
|
585
|
-
display: flex;
|
|
586
|
-
align-items: center;
|
|
587
|
-
justify-content: space-between;
|
|
588
|
-
}
|
|
589
|
-
.antv-s2-frozen-panel-container:not(:last-of-type) {
|
|
590
|
-
margin-bottom: 6px;
|
|
591
|
-
}
|
|
592
|
-
.antv-s2-frozen-panel-container-group {
|
|
593
|
-
color: rgba(0, 0, 0, 0.43);
|
|
594
|
-
}
|
|
595
|
-
.antv-s2-frozen-panel-container-group:not(:last-of-type) {
|
|
596
|
-
margin-right: 12px;
|
|
597
|
-
}
|
|
598
|
-
.antv-s2-frozen-panel-container .ant-checkbox-wrapper {
|
|
599
|
-
margin-right: 50px;
|
|
600
|
-
color: #535455;
|
|
601
|
-
}
|
|
602
|
-
.antv-s2-frozen-panel-container .ant-input-number.antv-s2-frozen-input-number {
|
|
603
|
-
width: 50px;
|
|
604
|
-
margin: 0 4px;
|
|
605
|
-
border-radius: 4px;
|
|
606
|
-
}
|
|
607
762
|
.antv-s2-strategy-sheet-tooltip {
|
|
608
763
|
line-height: 20px;
|
|
609
764
|
font-size: 12px;
|
|
@@ -850,161 +1005,6 @@
|
|
|
850
1005
|
.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 {
|
|
851
1006
|
margin-left: 4px;
|
|
852
1007
|
}
|
|
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;
|
|
@@ -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
|
-
}
|
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-beta.1";
|
|
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-beta.1';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|