@hatiolab/things-scene 3.0.37 → 3.0.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/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +3 -18
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +5 -5
- package/logs/application-2022-10-12-15.log +6 -0
- package/logs/connections-2022-10-12-15.log +35 -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 -2
- package/things-scene.mjs +1 -1
- package/logs/application-2022-10-03-13.log +0 -6
- package/logs/application-2022-10-03-18.log +0 -12
- package/logs/application-2022-10-03-19.log +0 -12
- package/logs/application-2022-10-04-18.log +0 -11
- package/logs/connections-2022-09-27-15.log +0 -35
package/things-scene.d.ts
CHANGED
|
@@ -283,13 +283,14 @@ declare module '@hatiolab/things-scene' {
|
|
|
283
283
|
rootModel: ModelLayer
|
|
284
284
|
parent: Container
|
|
285
285
|
app: ApplicationContext
|
|
286
|
-
model: Model
|
|
287
|
-
hierarchy: Model
|
|
288
286
|
path: Array<DIMENSION>
|
|
289
287
|
hidden: boolean
|
|
290
288
|
|
|
291
289
|
get nature(): ComponentNature
|
|
292
290
|
|
|
291
|
+
get model(): Model
|
|
292
|
+
get hierarchy(): Model
|
|
293
|
+
|
|
293
294
|
get font(): string
|
|
294
295
|
|
|
295
296
|
get data(): any
|