@colijnit/corecomponents_v12 256.1.14 → 256.1.15

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.
@@ -67,6 +67,7 @@ export declare abstract class BaseInputComponent<T> implements OnInit, OnDestroy
67
67
  readonly modelChange: EventEmitter<any>;
68
68
  readonly userModelChange: EventEmitter<any>;
69
69
  readonly hiddenChange: EventEmitter<boolean>;
70
+ readonly cancelClicked: EventEmitter<void>;
70
71
  focused: boolean;
71
72
  formComponent: FormComponent;
72
73
  formInput: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "256.1.14",
3
+ "version": "256.1.15",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {