@web-utils/component 2.7.34 → 2.7.35

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.
@@ -1,4 +1,4 @@
1
- import echarts from "echarts/lib/echarts";
1
+ import * as echarts from "echarts/core";
2
2
  import { isString } from "@web-utils/core";
3
3
  import { debounce } from "@web-utils/integrations/lodash";
4
4
  import { addListener, removeListener } from "resize-detector";
package/dist/index.es.js CHANGED
@@ -75,7 +75,7 @@ import OverlayScrollbars from "overlayscrollbars";
75
75
  import "overlayscrollbars/css/OverlayScrollbars.css";
76
76
  import { dialog } from "@web-utils/vue/mixin/dialog";
77
77
  import Vue from "vue";
78
- import echarts from "echarts/lib/echarts";
78
+ import * as echarts from "echarts/core";
79
79
  import { debounce, cloneDeep, merge } from "@web-utils/integrations/lodash";
80
80
  import { addListener, removeListener } from "resize-detector";
81
81
  import { addResizeListener, removeResizeListener } from "@web-utils/integrations/resize";
@@ -52071,7 +52071,7 @@ function __vue2_injectStyles(context) {
52071
52071
  const Watermark = /* @__PURE__ */ function() {
52072
52072
  return __component__.exports;
52073
52073
  }();
52074
- const version = "2.7.34";
52074
+ const version = "2.7.35";
52075
52075
  function index(Vue2) {
52076
52076
  Vue2.component(AddressInput.name, AddressInput);
52077
52077
  Vue2.component(Affix.name, Affix);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web-utils/component",
3
- "version": "2.7.34",
3
+ "version": "2.7.35",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "license": "MIT",
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@web-utils/component",
5
- "version": "2.7.34",
5
+ "version": "2.7.35",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",