cps-ui-kit 0.126.0 → 0.127.0
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/components/cps-chip/cps-chip.component.mjs +2 -2
- package/fesm2015/cps-ui-kit.mjs +1 -1
- package/fesm2015/cps-ui-kit.mjs.map +1 -1
- package/fesm2020/cps-ui-kit.mjs +1 -1
- package/fesm2020/cps-ui-kit.mjs.map +1 -1
- package/lib/components/cps-chip/cps-chip.component.d.ts +1 -1
- package/package.json +1 -1
package/fesm2020/cps-ui-kit.mjs
CHANGED
|
@@ -841,7 +841,7 @@ class CpsChipComponent {
|
|
|
841
841
|
}
|
|
842
842
|
onCloseClick(event) {
|
|
843
843
|
event.stopPropagation();
|
|
844
|
-
this.closed.emit();
|
|
844
|
+
this.closed.emit(this.label);
|
|
845
845
|
}
|
|
846
846
|
}
|
|
847
847
|
CpsChipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CpsChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|