luyoumin-ui 0.0.47 → 0.0.48
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/global.d.ts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/luyoumin-ui.es.js +6 -6
- package/dist/luyoumin-ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/global.d.ts +4 -4
- /package/dist/components/echarts/{Echarts.vue.d.ts → LymEcharts.vue.d.ts} +0 -0
package/dist/global.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export {}
|
|
2
2
|
|
|
3
|
-
import { GenericImg, LymButton, LymCheckBox, LymCheckBoxGroup, LymColorPicker, LymDialog, LymDrawer, LymInput, LymLink,
|
|
3
|
+
import { GenericImg, LymButton, LymCheckBox, LymCheckBoxGroup, LymColorPicker, LymDialog, LymDrawer, LymInput, LymLink, LymEcharts } from './index'
|
|
4
4
|
|
|
5
5
|
// 自动注册全局组件虽然很方便,但在使用时缺少了ts类型提示,下面介绍一下为全局组件添加类型提示
|
|
6
6
|
declare module 'vue' {
|
|
@@ -14,6 +14,6 @@ declare module 'vue' {
|
|
|
14
14
|
LymDrawer: typeof LymDrawer
|
|
15
15
|
LymInput: typeof LymInput
|
|
16
16
|
LymLink: typeof LymLink
|
|
17
|
-
|
|
17
|
+
LymEcharts: typeof LymEcharts
|
|
18
18
|
}
|
|
19
19
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -8,10 +8,10 @@ import { default as LymDrawer } from './components/LymDrawer.vue';
|
|
|
8
8
|
import { default as LymInput } from './components/LymInput.vue';
|
|
9
9
|
import { default as LymLink } from './components/LymLink.vue';
|
|
10
10
|
import { default as GenericImg } from './components/generic-img/GenericImg.vue';
|
|
11
|
-
import { default as
|
|
11
|
+
import { default as LymEcharts } from './components/echarts/LymEcharts.vue';
|
|
12
12
|
|
|
13
13
|
declare const install: {
|
|
14
14
|
install(app: App): void;
|
|
15
15
|
};
|
|
16
|
-
export { LymButton, LymCheckBox, LymCheckBoxGroup, LymColorPicker, LymDialog, LymDrawer, LymInput, LymLink, GenericImg,
|
|
16
|
+
export { LymButton, LymCheckBox, LymCheckBoxGroup, LymColorPicker, LymDialog, LymDrawer, LymInput, LymLink, GenericImg, LymEcharts };
|
|
17
17
|
export default install;
|
package/dist/luyoumin-ui.es.js
CHANGED
|
@@ -78766,7 +78766,7 @@ registerAction({
|
|
|
78766
78766
|
bMapModel.setCenterAndZoom([center2.lng, center2.lat], bmap.getZoom());
|
|
78767
78767
|
});
|
|
78768
78768
|
});
|
|
78769
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
78769
|
+
const _withScopeId = (n) => (pushScopeId("data-v-dab4c056"), n = n(), popScopeId(), n);
|
|
78770
78770
|
const _hoisted_1 = { class: "echarts-sample" };
|
|
78771
78771
|
const _hoisted_2 = { class: "lym-flex-df" };
|
|
78772
78772
|
const _hoisted_3 = {
|
|
@@ -78786,7 +78786,7 @@ const _hoisted_7 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElem
|
|
|
78786
78786
|
const _hoisted_8 = { class: "load-ani" };
|
|
78787
78787
|
const _hoisted_9 = { class: "change-theme lym-flex-df" };
|
|
78788
78788
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
78789
|
-
__name: "
|
|
78789
|
+
__name: "LymEcharts",
|
|
78790
78790
|
setup(__props) {
|
|
78791
78791
|
const currentType = ref({ name: "空白图" });
|
|
78792
78792
|
const currentTheme = ref(0);
|
|
@@ -78914,15 +78914,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
78914
78914
|
};
|
|
78915
78915
|
}
|
|
78916
78916
|
});
|
|
78917
|
-
const
|
|
78917
|
+
const LymEcharts = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-dab4c056"]]);
|
|
78918
78918
|
const __vite_glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
78919
78919
|
__proto__: null,
|
|
78920
|
-
default:
|
|
78920
|
+
default: LymEcharts
|
|
78921
78921
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
78922
78922
|
const install = {
|
|
78923
78923
|
install(app) {
|
|
78924
78924
|
var _a2;
|
|
78925
|
-
const components = /* @__PURE__ */ Object.assign({ "./components/JsonExportExcel.vue": __vite_glob_0_0, "./components/LymButton.vue": __vite_glob_0_1, "./components/LymCheckBox.vue": __vite_glob_0_2, "./components/LymCheckBoxGroup.vue": __vite_glob_0_3, "./components/LymColorPicker.vue": __vite_glob_0_4, "./components/LymDialog.vue": __vite_glob_0_5, "./components/LymDrawer.vue": __vite_glob_0_6, "./components/LymInput.vue": __vite_glob_0_7, "./components/LymLink.vue": __vite_glob_0_8, "./components/cascader/LymCascader.vue": __vite_glob_0_9, "./components/echarts/
|
|
78925
|
+
const components = /* @__PURE__ */ Object.assign({ "./components/JsonExportExcel.vue": __vite_glob_0_0, "./components/LymButton.vue": __vite_glob_0_1, "./components/LymCheckBox.vue": __vite_glob_0_2, "./components/LymCheckBoxGroup.vue": __vite_glob_0_3, "./components/LymColorPicker.vue": __vite_glob_0_4, "./components/LymDialog.vue": __vite_glob_0_5, "./components/LymDrawer.vue": __vite_glob_0_6, "./components/LymInput.vue": __vite_glob_0_7, "./components/LymLink.vue": __vite_glob_0_8, "./components/cascader/LymCascader.vue": __vite_glob_0_9, "./components/echarts/LymEcharts.vue": __vite_glob_0_10, "./components/generic-img/GenericImg.vue": __vite_glob_0_11, "./components/generic-img/SvgIcons.vue": __vite_glob_0_12 });
|
|
78926
78926
|
for (const path in components) {
|
|
78927
78927
|
const component = components[path];
|
|
78928
78928
|
const componentName = (_a2 = path.split("/").pop()) == null ? void 0 : _a2.replace(/\.\w+$/, "");
|
|
@@ -78934,7 +78934,6 @@ const install = {
|
|
|
78934
78934
|
}
|
|
78935
78935
|
};
|
|
78936
78936
|
export {
|
|
78937
|
-
Echarts,
|
|
78938
78937
|
GenericImg,
|
|
78939
78938
|
LymButton,
|
|
78940
78939
|
LymCheckBox,
|
|
@@ -78942,6 +78941,7 @@ export {
|
|
|
78942
78941
|
LymColorPicker,
|
|
78943
78942
|
LymDialog,
|
|
78944
78943
|
LymDrawer,
|
|
78944
|
+
LymEcharts,
|
|
78945
78945
|
LymInput,
|
|
78946
78946
|
LymLink,
|
|
78947
78947
|
install as default
|