sun-card-design 1.1.40 → 1.1.42

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.
Files changed (27) hide show
  1. package/README.md +4 -0
  2. package/dist/mobile/sun-card-design-mobile.es21.js +3 -2
  3. package/dist/mobile/sun-card-design-mobile.es23.js +3 -2
  4. package/dist/mobile/sun-card-design-mobile.es25.js +6 -6
  5. package/dist/mobile/sun-card-design-mobile.es51.js +4 -0
  6. package/dist/mobile/sun-card-design-mobile.es56.js +207 -45
  7. package/dist/mobile/sun-card-design-mobile.es57.js +47 -70
  8. package/dist/mobile/sun-card-design-mobile.es58.js +9 -20
  9. package/dist/mobile/sun-card-design-mobile.es59.js +7 -7
  10. package/dist/mobile/sun-card-design-mobile.es60.js +5 -5
  11. package/dist/mobile/sun-card-design-mobile.es61.js +5 -5
  12. package/dist/pc/sun-card-design-pc.es21.js +3 -2
  13. package/dist/pc/sun-card-design-pc.es23.js +3 -2
  14. package/dist/pc/sun-card-design-pc.es25.js +6 -6
  15. package/dist/pc/sun-card-design-pc.es51.js +4 -0
  16. package/dist/pc/sun-card-design-pc.es56.js +207 -45
  17. package/dist/pc/sun-card-design-pc.es57.js +47 -70
  18. package/dist/pc/sun-card-design-pc.es58.js +9 -20
  19. package/dist/pc/sun-card-design-pc.es59.js +7 -7
  20. package/dist/pc/sun-card-design-pc.es60.js +5 -5
  21. package/dist/{mobile/sun-card-design-mobile.es62.js → pc/sun-card-design-pc.es61.js} +3 -3
  22. package/dist/public/sun-card-design.css +1 -1
  23. package/package.json +2 -2
  24. package/dist/mobile/sun-card-design-mobile.es55.js +0 -226
  25. package/dist/pc/sun-card-design-pc.es55.js +0 -226
  26. /package/dist/mobile/{sun-card-design-mobile.es65.js → sun-card-design-mobile.es66.js} +0 -0
  27. /package/dist/pc/{sun-card-design-pc.es65.js → sun-card-design-pc.es66.js} +0 -0
package/README.md CHANGED
@@ -115,3 +115,7 @@ const record = ref({
115
115
  ## 许可证
116
116
 
117
117
  MIT
118
+
119
+ ## 作者
120
+
121
+ js-feng@foxmail.com
@@ -2,6 +2,7 @@ import { ref, computed, onMounted, onUnmounted, createElementBlock, openBlock, n
2
2
  import * as THREE from "three";
3
3
  import { OrbitControls } from "three/examples/jsm/controls/OrbitControls.js";
4
4
  import { CSS2DRenderer, CSS2DObject } from "three/examples/jsm/renderers/CSS2DRenderer.js";
5
+ import Pic1 from "./sun-card-design-mobile.es51.js";
5
6
  /* empty css */
6
7
  import _export_sfc from "./sun-card-design-mobile.es28.js";
7
8
  const _sfc_main = {
@@ -61,7 +62,7 @@ const _sfc_main = {
61
62
  renderer.outputColorSpace = THREE.SRGBColorSpace;
62
63
  containerRef.value.appendChild(renderer.domElement);
63
64
  try {
64
- const jpgUrl = new URL("/assets/pic1.jpg", import.meta.url).href;
65
+ const jpgUrl = new URL(Pic1, import.meta.url).href;
65
66
  const textureLoader = new THREE.TextureLoader();
66
67
  textureLoader.load(
67
68
  jpgUrl,
@@ -369,7 +370,7 @@ const _sfc_main = {
369
370
  };
370
371
  }
371
372
  };
372
- const BarChart3D = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8a4e4da8"]]);
373
+ const BarChart3D = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1c984e5e"]]);
373
374
  export {
374
375
  BarChart3D as default
375
376
  };
@@ -2,6 +2,7 @@ import { ref, computed, onMounted, onUnmounted, createElementBlock, openBlock, n
2
2
  import * as THREE from "three";
3
3
  import { OrbitControls } from "three/examples/jsm/controls/OrbitControls.js";
4
4
  import { CSS2DRenderer, CSS2DObject } from "three/examples/jsm/renderers/CSS2DRenderer.js";
5
+ import Pic1 from "./sun-card-design-mobile.es51.js";
5
6
  /* empty css */
6
7
  import _export_sfc from "./sun-card-design-mobile.es28.js";
7
8
  const _sfc_main = {
@@ -72,7 +73,7 @@ const _sfc_main = {
72
73
  renderer.outputColorSpace = THREE.SRGBColorSpace;
73
74
  containerRef.value.appendChild(renderer.domElement);
74
75
  try {
75
- const jpgUrl = new URL("/assets/pic1.jpg", import.meta.url).href;
76
+ const jpgUrl = new URL(Pic1, import.meta.url).href;
76
77
  const textureLoader = new THREE.TextureLoader();
77
78
  textureLoader.load(
78
79
  jpgUrl,
@@ -342,7 +343,7 @@ const _sfc_main = {
342
343
  };
343
344
  }
344
345
  };
345
- const PieChart3D = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-26df6fca"]]);
346
+ const PieChart3D = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c0e183de"]]);
346
347
  export {
347
348
  PieChart3D as default
348
349
  };
@@ -4,7 +4,7 @@ import Text from "./sun-card-design-mobile.es4.js";
4
4
  import Button from "./sun-card-design-mobile.es5.js";
5
5
  import Grid from "./sun-card-design-mobile.es15.js";
6
6
  import File from "./sun-card-design-mobile.es7.js";
7
- import Upload from "./sun-card-design-mobile.es55.js";
7
+ import Upload from "./sun-card-design-mobile.es56.js";
8
8
  import Picture from "./sun-card-design-mobile.es6.js";
9
9
  import Tag from "./sun-card-design-mobile.es11.js";
10
10
  import Rate from "./sun-card-design-mobile.es10.js";
@@ -22,11 +22,11 @@ import LineChart from "./sun-card-design-mobile.es24.js";
22
22
  import BarChart3D from "./sun-card-design-mobile.es21.js";
23
23
  import PieChart3D from "./sun-card-design-mobile.es23.js";
24
24
  import Panorama from "./sun-card-design-mobile.es13.js";
25
- import SunIcon from "./sun-card-design-mobile.es56.js";
26
- import SingleColumn from "./sun-card-design-mobile.es57.js";
27
- import MultipleColumn from "./sun-card-design-mobile.es58.js";
28
- import MultipleLine from "./sun-card-design-mobile.es59.js";
29
- import GridList from "./sun-card-design-mobile.es60.js";
25
+ import SunIcon from "./sun-card-design-mobile.es57.js";
26
+ import SingleColumn from "./sun-card-design-mobile.es58.js";
27
+ import MultipleColumn from "./sun-card-design-mobile.es59.js";
28
+ import MultipleLine from "./sun-card-design-mobile.es60.js";
29
+ import GridList from "./sun-card-design-mobile.es61.js";
30
30
  /* empty css */
31
31
  import _export_sfc from "./sun-card-design-mobile.es28.js";
32
32
  const _hoisted_1 = {