vis-core 0.18.15 → 0.18.17

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/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.18.15";
1
+ declare const _default: "0.18.17";
2
2
  export default _default;
@@ -134,7 +134,9 @@ export default class extends Base {
134
134
  lineMaterial?: MeshLineMaterial;
135
135
  curvatureResolution?: number;
136
136
  }): Promise<Group | undefined>;
137
+ caId: string | number | undefined;
137
138
  show(): Promise<void>;
139
+ private handlePickTest;
138
140
  hide(): Promise<void>;
139
141
  shadowMapLight?: BaseObject;
140
142
  shadowMapEnabled(): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.18.15",
3
+ "version": "0.18.17",
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.9.47",
69
+ "gl-draw": "0.9.52",
70
70
  "jsrsasign": "^11.1.0",
71
71
  "lodash-es": "^4.17.21"
72
72
  },