@omnipad/core 0.2.0-alpha.2 → 0.2.0-alpha.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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1414,7 +1414,7 @@ declare abstract class BaseEntity<TConfig, TState> implements ICoreEntity, ISpat
|
|
|
1414
1414
|
/**
|
|
1415
1415
|
* Called when triggering interactions, this subclass fetches the latest boundaries in real time.
|
|
1416
1416
|
*/
|
|
1417
|
-
|
|
1417
|
+
getRect(): DOMRect | null;
|
|
1418
1418
|
updateConfig(newConfig: Partial<TConfig>): void;
|
|
1419
1419
|
getState(): Readonly<TState>;
|
|
1420
1420
|
getConfig(): Readonly<TConfig>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1414,7 +1414,7 @@ declare abstract class BaseEntity<TConfig, TState> implements ICoreEntity, ISpat
|
|
|
1414
1414
|
/**
|
|
1415
1415
|
* Called when triggering interactions, this subclass fetches the latest boundaries in real time.
|
|
1416
1416
|
*/
|
|
1417
|
-
|
|
1417
|
+
getRect(): DOMRect | null;
|
|
1418
1418
|
updateConfig(newConfig: Partial<TConfig>): void;
|
|
1419
1419
|
getState(): Readonly<TState>;
|
|
1420
1420
|
getConfig(): Readonly<TConfig>;
|