@duyluonganduin/acl-web-components 0.0.6 → 0.0.7

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.
@@ -157,6 +157,27 @@ export declare class AnduinMenuItem extends LitElement {
157
157
  render(): TemplateResult<1>;
158
158
  }
159
159
 
160
+ export declare class AnduinModal extends LitElement {
161
+ static styles: CSSResult;
162
+ open: boolean;
163
+ heading: string;
164
+ hideFooter: boolean;
165
+ maxWidth: '480' | '600' | '720' | '960' | '1160' | string;
166
+ private _leaving;
167
+ private static readonly _PRESETS;
168
+ updated(changed: Map<PropertyKey, unknown>): void;
169
+ private dispatch;
170
+ private onOverlayClick;
171
+ private onClose;
172
+ render(): TemplateResult<1>;
173
+ }
174
+
175
+ export declare class AnduinModalClose extends HTMLElement {
176
+ connectedCallback(): void;
177
+ disconnectedCallback(): void;
178
+ private _onClick;
179
+ }
180
+
160
181
  export declare class AnduinPopover extends LitElement {
161
182
  static styles: CSSResult;
162
183
  open: boolean;