@fuentis/phoenix-ui 0.0.9-alpha.151 → 0.0.9-alpha.152
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.
|
@@ -5394,6 +5394,9 @@ class QuickPickSidePanelComponent {
|
|
|
5394
5394
|
visibleChange(newVal) {
|
|
5395
5395
|
this._panelVisible.set(newVal);
|
|
5396
5396
|
this.panelStateChange.emit(newVal);
|
|
5397
|
+
if (newVal) {
|
|
5398
|
+
this.onDrawerShow();
|
|
5399
|
+
}
|
|
5397
5400
|
}
|
|
5398
5401
|
onDrawerShow() {
|
|
5399
5402
|
this.lazyLoadData.emit();
|