jvs-draw 1.0.0

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 (66) hide show
  1. package/README.md +66 -0
  2. package/dist/App.vue.d.ts +2 -0
  3. package/dist/components/BoardName.vue.d.ts +5 -0
  4. package/dist/components/ContextMenu.vue.d.ts +18 -0
  5. package/dist/components/ExcalidrawCanvas.vue.d.ts +13 -0
  6. package/dist/components/FloatingPopovers.vue.d.ts +2 -0
  7. package/dist/components/FloatingPropertiesBar.vue.d.ts +7 -0
  8. package/dist/components/Footer.vue.d.ts +2 -0
  9. package/dist/components/HelpDialog.vue.d.ts +2 -0
  10. package/dist/components/PropertiesPanel.vue.d.ts +11 -0
  11. package/dist/components/Toolbar.vue.d.ts +2 -0
  12. package/dist/components/panelCom/alignStyle.vue.d.ts +2 -0
  13. package/dist/components/panelCom/arrowStyle.vue.d.ts +2 -0
  14. package/dist/components/panelCom/borderStyle.vue.d.ts +2 -0
  15. package/dist/components/panelCom/colorStyle.vue.d.ts +11 -0
  16. package/dist/components/panelCom/fillStyle.vue.d.ts +2 -0
  17. package/dist/components/panelCom/lineStyle.vue.d.ts +2 -0
  18. package/dist/components/panelCom/textStyle.vue.d.ts +2 -0
  19. package/dist/core/element.d.ts +25 -0
  20. package/dist/core/renderer.d.ts +7 -0
  21. package/dist/elbow/algorithms/a-star.d.ts +10 -0
  22. package/dist/elbow/algorithms/data-structures/graph.d.ts +14 -0
  23. package/dist/elbow/algorithms/data-structures/index.d.ts +2 -0
  24. package/dist/elbow/algorithms/data-structures/priority-queue.d.ts +16 -0
  25. package/dist/elbow/algorithms/index.d.ts +2 -0
  26. package/dist/elbow/constants/default.d.ts +10 -0
  27. package/dist/elbow/constants/index.d.ts +4 -0
  28. package/dist/elbow/constants/media.d.ts +6 -0
  29. package/dist/elbow/constants/property.d.ts +5 -0
  30. package/dist/elbow/constants/resize.d.ts +10 -0
  31. package/dist/elbow/core.d.ts +37 -0
  32. package/dist/elbow/utils/elbow-line-route.d.ts +38 -0
  33. package/dist/elbow/utils/index.d.ts +4 -0
  34. package/dist/elbow/utils/line-path.d.ts +7 -0
  35. package/dist/elbow/utils/math.d.ts +3 -0
  36. package/dist/elbow/utils/vector.d.ts +6 -0
  37. package/dist/index.d.ts +3 -0
  38. package/dist/jvs-draw.css +1 -0
  39. package/dist/jvs-draw.es.js +6810 -0
  40. package/dist/jvs-draw.umd.js +6 -0
  41. package/dist/jvs-ui-public/icon/icon.ico +0 -0
  42. package/dist/jvs-ui-public/icon/logo.ico +0 -0
  43. package/dist/jvs-ui-public/icon-fonts/iconfont.css +627 -0
  44. package/dist/jvs-ui-public/icon-fonts/iconfont.js +1 -0
  45. package/dist/jvs-ui-public/icon-fonts/iconfont.json +1080 -0
  46. package/dist/jvs-ui-public/icon-fonts/iconfont.ttf +0 -0
  47. package/dist/jvs-ui-public/icon-fonts/iconfont.woff +0 -0
  48. package/dist/jvs-ui-public/icon-fonts/iconfont.woff2 +0 -0
  49. package/dist/jvs-ui-public/public-fonts/iconfont.css +265 -0
  50. package/dist/jvs-ui-public/public-fonts/iconfont.js +1 -0
  51. package/dist/jvs-ui-public/public-fonts/iconfont.json +443 -0
  52. package/dist/jvs-ui-public/public-fonts/iconfont.svg +143 -0
  53. package/dist/jvs-ui-public/public-fonts/iconfont.ttf +0 -0
  54. package/dist/jvs-ui-public/public-fonts/iconfont.woff +0 -0
  55. package/dist/jvs-ui-public/public-fonts/iconfont.woff2 +0 -0
  56. package/dist/main.d.ts +0 -0
  57. package/dist/store/index.d.ts +1518 -0
  58. package/dist/types/element.d.ts +128 -0
  59. package/dist/utils/calcDomHeight.d.ts +6 -0
  60. package/dist/utils/image.d.ts +10 -0
  61. package/dist/utils/isPointOnElement.d.ts +1 -0
  62. package/dist/utils/math.d.ts +71 -0
  63. package/dist/utils/routing.d.ts +3 -0
  64. package/dist/utils/utils.d.ts +2 -0
  65. package/dist/vite.svg +1 -0
  66. package/package.json +51 -0
@@ -0,0 +1,443 @@
1
+ {
2
+ "id": "4329770",
3
+ "name": "jvs公共资源库",
4
+ "font_family": "iconfont",
5
+ "css_prefix_text": "jvs-public-",
6
+ "description": "",
7
+ "glyphs": [
8
+ {
9
+ "icon_id": "38219865",
10
+ "name": "cvs",
11
+ "font_class": "cvs",
12
+ "unicode": "e6ed",
13
+ "unicode_decimal": 59117
14
+ },
15
+ {
16
+ "icon_id": "38219866",
17
+ "name": "CAD",
18
+ "font_class": "CAD",
19
+ "unicode": "e6ea",
20
+ "unicode_decimal": 59114
21
+ },
22
+ {
23
+ "icon_id": "38219867",
24
+ "name": "excel",
25
+ "font_class": "excel",
26
+ "unicode": "e6ee",
27
+ "unicode_decimal": 59118
28
+ },
29
+ {
30
+ "icon_id": "38219869",
31
+ "name": "ofd",
32
+ "font_class": "ofd",
33
+ "unicode": "e6ec",
34
+ "unicode_decimal": 59116
35
+ },
36
+ {
37
+ "icon_id": "38219871",
38
+ "name": "visio",
39
+ "font_class": "visio",
40
+ "unicode": "e6dc",
41
+ "unicode_decimal": 59100
42
+ },
43
+ {
44
+ "icon_id": "38219873",
45
+ "name": "TXT",
46
+ "font_class": "TXT",
47
+ "unicode": "e6e9",
48
+ "unicode_decimal": 59113
49
+ },
50
+ {
51
+ "icon_id": "38219874",
52
+ "name": "GIF",
53
+ "font_class": "GIF",
54
+ "unicode": "e6df",
55
+ "unicode_decimal": 59103
56
+ },
57
+ {
58
+ "icon_id": "38219875",
59
+ "name": "xmind",
60
+ "font_class": "xmind",
61
+ "unicode": "e6e1",
62
+ "unicode_decimal": 59105
63
+ },
64
+ {
65
+ "icon_id": "38219876",
66
+ "name": "视频",
67
+ "font_class": "shipin",
68
+ "unicode": "e6e4",
69
+ "unicode_decimal": 59108
70
+ },
71
+ {
72
+ "icon_id": "38219878",
73
+ "name": "svg",
74
+ "font_class": "svg",
75
+ "unicode": "e6e6",
76
+ "unicode_decimal": 59110
77
+ },
78
+ {
79
+ "icon_id": "38219879",
80
+ "name": "图片",
81
+ "font_class": "tupian",
82
+ "unicode": "e6e2",
83
+ "unicode_decimal": 59106
84
+ },
85
+ {
86
+ "icon_id": "38219881",
87
+ "name": "组 3558",
88
+ "font_class": "a-zu3558",
89
+ "unicode": "e6de",
90
+ "unicode_decimal": 59102
91
+ },
92
+ {
93
+ "icon_id": "38219882",
94
+ "name": "脑图",
95
+ "font_class": "naotu",
96
+ "unicode": "e6e0",
97
+ "unicode_decimal": 59104
98
+ },
99
+ {
100
+ "icon_id": "38219883",
101
+ "name": "流程",
102
+ "font_class": "liucheng",
103
+ "unicode": "e6d7",
104
+ "unicode_decimal": 59095
105
+ },
106
+ {
107
+ "icon_id": "38219886",
108
+ "name": "未知",
109
+ "font_class": "weizhi",
110
+ "unicode": "e6d9",
111
+ "unicode_decimal": 59097
112
+ },
113
+ {
114
+ "icon_id": "38219887",
115
+ "name": "MP3",
116
+ "font_class": "MP3",
117
+ "unicode": "e6db",
118
+ "unicode_decimal": 59099
119
+ },
120
+ {
121
+ "icon_id": "38219888",
122
+ "name": "组 3557",
123
+ "font_class": "a-zu3557",
124
+ "unicode": "e6d8",
125
+ "unicode_decimal": 59096
126
+ },
127
+ {
128
+ "icon_id": "38219891",
129
+ "name": "MAK",
130
+ "font_class": "MAK",
131
+ "unicode": "e6d4",
132
+ "unicode_decimal": 59092
133
+ },
134
+ {
135
+ "icon_id": "38219892",
136
+ "name": "组 3556",
137
+ "font_class": "a-zu3556",
138
+ "unicode": "e6d3",
139
+ "unicode_decimal": 59091
140
+ },
141
+ {
142
+ "icon_id": "38221673",
143
+ "name": "资源 1",
144
+ "font_class": "a-ziyuan1",
145
+ "unicode": "e6e5",
146
+ "unicode_decimal": 59109
147
+ },
148
+ {
149
+ "icon_id": "45988757",
150
+ "name": "SAML",
151
+ "font_class": "saml",
152
+ "unicode": "e979",
153
+ "unicode_decimal": 59769
154
+ },
155
+ {
156
+ "icon_id": "38228952",
157
+ "name": "正确",
158
+ "font_class": "zhengque",
159
+ "unicode": "e6eb",
160
+ "unicode_decimal": 59115
161
+ },
162
+ {
163
+ "icon_id": "38212852",
164
+ "name": "关闭-禁用",
165
+ "font_class": "guanbi-jinyong",
166
+ "unicode": "e6d2",
167
+ "unicode_decimal": 59090
168
+ },
169
+ {
170
+ "icon_id": "40595113",
171
+ "name": "恢复",
172
+ "font_class": "huifu",
173
+ "unicode": "e7c6",
174
+ "unicode_decimal": 59334
175
+ },
176
+ {
177
+ "icon_id": "37984587",
178
+ "name": "组 3772",
179
+ "font_class": "a-zu3772",
180
+ "unicode": "e679",
181
+ "unicode_decimal": 59001
182
+ },
183
+ {
184
+ "icon_id": "37984588",
185
+ "name": "圆形 5(边框)",
186
+ "font_class": "a-yuanxing5biankuang",
187
+ "unicode": "e678",
188
+ "unicode_decimal": 59000
189
+ },
190
+ {
191
+ "icon_id": "37984376",
192
+ "name": "弹窗关闭",
193
+ "font_class": "danchuangguanbi",
194
+ "unicode": "e65b",
195
+ "unicode_decimal": 58971
196
+ },
197
+ {
198
+ "icon_id": "37984572",
199
+ "name": "矩形 2862(边框)",
200
+ "font_class": "a-juxing2862biankuang",
201
+ "unicode": "e66e",
202
+ "unicode_decimal": 58990
203
+ },
204
+ {
205
+ "icon_id": "37984582",
206
+ "name": "组 3739",
207
+ "font_class": "a-zu3739",
208
+ "unicode": "e67b",
209
+ "unicode_decimal": 59003
210
+ },
211
+ {
212
+ "icon_id": "37986137",
213
+ "name": "组 4701",
214
+ "font_class": "a-zu4701",
215
+ "unicode": "e6b4",
216
+ "unicode_decimal": 59060
217
+ },
218
+ {
219
+ "icon_id": "38161225",
220
+ "name": "组 4701-copy",
221
+ "font_class": "a-zu4701-copy",
222
+ "unicode": "e6ce",
223
+ "unicode_decimal": 59086
224
+ },
225
+ {
226
+ "icon_id": "37985981",
227
+ "name": "删除",
228
+ "font_class": "shanchu1",
229
+ "unicode": "e6a8",
230
+ "unicode_decimal": 59048
231
+ },
232
+ {
233
+ "icon_id": "37984151",
234
+ "name": "系统设置",
235
+ "font_class": "xitongshezhi",
236
+ "unicode": "e641",
237
+ "unicode_decimal": 58945
238
+ },
239
+ {
240
+ "icon_id": "37984353",
241
+ "name": "更多操作",
242
+ "font_class": "gengduocaozuo",
243
+ "unicode": "e660",
244
+ "unicode_decimal": 58976
245
+ },
246
+ {
247
+ "icon_id": "37985064",
248
+ "name": "搜索",
249
+ "font_class": "sousuo",
250
+ "unicode": "e687",
251
+ "unicode_decimal": 59015
252
+ },
253
+ {
254
+ "icon_id": "37984730",
255
+ "name": "返回上一级",
256
+ "font_class": "fanhuishangyiji",
257
+ "unicode": "e682",
258
+ "unicode_decimal": 59010
259
+ },
260
+ {
261
+ "icon_id": "37984152",
262
+ "name": "系统跳转",
263
+ "font_class": "xitongtiaozhuan",
264
+ "unicode": "e640",
265
+ "unicode_decimal": 58944
266
+ },
267
+ {
268
+ "icon_id": "37984159",
269
+ "name": "通知-无消息",
270
+ "font_class": "tongzhi-wuxiaoxi",
271
+ "unicode": "e63f",
272
+ "unicode_decimal": 58943
273
+ },
274
+ {
275
+ "icon_id": "37984217",
276
+ "name": "设置密码-未选中",
277
+ "font_class": "shezhimima-weixuanzhong",
278
+ "unicode": "e651",
279
+ "unicode_decimal": 58961
280
+ },
281
+ {
282
+ "icon_id": "37984218",
283
+ "name": "设置密码-选中",
284
+ "font_class": "shezhimima-xuanzhong",
285
+ "unicode": "e650",
286
+ "unicode_decimal": 58960
287
+ },
288
+ {
289
+ "icon_id": "37984219",
290
+ "name": "个人信息-选中",
291
+ "font_class": "gerenxinxi-xuanzhong",
292
+ "unicode": "e64f",
293
+ "unicode_decimal": 58959
294
+ },
295
+ {
296
+ "icon_id": "37984220",
297
+ "name": "个人信息-选中 1",
298
+ "font_class": "a-gerenxinxi-xuanzhong1",
299
+ "unicode": "e64e",
300
+ "unicode_decimal": 58958
301
+ },
302
+ {
303
+ "icon_id": "37984221",
304
+ "name": "账户管理-未选中",
305
+ "font_class": "zhanghuguanli-weixuanzhong",
306
+ "unicode": "e64d",
307
+ "unicode_decimal": 58957
308
+ },
309
+ {
310
+ "icon_id": "37984222",
311
+ "name": "账户管理-选中",
312
+ "font_class": "zhanghuguanli-xuanzhong",
313
+ "unicode": "e64c",
314
+ "unicode_decimal": 58956
315
+ },
316
+ {
317
+ "icon_id": "37984475",
318
+ "name": "通知",
319
+ "font_class": "tongzhi",
320
+ "unicode": "e66d",
321
+ "unicode_decimal": 58989
322
+ },
323
+ {
324
+ "icon_id": "37984478",
325
+ "name": "通知-已读",
326
+ "font_class": "tongzhi-yidu",
327
+ "unicode": "e66b",
328
+ "unicode_decimal": 58987
329
+ },
330
+ {
331
+ "icon_id": "37984480",
332
+ "name": "退出登录",
333
+ "font_class": "tuichudenglu",
334
+ "unicode": "e669",
335
+ "unicode_decimal": 58985
336
+ },
337
+ {
338
+ "icon_id": "37984481",
339
+ "name": "账户设置",
340
+ "font_class": "zhanghushezhi",
341
+ "unicode": "e668",
342
+ "unicode_decimal": 58984
343
+ },
344
+ {
345
+ "icon_id": "37984731",
346
+ "name": "弹窗关闭",
347
+ "font_class": "danchuangguanbi1",
348
+ "unicode": "e683",
349
+ "unicode_decimal": 59011
350
+ },
351
+ {
352
+ "icon_id": "37985065",
353
+ "name": "选中",
354
+ "font_class": "xuanzhong",
355
+ "unicode": "e688",
356
+ "unicode_decimal": 59016
357
+ },
358
+ {
359
+ "icon_id": "37985202",
360
+ "name": "编辑",
361
+ "font_class": "bianji",
362
+ "unicode": "e68d",
363
+ "unicode_decimal": 59021
364
+ },
365
+ {
366
+ "icon_id": "37985988",
367
+ "name": "历史记录",
368
+ "font_class": "lishijilu",
369
+ "unicode": "e6ae",
370
+ "unicode_decimal": 59054
371
+ },
372
+ {
373
+ "icon_id": "37986136",
374
+ "name": "收缩",
375
+ "font_class": "shousuo",
376
+ "unicode": "e6b6",
377
+ "unicode_decimal": 59062
378
+ },
379
+ {
380
+ "icon_id": "37986138",
381
+ "name": "收起",
382
+ "font_class": "shouqi",
383
+ "unicode": "e6b2",
384
+ "unicode_decimal": 59058
385
+ },
386
+ {
387
+ "icon_id": "38212853",
388
+ "name": "收起",
389
+ "font_class": "shouqi1",
390
+ "unicode": "e6d1",
391
+ "unicode_decimal": 59089
392
+ },
393
+ {
394
+ "icon_id": "38212854",
395
+ "name": "展开",
396
+ "font_class": "zhankai",
397
+ "unicode": "e6d0",
398
+ "unicode_decimal": 59088
399
+ },
400
+ {
401
+ "icon_id": "37983010",
402
+ "name": "LADP",
403
+ "font_class": "LADP",
404
+ "unicode": "e634",
405
+ "unicode_decimal": 58932
406
+ },
407
+ {
408
+ "icon_id": "37983011",
409
+ "name": "钉钉",
410
+ "font_class": "dingding",
411
+ "unicode": "e635",
412
+ "unicode_decimal": 58933
413
+ },
414
+ {
415
+ "icon_id": "37983013",
416
+ "name": "微信-2",
417
+ "font_class": "weixin-2",
418
+ "unicode": "e637",
419
+ "unicode_decimal": 58935
420
+ },
421
+ {
422
+ "icon_id": "37983017",
423
+ "name": "企业微信",
424
+ "font_class": "qiyeweixin",
425
+ "unicode": "e638",
426
+ "unicode_decimal": 58936
427
+ },
428
+ {
429
+ "icon_id": "38050754",
430
+ "name": "扫码登录",
431
+ "font_class": "saomadenglu",
432
+ "unicode": "e6c8",
433
+ "unicode_decimal": 59080
434
+ },
435
+ {
436
+ "icon_id": "38050755",
437
+ "name": "密码登录",
438
+ "font_class": "mimadenglu1",
439
+ "unicode": "e6c7",
440
+ "unicode_decimal": 59079
441
+ }
442
+ ]
443
+ }