@taprootio/espalier 4.4.0 → 4.5.0

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.
@@ -555,6 +555,7 @@ export declare class EspalierPage extends EspalierElementBase {
555
555
  */
556
556
  AddDialog(dialog: EspalierDialog | DocumentFragment | HTMLElement): void;
557
557
  protected firstUpdated(changedProperties: PropertyValues): void;
558
+ protected getUpdateComplete(): Promise<boolean>;
558
559
  protected updated(changedProperties: PropertyValues): void;
559
560
  protected render(): import("lit-html").TemplateResult<1>;
560
561
  static styles: import("lit").CSSResult[];