@myrmidon/cadmus-part-general-ui 13.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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Part, ThesaurusEntry, Fragment } from '@myrmidon/cadmus-core';
|
|
1
|
+
import { Part, ThesaurusEntry, EditedObject, Fragment } from '@myrmidon/cadmus-core';
|
|
2
2
|
import { AssertedDate, AssertedChronotope } from '@myrmidon/cadmus-refs-asserted-chronotope';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { OnInit, OnDestroy, ElementRef } from '@angular/core';
|
|
@@ -7,7 +7,7 @@ import { Assertion } from '@myrmidon/cadmus-refs-assertion';
|
|
|
7
7
|
import { HistoricalDateModel } from '@myrmidon/cadmus-refs-historical-date';
|
|
8
8
|
import { DialogService } from '@myrmidon/ngx-mat-tools';
|
|
9
9
|
import { AuthJwtService } from '@myrmidon/auth-jwt-login';
|
|
10
|
-
import { ModelEditorComponentBase
|
|
10
|
+
import { ModelEditorComponentBase } from '@myrmidon/cadmus-ui';
|
|
11
11
|
import { AssertedCompositeId, AssertedId } from '@myrmidon/cadmus-refs-asserted-ids';
|
|
12
12
|
import { DocReference } from '@myrmidon/cadmus-refs-doc-references';
|
|
13
13
|
import { CadmusTextEdService, CadmusTextEdBindings } from '@myrmidon/cadmus-text-ed';
|
|
@@ -2395,11 +2395,11 @@ declare class HistoricalEventEditorComponent {
|
|
|
2395
2395
|
hasAssertion: FormControl<boolean>;
|
|
2396
2396
|
assertion: FormControl<Assertion | null>;
|
|
2397
2397
|
form: FormGroup;
|
|
2398
|
-
|
|
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": "
|
|
3
|
+
"version": "14.0.1",
|
|
4
4
|
"description": "Cadmus - generic parts.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Cadmus"
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"@myrmidon/ngx-mat-tools": "^1.0.0",
|
|
22
22
|
"@myrmidon/cadmus-refs-asserted-ids": "^10.0.0",
|
|
23
23
|
"@myrmidon/cadmus-refs-doc-references": "^10.0.0",
|
|
24
|
-
"@myrmidon/cadmus-refs-historical-date": "9.0.
|
|
25
|
-
"@myrmidon/cadmus-refs-asserted-chronotope": "10.0.
|
|
26
|
-
"@myrmidon/cadmus-refs-assertion": "10.0.
|
|
27
|
-
"@myrmidon/cadmus-refs-proper-name": "10.0.
|
|
28
|
-
"@myrmidon/cadmus-core": "^12.0.
|
|
29
|
-
"@myrmidon/cadmus-ui": "^
|
|
24
|
+
"@myrmidon/cadmus-refs-historical-date": "9.0.1",
|
|
25
|
+
"@myrmidon/cadmus-refs-asserted-chronotope": "10.0.1",
|
|
26
|
+
"@myrmidon/cadmus-refs-assertion": "10.0.1",
|
|
27
|
+
"@myrmidon/cadmus-refs-proper-name": "10.0.1",
|
|
28
|
+
"@myrmidon/cadmus-core": "^12.0.1",
|
|
29
|
+
"@myrmidon/cadmus-ui": "^14.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"tslib": "^2.3.0"
|