@antv/s2-vue 2.0.0-next.15 → 2.0.0-next.16
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/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/style.min.css +1 -1
- package/esm/index.d.ts +578 -160
- package/esm/index.js +63 -5
- package/esm/index.js.map +1 -1
- package/esm/style.css +4 -51
- package/lib/index.js +63 -5
- package/lib/index.js.map +1 -1
- package/lib/style.css +4 -51
- package/package.json +1 -1
package/lib/style.css
CHANGED
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
border: 0;
|
|
7
7
|
cursor: pointer;
|
|
8
8
|
}
|
|
9
|
+
.antv-s2-tooltip-operator .ant-menu {
|
|
10
|
+
font-size: 12px;
|
|
11
|
+
}
|
|
9
12
|
.antv-s2-tooltip-operator .ant-menu-horizontal:not(.ant-menu-dark) {
|
|
10
13
|
background: transparent;
|
|
11
14
|
line-height: 36px;
|
|
@@ -19,7 +22,6 @@
|
|
|
19
22
|
color: var(--antv-s2-font, rgba(0, 0, 0, 0.65));
|
|
20
23
|
border: 0;
|
|
21
24
|
user-select: none;
|
|
22
|
-
padding: 4px;
|
|
23
25
|
width: 100%;
|
|
24
26
|
}
|
|
25
27
|
.antv-s2-tooltip-operator-menus.ant-menu-vertical.ant-menu .ant-menu-item {
|
|
@@ -118,52 +120,6 @@
|
|
|
118
120
|
height: 12px;
|
|
119
121
|
fill: var(--antv-s2-font);
|
|
120
122
|
}
|
|
121
|
-
@media only screen and (max-device-width: 480px) {
|
|
122
|
-
.antv-s2-tooltip-operator-menus.ant-menu-vertical.ant-menu {
|
|
123
|
-
font-size: 12px;
|
|
124
|
-
}
|
|
125
|
-
.antv-s2-tooltip-operator-menus.ant-menu-vertical.ant-menu .ant-menu-item {
|
|
126
|
-
height: 36px;
|
|
127
|
-
}
|
|
128
|
-
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-dropdown-menu-item,
|
|
129
|
-
.antv-s2-tooltip-operator-menus.ant-menu-vertical .ant-dropdown-menu-item,
|
|
130
|
-
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-menu-item,
|
|
131
|
-
.antv-s2-tooltip-operator-menus.ant-menu-vertical .ant-menu-item {
|
|
132
|
-
line-height: 36px;
|
|
133
|
-
}
|
|
134
|
-
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-dropdown-menu-submenu .ant-menu-submenu-title,
|
|
135
|
-
.antv-s2-tooltip-operator-menus.ant-menu-vertical .ant-dropdown-menu-submenu .ant-menu-submenu-title,
|
|
136
|
-
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-dropdown-menu-submenu-vertical .ant-menu-submenu-title,
|
|
137
|
-
.antv-s2-tooltip-operator-menus.ant-menu-vertical .ant-dropdown-menu-submenu-vertical .ant-menu-submenu-title,
|
|
138
|
-
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-menu-submenu .ant-menu-submenu-title,
|
|
139
|
-
.antv-s2-tooltip-operator-menus.ant-menu-vertical .ant-menu-submenu .ant-menu-submenu-title,
|
|
140
|
-
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-menu-submenu-vertical .ant-menu-submenu-title,
|
|
141
|
-
.antv-s2-tooltip-operator-menus.ant-menu-vertical .ant-menu-submenu-vertical .ant-menu-submenu-title {
|
|
142
|
-
font-size: 12px;
|
|
143
|
-
}
|
|
144
|
-
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-dropdown-menu-submenu .ant-menu-submenu-title:not(.ant-menu-item-active),
|
|
145
|
-
.antv-s2-tooltip-operator-menus.ant-menu-vertical .ant-dropdown-menu-submenu .ant-menu-submenu-title:not(.ant-menu-item-active),
|
|
146
|
-
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-dropdown-menu-submenu-vertical .ant-menu-submenu-title:not(.ant-menu-item-active),
|
|
147
|
-
.antv-s2-tooltip-operator-menus.ant-menu-vertical .ant-dropdown-menu-submenu-vertical .ant-menu-submenu-title:not(.ant-menu-item-active),
|
|
148
|
-
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-menu-submenu .ant-menu-submenu-title:not(.ant-menu-item-active),
|
|
149
|
-
.antv-s2-tooltip-operator-menus.ant-menu-vertical .ant-menu-submenu .ant-menu-submenu-title:not(.ant-menu-item-active),
|
|
150
|
-
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-menu-submenu-vertical .ant-menu-submenu-title:not(.ant-menu-item-active),
|
|
151
|
-
.antv-s2-tooltip-operator-menus.ant-menu-vertical .ant-menu-submenu-vertical .ant-menu-submenu-title:not(.ant-menu-item-active) {
|
|
152
|
-
color: var(--antv-s2-font, rgba(0, 0, 0, 0.65));
|
|
153
|
-
}
|
|
154
|
-
.antv-s2-tooltip-operator-submenu-popup .ant-dropdown-menu-item,
|
|
155
|
-
.antv-s2-tooltip-operator-submenu-popup .ant-menu-item {
|
|
156
|
-
font-size: 12px;
|
|
157
|
-
}
|
|
158
|
-
.antv-s2-tooltip-operator-submenu-popup .ant-dropdown-menu-item:not(.ant-menu-item-active),
|
|
159
|
-
.antv-s2-tooltip-operator-submenu-popup .ant-menu-item:not(.ant-menu-item-active) {
|
|
160
|
-
color: var(--antv-s2-font, rgba(0, 0, 0, 0.65));
|
|
161
|
-
}
|
|
162
|
-
.antv-s2-tooltip-operator-icon svg {
|
|
163
|
-
width: 12px;
|
|
164
|
-
height: 12px;
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
123
|
.antv-s2-tooltip-container {
|
|
168
124
|
position: fixed;
|
|
169
125
|
user-select: text;
|
|
@@ -333,7 +289,7 @@
|
|
|
333
289
|
width: 260px;
|
|
334
290
|
min-height: 20px;
|
|
335
291
|
position: relative;
|
|
336
|
-
color: var(--antv-s2-font-70,
|
|
292
|
+
color: var(--antv-s2-font-70, rgba(0, 0, 0, 0.9));
|
|
337
293
|
}
|
|
338
294
|
.antv-s2-drill-down-header[data-v-8dd920ec] {
|
|
339
295
|
display: flex;
|
|
@@ -366,9 +322,6 @@
|
|
|
366
322
|
.antv-s2-drill-down-search .ant-input[data-v-8dd920ec]::placeholder {
|
|
367
323
|
background-color: var(--antv-s2-block-background, #fff);
|
|
368
324
|
}
|
|
369
|
-
.antv-s2-drill-down-extra[data-v-8dd920ec] {
|
|
370
|
-
margin: 4px 16px;
|
|
371
|
-
}
|
|
372
325
|
.antv-s2-drill-down-menu[data-v-8dd920ec] {
|
|
373
326
|
max-height: 314px;
|
|
374
327
|
overflow: hidden auto;
|