@myrmidon/cadmus-part-general-ui 15.0.2 → 15.0.3

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
@@ -325,7 +325,7 @@ interface BibEntry {
325
325
  tag?: string;
326
326
  authors?: BibAuthor[];
327
327
  title: string;
328
- language: string;
328
+ language?: string;
329
329
  container?: string;
330
330
  contributors?: BibAuthor[];
331
331
  edition?: number;
@@ -632,7 +632,6 @@ declare class BibliographyPartComponent extends ModelEditorComponentBase<Bibliog
632
632
  private updateThesauri;
633
633
  private updateForm;
634
634
  protected onDataSet(data?: EditedObject<BibliographyPart>): void;
635
- entryTypeToString(id?: string): string;
636
635
  protected getValue(): BibliographyPart;
637
636
  addEntry(): void;
638
637
  editEntry(entry: BibEntry, index: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myrmidon/cadmus-part-general-ui",
3
- "version": "15.0.2",
3
+ "version": "15.0.3",
4
4
  "description": "Cadmus - generic parts.",
5
5
  "keywords": [
6
6
  "Cadmus"
@@ -22,7 +22,7 @@
22
22
  "@myrmidon/ngx-mat-tools": "^1.0.0",
23
23
  "@myrmidon/cadmus-refs-asserted-ids": "^10.0.10",
24
24
  "@myrmidon/cadmus-refs-doc-references": "^10.0.2",
25
- "@myrmidon/cadmus-refs-historical-date": "9.0.2",
25
+ "@myrmidon/cadmus-refs-historical-date": "9.1.0",
26
26
  "@myrmidon/cadmus-refs-asserted-chronotope": "10.0.4",
27
27
  "@myrmidon/cadmus-refs-assertion": "10.0.4",
28
28
  "@myrmidon/cadmus-refs-proper-name": "10.0.3",