@cal.macconnachie/web-components 1.2.5 → 1.2.6
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/index.js +6 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4897,7 +4897,12 @@ let Y = class extends U {
|
|
|
4897
4897
|
this.handleClose();
|
|
4898
4898
|
}
|
|
4899
4899
|
openDrawer() {
|
|
4900
|
-
this.open = !0, this.isVisible = !0
|
|
4900
|
+
this.open = !0, this.isVisible = !0, this.dispatchEvent(
|
|
4901
|
+
new CustomEvent("drawer-open", {
|
|
4902
|
+
bubbles: !0,
|
|
4903
|
+
composed: !0
|
|
4904
|
+
})
|
|
4905
|
+
);
|
|
4901
4906
|
}
|
|
4902
4907
|
render() {
|
|
4903
4908
|
if (!this.isVisible)
|