@duyluonganduin/acl-web-components 0.0.10 → 0.0.12
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/acl-web-components.cjs +1 -1531
- package/dist/acl-web-components.d.ts +3 -0
- package/dist/acl-web-components.js +67 -4325
- package/dist/anduin-toast-BajvdhLP.cjs +1531 -0
- package/dist/anduin-toast-vCKeF87l.js +4334 -0
- package/dist/jsx.d.ts +347 -0
- package/dist/react.cjs +1 -0
- package/dist/react.d.ts +579 -346
- package/dist/react.js +95 -0
- package/package.json +20 -3
|
@@ -202,6 +202,9 @@ export declare class AnduinModal extends LitElement {
|
|
|
202
202
|
private dispatch;
|
|
203
203
|
private onOverlayClick;
|
|
204
204
|
private onClose;
|
|
205
|
+
private onAnduinClose;
|
|
206
|
+
connectedCallback(): void;
|
|
207
|
+
disconnectedCallback(): void;
|
|
205
208
|
render(): TemplateResult<1>;
|
|
206
209
|
}
|
|
207
210
|
|