@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
|
@@ -472,6 +472,10 @@ export declare interface PSelect extends Components.PSelect {
|
|
|
472
472
|
* Event when the value changes
|
|
473
473
|
*/
|
|
474
474
|
valueChange: EventEmitter<CustomEvent<any>>;
|
|
475
|
+
/**
|
|
476
|
+
* Event when the dropdown shows
|
|
477
|
+
*/
|
|
478
|
+
dropdownShown: EventEmitter<CustomEvent<any>>;
|
|
475
479
|
}
|
|
476
480
|
export declare class PSliderIndicator {
|
|
477
481
|
protected z: NgZone;
|