@hatiolab/things-scene 3.0.36 → 3.0.37
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/package.json +1 -1
- package/things-scene.d.ts +2 -1
- package/things-scene.mjs +1 -1
package/package.json
CHANGED
package/things-scene.d.ts
CHANGED
|
@@ -279,7 +279,6 @@ declare module '@hatiolab/things-scene' {
|
|
|
279
279
|
|
|
280
280
|
state: Properties
|
|
281
281
|
bounds: BOUNDS
|
|
282
|
-
textBounds: BOUNDS
|
|
283
282
|
root: RootContainer
|
|
284
283
|
rootModel: ModelLayer
|
|
285
284
|
parent: Container
|
|
@@ -302,6 +301,8 @@ declare module '@hatiolab/things-scene' {
|
|
|
302
301
|
get text(): string
|
|
303
302
|
set text(text: string)
|
|
304
303
|
|
|
304
|
+
get textBounds(): BOUNDS
|
|
305
|
+
|
|
305
306
|
get center(): POINT
|
|
306
307
|
set center(point: POINT)
|
|
307
308
|
|