@myrmidon/cadmus-part-general-ui 14.0.4 → 15.0.2
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Part, ThesaurusEntry, EditedObject, Fragment } from '@myrmidon/cadmus-core';
|
|
2
2
|
import { AssertedDate, AssertedChronotope } from '@myrmidon/cadmus-refs-asserted-chronotope';
|
|
3
|
-
import * as
|
|
3
|
+
import * as _angular_core from '@angular/core';
|
|
4
4
|
import { OnInit, OnDestroy, ElementRef } from '@angular/core';
|
|
5
5
|
import { FormControl, FormGroup, FormBuilder, UntypedFormGroup, FormArray } from '@angular/forms';
|
|
6
6
|
import { Assertion } from '@myrmidon/cadmus-refs-assertion';
|
|
@@ -187,16 +187,16 @@ declare const ASSERTED_HISTORICAL_DATES_PART_SCHEMA: {
|
|
|
187
187
|
};
|
|
188
188
|
|
|
189
189
|
declare class AssertedHistoricalDateComponent {
|
|
190
|
-
readonly date:
|
|
191
|
-
readonly dateCancel:
|
|
190
|
+
readonly date: _angular_core.ModelSignal<AssertedDate | undefined>;
|
|
191
|
+
readonly dateCancel: _angular_core.OutputEmitterRef<void>;
|
|
192
192
|
tag: FormControl<string | null>;
|
|
193
193
|
hd: FormControl<HistoricalDateModel | null>;
|
|
194
194
|
assertion: FormControl<Assertion | null>;
|
|
195
195
|
form: FormGroup;
|
|
196
|
-
tagEntries:
|
|
197
|
-
assertionTagEntries:
|
|
198
|
-
docReferenceTypeEntries:
|
|
199
|
-
docReferenceTagEntries:
|
|
196
|
+
tagEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
197
|
+
assertionTagEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
198
|
+
docReferenceTypeEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
199
|
+
docReferenceTagEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
200
200
|
constructor(formBuilder: FormBuilder);
|
|
201
201
|
private updateForm;
|
|
202
202
|
private getDate;
|
|
@@ -204,8 +204,8 @@ declare class AssertedHistoricalDateComponent {
|
|
|
204
204
|
onDateChange(date?: HistoricalDateModel): void;
|
|
205
205
|
cancel(): void;
|
|
206
206
|
save(): void;
|
|
207
|
-
static ɵfac:
|
|
208
|
-
static ɵcmp:
|
|
207
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AssertedHistoricalDateComponent, never>;
|
|
208
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AssertedHistoricalDateComponent, "cadmus-asserted-historical-date", never, { "date": { "alias": "date"; "required": false; "isSignal": true; }; "tagEntries": { "alias": "tagEntries"; "required": false; "isSignal": true; }; "assertionTagEntries": { "alias": "assertionTagEntries"; "required": false; "isSignal": true; }; "docReferenceTypeEntries": { "alias": "docReferenceTypeEntries"; "required": false; "isSignal": true; }; "docReferenceTagEntries": { "alias": "docReferenceTagEntries"; "required": false; "isSignal": true; }; }, { "date": "dateChange"; "dateCancel": "dateCancel"; }, never, never, true, never>;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
/**
|
|
@@ -215,13 +215,13 @@ declare class AssertedHistoricalDateComponent {
|
|
|
215
215
|
*/
|
|
216
216
|
declare class AssertedHistoricalDatesPartComponent extends ModelEditorComponentBase<AssertedHistoricalDatesPart> implements OnInit {
|
|
217
217
|
private _dialogService;
|
|
218
|
-
maxDateCount: number
|
|
219
|
-
editedIndex: number
|
|
220
|
-
edited: AssertedDate | undefined
|
|
221
|
-
tagEntries
|
|
222
|
-
assertionTagEntries
|
|
223
|
-
docReferenceTypeEntries
|
|
224
|
-
docReferenceTagEntries
|
|
218
|
+
readonly maxDateCount: _angular_core.WritableSignal<number>;
|
|
219
|
+
readonly editedIndex: _angular_core.WritableSignal<number>;
|
|
220
|
+
readonly edited: _angular_core.WritableSignal<AssertedDate | undefined>;
|
|
221
|
+
readonly tagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
222
|
+
readonly assertionTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
223
|
+
readonly docReferenceTypeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
224
|
+
readonly docReferenceTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
225
225
|
dates: FormControl<AssertedDate[]>;
|
|
226
226
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder, _dialogService: DialogService);
|
|
227
227
|
ngOnInit(): void;
|
|
@@ -237,8 +237,8 @@ declare class AssertedHistoricalDatesPartComponent extends ModelEditorComponentB
|
|
|
237
237
|
deleteDate(index: number): void;
|
|
238
238
|
moveDateUp(index: number): void;
|
|
239
239
|
moveDateDown(index: number): void;
|
|
240
|
-
static ɵfac:
|
|
241
|
-
static ɵcmp:
|
|
240
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AssertedHistoricalDatesPartComponent, never>;
|
|
241
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AssertedHistoricalDatesPartComponent, "cadmus-asserted-historical-dates-part", never, {}, {}, never, never, true, never>;
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
interface Keyword {
|
|
@@ -512,23 +512,52 @@ declare const BIBLIOGRAPHY_PART_SCHEMA: {
|
|
|
512
512
|
};
|
|
513
513
|
};
|
|
514
514
|
|
|
515
|
-
declare class
|
|
516
|
-
private
|
|
517
|
-
readonly
|
|
518
|
-
readonly
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
515
|
+
declare class BibAuthorEditorComponent {
|
|
516
|
+
private formBuilder;
|
|
517
|
+
readonly author: _angular_core.ModelSignal<BibAuthor | undefined>;
|
|
518
|
+
readonly cancelEdit: _angular_core.OutputEmitterRef<void>;
|
|
519
|
+
lastName: FormControl<string>;
|
|
520
|
+
firstName: FormControl<string | null>;
|
|
521
|
+
role: FormControl<string | null>;
|
|
522
|
+
form: FormGroup;
|
|
523
|
+
readonly roleEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
524
|
+
private _updatingForm;
|
|
525
|
+
constructor(formBuilder: FormBuilder);
|
|
526
|
+
private updateForm;
|
|
527
|
+
private getAuthor;
|
|
528
|
+
cancel(): void;
|
|
529
|
+
/**
|
|
530
|
+
* Saves the current form data by updating the `data` model signal.
|
|
531
|
+
* This method can be called manually (e.g., by a Save button) or
|
|
532
|
+
* automatically (via auto-save).
|
|
533
|
+
* @param pristine If true (default), the form is marked as pristine
|
|
534
|
+
* after saving.
|
|
535
|
+
* Set to false for auto-save if you want the form to remain dirty.
|
|
536
|
+
*/
|
|
537
|
+
save(pristine?: boolean): void;
|
|
538
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BibAuthorEditorComponent, never>;
|
|
539
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BibAuthorEditorComponent, "cadmus-bib-author-editor", never, { "author": { "alias": "author"; "required": false; "isSignal": true; }; "roleEntries": { "alias": "roleEntries"; "required": false; "isSignal": true; }; }, { "author": "authorChange"; "cancelEdit": "cancelEdit"; }, never, never, true, never>;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
/**
|
|
543
|
+
* Editor for a set of bibliography authors.
|
|
544
|
+
*/
|
|
545
|
+
declare class BibAuthorsEditorComponent {
|
|
546
|
+
private _dialogService;
|
|
547
|
+
readonly authors: _angular_core.ModelSignal<BibAuthor[]>;
|
|
548
|
+
readonly roleEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
549
|
+
readonly editedAuthor: _angular_core.WritableSignal<BibAuthor | undefined>;
|
|
550
|
+
readonly editedAuthorIndex: _angular_core.WritableSignal<number>;
|
|
551
|
+
constructor(_dialogService: DialogService);
|
|
552
|
+
addAuthor(): void;
|
|
553
|
+
editAuthor(author: BibAuthor, index: number): void;
|
|
554
|
+
closeAuthor(): void;
|
|
555
|
+
saveAuthor(author: BibAuthor): void;
|
|
556
|
+
deleteAuthor(index: number): void;
|
|
527
557
|
moveAuthorUp(index: number): void;
|
|
528
558
|
moveAuthorDown(index: number): void;
|
|
529
|
-
|
|
530
|
-
static
|
|
531
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BibAuthorsEditorComponent, "cadmus-bib-authors-editor", never, { "parentForm": { "alias": "parentForm"; "required": true; "isSignal": true; }; "controlName": { "alias": "controlName"; "required": false; "isSignal": true; }; "roleEntries": { "alias": "roleEntries"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
559
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BibAuthorsEditorComponent, never>;
|
|
560
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BibAuthorsEditorComponent, "cadmus-bib-authors-editor", never, { "authors": { "alias": "authors"; "required": false; "isSignal": true; }; "roleEntries": { "alias": "roleEntries"; "required": false; "isSignal": true; }; }, { "authors": "authorsChange"; }, never, never, true, never>;
|
|
532
561
|
}
|
|
533
562
|
|
|
534
563
|
/**
|
|
@@ -536,22 +565,21 @@ declare class BibAuthorsEditorComponent implements OnInit {
|
|
|
536
565
|
* entry in the bibliography part.
|
|
537
566
|
*/
|
|
538
567
|
declare class BibliographyEntryComponent implements OnInit, OnDestroy {
|
|
539
|
-
private _formBuilder;
|
|
540
568
|
private _sub?;
|
|
541
|
-
readonly entry:
|
|
542
|
-
readonly langEntries:
|
|
543
|
-
readonly typeEntries:
|
|
544
|
-
readonly tagEntries:
|
|
545
|
-
readonly roleEntries:
|
|
546
|
-
readonly editorClose:
|
|
569
|
+
readonly entry: _angular_core.ModelSignal<BibEntry | undefined>;
|
|
570
|
+
readonly langEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
571
|
+
readonly typeEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
572
|
+
readonly tagEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
573
|
+
readonly roleEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
574
|
+
readonly editorClose: _angular_core.OutputEmitterRef<void>;
|
|
547
575
|
key: FormControl<string | null>;
|
|
548
576
|
type: FormControl<string | null>;
|
|
549
577
|
tag: FormControl<string | null>;
|
|
550
578
|
language: FormControl<string | null>;
|
|
551
|
-
authors:
|
|
579
|
+
authors: FormControl<BibAuthor[]>;
|
|
552
580
|
title: FormControl<string | null>;
|
|
553
581
|
note: FormControl<string | null>;
|
|
554
|
-
contributors:
|
|
582
|
+
contributors: FormControl<BibAuthor[]>;
|
|
555
583
|
container: FormControl<string | null>;
|
|
556
584
|
edition: FormControl<number | null>;
|
|
557
585
|
number: FormControl<string | null>;
|
|
@@ -562,27 +590,26 @@ declare class BibliographyEntryComponent implements OnInit, OnDestroy {
|
|
|
562
590
|
accessDate: FormControl<Date | null>;
|
|
563
591
|
firstPage: FormControl<number | null>;
|
|
564
592
|
lastPage: FormControl<number | null>;
|
|
565
|
-
keywords: Keyword[]
|
|
593
|
+
readonly keywords: _angular_core.WritableSignal<Keyword[]>;
|
|
566
594
|
keyLanguage: FormControl<string | null>;
|
|
567
595
|
keyValue: FormControl<string | null>;
|
|
568
596
|
keyForm: FormGroup;
|
|
569
597
|
form: FormGroup;
|
|
570
|
-
constructor(
|
|
598
|
+
constructor(formBuilder: FormBuilder);
|
|
571
599
|
ngOnInit(): void;
|
|
572
600
|
ngOnDestroy(): void;
|
|
573
|
-
private getAuthorGroup;
|
|
574
|
-
private setAuthors;
|
|
575
601
|
private updateForm;
|
|
576
|
-
private getAuthors;
|
|
577
602
|
private getEntry;
|
|
603
|
+
onAuthorsChange(authors: BibAuthor[]): void;
|
|
604
|
+
onContributorsChange(contributors: BibAuthor[]): void;
|
|
578
605
|
addKeyword(): void;
|
|
579
606
|
deleteKeyword(index: number): void;
|
|
580
607
|
moveKeywordUp(index: number): void;
|
|
581
608
|
moveKeywordDown(index: number): void;
|
|
582
609
|
cancel(): void;
|
|
583
610
|
save(): void;
|
|
584
|
-
static ɵfac:
|
|
585
|
-
static ɵcmp:
|
|
611
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BibliographyEntryComponent, never>;
|
|
612
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BibliographyEntryComponent, "cadmus-bibliography-entry", never, { "entry": { "alias": "entry"; "required": false; "isSignal": true; }; "langEntries": { "alias": "langEntries"; "required": false; "isSignal": true; }; "typeEntries": { "alias": "typeEntries"; "required": false; "isSignal": true; }; "tagEntries": { "alias": "tagEntries"; "required": false; "isSignal": true; }; "roleEntries": { "alias": "roleEntries"; "required": false; "isSignal": true; }; }, { "entry": "entryChange"; "editorClose": "editorClose"; }, never, never, true, never>;
|
|
586
613
|
}
|
|
587
614
|
|
|
588
615
|
/**
|
|
@@ -592,12 +619,12 @@ declare class BibliographyEntryComponent implements OnInit, OnDestroy {
|
|
|
592
619
|
*/
|
|
593
620
|
declare class BibliographyPartComponent extends ModelEditorComponentBase<BibliographyPart> implements OnInit {
|
|
594
621
|
private _dialogService;
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
langEntries: ThesaurusEntry[] | undefined
|
|
598
|
-
roleEntries: ThesaurusEntry[] | undefined
|
|
599
|
-
tagEntries: ThesaurusEntry[] | undefined
|
|
600
|
-
typeEntries: ThesaurusEntry[] | undefined
|
|
622
|
+
readonly editedIndex: _angular_core.WritableSignal<number>;
|
|
623
|
+
readonly edited: _angular_core.WritableSignal<BibEntry | undefined>;
|
|
624
|
+
readonly langEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
625
|
+
readonly roleEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
626
|
+
readonly tagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
627
|
+
readonly typeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
601
628
|
entries: FormControl<BibEntry[]>;
|
|
602
629
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder, _dialogService: DialogService);
|
|
603
630
|
ngOnInit(): void;
|
|
@@ -615,8 +642,8 @@ declare class BibliographyPartComponent extends ModelEditorComponentBase<Bibliog
|
|
|
615
642
|
moveEntryUp(index: number): void;
|
|
616
643
|
moveEntryDown(index: number): void;
|
|
617
644
|
getAuthors(authors: BibAuthor[]): string;
|
|
618
|
-
static ɵfac:
|
|
619
|
-
static ɵcmp:
|
|
645
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BibliographyPartComponent, never>;
|
|
646
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BibliographyPartComponent, "cadmus-bibliography-part", never, {}, {}, never, never, true, never>;
|
|
620
647
|
}
|
|
621
648
|
|
|
622
649
|
/**
|
|
@@ -685,7 +712,7 @@ declare const CATEGORIES_PART_SCHEMA: {
|
|
|
685
712
|
*/
|
|
686
713
|
declare class CategoriesPartComponent extends ModelEditorComponentBase<CategoriesPart> implements OnInit {
|
|
687
714
|
categories: FormControl<ThesaurusEntry[]>;
|
|
688
|
-
entries
|
|
715
|
+
readonly entries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
689
716
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder);
|
|
690
717
|
ngOnInit(): void;
|
|
691
718
|
protected buildForm(formBuilder: FormBuilder): FormGroup | UntypedFormGroup;
|
|
@@ -695,8 +722,8 @@ declare class CategoriesPartComponent extends ModelEditorComponentBase<Categorie
|
|
|
695
722
|
onEntryChange(entry: ThesaurusEntry): void;
|
|
696
723
|
removeCategory(index: number): void;
|
|
697
724
|
renderLabel(label: string): string;
|
|
698
|
-
static ɵfac:
|
|
699
|
-
static ɵcmp:
|
|
725
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CategoriesPartComponent, never>;
|
|
726
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CategoriesPartComponent, "cadmus-categories-part", never, {}, {}, never, never, true, never>;
|
|
700
727
|
}
|
|
701
728
|
|
|
702
729
|
/**
|
|
@@ -808,8 +835,7 @@ declare const CHRONOLOGY_FRAGMENT_SCHEMA: {
|
|
|
808
835
|
* Thesauri: "chronology-tags" when you want to use a closed set of tags.
|
|
809
836
|
*/
|
|
810
837
|
declare class ChronologyFragmentComponent extends ModelEditorComponentBase<ChronologyFragment> implements OnInit {
|
|
811
|
-
tagEntries
|
|
812
|
-
initialDate: HistoricalDateModel | undefined;
|
|
838
|
+
readonly tagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
813
839
|
date: FormControl<HistoricalDateModel | null>;
|
|
814
840
|
tag: FormControl<string | null>;
|
|
815
841
|
label: FormControl<string | null>;
|
|
@@ -822,8 +848,8 @@ declare class ChronologyFragmentComponent extends ModelEditorComponentBase<Chron
|
|
|
822
848
|
protected onDataSet(data?: EditedObject<ChronologyFragment>): void;
|
|
823
849
|
onDateChange(date: HistoricalDateModel): void;
|
|
824
850
|
protected getValue(): ChronologyFragment;
|
|
825
|
-
static ɵfac:
|
|
826
|
-
static ɵcmp:
|
|
851
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ChronologyFragmentComponent, never>;
|
|
852
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChronologyFragmentComponent, "cadmus-chronology-fragment", never, {}, {}, never, never, true, never>;
|
|
827
853
|
}
|
|
828
854
|
|
|
829
855
|
/**
|
|
@@ -1056,12 +1082,12 @@ declare const Chronotopes_PART_SCHEMA: {
|
|
|
1056
1082
|
*/
|
|
1057
1083
|
declare class ChronotopesPartComponent extends ModelEditorComponentBase<ChronotopesPart> implements OnInit {
|
|
1058
1084
|
private _dialogService;
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
tagEntries: ThesaurusEntry[] | undefined
|
|
1062
|
-
assTagEntries
|
|
1063
|
-
refTypeEntries: ThesaurusEntry[] | undefined
|
|
1064
|
-
refTagEntries: ThesaurusEntry[] | undefined
|
|
1085
|
+
readonly editedIndex: _angular_core.WritableSignal<number>;
|
|
1086
|
+
readonly edited: _angular_core.WritableSignal<AssertedChronotope | undefined>;
|
|
1087
|
+
readonly tagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1088
|
+
readonly assTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1089
|
+
readonly refTypeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1090
|
+
readonly refTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1065
1091
|
chronotopes: FormControl<AssertedChronotope[]>;
|
|
1066
1092
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder, _dialogService: DialogService);
|
|
1067
1093
|
ngOnInit(): void;
|
|
@@ -1078,8 +1104,8 @@ declare class ChronotopesPartComponent extends ModelEditorComponentBase<Chronoto
|
|
|
1078
1104
|
deleteChronotope(index: number): void;
|
|
1079
1105
|
moveChronotopeUp(index: number): void;
|
|
1080
1106
|
moveChronotopeDown(index: number): void;
|
|
1081
|
-
static ɵfac:
|
|
1082
|
-
static ɵcmp:
|
|
1107
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ChronotopesPartComponent, never>;
|
|
1108
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChronotopesPartComponent, "cadmus-chronotopes-part", never, {}, {}, never, never, true, never>;
|
|
1083
1109
|
}
|
|
1084
1110
|
|
|
1085
1111
|
/**
|
|
@@ -1453,8 +1479,9 @@ declare const COMMENT_FRAGMENT_SCHEMA: {
|
|
|
1453
1479
|
|
|
1454
1480
|
/**
|
|
1455
1481
|
* Comment part/fragment editor component.
|
|
1456
|
-
* Thesauri: comment-tags, doc-reference-tags, doc-reference-types,
|
|
1457
|
-
*
|
|
1482
|
+
* Thesauri: comment-tags, doc-reference-tags, doc-reference-types,
|
|
1483
|
+
* comment-categories, comment-keyword-languages, comment-keyword-indexes,
|
|
1484
|
+
* comment-keyword-tags, comment-id-scopes, comment-id-tags,
|
|
1458
1485
|
* assertion-tags.
|
|
1459
1486
|
*/
|
|
1460
1487
|
declare class CommentEditorComponent extends ModelEditorComponentBase<CommentPart | CommentFragment> implements OnInit, OnDestroy {
|
|
@@ -1463,22 +1490,22 @@ declare class CommentEditorComponent extends ModelEditorComponentBase<CommentPar
|
|
|
1463
1490
|
private readonly _disposables;
|
|
1464
1491
|
private _editorModel?;
|
|
1465
1492
|
private _editor?;
|
|
1493
|
+
readonly comTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1494
|
+
readonly refTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1495
|
+
readonly refTypeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1496
|
+
readonly catEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1497
|
+
readonly langEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1498
|
+
readonly idxEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1499
|
+
readonly keyTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1500
|
+
readonly idScopeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1501
|
+
readonly idTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1502
|
+
readonly assTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1466
1503
|
tag: FormControl<string | null>;
|
|
1467
1504
|
text: FormControl<string | null>;
|
|
1468
1505
|
references: FormControl<DocReference[]>;
|
|
1469
1506
|
links: FormControl<AssertedCompositeId[]>;
|
|
1470
1507
|
categories: FormControl<ThesaurusEntry[]>;
|
|
1471
1508
|
keywords: FormArray;
|
|
1472
|
-
comTagEntries: ThesaurusEntry[] | undefined;
|
|
1473
|
-
refTagEntries: ThesaurusEntry[] | undefined;
|
|
1474
|
-
refTypeEntries: ThesaurusEntry[] | undefined;
|
|
1475
|
-
catEntries: ThesaurusEntry[] | undefined;
|
|
1476
|
-
langEntries: ThesaurusEntry[] | undefined;
|
|
1477
|
-
idxEntries: ThesaurusEntry[] | undefined;
|
|
1478
|
-
keyTagEntries: ThesaurusEntry[] | undefined;
|
|
1479
|
-
idScopeEntries: ThesaurusEntry[] | undefined;
|
|
1480
|
-
idTagEntries: ThesaurusEntry[] | undefined;
|
|
1481
|
-
assTagEntries: ThesaurusEntry[] | undefined;
|
|
1482
1509
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder, _editService: CadmusTextEdService, _editorBindings?: CadmusTextEdBindings | undefined);
|
|
1483
1510
|
ngOnInit(): void;
|
|
1484
1511
|
ngOnDestroy(): void;
|
|
@@ -1501,8 +1528,8 @@ declare class CommentEditorComponent extends ModelEditorComponentBase<CommentPar
|
|
|
1501
1528
|
moveKeywordUp(index: number): void;
|
|
1502
1529
|
moveKeywordDown(index: number): void;
|
|
1503
1530
|
private getKeywords;
|
|
1504
|
-
static ɵfac:
|
|
1505
|
-
static ɵcmp:
|
|
1531
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CommentEditorComponent, [null, null, null, { optional: true; }]>;
|
|
1532
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CommentEditorComponent, "cadmus-comment-editor", never, {}, {}, never, never, true, never>;
|
|
1506
1533
|
}
|
|
1507
1534
|
|
|
1508
1535
|
/**
|
|
@@ -1588,8 +1615,8 @@ declare const DECORATED_COUNTS_PART_SCHEMA: {
|
|
|
1588
1615
|
*/
|
|
1589
1616
|
declare class DecoratedCountsPartComponent extends ModelEditorComponentBase<DecoratedCountsPart> implements OnInit {
|
|
1590
1617
|
counts: FormControl<DecoratedCount[]>;
|
|
1591
|
-
idEntries: ThesaurusEntry[] | undefined
|
|
1592
|
-
tagEntries: ThesaurusEntry[] | undefined
|
|
1618
|
+
readonly idEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1619
|
+
readonly tagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1593
1620
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder);
|
|
1594
1621
|
ngOnInit(): void;
|
|
1595
1622
|
protected buildForm(formBuilder: FormBuilder): FormGroup | UntypedFormGroup;
|
|
@@ -1598,8 +1625,8 @@ declare class DecoratedCountsPartComponent extends ModelEditorComponentBase<Deco
|
|
|
1598
1625
|
protected onDataSet(data?: EditedObject<DecoratedCountsPart>): void;
|
|
1599
1626
|
protected getValue(): DecoratedCountsPart;
|
|
1600
1627
|
onCountsChange(counts: DecoratedCount[]): void;
|
|
1601
|
-
static ɵfac:
|
|
1602
|
-
static ɵcmp:
|
|
1628
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DecoratedCountsPartComponent, never>;
|
|
1629
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DecoratedCountsPartComponent, "cadmus-decorated-counts-part", never, {}, {}, never, never, true, never>;
|
|
1603
1630
|
}
|
|
1604
1631
|
|
|
1605
1632
|
/**
|
|
@@ -1696,9 +1723,9 @@ declare const DISTRICT_LOCATION_PART_SCHEMA: {
|
|
|
1696
1723
|
declare class DistrictLocationPartComponent extends ModelEditorComponentBase<DistrictLocationPart> implements OnInit {
|
|
1697
1724
|
place: FormControl<ProperName | null>;
|
|
1698
1725
|
note: FormControl<string | null>;
|
|
1699
|
-
|
|
1700
|
-
typeEntries
|
|
1701
|
-
langEntries
|
|
1726
|
+
readonly name: _angular_core.WritableSignal<ProperName | undefined>;
|
|
1727
|
+
readonly typeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1728
|
+
readonly langEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1702
1729
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder);
|
|
1703
1730
|
ngOnInit(): void;
|
|
1704
1731
|
protected buildForm(formBuilder: FormBuilder): FormGroup | UntypedFormGroup;
|
|
@@ -1707,8 +1734,8 @@ declare class DistrictLocationPartComponent extends ModelEditorComponentBase<Dis
|
|
|
1707
1734
|
onNameChange(name: ProperName | undefined): void;
|
|
1708
1735
|
protected onDataSet(data?: EditedObject<DistrictLocationPart>): void;
|
|
1709
1736
|
protected getValue(): DistrictLocationPart;
|
|
1710
|
-
static ɵfac:
|
|
1711
|
-
static ɵcmp:
|
|
1737
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DistrictLocationPartComponent, never>;
|
|
1738
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DistrictLocationPartComponent, "cadmus-district-location-part", never, {}, {}, never, never, true, never>;
|
|
1712
1739
|
}
|
|
1713
1740
|
|
|
1714
1741
|
/**
|
|
@@ -1800,9 +1827,9 @@ interface DocReferencesPartSettings {
|
|
|
1800
1827
|
*/
|
|
1801
1828
|
declare class DocReferencesPartComponent extends ModelEditorComponentBase<DocReferencesPart> implements OnInit {
|
|
1802
1829
|
references: FormControl<DocReference[]>;
|
|
1803
|
-
readonly typeEntries:
|
|
1804
|
-
readonly tagEntries:
|
|
1805
|
-
readonly settings:
|
|
1830
|
+
readonly typeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1831
|
+
readonly tagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1832
|
+
readonly settings: _angular_core.WritableSignal<DocReferencesPartSettings | undefined>;
|
|
1806
1833
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder);
|
|
1807
1834
|
private loadSettings;
|
|
1808
1835
|
ngOnInit(): void;
|
|
@@ -1812,8 +1839,8 @@ declare class DocReferencesPartComponent extends ModelEditorComponentBase<DocRef
|
|
|
1812
1839
|
protected onDataSet(data?: EditedObject<DocReferencesPart>): void;
|
|
1813
1840
|
protected getValue(): DocReferencesPart;
|
|
1814
1841
|
onReferencesChange(references: DocReference[]): void;
|
|
1815
|
-
static ɵfac:
|
|
1816
|
-
static ɵcmp:
|
|
1842
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DocReferencesPartComponent, never>;
|
|
1843
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DocReferencesPartComponent, "cadmus-doc-references-part", never, {}, {}, never, never, true, never>;
|
|
1817
1844
|
}
|
|
1818
1845
|
|
|
1819
1846
|
/**
|
|
@@ -1901,11 +1928,11 @@ declare const EXTERNAL_IDS_PART_SCHEMA: {
|
|
|
1901
1928
|
*/
|
|
1902
1929
|
declare class ExternalIdsPartComponent extends ModelEditorComponentBase<ExternalIdsPart> implements OnInit {
|
|
1903
1930
|
ids: FormControl<AssertedId[]>;
|
|
1904
|
-
idScopeEntries: ThesaurusEntry[] | undefined
|
|
1905
|
-
idTagEntries: ThesaurusEntry[] | undefined
|
|
1906
|
-
assTagEntries: ThesaurusEntry[] | undefined
|
|
1907
|
-
refTypeEntries: ThesaurusEntry[] | undefined
|
|
1908
|
-
refTagEntries: ThesaurusEntry[] | undefined
|
|
1931
|
+
readonly idScopeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1932
|
+
readonly idTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1933
|
+
readonly assTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1934
|
+
readonly refTypeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1935
|
+
readonly refTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
1909
1936
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder);
|
|
1910
1937
|
ngOnInit(): void;
|
|
1911
1938
|
protected buildForm(formBuilder: FormBuilder): FormGroup | UntypedFormGroup;
|
|
@@ -1914,8 +1941,8 @@ declare class ExternalIdsPartComponent extends ModelEditorComponentBase<External
|
|
|
1914
1941
|
protected onDataSet(data?: EditedObject<ExternalIdsPart>): void;
|
|
1915
1942
|
protected getValue(): ExternalIdsPart;
|
|
1916
1943
|
onIdsChange(ids: AssertedId[]): void;
|
|
1917
|
-
static ɵfac:
|
|
1918
|
-
static ɵcmp:
|
|
1944
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ExternalIdsPartComponent, never>;
|
|
1945
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ExternalIdsPartComponent, "cadmus-refs-external-ids-part", never, {}, {}, never, never, true, never>;
|
|
1919
1946
|
}
|
|
1920
1947
|
|
|
1921
1948
|
/**
|
|
@@ -1999,9 +2026,9 @@ declare const FLAGS_PART_SCHEMA: {
|
|
|
1999
2026
|
declare class FlagsPartComponent extends ModelEditorComponentBase<FlagsPart> implements OnInit {
|
|
2000
2027
|
flags: FormControl<string[]>;
|
|
2001
2028
|
notes: FormControl<NoteSet>;
|
|
2002
|
-
readonly settings:
|
|
2003
|
-
readonly flagEntries:
|
|
2004
|
-
featureFlags:
|
|
2029
|
+
readonly settings: _angular_core.WritableSignal<NoteSet | undefined>;
|
|
2030
|
+
readonly flagEntries: _angular_core.WritableSignal<ThesaurusEntry[]>;
|
|
2031
|
+
featureFlags: _angular_core.Signal<Flag[]>;
|
|
2005
2032
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder);
|
|
2006
2033
|
ngOnInit(): Promise<void>;
|
|
2007
2034
|
protected buildForm(formBuilder: FormBuilder): FormGroup | UntypedFormGroup;
|
|
@@ -2013,8 +2040,8 @@ declare class FlagsPartComponent extends ModelEditorComponentBase<FlagsPart> imp
|
|
|
2013
2040
|
onNoteChange(note: KeyValue<string, string | null>): void;
|
|
2014
2041
|
onSetChange(set: NoteSet): void;
|
|
2015
2042
|
protected getValue(): FlagsPart;
|
|
2016
|
-
static ɵfac:
|
|
2017
|
-
static ɵcmp:
|
|
2043
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FlagsPartComponent, never>;
|
|
2044
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FlagsPartComponent, "cadmus-flags-part", never, {}, {}, never, never, true, never>;
|
|
2018
2045
|
}
|
|
2019
2046
|
|
|
2020
2047
|
/**
|
|
@@ -2423,48 +2450,47 @@ declare const HISTORICAL_EVENTS_PART_SCHEMA: {
|
|
|
2423
2450
|
* Historical event editor.
|
|
2424
2451
|
*/
|
|
2425
2452
|
declare class HistoricalEventEditorComponent {
|
|
2426
|
-
private _editedEntityIndex;
|
|
2427
2453
|
/**
|
|
2428
2454
|
* The event being edited.
|
|
2429
2455
|
*/
|
|
2430
|
-
readonly event:
|
|
2456
|
+
readonly event: _angular_core.ModelSignal<HistoricalEvent | undefined>;
|
|
2431
2457
|
/**
|
|
2432
2458
|
* Thesaurus event-types (hierarchical).
|
|
2433
2459
|
*/
|
|
2434
|
-
readonly eventTypeEntries:
|
|
2460
|
+
readonly eventTypeEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2435
2461
|
/**
|
|
2436
2462
|
* Thesaurus event-tags.
|
|
2437
2463
|
*/
|
|
2438
|
-
readonly eventTagEntries:
|
|
2464
|
+
readonly eventTagEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2439
2465
|
/**
|
|
2440
2466
|
* Thesaurus event-relations (pseudo-hierarchical; the
|
|
2441
2467
|
* separator used is : rather than .).
|
|
2442
2468
|
*/
|
|
2443
|
-
readonly relationEntries:
|
|
2469
|
+
readonly relationEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2444
2470
|
/**
|
|
2445
2471
|
* Thesaurus chronotope-tags.
|
|
2446
2472
|
*/
|
|
2447
|
-
readonly ctTagEntries:
|
|
2473
|
+
readonly ctTagEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2448
2474
|
/**
|
|
2449
2475
|
* Thesaurus asserted-id-scopes.
|
|
2450
2476
|
*/
|
|
2451
|
-
readonly idScopeEntries:
|
|
2477
|
+
readonly idScopeEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2452
2478
|
/**
|
|
2453
2479
|
* Thesaurus asserted-id-tags.
|
|
2454
2480
|
*/
|
|
2455
|
-
readonly idTagEntries:
|
|
2481
|
+
readonly idTagEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2456
2482
|
/**
|
|
2457
2483
|
* Thesaurus assertion-tags.
|
|
2458
2484
|
*/
|
|
2459
|
-
readonly assTagEntries:
|
|
2485
|
+
readonly assTagEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2460
2486
|
/**
|
|
2461
2487
|
* Thesaurus doc-reference-tags.
|
|
2462
2488
|
*/
|
|
2463
|
-
readonly refTagEntries:
|
|
2489
|
+
readonly refTagEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2464
2490
|
/**
|
|
2465
2491
|
* Thesaurus doc-reference-types.
|
|
2466
2492
|
*/
|
|
2467
|
-
readonly refTypeEntries:
|
|
2493
|
+
readonly refTypeEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2468
2494
|
/**
|
|
2469
2495
|
* The number of event type portions to cut from the event type ID when
|
|
2470
2496
|
* building the prefix used to filter the corresponding relations IDs.
|
|
@@ -2475,12 +2501,12 @@ declare class HistoricalEventEditorComponent {
|
|
|
2475
2501
|
* "person" and "birth", remove the last 1 tail(s), thus getting "person",
|
|
2476
2502
|
* join back the portions and append a final colon, generating "person:".
|
|
2477
2503
|
*/
|
|
2478
|
-
readonly eventTypeTailCut:
|
|
2504
|
+
readonly eventTypeTailCut: _angular_core.InputSignal<number>;
|
|
2479
2505
|
/**
|
|
2480
2506
|
* True to disable ID lookup via scoped pin lookup.
|
|
2481
2507
|
*/
|
|
2482
|
-
readonly noLookup:
|
|
2483
|
-
readonly editorClose:
|
|
2508
|
+
readonly noLookup: _angular_core.InputSignal<boolean | undefined>;
|
|
2509
|
+
readonly editorClose: _angular_core.OutputEmitterRef<void>;
|
|
2484
2510
|
eid: FormControl<string | null>;
|
|
2485
2511
|
type: FormControl<string | null>;
|
|
2486
2512
|
tag: FormControl<string | null>;
|
|
@@ -2491,9 +2517,10 @@ declare class HistoricalEventEditorComponent {
|
|
|
2491
2517
|
hasAssertion: FormControl<boolean>;
|
|
2492
2518
|
assertion: FormControl<Assertion | null>;
|
|
2493
2519
|
form: FormGroup;
|
|
2494
|
-
readonly typeEntryPrefix:
|
|
2495
|
-
readonly currentRelEntries:
|
|
2496
|
-
editedEntity
|
|
2520
|
+
readonly typeEntryPrefix: _angular_core.WritableSignal<string | undefined>;
|
|
2521
|
+
readonly currentRelEntries: _angular_core.Signal<ThesaurusEntry[]>;
|
|
2522
|
+
readonly editedEntity: _angular_core.WritableSignal<RelatedEntity | undefined>;
|
|
2523
|
+
readonly editedEntityIndex: _angular_core.WritableSignal<number>;
|
|
2497
2524
|
constructor(formBuilder: FormBuilder);
|
|
2498
2525
|
renderLabel(label: string): string;
|
|
2499
2526
|
private getTypeEntryPrefix;
|
|
@@ -2510,8 +2537,8 @@ declare class HistoricalEventEditorComponent {
|
|
|
2510
2537
|
deleteEntity(index: number): void;
|
|
2511
2538
|
cancel(): void;
|
|
2512
2539
|
save(): void;
|
|
2513
|
-
static ɵfac:
|
|
2514
|
-
static ɵcmp:
|
|
2540
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<HistoricalEventEditorComponent, never>;
|
|
2541
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<HistoricalEventEditorComponent, "cadmus-historical-event-editor", never, { "event": { "alias": "event"; "required": false; "isSignal": true; }; "eventTypeEntries": { "alias": "eventTypeEntries"; "required": false; "isSignal": true; }; "eventTagEntries": { "alias": "eventTagEntries"; "required": false; "isSignal": true; }; "relationEntries": { "alias": "relationEntries"; "required": false; "isSignal": true; }; "ctTagEntries": { "alias": "ctTagEntries"; "required": false; "isSignal": true; }; "idScopeEntries": { "alias": "idScopeEntries"; "required": false; "isSignal": true; }; "idTagEntries": { "alias": "idTagEntries"; "required": false; "isSignal": true; }; "assTagEntries": { "alias": "assTagEntries"; "required": false; "isSignal": true; }; "refTagEntries": { "alias": "refTagEntries"; "required": false; "isSignal": true; }; "refTypeEntries": { "alias": "refTypeEntries"; "required": false; "isSignal": true; }; "eventTypeTailCut": { "alias": "eventTypeTailCut"; "required": false; "isSignal": true; }; "noLookup": { "alias": "noLookup"; "required": false; "isSignal": true; }; }, { "event": "eventChange"; "editorClose": "editorClose"; }, never, never, true, never>;
|
|
2515
2542
|
}
|
|
2516
2543
|
|
|
2517
2544
|
/**
|
|
@@ -2661,8 +2688,8 @@ declare const HISTORICAL_DATE_PART_SCHEMA: {
|
|
|
2661
2688
|
declare class HistoricalDatePartComponent extends ModelEditorComponentBase<HistoricalDatePart> implements OnInit {
|
|
2662
2689
|
references: FormControl<DocReference[]>;
|
|
2663
2690
|
date: FormControl<HistoricalDateModel>;
|
|
2664
|
-
typeEntries: ThesaurusEntry[] | undefined
|
|
2665
|
-
tagEntries: ThesaurusEntry[] | undefined
|
|
2691
|
+
readonly typeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2692
|
+
readonly tagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2666
2693
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder);
|
|
2667
2694
|
ngOnInit(): void;
|
|
2668
2695
|
protected buildForm(formBuilder: FormBuilder): FormGroup | UntypedFormGroup;
|
|
@@ -2672,8 +2699,8 @@ declare class HistoricalDatePartComponent extends ModelEditorComponentBase<Histo
|
|
|
2672
2699
|
protected getValue(): HistoricalDatePart;
|
|
2673
2700
|
onDateChange(date: HistoricalDateModel): void;
|
|
2674
2701
|
onReferencesChange(references: DocReference[]): void;
|
|
2675
|
-
static ɵfac:
|
|
2676
|
-
static ɵcmp:
|
|
2702
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<HistoricalDatePartComponent, never>;
|
|
2703
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<HistoricalDatePartComponent, "cadmus-historical-date-part", never, {}, {}, never, never, true, never>;
|
|
2677
2704
|
}
|
|
2678
2705
|
|
|
2679
2706
|
/**
|
|
@@ -2684,38 +2711,38 @@ declare class HistoricalDatePartComponent extends ModelEditorComponentBase<Histo
|
|
|
2684
2711
|
*/
|
|
2685
2712
|
declare class HistoricalEventsPartComponent extends ModelEditorComponentBase<HistoricalEventsPart> implements OnInit {
|
|
2686
2713
|
private _dialogService;
|
|
2687
|
-
editedEventIndex: number
|
|
2688
|
-
editedEvent: HistoricalEvent | undefined
|
|
2714
|
+
readonly editedEventIndex: _angular_core.WritableSignal<number>;
|
|
2715
|
+
readonly editedEvent: _angular_core.WritableSignal<HistoricalEvent | undefined>;
|
|
2689
2716
|
/**
|
|
2690
2717
|
* Thesaurus event-types.
|
|
2691
2718
|
*/
|
|
2692
|
-
eventTypeEntries: ThesaurusEntry[] | undefined
|
|
2719
|
+
readonly eventTypeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2693
2720
|
/**
|
|
2694
2721
|
* Thesaurus event-tags.
|
|
2695
2722
|
*/
|
|
2696
|
-
eventTagEntries: ThesaurusEntry[] | undefined
|
|
2723
|
+
readonly eventTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2697
2724
|
/**
|
|
2698
2725
|
* Thesaurus event-relations.
|
|
2699
2726
|
*/
|
|
2700
|
-
relationEntries: ThesaurusEntry[] | undefined
|
|
2727
|
+
readonly relationEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2701
2728
|
/**
|
|
2702
2729
|
* Thesaurus chronotope-tags.
|
|
2703
2730
|
*/
|
|
2704
|
-
ctTagEntries: ThesaurusEntry[] | undefined
|
|
2731
|
+
readonly ctTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2705
2732
|
/**
|
|
2706
2733
|
* Thesaurus assertion-tags.
|
|
2707
2734
|
*/
|
|
2708
|
-
assTagEntries: ThesaurusEntry[] | undefined
|
|
2735
|
+
readonly assTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2709
2736
|
/**
|
|
2710
2737
|
* Thesaurus doc-reference-tags.
|
|
2711
2738
|
*/
|
|
2712
|
-
refTagEntries: ThesaurusEntry[] | undefined
|
|
2739
|
+
readonly refTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2713
2740
|
/**
|
|
2714
2741
|
* Thesaurus doc-reference-types.
|
|
2715
2742
|
*/
|
|
2716
|
-
refTypeEntries: ThesaurusEntry[] | undefined
|
|
2717
|
-
idScopeEntries
|
|
2718
|
-
idTagEntries
|
|
2743
|
+
readonly refTypeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2744
|
+
readonly idScopeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2745
|
+
readonly idTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2719
2746
|
events: FormControl<HistoricalEvent[]>;
|
|
2720
2747
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder, _dialogService: DialogService);
|
|
2721
2748
|
ngOnInit(): void;
|
|
@@ -2731,34 +2758,34 @@ declare class HistoricalEventsPartComponent extends ModelEditorComponentBase<His
|
|
|
2731
2758
|
deleteEvent(index: number): void;
|
|
2732
2759
|
moveEventUp(index: number): void;
|
|
2733
2760
|
moveEventDown(index: number): void;
|
|
2734
|
-
static ɵfac:
|
|
2735
|
-
static ɵcmp:
|
|
2761
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<HistoricalEventsPartComponent, never>;
|
|
2762
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<HistoricalEventsPartComponent, "cadmus-historical-events-part", never, {}, {}, never, never, true, never>;
|
|
2736
2763
|
}
|
|
2737
2764
|
|
|
2738
2765
|
/**
|
|
2739
2766
|
* Related entity component to edit the entity related to a historical event.
|
|
2740
2767
|
*/
|
|
2741
2768
|
declare class RelatedEntityComponent {
|
|
2742
|
-
readonly entity:
|
|
2743
|
-
readonly relationEntries:
|
|
2744
|
-
readonly idScopeEntries:
|
|
2769
|
+
readonly entity: _angular_core.ModelSignal<RelatedEntity | undefined>;
|
|
2770
|
+
readonly relationEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2771
|
+
readonly idScopeEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2745
2772
|
/**
|
|
2746
2773
|
* Thesaurus asserted-id-tags.
|
|
2747
2774
|
*/
|
|
2748
|
-
readonly idTagEntries:
|
|
2775
|
+
readonly idTagEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2749
2776
|
/**
|
|
2750
2777
|
* Thesaurus assertion-tags.
|
|
2751
2778
|
*/
|
|
2752
|
-
readonly assTagEntries:
|
|
2779
|
+
readonly assTagEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2753
2780
|
/**
|
|
2754
2781
|
* Thesaurus doc-reference-tags.
|
|
2755
2782
|
*/
|
|
2756
|
-
readonly refTagEntries:
|
|
2783
|
+
readonly refTagEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2757
2784
|
/**
|
|
2758
2785
|
* Thesaurus doc-reference-types.
|
|
2759
2786
|
*/
|
|
2760
|
-
readonly refTypeEntries:
|
|
2761
|
-
readonly editorClose:
|
|
2787
|
+
readonly refTypeEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2788
|
+
readonly editorClose: _angular_core.OutputEmitterRef<void>;
|
|
2762
2789
|
relation: FormControl<string | null>;
|
|
2763
2790
|
id: FormControl<AssertedCompositeId | null>;
|
|
2764
2791
|
form: FormGroup;
|
|
@@ -2768,16 +2795,16 @@ declare class RelatedEntityComponent {
|
|
|
2768
2795
|
onIdChange(id: AssertedCompositeId): void;
|
|
2769
2796
|
cancel(): void;
|
|
2770
2797
|
save(): void;
|
|
2771
|
-
static ɵfac:
|
|
2772
|
-
static ɵcmp:
|
|
2798
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RelatedEntityComponent, never>;
|
|
2799
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RelatedEntityComponent, "cadmus-related-entity", never, { "entity": { "alias": "entity"; "required": false; "isSignal": true; }; "relationEntries": { "alias": "relationEntries"; "required": false; "isSignal": true; }; "idScopeEntries": { "alias": "idScopeEntries"; "required": false; "isSignal": true; }; "idTagEntries": { "alias": "idTagEntries"; "required": false; "isSignal": true; }; "assTagEntries": { "alias": "assTagEntries"; "required": false; "isSignal": true; }; "refTagEntries": { "alias": "refTagEntries"; "required": false; "isSignal": true; }; "refTypeEntries": { "alias": "refTypeEntries"; "required": false; "isSignal": true; }; }, { "entity": "entityChange"; "editorClose": "editorClose"; }, never, never, true, never>;
|
|
2773
2800
|
}
|
|
2774
2801
|
|
|
2775
2802
|
declare class IndexKeywordComponent {
|
|
2776
|
-
readonly keyword:
|
|
2777
|
-
readonly idxEntries:
|
|
2778
|
-
readonly tagEntries:
|
|
2779
|
-
readonly langEntries:
|
|
2780
|
-
readonly editorClose:
|
|
2803
|
+
readonly keyword: _angular_core.ModelSignal<IndexKeyword | undefined>;
|
|
2804
|
+
readonly idxEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2805
|
+
readonly tagEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2806
|
+
readonly langEntries: _angular_core.InputSignal<ThesaurusEntry[] | undefined>;
|
|
2807
|
+
readonly editorClose: _angular_core.OutputEmitterRef<void>;
|
|
2781
2808
|
indexId: FormControl<string | null>;
|
|
2782
2809
|
language: FormControl<string | null>;
|
|
2783
2810
|
value: FormControl<string | null>;
|
|
@@ -2789,8 +2816,8 @@ declare class IndexKeywordComponent {
|
|
|
2789
2816
|
private getKeyword;
|
|
2790
2817
|
cancel(): void;
|
|
2791
2818
|
submit(): void;
|
|
2792
|
-
static ɵfac:
|
|
2793
|
-
static ɵcmp:
|
|
2819
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IndexKeywordComponent, never>;
|
|
2820
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IndexKeywordComponent, "cadmus-index-keyword", never, { "keyword": { "alias": "keyword"; "required": false; "isSignal": true; }; "idxEntries": { "alias": "idxEntries"; "required": false; "isSignal": true; }; "tagEntries": { "alias": "tagEntries"; "required": false; "isSignal": true; }; "langEntries": { "alias": "langEntries"; "required": false; "isSignal": true; }; }, { "keyword": "keywordChange"; "editorClose": "editorClose"; }, never, never, true, never>;
|
|
2794
2821
|
}
|
|
2795
2822
|
|
|
2796
2823
|
/**
|
|
@@ -2798,10 +2825,10 @@ declare class IndexKeywordComponent {
|
|
|
2798
2825
|
* Thesauri: languages, keyword-indexes, keyword-tags.
|
|
2799
2826
|
*/
|
|
2800
2827
|
declare class IndexKeywordsPartComponent extends ModelEditorComponentBase<IndexKeywordsPart> implements OnInit {
|
|
2801
|
-
editedKeyword
|
|
2802
|
-
idxEntries: ThesaurusEntry[] | undefined
|
|
2803
|
-
langEntries: ThesaurusEntry[] | undefined
|
|
2804
|
-
tagEntries: ThesaurusEntry[] | undefined
|
|
2828
|
+
readonly editedKeyword: _angular_core.WritableSignal<IndexKeyword | undefined>;
|
|
2829
|
+
readonly idxEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2830
|
+
readonly langEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2831
|
+
readonly tagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2805
2832
|
keywords: FormControl<IndexKeyword[]>;
|
|
2806
2833
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder);
|
|
2807
2834
|
ngOnInit(): void;
|
|
@@ -2817,8 +2844,8 @@ declare class IndexKeywordsPartComponent extends ModelEditorComponentBase<IndexK
|
|
|
2817
2844
|
editKeyword(keyword: IndexKeyword): void;
|
|
2818
2845
|
onKeywordClose(): void;
|
|
2819
2846
|
onKeywordChange(keyword: IndexKeyword): void;
|
|
2820
|
-
static ɵfac:
|
|
2821
|
-
static ɵcmp:
|
|
2847
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IndexKeywordsPartComponent, never>;
|
|
2848
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IndexKeywordsPartComponent, "cadmus-index-keywords-part", never, {}, {}, never, never, true, never>;
|
|
2822
2849
|
}
|
|
2823
2850
|
|
|
2824
2851
|
/**
|
|
@@ -2830,7 +2857,7 @@ declare class KeywordsPartComponent extends ModelEditorComponentBase<KeywordsPar
|
|
|
2830
2857
|
newLanguage: FormControl<string | null>;
|
|
2831
2858
|
newValue: FormControl<string | null>;
|
|
2832
2859
|
newForm: FormGroup;
|
|
2833
|
-
langEntries
|
|
2860
|
+
readonly langEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2834
2861
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder);
|
|
2835
2862
|
ngOnInit(): void;
|
|
2836
2863
|
protected buildForm(formBuilder: FormBuilder): FormGroup | UntypedFormGroup;
|
|
@@ -2841,8 +2868,8 @@ declare class KeywordsPartComponent extends ModelEditorComponentBase<KeywordsPar
|
|
|
2841
2868
|
protected getValue(): KeywordsPart;
|
|
2842
2869
|
addKeyword(): void;
|
|
2843
2870
|
deleteKeyword(keyword: Keyword): void;
|
|
2844
|
-
static ɵfac:
|
|
2845
|
-
static ɵcmp:
|
|
2871
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<KeywordsPartComponent, never>;
|
|
2872
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<KeywordsPartComponent, "cadmus-keywords-part", never, {}, {}, never, never, true, never>;
|
|
2846
2873
|
}
|
|
2847
2874
|
|
|
2848
2875
|
/**
|
|
@@ -2937,11 +2964,11 @@ declare class MetadataPartComponent extends ModelEditorComponentBase<MetadataPar
|
|
|
2937
2964
|
/**
|
|
2938
2965
|
* metadata-types thesaurus entries.
|
|
2939
2966
|
*/
|
|
2940
|
-
typeEntries: ThesaurusEntry[] | undefined
|
|
2967
|
+
readonly typeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2941
2968
|
/**
|
|
2942
2969
|
* metadata-names thesaurus entries.
|
|
2943
2970
|
*/
|
|
2944
|
-
nameEntries: ThesaurusEntry[] | undefined
|
|
2971
|
+
readonly nameEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
2945
2972
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder);
|
|
2946
2973
|
ngOnInit(): void;
|
|
2947
2974
|
protected buildForm(formBuilder: FormBuilder): FormGroup | UntypedFormGroup;
|
|
@@ -2957,8 +2984,8 @@ declare class MetadataPartComponent extends ModelEditorComponentBase<MetadataPar
|
|
|
2957
2984
|
moveMetadatumUp(index: number): void;
|
|
2958
2985
|
moveMetadatumDown(index: number): void;
|
|
2959
2986
|
private getMetadata;
|
|
2960
|
-
static ɵfac:
|
|
2961
|
-
static ɵcmp:
|
|
2987
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MetadataPartComponent, never>;
|
|
2988
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MetadataPartComponent, "cadmus-metadata-part", never, {}, {}, never, never, true, never>;
|
|
2962
2989
|
}
|
|
2963
2990
|
|
|
2964
2991
|
/**
|
|
@@ -3095,23 +3122,23 @@ declare const NAMES_PART_SCHEMA: {
|
|
|
3095
3122
|
declare class NamesPartComponent extends ModelEditorComponentBase<NamesPart> implements OnInit {
|
|
3096
3123
|
private _dialogService;
|
|
3097
3124
|
private _updatingForm?;
|
|
3098
|
-
|
|
3099
|
-
|
|
3125
|
+
readonly edited: _angular_core.WritableSignal<AssertedProperName | undefined>;
|
|
3126
|
+
readonly editedIndex: _angular_core.WritableSignal<number>;
|
|
3100
3127
|
/**
|
|
3101
3128
|
* The optional thesaurus proper name languages entries (name-languages).
|
|
3102
3129
|
*/
|
|
3103
|
-
langEntries: ThesaurusEntry[] | undefined
|
|
3130
|
+
readonly langEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3104
3131
|
/**
|
|
3105
3132
|
* The optional thesaurus name's tag entries (name-tags).
|
|
3106
3133
|
*/
|
|
3107
|
-
tagEntries: ThesaurusEntry[] | undefined
|
|
3134
|
+
readonly tagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3108
3135
|
/**
|
|
3109
3136
|
* The optional thesaurus name piece's type entries (name-piece-types).
|
|
3110
3137
|
*/
|
|
3111
|
-
typeEntries: ThesaurusEntry[] | undefined
|
|
3112
|
-
assTagEntries
|
|
3113
|
-
refTypeEntries: ThesaurusEntry[] | undefined
|
|
3114
|
-
refTagEntries: ThesaurusEntry[] | undefined
|
|
3138
|
+
readonly typeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3139
|
+
readonly assTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3140
|
+
readonly refTypeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3141
|
+
readonly refTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3115
3142
|
names: FormControl<AssertedProperName[]>;
|
|
3116
3143
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder, _dialogService: DialogService);
|
|
3117
3144
|
ngOnInit(): void;
|
|
@@ -3127,8 +3154,8 @@ declare class NamesPartComponent extends ModelEditorComponentBase<NamesPart> imp
|
|
|
3127
3154
|
deleteName(index: number): void;
|
|
3128
3155
|
moveNameUp(index: number): void;
|
|
3129
3156
|
moveNameDown(index: number): void;
|
|
3130
|
-
static ɵfac:
|
|
3131
|
-
static ɵcmp:
|
|
3157
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NamesPartComponent, never>;
|
|
3158
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NamesPartComponent, "cadmus-names-part", never, {}, {}, never, never, true, never>;
|
|
3132
3159
|
}
|
|
3133
3160
|
|
|
3134
3161
|
/**
|
|
@@ -3204,7 +3231,7 @@ declare class NotePartComponent extends ModelEditorComponentBase<NotePart> imple
|
|
|
3204
3231
|
private _editor?;
|
|
3205
3232
|
tag: FormControl<string | null>;
|
|
3206
3233
|
text: FormControl<string | null>;
|
|
3207
|
-
tagEntries
|
|
3234
|
+
readonly tagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3208
3235
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder, _editService: CadmusTextEdService, _editorBindings?: CadmusTextEdBindings | undefined);
|
|
3209
3236
|
ngOnInit(): void;
|
|
3210
3237
|
ngOnDestroy(): void;
|
|
@@ -3215,8 +3242,8 @@ declare class NotePartComponent extends ModelEditorComponentBase<NotePart> imple
|
|
|
3215
3242
|
private updateForm;
|
|
3216
3243
|
protected onDataSet(data?: EditedObject<NotePart>): void;
|
|
3217
3244
|
protected getValue(): NotePart;
|
|
3218
|
-
static ɵfac:
|
|
3219
|
-
static ɵcmp:
|
|
3245
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NotePartComponent, [null, null, null, { optional: true; }]>;
|
|
3246
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NotePartComponent, "cadmus-note-part", never, {}, {}, never, never, true, never>;
|
|
3220
3247
|
}
|
|
3221
3248
|
|
|
3222
3249
|
/**
|
|
@@ -3302,9 +3329,9 @@ declare const PHYSICAL_MEASUREMENTS_PART_SCHEMA: {
|
|
|
3302
3329
|
*/
|
|
3303
3330
|
declare class PhysicalMeasurementsPartComponent extends ModelEditorComponentBase<PhysicalMeasurementsPart> implements OnInit {
|
|
3304
3331
|
measurements: FormControl<PhysicalMeasurement[]>;
|
|
3305
|
-
unitEntries
|
|
3306
|
-
dimTagEntries
|
|
3307
|
-
nameEntries
|
|
3332
|
+
readonly unitEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3333
|
+
readonly dimTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3334
|
+
readonly nameEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3308
3335
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder);
|
|
3309
3336
|
ngOnInit(): void;
|
|
3310
3337
|
protected buildForm(formBuilder: FormBuilder): FormGroup | UntypedFormGroup;
|
|
@@ -3313,8 +3340,8 @@ declare class PhysicalMeasurementsPartComponent extends ModelEditorComponentBase
|
|
|
3313
3340
|
protected onDataSet(data?: EditedObject<PhysicalMeasurementsPart>): void;
|
|
3314
3341
|
protected getValue(): PhysicalMeasurementsPart;
|
|
3315
3342
|
onMeasurementsChange(measurements: PhysicalMeasurement[]): void;
|
|
3316
|
-
static ɵfac:
|
|
3317
|
-
static ɵcmp:
|
|
3343
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PhysicalMeasurementsPartComponent, never>;
|
|
3344
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PhysicalMeasurementsPartComponent, "cadmus-physical-measurements-part", never, {}, {}, never, never, true, never>;
|
|
3318
3345
|
}
|
|
3319
3346
|
|
|
3320
3347
|
/**
|
|
@@ -3407,11 +3434,11 @@ declare const PHYSICAL_STATES_PART_SCHEMA: {
|
|
|
3407
3434
|
*/
|
|
3408
3435
|
declare class PhysicalStatesPartComponent extends ModelEditorComponentBase<PhysicalStatesPart> implements OnInit {
|
|
3409
3436
|
private _dialogService;
|
|
3410
|
-
editedIndex: number
|
|
3411
|
-
edited: PhysicalState | undefined
|
|
3412
|
-
stateEntries
|
|
3413
|
-
featEntries
|
|
3414
|
-
reporterEntries
|
|
3437
|
+
readonly editedIndex: _angular_core.WritableSignal<number>;
|
|
3438
|
+
readonly edited: _angular_core.WritableSignal<PhysicalState | undefined>;
|
|
3439
|
+
readonly stateEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3440
|
+
readonly featEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3441
|
+
readonly reporterEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3415
3442
|
entries: FormControl<PhysicalState[]>;
|
|
3416
3443
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder, _dialogService: DialogService);
|
|
3417
3444
|
ngOnInit(): void;
|
|
@@ -3427,8 +3454,8 @@ declare class PhysicalStatesPartComponent extends ModelEditorComponentBase<Physi
|
|
|
3427
3454
|
deleteState(index: number): void;
|
|
3428
3455
|
moveStateUp(index: number): void;
|
|
3429
3456
|
moveStateDown(index: number): void;
|
|
3430
|
-
static ɵfac:
|
|
3431
|
-
static ɵcmp:
|
|
3457
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PhysicalStatesPartComponent, never>;
|
|
3458
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PhysicalStatesPartComponent, "cadmus-physical-states-part", never, {}, {}, never, never, true, never>;
|
|
3432
3459
|
}
|
|
3433
3460
|
|
|
3434
3461
|
/**
|
|
@@ -3576,11 +3603,11 @@ declare const PIN_LINKS_PART_SCHEMA: {
|
|
|
3576
3603
|
*/
|
|
3577
3604
|
declare class PinLinksPartComponent extends ModelEditorComponentBase<PinLinksPart> implements OnInit {
|
|
3578
3605
|
links: FormControl<AssertedCompositeId[]>;
|
|
3579
|
-
idScopeEntries
|
|
3580
|
-
idTagEntries
|
|
3581
|
-
assTagEntries
|
|
3582
|
-
refTypeEntries
|
|
3583
|
-
refTagEntries
|
|
3606
|
+
readonly idScopeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3607
|
+
readonly idTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3608
|
+
readonly assTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3609
|
+
readonly refTypeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3610
|
+
readonly refTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3584
3611
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder);
|
|
3585
3612
|
ngOnInit(): void;
|
|
3586
3613
|
protected buildForm(formBuilder: FormBuilder): FormGroup | UntypedFormGroup;
|
|
@@ -3589,8 +3616,8 @@ declare class PinLinksPartComponent extends ModelEditorComponentBase<PinLinksPar
|
|
|
3589
3616
|
protected onDataSet(data?: EditedObject<PinLinksPart>): void;
|
|
3590
3617
|
protected getValue(): PinLinksPart;
|
|
3591
3618
|
onIdsChange(ids: AssertedCompositeId[]): void;
|
|
3592
|
-
static ɵfac:
|
|
3593
|
-
static ɵcmp:
|
|
3619
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PinLinksPartComponent, never>;
|
|
3620
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PinLinksPartComponent, "cadmus-pin-links-part", never, {}, {}, never, never, true, never>;
|
|
3594
3621
|
}
|
|
3595
3622
|
|
|
3596
3623
|
/**
|
|
@@ -3710,14 +3737,14 @@ declare const PIN_LINKS_FRAGMENT_SCHEMA: {
|
|
|
3710
3737
|
*/
|
|
3711
3738
|
declare class PinLinksFragmentComponent extends ModelEditorComponentBase<PinLinksFragment> implements OnInit {
|
|
3712
3739
|
links: FormControl<AssertedCompositeId[]>;
|
|
3713
|
-
pinByTypeMode
|
|
3714
|
-
canSwitchMode
|
|
3715
|
-
canEditTarget
|
|
3716
|
-
idScopeEntries
|
|
3717
|
-
idTagEntries
|
|
3718
|
-
assTagEntries
|
|
3719
|
-
refTypeEntries
|
|
3720
|
-
refTagEntries
|
|
3740
|
+
readonly pinByTypeMode: _angular_core.WritableSignal<boolean>;
|
|
3741
|
+
readonly canSwitchMode: _angular_core.WritableSignal<boolean>;
|
|
3742
|
+
readonly canEditTarget: _angular_core.WritableSignal<boolean>;
|
|
3743
|
+
readonly idScopeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3744
|
+
readonly idTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3745
|
+
readonly assTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3746
|
+
readonly refTypeEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3747
|
+
readonly refTagEntries: _angular_core.WritableSignal<ThesaurusEntry[] | undefined>;
|
|
3721
3748
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder);
|
|
3722
3749
|
ngOnInit(): void;
|
|
3723
3750
|
protected buildForm(formBuilder: FormBuilder): FormGroup | UntypedFormGroup;
|
|
@@ -3726,8 +3753,8 @@ declare class PinLinksFragmentComponent extends ModelEditorComponentBase<PinLink
|
|
|
3726
3753
|
protected onDataSet(data?: EditedObject<PinLinksFragment>): void;
|
|
3727
3754
|
protected getValue(): PinLinksFragment;
|
|
3728
3755
|
onIdsChange(ids: AssertedCompositeId[]): void;
|
|
3729
|
-
static ɵfac:
|
|
3730
|
-
static ɵcmp:
|
|
3756
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PinLinksFragmentComponent, never>;
|
|
3757
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PinLinksFragmentComponent, "cadmus-pin-links-fragment", never, {}, {}, never, never, true, never>;
|
|
3731
3758
|
}
|
|
3732
3759
|
|
|
3733
3760
|
/**
|
|
@@ -3861,18 +3888,18 @@ declare class TextTileComponent implements OnInit, OnDestroy {
|
|
|
3861
3888
|
private _sub?;
|
|
3862
3889
|
private _checkedChangeFrozen?;
|
|
3863
3890
|
textElement?: ElementRef;
|
|
3864
|
-
readonly selected:
|
|
3865
|
-
readonly checkable:
|
|
3866
|
-
readonly readonly:
|
|
3867
|
-
readonly color:
|
|
3868
|
-
readonly checked:
|
|
3869
|
-
readonly tile:
|
|
3870
|
-
readonly editData:
|
|
3891
|
+
readonly selected: _angular_core.InputSignal<boolean | undefined>;
|
|
3892
|
+
readonly checkable: _angular_core.InputSignal<boolean | undefined>;
|
|
3893
|
+
readonly readonly: _angular_core.InputSignal<boolean | undefined>;
|
|
3894
|
+
readonly color: _angular_core.InputSignal<string | undefined>;
|
|
3895
|
+
readonly checked: _angular_core.ModelSignal<boolean>;
|
|
3896
|
+
readonly tile: _angular_core.ModelSignal<TextTile | undefined>;
|
|
3897
|
+
readonly editData: _angular_core.OutputEmitterRef<TextTile>;
|
|
3871
3898
|
editedText: FormControl<string | null>;
|
|
3872
3899
|
checker: FormControl<boolean>;
|
|
3873
3900
|
form: FormGroup;
|
|
3874
|
-
text
|
|
3875
|
-
editing
|
|
3901
|
+
readonly text: _angular_core.WritableSignal<string | undefined>;
|
|
3902
|
+
readonly editing: _angular_core.WritableSignal<boolean>;
|
|
3876
3903
|
constructor(formBuilder: FormBuilder);
|
|
3877
3904
|
ngOnInit(): void;
|
|
3878
3905
|
ngOnDestroy(): void;
|
|
@@ -3884,8 +3911,8 @@ declare class TextTileComponent implements OnInit, OnDestroy {
|
|
|
3884
3911
|
cancel(): void;
|
|
3885
3912
|
private getTile;
|
|
3886
3913
|
save(): void;
|
|
3887
|
-
static ɵfac:
|
|
3888
|
-
static ɵcmp:
|
|
3914
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TextTileComponent, never>;
|
|
3915
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TextTileComponent, "cadmus-text-tile", never, { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "checkable": { "alias": "checkable"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "tile": { "alias": "tile"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; "tile": "tileChange"; "editData": "editData"; }, never, never, true, never>;
|
|
3889
3916
|
}
|
|
3890
3917
|
|
|
3891
3918
|
interface Data$1 {
|
|
@@ -3901,10 +3928,10 @@ declare class TiledDataComponent implements OnInit, OnDestroy {
|
|
|
3901
3928
|
private _sub?;
|
|
3902
3929
|
private _hiddenData;
|
|
3903
3930
|
keys: DataKey[];
|
|
3904
|
-
readonly title:
|
|
3905
|
-
readonly data:
|
|
3906
|
-
readonly hiddenKeys:
|
|
3907
|
-
readonly cancel:
|
|
3931
|
+
readonly title: _angular_core.InputSignal<string | undefined>;
|
|
3932
|
+
readonly data: _angular_core.ModelSignal<Data$1>;
|
|
3933
|
+
readonly hiddenKeys: _angular_core.InputSignal<string[]>;
|
|
3934
|
+
readonly cancel: _angular_core.OutputEmitterRef<void>;
|
|
3908
3935
|
keyFilter: FormControl<string | null>;
|
|
3909
3936
|
filterForm: FormGroup;
|
|
3910
3937
|
newKey: FormControl<string | null>;
|
|
@@ -3923,8 +3950,8 @@ declare class TiledDataComponent implements OnInit, OnDestroy {
|
|
|
3923
3950
|
addDatum(): void;
|
|
3924
3951
|
close(): void;
|
|
3925
3952
|
save(): void;
|
|
3926
|
-
static ɵfac:
|
|
3927
|
-
static ɵcmp:
|
|
3953
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TiledDataComponent, never>;
|
|
3954
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TiledDataComponent, "cadmus-tiled-data", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "hiddenKeys": { "alias": "hiddenKeys"; "required": false; "isSignal": true; }; }, { "data": "dataChange"; "cancel": "cancel"; }, never, never, true, never>;
|
|
3928
3955
|
}
|
|
3929
3956
|
|
|
3930
3957
|
interface Data {
|
|
@@ -3934,12 +3961,12 @@ declare class TiledTextPartComponent extends ModelEditorComponentBase<TiledTextP
|
|
|
3934
3961
|
private _dialogService;
|
|
3935
3962
|
private _editedDataTile?;
|
|
3936
3963
|
private _editedDataRow?;
|
|
3937
|
-
selectedTile?: TextTile;
|
|
3938
3964
|
citation: FormControl<string | null>;
|
|
3939
3965
|
rows: FormControl<TextTileRow[]>;
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3966
|
+
readonly selectedTile: _angular_core.WritableSignal<TextTile | undefined>;
|
|
3967
|
+
readonly editedData: _angular_core.WritableSignal<Data | undefined>;
|
|
3968
|
+
readonly editedDataTitle: _angular_core.WritableSignal<string | undefined>;
|
|
3969
|
+
readonly currentTabIndex: _angular_core.WritableSignal<number>;
|
|
3943
3970
|
constructor(authService: AuthJwtService, formBuilder: FormBuilder, _dialogService: DialogService);
|
|
3944
3971
|
ngOnInit(): void;
|
|
3945
3972
|
protected buildForm(formBuilder: FormBuilder): FormGroup | UntypedFormGroup;
|
|
@@ -3986,8 +4013,8 @@ declare class TiledTextPartComponent extends ModelEditorComponentBase<TiledTextP
|
|
|
3986
4013
|
closeDataEditor(): void;
|
|
3987
4014
|
saveEditedData(data: Data): void;
|
|
3988
4015
|
getTileCoords(tile?: TextTile): string;
|
|
3989
|
-
static ɵfac:
|
|
3990
|
-
static ɵcmp:
|
|
4016
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TiledTextPartComponent, never>;
|
|
4017
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TiledTextPartComponent, "cadmus-tiled-text-part", never, {}, {}, never, never, true, never>;
|
|
3991
4018
|
}
|
|
3992
4019
|
|
|
3993
4020
|
/**
|
|
@@ -4100,9 +4127,9 @@ declare class TokenTextPartComponent extends ModelEditorComponentBase<TokenTextP
|
|
|
4100
4127
|
private normalizeWs;
|
|
4101
4128
|
private splitAtStops;
|
|
4102
4129
|
applyTransform(): void;
|
|
4103
|
-
static ɵfac:
|
|
4104
|
-
static ɵcmp:
|
|
4130
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TokenTextPartComponent, never>;
|
|
4131
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TokenTextPartComponent, "cadmus-token-text-part", never, {}, {}, never, never, true, never>;
|
|
4105
4132
|
}
|
|
4106
4133
|
|
|
4107
|
-
export { ASSERTED_HISTORICAL_DATES_PART_SCHEMA, ASSERTED_HISTORICAL_DATES_PART_TYPEID, AssertedHistoricalDateComponent, AssertedHistoricalDatesPartComponent, BIBLIOGRAPHY_PART_SCHEMA, BIBLIOGRAPHY_PART_TYPEID, BibAuthorsEditorComponent, BibliographyEntryComponent, BibliographyPartComponent, CATEGORIES_PART_SCHEMA, CATEGORIES_PART_TYPEID, CHRONOLOGY_FRAGMENT_SCHEMA, CHRONOLOGY_FRAGMENT_TYPEID, CHRONOTOPES_PART_TYPEID, COMMENT_FRAGMENT_SCHEMA, COMMENT_FRAGMENT_TYPEID, COMMENT_PART_SCHEMA, COMMENT_PART_TYPEID, CategoriesPartComponent, ChronologyFragmentComponent, ChronotopesPartComponent, Chronotopes_PART_SCHEMA, CommentEditorComponent, DECORATED_COUNTS_PART_SCHEMA, DECORATED_COUNTS_PART_TYPEID, DISTRICT_LOCATION_PART_SCHEMA, DISTRICT_LOCATION_PART_TYPEID, DOC_REFERENCES_PART_SCHEMA, DOC_REFERENCES_PART_TYPEID, DecoratedCountsPartComponent, DistrictLocationPartComponent, DocReferencesPartComponent, EXTERNAL_IDS_PART_SCHEMA, EXTERNAL_IDS_PART_TYPEID, ExternalIdsPartComponent, FLAGS_PART_SCHEMA, FLAGS_PART_TYPEID, FlagsPartComponent, HISTORICAL_DATE_PART_SCHEMA, HISTORICAL_DATE_PART_TYPEID, HISTORICAL_EVENTS_PART_SCHEMA, HISTORICAL_EVENTS_PART_TYPEID, HistoricalDatePartComponent, HistoricalEventEditorComponent, HistoricalEventsPartComponent, INDEX_KEYWORDS_PART_SCHEMA, INDEX_KEYWORDS_PART_TYPEID, IndexKeywordComponent, IndexKeywordsPartComponent, KEYWORDS_PART_SCHEMA, KEYWORDS_PART_TYPEID, KeywordsPartComponent, METADATA_PART_SCHEMA, METADATA_PART_TYPEID, MetadataPartComponent, NAMES_PART_SCHEMA, NAMES_PART_TYPEID, NOTE_PART_SCHEMA, NOTE_PART_TYPEID, NamesPartComponent, NotePartComponent, PHYSICAL_MEASUREMENTS_PART_SCHEMA, PHYSICAL_MEASUREMENTS_PART_TYPEID, PHYSICAL_STATES_PART_SCHEMA, PHYSICAL_STATES_PART_TYPEID, PIN_LINKS_FRAGMENT_SCHEMA, PIN_LINKS_FRAGMENT_TYPEID, PIN_LINKS_PART_SCHEMA, PIN_LINKS_PART_TYPEID, PhysicalMeasurementsPartComponent, PhysicalStatesPartComponent, PinLinksFragmentComponent, PinLinksPartComponent, RelatedEntityComponent, TEXT_TILE_TEXT_DATA_NAME, TILEDTEXTPART_SCHEMA, TILED_TEXT_PART_TYPEID, TOKEN_TEXT_PART_SCHEMA, TOKEN_TEXT_PART_TYPEID, TextTileComponent, TiledDataComponent, TiledTextPartComponent, TokenTextPartComponent };
|
|
4134
|
+
export { ASSERTED_HISTORICAL_DATES_PART_SCHEMA, ASSERTED_HISTORICAL_DATES_PART_TYPEID, AssertedHistoricalDateComponent, AssertedHistoricalDatesPartComponent, BIBLIOGRAPHY_PART_SCHEMA, BIBLIOGRAPHY_PART_TYPEID, BibAuthorEditorComponent, BibAuthorsEditorComponent, BibliographyEntryComponent, BibliographyPartComponent, CATEGORIES_PART_SCHEMA, CATEGORIES_PART_TYPEID, CHRONOLOGY_FRAGMENT_SCHEMA, CHRONOLOGY_FRAGMENT_TYPEID, CHRONOTOPES_PART_TYPEID, COMMENT_FRAGMENT_SCHEMA, COMMENT_FRAGMENT_TYPEID, COMMENT_PART_SCHEMA, COMMENT_PART_TYPEID, CategoriesPartComponent, ChronologyFragmentComponent, ChronotopesPartComponent, Chronotopes_PART_SCHEMA, CommentEditorComponent, DECORATED_COUNTS_PART_SCHEMA, DECORATED_COUNTS_PART_TYPEID, DISTRICT_LOCATION_PART_SCHEMA, DISTRICT_LOCATION_PART_TYPEID, DOC_REFERENCES_PART_SCHEMA, DOC_REFERENCES_PART_TYPEID, DecoratedCountsPartComponent, DistrictLocationPartComponent, DocReferencesPartComponent, EXTERNAL_IDS_PART_SCHEMA, EXTERNAL_IDS_PART_TYPEID, ExternalIdsPartComponent, FLAGS_PART_SCHEMA, FLAGS_PART_TYPEID, FlagsPartComponent, HISTORICAL_DATE_PART_SCHEMA, HISTORICAL_DATE_PART_TYPEID, HISTORICAL_EVENTS_PART_SCHEMA, HISTORICAL_EVENTS_PART_TYPEID, HistoricalDatePartComponent, HistoricalEventEditorComponent, HistoricalEventsPartComponent, INDEX_KEYWORDS_PART_SCHEMA, INDEX_KEYWORDS_PART_TYPEID, IndexKeywordComponent, IndexKeywordsPartComponent, KEYWORDS_PART_SCHEMA, KEYWORDS_PART_TYPEID, KeywordsPartComponent, METADATA_PART_SCHEMA, METADATA_PART_TYPEID, MetadataPartComponent, NAMES_PART_SCHEMA, NAMES_PART_TYPEID, NOTE_PART_SCHEMA, NOTE_PART_TYPEID, NamesPartComponent, NotePartComponent, PHYSICAL_MEASUREMENTS_PART_SCHEMA, PHYSICAL_MEASUREMENTS_PART_TYPEID, PHYSICAL_STATES_PART_SCHEMA, PHYSICAL_STATES_PART_TYPEID, PIN_LINKS_FRAGMENT_SCHEMA, PIN_LINKS_FRAGMENT_TYPEID, PIN_LINKS_PART_SCHEMA, PIN_LINKS_PART_TYPEID, PhysicalMeasurementsPartComponent, PhysicalStatesPartComponent, PinLinksFragmentComponent, PinLinksPartComponent, RelatedEntityComponent, TEXT_TILE_TEXT_DATA_NAME, TILEDTEXTPART_SCHEMA, TILED_TEXT_PART_TYPEID, TOKEN_TEXT_PART_SCHEMA, TOKEN_TEXT_PART_TYPEID, TextTileComponent, TiledDataComponent, TiledTextPartComponent, TokenTextPartComponent };
|
|
4108
4135
|
export type { AssertedHistoricalDatesPart, BibAuthor, BibEntry, BibliographyPart, CategoriesPart, ChronologyFragment, ChronotopesPart, Comment, CommentFragment, CommentPart, DecoratedCountsPart, DistrictLocationPart, DocReferencesPart, ExternalIdsPart, FlagsPart, HistoricalDatePart, HistoricalEvent, HistoricalEventsPart, IndexKeyword, IndexKeywordsPart, Keyword, KeywordsPart, MetadataPart, Metadatum, NamesPart, NotePart, PhysicalMeasurementsPart, PhysicalStatesPart, PinLinksFragment, PinLinksPart, RelatedEntity, TextTile, TextTileRow, TiledTextPart, TokenTextLine, TokenTextPart };
|