@myrmidon/cadmus-part-general-ui 14.0.0 → 14.0.1

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
@@ -2395,11 +2395,11 @@ declare class HistoricalEventEditorComponent {
2395
2395
  hasAssertion: FormControl<boolean>;
2396
2396
  assertion: FormControl<Assertion | null>;
2397
2397
  form: FormGroup;
2398
- currentRelEntries: ThesaurusEntry[];
2398
+ readonly typeEntryPrefix: i0.WritableSignal<string | undefined>;
2399
+ readonly currentRelEntries: i0.Signal<ThesaurusEntry[]>;
2399
2400
  editedEntity?: RelatedEntity;
2400
2401
  constructor(formBuilder: FormBuilder);
2401
2402
  renderLabel(label: string): string;
2402
- private updateRelEntries;
2403
2403
  private getTypeEntryPrefix;
2404
2404
  onTypeEntryChange(entry: ThesaurusEntry): void;
2405
2405
  private updateForm;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myrmidon/cadmus-part-general-ui",
3
- "version": "14.0.0",
3
+ "version": "14.0.1",
4
4
  "description": "Cadmus - generic parts.",
5
5
  "keywords": [
6
6
  "Cadmus"