@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.
- package/dist/components/e-charts/index.js +1 -1
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
- package/web-types.json +1 -1
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/
|
|
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.
|
|
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