@klippa/ngx-enhancy-forms 20.0.13 → 20.0.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.
package/index.d.ts CHANGED
@@ -239,9 +239,10 @@ declare class ButtonComponent {
239
239
 
240
240
  declare class CheckboxComponent extends ValueAccessorBase<boolean> {
241
241
  caption: string;
242
+ description: string;
242
243
  renderUndefinedAsIndeterminate: boolean;
243
244
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
244
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "klp-form-checkbox", never, { "caption": { "alias": "caption"; "required": false; }; "renderUndefinedAsIndeterminate": { "alias": "renderUndefinedAsIndeterminate"; "required": false; }; }, {}, never, never, false, never>;
245
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "klp-form-checkbox", never, { "caption": { "alias": "caption"; "required": false; }; "description": { "alias": "description"; "required": false; }; "renderUndefinedAsIndeterminate": { "alias": "renderUndefinedAsIndeterminate"; "required": false; }; }, {}, never, never, false, never>;
245
246
  }
246
247
 
247
248
  declare const invalidDateKey = "--invalid_date--";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klippa/ngx-enhancy-forms",
3
- "version": "20.0.13",
3
+ "version": "20.0.15",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },