@educarehq/solaris-components 0.3.7 → 0.3.9
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
CHANGED
|
@@ -175,11 +175,9 @@ declare class SolarisPopover {
|
|
|
175
175
|
panelDir?: SolarisPopoverPanelDirective;
|
|
176
176
|
triggerDir?: SolarisPopoverTriggerDirective;
|
|
177
177
|
private raf;
|
|
178
|
-
private static seq;
|
|
179
178
|
private _setting;
|
|
180
179
|
private panelHost?;
|
|
181
180
|
private panelView?;
|
|
182
|
-
private readonly _id;
|
|
183
181
|
get dataOpen(): "true" | null;
|
|
184
182
|
constructor();
|
|
185
183
|
toggle(): void;
|