@arsedizioni/ars-utils 21.2.207 → 21.2.208

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.
@@ -3089,7 +3089,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
3089
3089
  class ClipperReferencesComponent extends ClipperSearchResultManager {
3090
3090
  constructor() {
3091
3091
  super();
3092
- this.filterPane = viewChild.required('filterPane');
3092
+ this.filterPane = viewChild('filterPane', ...(ngDevMode ? [{ debugName: "filterPane" }] : /* istanbul ignore next */ []));
3093
3093
  this.dialogRef = inject((MatDialogRef));
3094
3094
  this.dialogData = inject(MAT_DIALOG_DATA) ?? { mode: ClipperQueryReferencesMode.ReferencesIn };
3095
3095
  this.user = this.clipperService.loginInfo?.context;