buzzcasting-storage 2.9.6 → 2.10.1
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/buzzcasting-storage.d.ts +1 -1
- package/dist/buzzcasting-storage.esm.js +456 -448
- package/package.json +1 -1
|
@@ -363,8 +363,8 @@ export declare enum STORAGE {
|
|
|
363
363
|
export declare class Widget {
|
|
364
364
|
private storageReader;
|
|
365
365
|
private broadcastChannel;
|
|
366
|
+
private element;
|
|
366
367
|
private query;
|
|
367
|
-
private props;
|
|
368
368
|
private listeners;
|
|
369
369
|
/**
|
|
370
370
|
* Main container for managing widgets and data updates
|