@hatiolab/things-scene 3.4.37 → 3.4.39
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/db.sqlite +0 -0
- package/package.json +1 -1
- package/things-scene-ie.js +1 -1
- package/things-scene-min.js +1 -1
- package/things-scene.d.ts +3 -1
- package/things-scene.mjs +2 -2
- package/schema.gql +0 -3753
- package/schema.graphql +0 -3873
package/things-scene.d.ts
CHANGED
|
@@ -345,7 +345,6 @@ declare module '@hatiolab/things-scene' {
|
|
|
345
345
|
): any
|
|
346
346
|
|
|
347
347
|
state: Properties
|
|
348
|
-
bounds: BOUNDS
|
|
349
348
|
root: RootContainer
|
|
350
349
|
rootModel: ModelLayer
|
|
351
350
|
parent: Container
|
|
@@ -353,6 +352,9 @@ declare module '@hatiolab/things-scene' {
|
|
|
353
352
|
|
|
354
353
|
get nature(): ComponentNature
|
|
355
354
|
|
|
355
|
+
get bounds(): BOUNDS
|
|
356
|
+
set bounds(bounds: BOUNDS)
|
|
357
|
+
|
|
356
358
|
get model(): Model
|
|
357
359
|
get hierarchy(): Model
|
|
358
360
|
|