@messaia/cdk 14.0.0-rc57 → 14.0.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.
@@ -11811,7 +11811,7 @@ class GenericFormBaseComponent extends BaseComponent {
11811
11811
  /* Create the from fields using the entity type */
11812
11812
  this.fieldGroups = this.formDefinition?.fieldGroups;
11813
11813
  /* Detect changes */
11814
- this.changeDetectorRef.detectChanges();
11814
+ // this.changeDetectorRef.detectChanges();
11815
11815
  }
11816
11816
  /**
11817
11817
  * Builds a new form
@@ -16281,7 +16281,7 @@ class VdChipsComponent extends AbstractMatFormField {
16281
16281
  */
16282
16282
  getQueryParams() {
16283
16283
  /* Init params if null */
16284
- var params = this._params;
16284
+ var params = this._params || {};
16285
16285
  /* Add projection, if any */
16286
16286
  if (this.projection) {
16287
16287
  params.projection = this.projection;