vis-core 0.19.1 → 0.19.3
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/index.js +563 -193
- package/dist/index.module.js +8808 -7996
- package/dist/version.d.ts +1 -1
- package/dist/vis/all/objects/index.d.ts +2 -1
- package/dist/vis/base/index.d.ts +1 -0
- package/dist/vis/city/index.d.ts +1 -0
- package/dist/vis/city/objects/building/index.d.ts +0 -1
- package/dist/vis/city/objects/index.d.ts +1 -0
- package/dist/vis/earth/index.d.ts +1 -0
- package/dist/vis/earth/objects/index.d.ts +1 -0
- package/dist/vis/earth2/index.d.ts +1 -0
- package/dist/vis/earth2/objects/index.d.ts +1 -0
- package/dist/vis/map/index.d.ts +1 -0
- package/dist/vis/map/objects/index.d.ts +1 -0
- package/dist/vis/map2/city.d.ts +1 -0
- package/dist/vis/map2/map.d.ts +1 -0
- package/dist/vis/map2/objects/index.d.ts +1 -0
- package/package.json +2 -2
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.19.
|
|
1
|
+
declare const _default: "0.19.3";
|
|
2
2
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Draw as DrawController } from 'gl-draw/dist/plugins';
|
|
2
|
-
import { Node, Image, Line, ExtrudePolygon, Group, ConicPolygon } from 'gl-draw/dist/objects';
|
|
2
|
+
import { Node, Image, Line, Line2, ExtrudePolygon, Group, ConicPolygon } from 'gl-draw/dist/objects';
|
|
3
3
|
import Light from './Light';
|
|
4
4
|
import Point from './Point';
|
|
5
5
|
import Arc from './Arc';
|
|
@@ -65,6 +65,7 @@ declare const objs: {
|
|
|
65
65
|
Node: typeof Node;
|
|
66
66
|
Image: typeof Image;
|
|
67
67
|
Line: typeof Line;
|
|
68
|
+
Line2: typeof Line2;
|
|
68
69
|
ExtrudePolygon: typeof ExtrudePolygon;
|
|
69
70
|
ConicPolygon: typeof ConicPolygon;
|
|
70
71
|
Group: typeof Group;
|
package/dist/vis/base/index.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ export default class Base extends Event {
|
|
|
50
50
|
Node: typeof Node;
|
|
51
51
|
Image: typeof import("gl-draw/dist/objects").Image;
|
|
52
52
|
Line: typeof import("gl-draw/dist/objects").Line;
|
|
53
|
+
Line2: typeof import("gl-draw/dist/objects").Line2;
|
|
53
54
|
ExtrudePolygon: typeof import("gl-draw/dist/objects").ExtrudePolygon;
|
|
54
55
|
ConicPolygon: typeof import("gl-draw/dist/objects").ConicPolygon;
|
|
55
56
|
Group: typeof import("gl-draw/dist/objects").Group;
|
package/dist/vis/city/index.d.ts
CHANGED
|
@@ -57,6 +57,7 @@ export default class extends Base {
|
|
|
57
57
|
Node: typeof import("gl-draw/dist/objects").Node;
|
|
58
58
|
Image: typeof import("gl-draw/dist/objects").Image;
|
|
59
59
|
Line: typeof import("gl-draw/dist/objects").Line;
|
|
60
|
+
Line2: typeof import("gl-draw/dist/objects").Line2;
|
|
60
61
|
ExtrudePolygon: typeof import("gl-draw/dist/objects").ExtrudePolygon;
|
|
61
62
|
ConicPolygon: typeof import("gl-draw/dist/objects").ConicPolygon;
|
|
62
63
|
Group: typeof Group;
|
|
@@ -30,6 +30,7 @@ declare const objs: {
|
|
|
30
30
|
Node: typeof import("gl-draw/dist/objects").Node;
|
|
31
31
|
Image: typeof import("gl-draw/dist/objects").Image;
|
|
32
32
|
Line: typeof import("gl-draw/dist/objects").Line;
|
|
33
|
+
Line2: typeof import("gl-draw/dist/objects").Line2;
|
|
33
34
|
ExtrudePolygon: typeof import("gl-draw/dist/objects").ExtrudePolygon;
|
|
34
35
|
ConicPolygon: typeof import("gl-draw/dist/objects").ConicPolygon;
|
|
35
36
|
Group: typeof import("gl-draw/dist/objects").Group;
|
|
@@ -36,6 +36,7 @@ export default class extends Base {
|
|
|
36
36
|
Node: typeof import("gl-draw/dist/objects").Node;
|
|
37
37
|
Image: typeof import("gl-draw/dist/objects").Image;
|
|
38
38
|
Line: typeof import("gl-draw/dist/objects").Line;
|
|
39
|
+
Line2: typeof import("gl-draw/dist/objects").Line2;
|
|
39
40
|
ExtrudePolygon: typeof import("gl-draw/dist/objects").ExtrudePolygon;
|
|
40
41
|
ConicPolygon: typeof import("gl-draw/dist/objects").ConicPolygon;
|
|
41
42
|
Group: typeof import("gl-draw/dist/objects").Group;
|
|
@@ -27,6 +27,7 @@ declare const objs: {
|
|
|
27
27
|
Node: typeof import("gl-draw/dist/objects").Node;
|
|
28
28
|
Image: typeof import("gl-draw/dist/objects").Image;
|
|
29
29
|
Line: typeof import("gl-draw/dist/objects").Line;
|
|
30
|
+
Line2: typeof import("gl-draw/dist/objects").Line2;
|
|
30
31
|
ExtrudePolygon: typeof import("gl-draw/dist/objects").ExtrudePolygon;
|
|
31
32
|
ConicPolygon: typeof import("gl-draw/dist/objects").ConicPolygon;
|
|
32
33
|
Group: typeof import("gl-draw/dist/objects").Group;
|
|
@@ -31,6 +31,7 @@ export default class extends Base {
|
|
|
31
31
|
Node: typeof import("gl-draw/dist/objects").Node;
|
|
32
32
|
Image: typeof import("gl-draw/dist/objects").Image;
|
|
33
33
|
Line: typeof import("gl-draw/dist/objects").Line;
|
|
34
|
+
Line2: typeof import("gl-draw/dist/objects").Line2;
|
|
34
35
|
ExtrudePolygon: typeof import("gl-draw/dist/objects").ExtrudePolygon;
|
|
35
36
|
ConicPolygon: typeof import("gl-draw/dist/objects").ConicPolygon;
|
|
36
37
|
Group: typeof import("gl-draw/dist/objects").Group;
|
|
@@ -29,6 +29,7 @@ declare const objs: {
|
|
|
29
29
|
Node: typeof import("gl-draw/dist/objects").Node;
|
|
30
30
|
Image: typeof import("gl-draw/dist/objects").Image;
|
|
31
31
|
Line: typeof import("gl-draw/dist/objects").Line;
|
|
32
|
+
Line2: typeof import("gl-draw/dist/objects").Line2;
|
|
32
33
|
ExtrudePolygon: typeof import("gl-draw/dist/objects").ExtrudePolygon;
|
|
33
34
|
ConicPolygon: typeof import("gl-draw/dist/objects").ConicPolygon;
|
|
34
35
|
Group: typeof import("gl-draw/dist/objects").Group;
|
package/dist/vis/map/index.d.ts
CHANGED
|
@@ -72,6 +72,7 @@ export default class extends Base {
|
|
|
72
72
|
Node: typeof import("gl-draw/dist/objects").Node;
|
|
73
73
|
Image: typeof import("gl-draw/dist/objects").Image;
|
|
74
74
|
Line: typeof import("gl-draw/dist/objects").Line;
|
|
75
|
+
Line2: typeof import("gl-draw/dist/objects").Line2;
|
|
75
76
|
ExtrudePolygon: typeof import("gl-draw/dist/objects").ExtrudePolygon;
|
|
76
77
|
ConicPolygon: typeof import("gl-draw/dist/objects").ConicPolygon;
|
|
77
78
|
Group: typeof Group;
|
|
@@ -25,6 +25,7 @@ declare const objs: {
|
|
|
25
25
|
Node: typeof import("gl-draw/dist/objects").Node;
|
|
26
26
|
Image: typeof import("gl-draw/dist/objects").Image;
|
|
27
27
|
Line: typeof import("gl-draw/dist/objects").Line;
|
|
28
|
+
Line2: typeof import("gl-draw/dist/objects").Line2;
|
|
28
29
|
ExtrudePolygon: typeof import("gl-draw/dist/objects").ExtrudePolygon;
|
|
29
30
|
ConicPolygon: typeof import("gl-draw/dist/objects").ConicPolygon;
|
|
30
31
|
Group: typeof import("gl-draw/dist/objects").Group;
|
package/dist/vis/map2/city.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export default class extends City {
|
|
|
28
28
|
Node: typeof import("gl-draw/dist/objects").Node;
|
|
29
29
|
Image: typeof import("gl-draw/dist/objects").Image;
|
|
30
30
|
Line: typeof import("gl-draw/dist/objects").Line;
|
|
31
|
+
Line2: typeof import("gl-draw/dist/objects").Line2;
|
|
31
32
|
ExtrudePolygon: typeof import("gl-draw/dist/objects").ExtrudePolygon;
|
|
32
33
|
ConicPolygon: typeof import("gl-draw/dist/objects").ConicPolygon;
|
|
33
34
|
Group: typeof import("gl-draw/dist/objects").Group;
|
package/dist/vis/map2/map.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ export default class extends Map {
|
|
|
39
39
|
Node: typeof import("gl-draw/dist/objects").Node;
|
|
40
40
|
Image: typeof import("gl-draw/dist/objects").Image;
|
|
41
41
|
Line: typeof import("gl-draw/dist/objects").Line;
|
|
42
|
+
Line2: typeof import("gl-draw/dist/objects").Line2;
|
|
42
43
|
ExtrudePolygon: typeof import("gl-draw/dist/objects").ExtrudePolygon;
|
|
43
44
|
ConicPolygon: typeof import("gl-draw/dist/objects").ConicPolygon;
|
|
44
45
|
Group: typeof import("gl-draw/dist/objects").Group;
|
|
@@ -33,6 +33,7 @@ declare const objs: {
|
|
|
33
33
|
Node: typeof import("gl-draw/dist/objects").Node;
|
|
34
34
|
Image: typeof import("gl-draw/dist/objects").Image;
|
|
35
35
|
Line: typeof import("gl-draw/dist/objects").Line;
|
|
36
|
+
Line2: typeof import("gl-draw/dist/objects").Line2;
|
|
36
37
|
ExtrudePolygon: typeof import("gl-draw/dist/objects").ExtrudePolygon;
|
|
37
38
|
ConicPolygon: typeof import("gl-draw/dist/objects").ConicPolygon;
|
|
38
39
|
Group: typeof import("gl-draw/dist/objects").Group;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vis-core",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.3",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "npm run version && PORT=5173 bundler-dev",
|
|
6
6
|
"build:site": "npm run version &&PUBLIC_EXCLUDE=public/city bundler",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"esus-lite": "^0.2.2",
|
|
67
67
|
"events": "^3.3.0",
|
|
68
68
|
"geojson-cn": "^0.1.29",
|
|
69
|
-
"gl-draw": "0.10.
|
|
69
|
+
"gl-draw": "0.10.3",
|
|
70
70
|
"jsrsasign": "^11.1.0",
|
|
71
71
|
"lodash-es": "^4.17.21"
|
|
72
72
|
},
|