@ecan-bi/datav 1.0.73 → 1.0.74
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.es.js +1 -0
- package/dist/index.umd.js +1 -0
- package/dist/style.css +1 -0
- package/package.json +5 -3
package/dist/index.es.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/*! @ecan-bi/datav@1.0.74 */
|
|
1
2
|
var _a, _b, _c;
|
|
2
3
|
import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, normalizeStyle, createCommentVNode, provide, toDisplayString, Fragment, renderList, createElementVNode, normalizeClass, pushScopeId, popScopeId, createSlots, resolveDynamicComponent, mergeProps, withModifiers, withDirectives, vShow } from "vue";
|
|
3
4
|
import { throttle, init, use, registerMap } from "echarts/core";
|
package/dist/index.umd.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/*! @ecan-bi/datav@1.0.74 */
|
|
1
2
|
(function(global, factory) {
|
|
2
3
|
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("vue"), require("echarts/core"), require("resize-detector"), require("ant-design-vue"), require("ant-design-vue/es/spin/style"), require("ant-design-vue/es/skeleton/style"), require("lodash-es"), require("axios"), require("mitt"), require("dayjs"), require("ant-design-vue/es/progress/style"), require("ant-design-vue/es/input/style"), require("ant-design-vue/es/date-picker/style"), require("ant-design-vue/es/date-picker/locale/zh_CN"), require("ant-design-vue/es/select/style"), require("ant-design-vue/es/button/style"), require("echarts/renderers"), require("echarts/charts"), require("echarts/components"), require("echarts"), require("ant-design-vue/es/modal/style"), require("ant-design-vue/es/table/style")) : typeof define === "function" && define.amd ? define(["exports", "vue", "echarts/core", "resize-detector", "ant-design-vue", "ant-design-vue/es/spin/style", "ant-design-vue/es/skeleton/style", "lodash-es", "axios", "mitt", "dayjs", "ant-design-vue/es/progress/style", "ant-design-vue/es/input/style", "ant-design-vue/es/date-picker/style", "ant-design-vue/es/date-picker/locale/zh_CN", "ant-design-vue/es/select/style", "ant-design-vue/es/button/style", "echarts/renderers", "echarts/charts", "echarts/components", "echarts", "ant-design-vue/es/modal/style", "ant-design-vue/es/table/style"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global["@ecan/bi-datav"] = {}, global.vue, global["echarts/core"], global["resize-detector"], global["ant-design-vue"], null, null, global["lodash-es"], global.axios, global.mitt, global.dayjs, null, null, null, global["ant-design-vue/es/date-picker/locale/zh_CN"], null, null, global["echarts/renderers"], global["echarts/charts"], global["echarts/components"], global.echarts));
|
|
3
4
|
})(this, function(exports2, vue, core, resizeDetector, antDesignVue, style$1, style$2, lodashEs, axios, mitt, dayjs, style$3, style$4, style$5, locale, style$6, style$7, renderers, charts, components$1, echarts) {
|
package/dist/style.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecan-bi/datav",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.74",
|
|
4
4
|
"main": "./dist/index.umd.js",
|
|
5
5
|
"module": "./dist/index.es.js",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"lint": "eslint ./src --ext .vue,.js,.ts,.jsx,.tsx",
|
|
26
26
|
"lint:fix": "eslint --fix ./src --ext .vue,.js,.ts,.jsx,.tsx",
|
|
27
27
|
"clean": "rimraf ./dist ./types",
|
|
28
|
+
"prepublishOnly": "npm run dist",
|
|
28
29
|
"test": "jest"
|
|
29
30
|
},
|
|
30
31
|
"devDependencies": {
|
|
@@ -64,13 +65,14 @@
|
|
|
64
65
|
"tslib": "^2.3.1",
|
|
65
66
|
"typescript": "4.4.4",
|
|
66
67
|
"vite": "^3.0.5",
|
|
68
|
+
"vite-plugin-banner": "^0.5.0",
|
|
67
69
|
"vite-plugin-dts": "^1.2.0",
|
|
70
|
+
"vite-plugin-eslint": "^1.6.1",
|
|
68
71
|
"vite-plugin-external": "^1.2.3",
|
|
69
72
|
"vite-plugin-style-import": "^2.0.0",
|
|
70
73
|
"vue": "3.2.27",
|
|
71
74
|
"vue-echarts": "^6.0.3",
|
|
72
|
-
"vue-jest": "^5.0.0-alpha.10"
|
|
73
|
-
"vite-plugin-eslint": "^1.6.1"
|
|
75
|
+
"vue-jest": "^5.0.0-alpha.10"
|
|
74
76
|
},
|
|
75
77
|
"peerDependencies": {
|
|
76
78
|
"ant-design-vue": "^3.1.1",
|