luyoumin-ui 0.0.49 → 0.0.51

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.
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value2) => {
4
4
  __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value2);
5
5
  return value2;
6
6
  };
7
- import { e as each, f as formatTime, m as modifyHSL, p as parseDate, a as format, r as round, c as clipRectByRect, b as addCommas, l as lift, d as linearMap } from "./index-DZ8rt--P.js";
7
+ import { e as each, f as formatTime, m as modifyHSL, p as parseDate, a as format, r as round, c as clipRectByRect, b as addCommas, l as lift, d as linearMap } from "./index-DirUC2-X.js";
8
8
  const rawData = [
9
9
  ["Income", "Life Expectancy", "Population", "Country", "Year"],
10
10
  [815, 34.05, 351014, "Australia", 1800],
@@ -0,0 +1,19 @@
1
+ export {}
2
+
3
+ import { GenericImg, LymButton, LymCheckBox, LymCheckBoxGroup, LymColorPicker, LymDialog, LymDrawer, LymInput, LymLink, LymEcharts } from './index'
4
+
5
+ // 自动注册全局组件虽然很方便,但在使用时缺少了ts类型提示,下面介绍一下为全局组件添加类型提示
6
+ declare module 'vue' {
7
+ export interface GlobalComponents {
8
+ GenericImg: typeof GenericImg
9
+ LymButton: typeof LymButton
10
+ LymCheckBox: typeof LymCheckBox
11
+ LymCheckBoxGroup: typeof LymCheckBoxGroup
12
+ LymColorPicker: typeof LymColorPicker
13
+ LymDialog: typeof LymDialog
14
+ LymDrawer: typeof LymDrawer
15
+ LymInput: typeof LymInput
16
+ LymLink: typeof LymLink
17
+ LymEcharts: typeof LymEcharts
18
+ }
19
+ }
@@ -78785,7 +78785,7 @@ registerAction({
78785
78785
  bMapModel.setCenterAndZoom([center2.lng, center2.lat], bmap.getZoom());
78786
78786
  });
78787
78787
  });
78788
- const _withScopeId = (n) => (pushScopeId("data-v-7b5b452e"), n = n(), popScopeId(), n);
78788
+ const _withScopeId = (n) => (pushScopeId("data-v-ff35468f"), n = n(), popScopeId(), n);
78789
78789
  const _hoisted_1 = { class: "echarts-sample" };
78790
78790
  const _hoisted_2 = { class: "lym-flex-df" };
78791
78791
  const _hoisted_3 = {
@@ -78801,7 +78801,7 @@ const _hoisted_6 = {
78801
78801
  key: 1,
78802
78802
  class: "wait-loading lym-flex-cc"
78803
78803
  };
78804
- const _hoisted_7 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", null, "图表数据加载中", -1));
78804
+ const _hoisted_7 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "color": "black" } }, "图表数据加载中", -1));
78805
78805
  const _hoisted_8 = { class: "load-ani" };
78806
78806
  const _hoisted_9 = { class: "change-theme lym-flex-df" };
78807
78807
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -78831,7 +78831,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
78831
78831
  }
78832
78832
  });
78833
78833
  async function getCahrtData() {
78834
- const asd = await import("./charts-data-CaO9wreO.js");
78834
+ const asd = await import("./charts-data-CkQk1aWn.js");
78835
78835
  chartSamples.value = asd.default.chartSamples;
78836
78836
  }
78837
78837
  function changeTheme(type) {
@@ -78933,7 +78933,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
78933
78933
  };
78934
78934
  }
78935
78935
  });
78936
- const LymEcharts = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7b5b452e"]]);
78936
+ const LymEcharts = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-ff35468f"]]);
78937
78937
  const __vite_glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
78938
78938
  __proto__: null,
78939
78939
  default: LymEcharts
@@ -1,4 +1,4 @@
1
- import { G, L, g, _, h, i, j, o, k, n, q } from "./index-DZ8rt--P.js";
1
+ import { G, L, g, _, h, i, j, o, k, n, q } from "./index-DirUC2-X.js";
2
2
  export {
3
3
  G as GenericImg,
4
4
  L as LymButton,