@myrmidon/cadmus-part-general-ui 15.0.0 → 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;
@@ -1479,8 +1478,9 @@ declare const COMMENT_FRAGMENT_SCHEMA: {
1479
1478
 
1480
1479
  /**
1481
1480
  * Comment part/fragment editor component.
1482
- * Thesauri: comment-tags, doc-reference-tags, doc-reference-types, comment-categories,
1483
- * languages, keyword-indexes, keyword-tags, comment-id-scopes, comment-id-tags,
1481
+ * Thesauri: comment-tags, doc-reference-tags, doc-reference-types,
1482
+ * comment-categories, comment-keyword-languages, comment-keyword-indexes,
1483
+ * comment-keyword-tags, comment-id-scopes, comment-id-tags,
1484
1484
  * assertion-tags.
1485
1485
  */
1486
1486
  declare class CommentEditorComponent extends ModelEditorComponentBase<CommentPart | CommentFragment> implements OnInit, OnDestroy {
@@ -1489,12 +1489,6 @@ declare class CommentEditorComponent extends ModelEditorComponentBase<CommentPar
1489
1489
  private readonly _disposables;
1490
1490
  private _editorModel?;
1491
1491
  private _editor?;
1492
- tag: FormControl<string | null>;
1493
- text: FormControl<string | null>;
1494
- references: FormControl<DocReference[]>;
1495
- links: FormControl<AssertedCompositeId[]>;
1496
- categories: FormControl<ThesaurusEntry[]>;
1497
- keywords: FormArray;
1498
1492
  readonly comTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
1499
1493
  readonly refTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
1500
1494
  readonly refTypeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
@@ -1505,6 +1499,12 @@ declare class CommentEditorComponent extends ModelEditorComponentBase<CommentPar
1505
1499
  readonly idScopeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
1506
1500
  readonly idTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
1507
1501
  readonly assTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
1502
+ tag: FormControl<string | null>;
1503
+ text: FormControl<string | null>;
1504
+ references: FormControl<DocReference[]>;
1505
+ links: FormControl<AssertedCompositeId[]>;
1506
+ categories: FormControl<ThesaurusEntry[]>;
1507
+ keywords: FormArray;
1508
1508
  constructor(authService: AuthJwtService, formBuilder: FormBuilder, _editService: CadmusTextEdService, _editorBindings?: CadmusTextEdBindings | undefined);
1509
1509
  ngOnInit(): void;
1510
1510
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myrmidon/cadmus-part-general-ui",
3
- "version": "15.0.0",
3
+ "version": "15.0.3",
4
4
  "description": "Cadmus - generic parts.",
5
5
  "keywords": [
6
6
  "Cadmus"
@@ -22,12 +22,12 @@
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
- "@myrmidon/cadmus-refs-proper-name": "10.0.2",
28
+ "@myrmidon/cadmus-refs-proper-name": "10.0.3",
29
29
  "@myrmidon/cadmus-core": "^12.0.2",
30
- "@myrmidon/cadmus-ui": "^15.0.0"
30
+ "@myrmidon/cadmus-ui": "^15.1.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "tslib": "^2.3.0"