@antv/s2-vue 2.0.0-next.13 → 2.0.0-next.14
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 +115 -43
- package/esm/index.js +4 -4
- package/esm/index.js.map +1 -1
- package/esm/style.css +3 -0
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/lib/style.css +3 -0
- package/package.json +2 -2
package/esm/style.css
CHANGED
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
.antv-s2-tooltip-operator-menus.ant-menu-vertical.ant-menu .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
|
|
33
33
|
color: var(--antv-s2-font, rgba(0, 0, 0, 0.65));
|
|
34
34
|
}
|
|
35
|
+
.antv-s2-tooltip-operator-menus.ant-menu-vertical.ant-menu .ant-menu-submenu.ant-menu-submenu-selected {
|
|
36
|
+
background-color: var(--antv-s2-tooltip-operator-menu-selected-background, #e6f4ff);
|
|
37
|
+
}
|
|
35
38
|
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-dropdown-menu-item,
|
|
36
39
|
.antv-s2-tooltip-operator-menus.ant-menu-vertical .ant-dropdown-menu-item,
|
|
37
40
|
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-menu-item,
|
package/lib/index.js
CHANGED
|
@@ -3210,7 +3210,7 @@ const _hoisted_3$2 = [
|
|
|
3210
3210
|
_hoisted_2$2
|
|
3211
3211
|
];
|
|
3212
3212
|
function render$2(_ctx, _cache) {
|
|
3213
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$2, _hoisted_3$2);
|
|
3213
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$2, [..._hoisted_3$2]);
|
|
3214
3214
|
}
|
|
3215
3215
|
const LocationIcon = { render: render$2 };
|
|
3216
3216
|
const _hoisted_1$1 = {
|
|
@@ -3228,7 +3228,7 @@ const _hoisted_3$1 = [
|
|
|
3228
3228
|
_hoisted_2$1
|
|
3229
3229
|
];
|
|
3230
3230
|
function render$1(_ctx, _cache) {
|
|
3231
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1, _hoisted_3$1);
|
|
3231
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1, [..._hoisted_3$1]);
|
|
3232
3232
|
}
|
|
3233
3233
|
const TextIcon = { render: render$1 };
|
|
3234
3234
|
const _hoisted_1 = {
|
|
@@ -3246,7 +3246,7 @@ const _hoisted_3 = [
|
|
|
3246
3246
|
_hoisted_2
|
|
3247
3247
|
];
|
|
3248
3248
|
function render(_ctx, _cache) {
|
|
3249
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
3249
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._hoisted_3]);
|
|
3250
3250
|
}
|
|
3251
3251
|
const CalendarIcon = { render };
|
|
3252
3252
|
const _sfc_main$3 = vue.defineComponent({
|
|
@@ -3501,7 +3501,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3501
3501
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.sheetType), { ref: "s2Ref" }, null, 512);
|
|
3502
3502
|
}
|
|
3503
3503
|
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
3504
|
-
const version = "@antv/s2-vue-v2.0.0-next.
|
|
3504
|
+
const version = "@antv/s2-vue-v2.0.0-next.14";
|
|
3505
3505
|
exports.BaseSheet = BaseSheet;
|
|
3506
3506
|
exports.CustomTooltip = CustomTooltip;
|
|
3507
3507
|
exports.PivotSheet = PivotSheet;
|