jvs-draw 1.1.13 → 1.1.14

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 (40) hide show
  1. package/dist/App.vue.d.ts +8 -1
  2. package/dist/components/BoardName.vue.d.ts +17 -1
  3. package/dist/config.d.ts +9 -0
  4. package/dist/core/element.d.ts +1 -1
  5. package/dist/jvs-draw.css +1 -1
  6. package/dist/jvs-draw.es.js +19935 -9875
  7. package/dist/jvs-draw.umd.js +32 -23
  8. package/dist/jvs-ui-public/icon-fonts/iconfont.css +71 -3
  9. package/dist/jvs-ui-public/icon-fonts/iconfont.js +1 -1
  10. package/dist/jvs-ui-public/icon-fonts/iconfont.json +119 -0
  11. package/dist/jvs-ui-public/icon-fonts/iconfont.ttf +0 -0
  12. package/dist/jvs-ui-public/icon-fonts/iconfont.woff +0 -0
  13. package/dist/jvs-ui-public/icon-fonts/iconfont.woff2 +0 -0
  14. package/dist/locales/en-US.d.ts +11 -0
  15. package/dist/locales/zh-CN.d.ts +11 -0
  16. package/dist/store/index.d.ts +23 -5
  17. package/dist/types/element.d.ts +2 -1
  18. package/dist/utils/aiDiagramStream.d.ts +2 -0
  19. package/dist/utils/export.d.ts +7 -0
  20. package/dist/utils/exportSVG.d.ts +6 -0
  21. package/dist/utils/isPointOnElement.d.ts +1 -1
  22. package/dist/utils/math.d.ts +9 -11
  23. package/dist/utils/pptxParser.d.ts +7 -0
  24. package/package.json +4 -1
  25. package/dist/elbow/algorithms/a-star.d.ts +0 -10
  26. package/dist/elbow/algorithms/data-structures/graph.d.ts +0 -14
  27. package/dist/elbow/algorithms/data-structures/index.d.ts +0 -2
  28. package/dist/elbow/algorithms/data-structures/priority-queue.d.ts +0 -16
  29. package/dist/elbow/algorithms/index.d.ts +0 -2
  30. package/dist/elbow/constants/default.d.ts +0 -10
  31. package/dist/elbow/constants/index.d.ts +0 -4
  32. package/dist/elbow/constants/media.d.ts +0 -6
  33. package/dist/elbow/constants/property.d.ts +0 -5
  34. package/dist/elbow/constants/resize.d.ts +0 -10
  35. package/dist/elbow/core.d.ts +0 -37
  36. package/dist/elbow/utils/elbow-line-route.d.ts +0 -38
  37. package/dist/elbow/utils/index.d.ts +0 -4
  38. package/dist/elbow/utils/line-path.d.ts +0 -7
  39. package/dist/elbow/utils/math.d.ts +0 -3
  40. package/dist/elbow/utils/vector.d.ts +0 -6
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "iconfont"; /* Project id 5125257 */
3
- src: url('iconfont.woff2?t=1775637978619') format('woff2'),
4
- url('iconfont.woff?t=1775637978619') format('woff'),
5
- url('iconfont.ttf?t=1775637978619') format('truetype');
3
+ src: url('iconfont.woff2?t=1776655084641') format('woff2'),
4
+ url('iconfont.woff?t=1776655084641') format('woff'),
5
+ url('iconfont.ttf?t=1776655084641') format('truetype');
6
6
  }
7
7
 
8
8
  .iconfont {
@@ -13,6 +13,74 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
+ .icon-yuyan:before {
17
+ content: "\ea2f";
18
+ }
19
+
20
+ .icon-Github:before {
21
+ content: "\ea30";
22
+ }
23
+
24
+ .icon-kaiyuandizhi:before {
25
+ content: "\ea27";
26
+ }
27
+
28
+ .icon-kuaijiejian1:before {
29
+ content: "\ea28";
30
+ }
31
+
32
+ .icon-fenxiang:before {
33
+ content: "\ea29";
34
+ }
35
+
36
+ .icon-ruankaiqifu:before {
37
+ content: "\ea2a";
38
+ }
39
+
40
+ .icon-sousuo:before {
41
+ content: "\ea2b";
42
+ }
43
+
44
+ .icon-jishuzhichi:before {
45
+ content: "\ea2c";
46
+ }
47
+
48
+ .icon-Gitee:before {
49
+ content: "\ea2d";
50
+ }
51
+
52
+ .icon-daochu:before {
53
+ content: "\ea2e";
54
+ }
55
+
56
+ .icon-svg:before {
57
+ content: "\e6e6";
58
+ }
59
+
60
+ .icon-tupian1:before {
61
+ content: "\e6e2";
62
+ }
63
+
64
+ .icon-zuoxia:before {
65
+ content: "\ea22";
66
+ }
67
+
68
+ .icon-youxia:before {
69
+ content: "\ea23";
70
+ }
71
+
72
+ .icon-zuoshang:before {
73
+ content: "\ea24";
74
+ }
75
+
76
+ .icon-youshang:before {
77
+ content: "\ea25";
78
+ }
79
+
80
+ .icon-zuoxia-copy:before {
81
+ content: "\ea26";
82
+ }
83
+
16
84
  .icon-zijianju:before {
17
85
  content: "\e803";
18
86
  }