@messaia/cdk 18.2.2 → 18.2.3-rc01

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.
@@ -4,7 +4,6 @@ import { FormGroup } from '@angular/forms';
4
4
  import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
5
5
  import { MatChipInputEvent } from '@angular/material/chips';
6
6
  import { MatCalendar, MatDatepicker } from '@angular/material/datepicker';
7
- import { Icon } from '../../../common/models/icon';
8
7
  import { VdGenericFormCustomFieldDirective } from '../../directives/vd-generic-form-custom-field.directive';
9
8
  import { FormFieldType } from '../../enums/form-field-type';
10
9
  import { FormDefinition } from '../../models/form-definition';
@@ -204,7 +203,6 @@ export declare class VdGenericFormComponent implements OnInit {
204
203
  * @param optionalParams
205
204
  */
206
205
  log(message: any, ...optionalParams: any[]): void;
207
- myFunction(func: Function, option: any): Icon<any, any>;
208
206
  static ɵfac: i0.ɵɵFactoryDeclaration<VdGenericFormComponent, never>;
209
207
  static ɵcmp: i0.ɵɵComponentDeclaration<VdGenericFormComponent, "vd-generic-form", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "classType": { "alias": "classType"; "required": false; }; "formDefinition": { "alias": "formDefinition"; "required": false; }; "fieldGroups": { "alias": "fieldGroups"; "required": false; }; "groupName": { "alias": "groupName"; "required": false; }; "fieldSets": { "alias": "fieldSets"; "required": false; }; "context": { "alias": "context"; "required": false; }; "debugValue": { "alias": "debugValue"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "separatorKeysCodes": { "alias": "separatorKeysCodes"; "required": false; }; }, {}, ["editorTemplate", "codeTemplate", "fileTemplate", "customTemplate", "bottom", "customFields", "customFieldsTemplates"], never, false, never>;
210
208
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messaia/cdk",
3
- "version": "18.2.2",
3
+ "version": "18.2.3-rc01",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.7",
6
6
  "@angular/core": "^18.2.7"