@paperless/angular 0.1.0-alpha.341 → 0.1.0-alpha.343
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/esm2020/lib/stencil/components.mjs +2 -2
- package/fesm2015/paperless-angular.mjs +1 -1
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +1 -1
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +4 -0
- package/package.json +1 -1
|
@@ -1498,7 +1498,7 @@ let PSelect = class PSelect {
|
|
|
1498
1498
|
this.z = z;
|
|
1499
1499
|
c.detach();
|
|
1500
1500
|
this.el = r.nativeElement;
|
|
1501
|
-
proxyOutputs(this, this.el, ['queryChange', 'valueChange']);
|
|
1501
|
+
proxyOutputs(this, this.el, ['queryChange', 'valueChange', 'dropdownShown']);
|
|
1502
1502
|
}
|
|
1503
1503
|
};
|
|
1504
1504
|
PSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|