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